@charset "UTF-8";
/* ============================================================ */
/* HOMEPAGE SECTIONS                                            */
/* ============================================================ */
/* ---- FONTS ---- */
/* ---- VARIABLES ---- */
:root {
  --vb-red: #a50419;
  --vb-red-bright: #fc0122;
  --vb-dark: #4b0a0b;
  --vb-dark-footer: #300506;
  --vb-white: #ffffff;
  --vb-body-bg: #ffffff;
  --vb-text: #ffffff;
  --vb-text-sub: #999999;
  --vb-font-display: 'Inter', sans-serif;
  --vb-font-body: 'Inter', sans-serif; }

/* ============================================================ */
/* SECTION HERO                                                 */
/* ============================================================ */
.section-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .section-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
  .section-hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block; }
  .section-hero__overlay {
    position: absolute;
    inset: 0;
    /*
    background: linear-gradient(
      to top,
      rgba(75, 10, 11, 0.85) 0%,
      rgba(75, 10, 11, 0.4) 40%,
      rgba(75, 10, 11, 0) 70%
    );*/ }
  .section-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: linear-gradient(180deg, rgba(165, 4, 25, 0) 20.65%, #4B0A0B 86.32%); }
    @media (min-width: 992px) {
      .section-hero__content {
        padding: 0 80px 100px;
        gap: 24px; } }
  .section-hero__title {
    font-family: var(--vb-font-display);
    font-size: clamp(48px, 10vw, 140px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: var(--vb-white);
    margin: 0; }
  .section-hero__desc {
    font-family: var(--vb-font-body);
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    max-width: 634px;
    margin: 0; }
  .section-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--vb-white);
    color: var(--vb-red);
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 16px 32px;
    text-decoration: none;
    margin-top: 8px;
    transition: all 0.3s ease; }
    .section-hero__btn svg {
      flex-shrink: 0; }
    .section-hero__btn:hover {
      background: var(--vb-red);
      color: var(--vb-white); }

/* ============================================================ */
/* SECTION DEALS                                                */
/* ============================================================ */
.section-deals {
  background: var(--vb-white);
  padding: 60px 0 60px; }
  @media (min-width: 992px) {
    .section-deals {
      padding: 80px 0 80px; } }
  .section-deals__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
  .section-deals__head-left {
    display: flex;
    align-items: center;
    gap: 12px; }
  .section-deals__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px; }
  .section-deals__title {
    font-family: var(--vb-font-display);
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    letter-spacing: -0.5px; }
  .section-deals__nav {
    display: none;
    gap: 4px; }
    @media (min-width: 768px) {
      .section-deals__nav {
        display: flex; } }
  .section-deals__nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 100px;
    background: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }
    .section-deals__nav-btn:hover {
      background: var(--vb-red);
      border-color: var(--vb-red);
      color: #fff; }
    .section-deals__nav-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .section-deals__nav-btn svg {
      width: 24px;
      height: 24px;
      stroke: currentColor; }
  .section-deals__divider {
    height: 0;
    border: none;
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .section-deals__divider {
        margin-top: 24px; } }
  .section-deals__slider {
    overflow: hidden;
    position: relative; }
    .section-deals__slider .swiper-wrapper {
      align-items: flex-start; }
    .section-deals__slider .swiper-slide {
      height: auto;
      position: relative; }
      .section-deals__slider .swiper-slide:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none; }
  .section-deals__footer {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 20px; }
  .section-deals__pagination {
    display: flex;
    flex: 1;
    gap: 6px;
    align-items: center;
    position: static !important; }
    .section-deals__pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      border-radius: 12px;
      background: rgba(0, 0, 0, 0.25);
      opacity: 1;
      transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
      margin: 0 !important;
      cursor: pointer; }
    .section-deals__pagination .swiper-pagination-bullet-active {
      width: 39px;
      background: var(--vb-red-bright); }
  .section-deals__nav--mobile {
    display: none;
    gap: 4px;
    flex-shrink: 0; }

/* ============================================================ */
/* SECTION ABOUT                                                */
/* ============================================================ */
.section-about-vb {
  background: var(--vb-dark);
  color: var(--vb-white);
  padding: 80px 0; }
  .section-about-vb__inner {
    display: flex;
    flex-direction: column;
    gap: 60px; }
    @media (min-width: 992px) {
      .section-about-vb__inner {
        flex-direction: row;
        align-items: center;
        gap: 128px; } }
  .section-about-vb__left {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (min-width: 992px) {
      .section-about-vb__left {
        flex: 0 0 413px;
        max-width: 413px; } }
  .section-about-vb__text-group {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .section-about-vb__text {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .section-about-vb__label {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--vb-white);
    margin: 0; }
  .section-about-vb__title {
    font-family: var(--vb-font-display);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: var(--vb-white);
    margin: 0; }
  .section-about-vb__desc {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0; }
  .section-about-vb__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--vb-white);
    color: var(--vb-red);
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 16px 24px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease; }
    .section-about-vb__btn:hover {
      background: var(--vb-red);
      color: var(--vb-white); }
      .section-about-vb__btn:hover svg path {
        stroke: var(--vb-white); }
  .section-about-vb__badges {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 24px 0;
    border-radius: 12px; }
  .section-about-vb__right {
    flex: 1;
    min-width: 0; }
    .section-about-vb__right img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block; }
      @media (min-width: 992px) {
        .section-about-vb__right img {
          height: 584px; } }
  .section-about-vb__distributor {
    padding: 40px 0 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .section-about-vb__distributor {
        flex-direction: row;
        align-items: center;
        gap: 40px; } }
  .section-about-vb__dist-left {
    flex: 1; }
  .section-about-vb__dist-title {
    font-family: var(--vb-font-display);
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: var(--vb-white);
    margin: 0; }
  .section-about-vb__dist-logos {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; }
    .section-about-vb__dist-logos img {
      height: 48px;
      width: auto;
      object-fit: contain; }
      @media (min-width: 992px) {
        .section-about-vb__dist-logos img {
          height: 54px; } }

.about-badge {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center; }
  .about-badge__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .about-badge span {
    font-family: var(--vb-font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--vb-white);
    text-align: center; }
    @media (min-width: 992px) {
      .about-badge span {
        font-size: 16px; } }
  .about-badge__divider {
    width: 1px;
    height: 39px;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0; }

/* ============================================================ */
/* SECTION VIBE STATION                                         */
/* ============================================================ */
.section-vibe {
  background: var(--vb-dark);
  padding: 120px 0 80px; }
  .section-vibe__title {
    font-family: var(--vb-font-display);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: var(--vb-white);
    margin: 0 0 40px; }
  .section-vibe__item.is-active .section-vibe__row-head {
    display: none; }
  .section-vibe__item.is-active .section-vibe__expand {
    display: block; }
  .section-vibe__item.is-active .section-vibe__dot {
    background: var(--vb-red-bright); }
  .section-vibe__item:not(.is-active) .section-vibe__row-head {
    display: flex; }
  .section-vibe__item:not(.is-active) .section-vibe__expand {
    display: none; }
  .section-vibe__item:not(.is-active) .section-vibe__dot {
    background: var(--vb-white); }
  .section-vibe__row-head {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .section-vibe__row-head {
        gap: 128px; } }
  .section-vibe__featured-row {
    display: grid;
    grid-template-columns: 305px 1fr 305px;
    grid-template-rows: auto auto;
    gap: 0 128px;
    align-items: start;
    padding: 40px 0 40px; }
    @media (max-width: 991px) {
      .section-vibe__featured-row {
        grid-template-columns: 1fr;
        gap: 24px; } }
  .section-vibe__featured-left {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    grid-column: 1;
    grid-row: 1; }
    @media (max-width: 767px) {
      .section-vibe__featured-left {
        display: none; } }
  .section-vibe__featured-center {
    display: flex;
    flex-direction: column;
    gap: 32px;
    grid-column: 2;
    grid-row: 1; }
  .section-vibe__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
    transition: background 0.3s ease; }
  .section-vibe__date {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--vb-white);
    text-transform: capitalize;
    width: 197px; }
  .section-vibe__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vb-red);
    color: var(--vb-white);
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px;
    width: fit-content; }
  .section-vibe__featured-title {
    font-family: var(--vb-font-display);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    color: var(--vb-white);
    margin: 0; }
  .section-vibe__read-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--vb-white);
    color: var(--vb-white);
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 16px;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s ease, color 0.3s ease;
    grid-column: 2;
    grid-row: 2; }
    .section-vibe__read-btn:hover {
      background: var(--vb-white);
      color: var(--vb-red); }
  .section-vibe__featured-img {
    width: 305px;
    height: 379px;
    flex-shrink: 0;
    grid-column: 3;
    grid-row: 1 / 3; }
    @media (max-width: 991px) {
      .section-vibe__featured-img {
        width: 100%;
        height: 240px;
        grid-column: auto;
        grid-row: auto; } }
    .section-vibe__featured-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .section-vibe__featured-img--placeholder {
      background: rgba(255, 255, 255, 0.1); }
  .section-vibe__divider {
    height: 0;
    border: none;
    border-top: 2px dashed rgba(255, 255, 255, 0.3);
    margin: 0; }
  .section-vibe__row-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    width: 305px; }
    @media (max-width: 767px) {
      .section-vibe__row-left {
        display: none; } }
  .section-vibe__row-title {
    font-family: var(--vb-font-display);
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    color: var(--vb-white);
    margin: 0;
    flex: 1; }
  .section-vibe__row-arrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    padding: 10px; }
    .section-vibe__row-arrow:hover {
      opacity: 0.7; }
    .section-vibe__row-arrow svg {
      transform: rotate(180deg);
      transition: transform 0.3s ease; }
  .section-vibe__expand {
    display: none; }
  .section-vibe__row-title-mobile {
    display: none; }

/* Smooth scroll */
html {
  scroll-behavior: smooth; }

/* Parallax hero — prevent overflow */
.section-hero {
  overflow: hidden; }

.section-hero__media {
  will-change: transform;
  transform: translateY(0); }

/* Scroll reveal */
.reveal-init {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease; }

.reveal-init.is-revealed {
  opacity: 1;
  transform: translateY(0); }

/* Stagger delay cho cats cards */
.section-cats__item.reveal-init:nth-child(1) {
  transition-delay: 0s; }

.section-cats__item.reveal-init:nth-child(2) {
  transition-delay: 0.1s; }

.section-cats__item.reveal-init:nth-child(3) {
  transition-delay: 0.2s; }

.section-cats__item.reveal-init:nth-child(4) {
  transition-delay: 0.3s; }

/* Stagger delay cho about badges */
.about-badge.reveal-init:nth-child(1) {
  transition-delay: 0s; }

.about-badge.reveal-init:nth-child(2) {
  transition-delay: 0.15s; }

.about-badge.reveal-init:nth-child(3) {
  transition-delay: 0.3s; }

/* Stagger delay cho vibe items */
.section-vibe__item.reveal-init:nth-child(1) {
  transition-delay: 0s; }

.section-vibe__item.reveal-init:nth-child(2) {
  transition-delay: 0.12s; }

.section-vibe__item.reveal-init:nth-child(3) {
  transition-delay: 0.24s; }

/* Reduce motion — tôn trọng accessibility */
@media (prefers-reduced-motion: reduce) {
  .reveal-init {
    opacity: 1;
    transform: none;
    transition: none; }
  .section-hero__media {
    transform: none !important; }
  html {
    scroll-behavior: auto; } }

@media (max-width: 767px) {
  /* Container */
  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
  /* Hero */
  .section-hero {
    min-height: 100svh;
    align-items: flex-end; }
    .section-hero__content {
      padding: 40px 20px;
      gap: 32px;
      text-align: center;
      align-items: center; }
    .section-hero__title {
      font-size: 70px;
      letter-spacing: -2px;
      line-height: 1;
      max-width: 285px; }
    .section-hero__desc {
      font-size: 16px;
      line-height: 1.5;
      max-width: 100%; }
    .section-hero__btn {
      font-size: 16px;
      font-weight: 700;
      padding: 18px 36px;
      gap: 4px;
      margin-top: 0; }
  /* Cats */
  .section-cats {
    padding: 60px 0; }
    .section-cats__item {
      height: 290px; }
    .section-cats__top {
      padding: 32px 20px 0; }
    .section-cats__title {
      font-size: 28px;
      letter-spacing: -1px;
      text-align: center; }
    .section-cats__bottom {
      padding: 0 20px 20px; }
    .section-cats__cta {
      border-width: 1.5px;
      padding: 16px 32px;
      gap: 4px;
      font-size: 14px; }
    .section-cats__pagination {
      display: flex;
      gap: 6px;
      margin-top: 16px;
      padding: 0 0px;
      position: static !important; }
      .section-cats__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 12px;
        background: #fff;
        opacity: 0.5;
        transition: width 0.3s, opacity 0.3s;
        margin: 0 !important; }
      .section-cats__pagination .swiper-pagination-bullet-active {
        width: 39px;
        background: var(--vb-red-bright);
        opacity: 1; }
    .section-cats__bg {
      opacity: 1 !important; }
    .section-cats__overlay {
      opacity: 0; }
  /* About */
  .section-about-vb {
    padding: 0; }
    .section-about-vb__inner {
      flex-direction: column;
      gap: 30px;
      padding: 100px 0px 40px 0px; }
    .section-about-vb__left {
      width: 100%;
      gap: 24px; }
    .section-about-vb__text-group {
      gap: 32px; }
    .section-about-vb__label {
      font-size: 12px; }
    .section-about-vb__title {
      font-size: 40px;
      letter-spacing: -1px;
      line-height: 1.2; }
    .section-about-vb__desc {
      font-size: 16px; }
    .section-about-vb__btn {
      font-size: 14px;
      font-weight: 700;
      padding: 16px 32px;
      gap: 4px; }
    .section-about-vb__badges {
      gap: 12px;
      padding: 16px 0; }
    .section-about-vb__right img {
      width: 100%;
      height: 270px;
      object-fit: cover; }
    .section-about-vb__distributor {
      flex-direction: column;
      gap: 30px;
      padding: 40px 0px 60px;
      border-top: none;
      margin-top: 0; }
    .section-about-vb__dist-title {
      font-size: 39px;
      letter-spacing: -1px;
      line-height: 1.2; }
    .section-about-vb__dist-logos {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0; }
      .section-about-vb__dist-logos img {
        height: 110px;
        width: 100%;
        object-fit: contain;
        padding: 16px; }
  .about-badge {
    gap: 12px; }
    .about-badge span {
      font-size: 14px;
      line-height: 1.3; }
    .about-badge__icon {
      width: 24px;
      height: 24px; }
      .about-badge__icon svg {
        width: 24px;
        height: 24px; }
  /* Deals */
  .section-deals {
    padding: 40px 0 60px; }
    .section-deals__head {
      margin-bottom: 0; }
      .section-deals__head .section-deals__nav {
        display: none !important; }
    .section-deals__head-left {
      gap: 8px; }
    .section-deals__title {
      font-size: 24px; }
    .section-deals__icon {
      width: 24px;
      height: 24px; }
      .section-deals__icon svg {
        width: 24px;
        height: 24px; }
    .section-deals__divider {
      margin-bottom: 24px; }
    .section-deals__slider {
      padding-bottom: 0; }
    .section-deals__footer {
      display: flex !important; }
    .section-deals__nav--mobile {
      display: flex !important; }
      .section-deals__nav--mobile .section-deals__nav-btn {
        width: 32px;
        height: 32px;
        padding: 8px;
        border-color: #000;
        color: #000; }
        .section-deals__nav--mobile .section-deals__nav-btn svg {
          width: 16px;
          height: 16px; }
  .section-deals .product-loop--body {
    padding: 12px 0 0;
    gap: 8px; }
  .section-deals .product-loop--brand {
    font-size: 10px;
    padding: 4px; }
  .section-deals .product-loop--name {
    font-size: 16px; }
  .section-deals .product-loop--price {
    font-size: 14px; }
  .section-deals .product-loop--compare {
    font-size: 12px; }
  .section-deals .product-loop--atc {
    border-width: 1.5px;
    padding: 14px 28px;
    font-size: 12px;
    gap: 4px; }
  .section-brand {
    padding: 60px 0 !important; }
    .section-brand__inner {
      gap: 32px !important; }
    .section-brand__hero {
      gap: 32px !important; }
    .section-brand__logo {
      height: auto !important;
      width: auto !important; }
    .section-brand__title {
      font-size: 40px !important;
      letter-spacing: -1px !important;
      line-height: 1.2 !important;
      text-align: center !important; }
    .section-brand__body {
      flex-direction: column !important;
      gap: 32px !important; }
    .section-brand__left {
      width: 100% !important;
      gap: 32px !important;
      max-width: 100% !important; }
    .section-brand__desc {
      font-size: 16px !important; }
    .section-brand__btn {
      font-size: 14px !important;
      font-weight: 700 !important;
      padding: 16px 32px !important;
      gap: 4px !important; }
    .section-brand__images {
      flex-direction: column !important;
      gap: 27px !important; }
    .section-brand__img-main {
      width: 100%;
      height: auto;
      aspect-ratio: 413 / 535; }
    .section-brand__img-main--mobile-first {
      display: block !important; }
    .section-brand__img-main--desktop-only {
      display: none !important; }
    .section-brand__img-sub {
      flex-direction: column-reverse !important; }
      .section-brand__img-sub img {
        height: 233px; }
    .section-brand__products {
      gap: 0 !important; }
    .section-brand__products-head {
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      padding: 40px 0 20px; }
    .section-brand__tabs {
      gap: 32px !important;
      flex-wrap: nowrap;
      overflow-x: auto; }
    .section-brand__tab {
      font-size: 20px !important;
      white-space: nowrap !important; }
    .section-brand__view-all {
      display: flex; }
    .section-brand__nav {
      display: none !important; }
    .section-brand__slider-wrap {
      gap: 16px !important;
      padding-top: 25px !important; }
    .section-brand__slider-row {
      flex-direction: column !important;
      width: 100%;
      gap: 0 !important; }
    .section-brand__banner {
      width: 100%;
      padding-bottom: 20px; }
      .section-brand__banner img {
        height: auto !important;
        object-fit: contain !important; }
    .section-brand__slider {
      width: 100% !important;
      flex: none !important; }
    .section-brand__pagination {
      position: static !important;
      display: flex !important;
      gap: 6px !important;
      margin-top: 0 !important; }
      .section-brand__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #fff;
        opacity: 0.5;
        margin: 0 !important; }
      .section-brand__pagination .swiper-pagination-bullet-active {
        width: 39px;
        background: var(--vb-red-bright);
        opacity: 1; }
    .section-brand__nav-btn {
      width: 32px;
      height: 32px;
      padding: 8px;
      border-color: #fff;
      color: #fff; }
      .section-brand__nav-btn svg {
        width: 16px;
        height: 16px; }
    .section-brand .section-brand__slider-footer {
      display: flex !important;
      align-items: center !important;
      gap: 32px !important;
      margin-top: 0 !important; }
    .section-brand .section-brand__nav--mobile {
      display: flex !important;
      gap: 4px;
      flex-shrink: 0; }
    .section-brand .section-brand__pagination {
      display: flex !important;
      flex: 1 !important; }
  .section-brand .product-loop--body {
    padding: 12px 0 0;
    gap: 8px; }
  .section-brand .product-loop--brand {
    font-size: 10px;
    padding: 4px; }
  .section-brand .product-loop--name {
    font-size: 16px; }
  .section-brand .product-loop--price {
    font-size: 14px; }
  .section-brand .product-loop--compare {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6); }
  .section-brand .product-loop--atc {
    border-width: 1.5px;
    padding: 14px 28px;
    font-size: 12px;
    gap: 4px; }
  .section-brand__body--hoe {
    display: flex !important;
    grid-template-columns: 1fr;
    gap: 32px; }
    .section-brand__body--hoe .section-brand__img-main {
      width: 100%;
      height: 434px; }
    .section-brand__body--hoe .section-brand__img-sub-hoe {
      width: 100%;
      grid-column: 1;
      grid-row: auto; }
      .section-brand__body--hoe .section-brand__img-sub-hoe img {
        height: auto; }
    .section-brand__body--hoe .section-brand__images--desktop-only {
      display: none !important; }
    .section-brand__body--hoe .section-brand__img-main--mobile-first {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 413/535; }
      .section-brand__body--hoe .section-brand__img-main--mobile-first img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; }
    .section-brand__body--hoe .section-brand__img-sub-hoe--mobile-second {
      display: block !important; }
      .section-brand__body--hoe .section-brand__img-sub-hoe--mobile-second img {
        height: auto !important;
        width: 100% !important;
        object-fit: cover !important; }
    .section-brand__body--hoe .section-brand__left {
      order: 3; }
  .section-brand--hoegaarden .section-brand__banner img {
    height: auto !important; }
  .section-brand__body--corona {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important; }
    .section-brand__body--corona .section-brand__images--desktop-only {
      display: none !important; }
    .section-brand__body--corona .section-brand__img-main--mobile-first {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 413 / 535; }
      .section-brand__body--corona .section-brand__img-main--mobile-first img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; }
    .section-brand__body--corona .section-brand__img-sub-corona--mobile-second {
      display: block !important;
      width: 100% !important; }
      .section-brand__body--corona .section-brand__img-sub-corona--mobile-second img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important; }
    .section-brand__body--corona .section-brand__left {
      order: 3;
      width: 100% !important; }
  .section-brand--corona .section-brand__banner img {
    height: auto !important; }
  .section-brand--budweiser .section-brand__hero-area {
    padding: 60px 0 !important; }
  .section-brand--budweiser .section-brand__inner-top {
    gap: 40px !important; }
  .section-brand--budweiser .section-brand__products-area {
    padding: 40px 0 60px !important; }
  .section-promo {
    padding: 40px 0 60px !important; }
    .section-promo__inner {
      flex-direction: column !important;
      gap: 0 !important; }
    .section-promo__banner {
      display: none !important; }
    .section-promo__content {
      gap: 0 !important;
      width: 100% !important;
      flex: none !important; }
    .section-promo__head {
      justify-content: flex-start;
      gap: 0;
      padding-bottom: 16px !important; }
      .section-promo__head .section-promo__nav-btn {
        display: none !important; }
    .section-promo__title {
      font-size: 24px !important;
      text-align: left !important;
      flex: none; }
    .section-promo__divider {
      display: block !important;
      margin-bottom: 0 !important; }
    .section-promo__slider {
      margin-top: 24px !important; }
    .section-promo__footer {
      display: flex !important; }
    .section-promo__nav-mobile {
      display: flex !important; }
  .section-vibe {
    padding: 60px 0; }
    .section-vibe__inner {
      gap: 40px;
      display: flex;
      flex-direction: column; }
    .section-vibe__title {
      font-size: 40px !important;
      letter-spacing: -1px !important;
      margin: 0 !important; }
    .section-vibe__featured-row {
      display: flex !important;
      flex-direction: column !important;
      gap: 24px !important;
      padding: 0 !important; }
    .section-vibe__featured-left {
      display: flex !important;
      order: 1;
      padding-top: 0 !important;
      gap: 16px !important;
      align-items: center !important; }
    .section-vibe__featured-center {
      gap: 24px !important;
      order: 2;
      display: flex !important;
      flex-direction: column !important; }
    .section-vibe__featured-img {
      width: 100% !important;
      height: 319px !important;
      order: 3; }
    .section-vibe__read-btn {
      width: 100% !important;
      justify-content: center !important;
      border-width: 1.5px !important;
      padding: 16px 32px !important;
      font-size: 14px !important;
      gap: 4px !important;
      order: 4; }
    .section-vibe__tag {
      font-size: 12px !important;
      padding: 6px 8px !important; }
    .section-vibe__featured-title {
      font-size: 24px !important; }
    .section-vibe__dot {
      width: 12px !important;
      height: 12px !important; }
    .section-vibe__date {
      font-size: 14px !important; }
    .section-vibe__row-head {
      gap: 24px !important;
      padding: 0 !important;
      align-items: center !important; }
    .section-vibe__row-left {
      display: flex !important;
      width: auto !important;
      flex: 1 !important;
      gap: 16px !important; }
    .section-vibe__row-title {
      display: none !important; }
    .section-vibe__row-arrow {
      display: flex !important;
      padding: 10px !important; }
    .section-vibe__row-title-mobile {
      font-family: var(--vb-font-display);
      font-size: 24px;
      font-weight: 700;
      line-height: 1.5;
      color: var(--vb-white);
      margin: 0;
      cursor: pointer; }
    .section-vibe__item {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .section-vibe__item.is-active .section-vibe__row-head {
        display: none !important; }
      .section-vibe__item.is-active .section-vibe__row-title-mobile {
        display: none !important; }
      .section-vibe__item.is-active .section-vibe__expand {
        display: block !important; }
      .section-vibe__item:not(.is-active) .section-vibe__row-head {
        display: flex !important; }
      .section-vibe__item:not(.is-active) .section-vibe__row-title-mobile {
        display: block !important; }
      .section-vibe__item:not(.is-active) .section-vibe__expand {
        display: none !important; }
    .section-vibe__divider {
      margin: 8px 0 !important; } }

/* ============================================================ */
/* SECTION BRAND                                                */
/* ============================================================ */
.section-brand {
  padding: 80px 0;
  overflow: hidden; }
  .section-brand__inner {
    display: flex;
    flex-direction: column;
    gap: 80px; }
    @media (max-width: 991px) {
      .section-brand__inner {
        gap: 48px; } }
  .section-brand__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center; }
  .section-brand__logo {
    height: auto;
    width: auto;
    object-fit: contain; }
  .section-brand__title {
    font-family: var(--vb-font-display);
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: var(--vb-white);
    margin: 0;
    text-align: center; }
  .section-brand__body {
    display: flex;
    gap: 129px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .section-brand__body {
        flex-direction: column;
        gap: 40px; } }
    .section-brand__body .section-brand__img-main--mobile-first {
      display: none; }
    .section-brand__body .section-brand__img-sub-hoe--mobile-second {
      display: none; }
    .section-brand__body .section-brand__images--desktop-only {
      display: contents; }
  .section-brand__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
    width: 305px; }
    @media (max-width: 991px) {
      .section-brand__left {
        width: 100%; } }
  .section-brand__desc {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0; }
  .section-brand__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--vb-white);
    color: var(--vb-red);
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 700;
    padding: 18px 36px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease; }
    .section-brand__btn:hover {
      background: var(--vb-red);
      color: var(--vb-white); }
  .section-brand__images {
    flex: 1;
    display: flex;
    gap: 79px;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .section-brand__images {
        gap: 20px; } }
  .section-brand__img-main {
    width: 413px;
    height: 535px;
    flex-shrink: 0; }
    @media (max-width: 991px) {
      .section-brand__img-main {
        width: 50%;
        height: auto; } }
    .section-brand__img-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section-brand__img-main--mobile-first {
    display: none; }
    @media (max-width: 767px) {
      .section-brand__img-main--mobile-first {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 413 / 535;
        flex-shrink: 0; }
        .section-brand__img-main--mobile-first img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; } }
  @media (max-width: 767px) {
    .section-brand__img-main--desktop-only {
      display: none !important; } }
  .section-brand__img-sub {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 27px; }
  .section-brand__img-sub-text {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0; }
  .section-brand__img-sub img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; }
  .section-brand__products {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .section-brand__products-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-brand__view-all {
    display: none;
    align-items: center;
    gap: 8px;
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--vb-white);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s; }
    .section-brand__view-all:hover {
      opacity: 0.75;
      color: var(--vb-white); }
    .section-brand__view-all svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0; }
  .section-brand__tabs {
    display: flex;
    gap: 40px;
    align-items: center; }
  .section-brand__tab {
    font-family: var(--vb-font-display);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border: none;
    border-top: 3px solid transparent;
    padding: 20px 0 0;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
    line-height: normal;
    outline: none !important; }
    .section-brand__tab.is-active {
      color: var(--vb-red-bright);
      border-top-color: var(--vb-red-bright); }
    .section-brand__tab:hover:not(.is-active) {
      color: var(--vb-red-bright); }
    @media (max-width: 767px) {
      .section-brand__tab {
        font-size: 18px; } }
  .section-brand__nav {
    display: flex;
    gap: 4px; }
  .section-brand__nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }
    .section-brand__nav-btn:hover {
      background: var(--vb-white);
      border-color: var(--vb-white);
      color: var(--vb-red); }
      .section-brand__nav-btn:hover svg, .section-brand__nav-btn:hover path {
        stroke: var(--vb-red); }
    .section-brand__nav-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .section-brand__nav-btn svg {
      width: 24px;
      height: 24px;
      stroke: currentColor; }
  .section-brand__products-divider {
    height: 0;
    border-top: 2px dashed #ffffff; }
  .section-brand__slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 10px; }
  .section-brand__slider-row {
    display: flex;
    gap: 40px;
    align-items: stretch; }
    @media (max-width: 991px) {
      .section-brand__slider-row {
        flex-direction: column; } }
  .section-brand__banner {
    width: 497px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      .section-brand__banner {
        width: 100%;
        position: static; } }
    .section-brand__banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      @media (max-width: 991px) {
        .section-brand__banner img {
          position: static;
          height: auto; } }
  .section-brand__slider {
    flex: 1 1 0%;
    overflow: hidden;
    min-width: 0; }
    .section-brand__slider .swiper-wrapper {
      align-items: flex-start; }
    .section-brand__slider .swiper-slide {
      height: auto;
      position: relative; }
      .section-brand__slider .swiper-slide:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .section-brand__slider .section-brand__slider-footer {
      display: flex;
      align-items: center;
      gap: 32px; }
  .section-brand .section-brand__nav--mobile {
    display: none; }
  .section-brand__pagination {
    display: flex;
    position: static !important;
    gap: 6px; }
    .section-brand__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 12px;
      background: #fff;
      opacity: 0.4;
      transition: width 0.3s, opacity 0.3s;
      margin: 0 !important; }
    .section-brand__pagination .swiper-pagination-bullet-active {
      width: 39px;
      background: var(--vb-red-bright);
      opacity: 1; }

/* Brand AJAX tab states */
.brand-tab__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px; }
  .brand-tab__loading .spin {
    animation: brandTabSpin 1s linear infinite; }

.brand-tab__error,
.brand-tab__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--vb-font-body);
  font-size: 14px;
  text-align: center; }

.swiper-wrapper.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s; }

@keyframes brandTabSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.section-brand--hoegaarden {
  background: #eae8e1 !important;
  /* Tiêu đề navy đậm */
  /* Mô tả màu vàng nâu */
  /* Nút CTA: nền đỏ, chữ trắng */
  /* Tabs: active navy, inactive đen mờ */
  /* Nav btn: border/chữ đen */
  /* Pagination: đen */
  /* Product loop overrides — nền sáng */
  /* Sub text màu vàng nâu */ }
  .section-brand--hoegaarden .section-brand__title {
    color: #012169; }
  .section-brand--hoegaarden .section-brand__desc {
    color: #c99700; }
  .section-brand--hoegaarden .section-brand__btn {
    background: var(--vb-red);
    color: #fff; }
    .section-brand--hoegaarden .section-brand__btn:hover {
      background: #7a0312;
      color: #fff; }
  .section-brand--hoegaarden .section-brand__tab {
    color: rgba(0, 0, 0, 0.4); }
    .section-brand--hoegaarden .section-brand__tab.is-active {
      color: #0c2340;
      border-top-color: #0c2340; }
    .section-brand--hoegaarden .section-brand__tab:hover:not(.is-active) {
      color: rgba(0, 0, 0, 0.7); }
  .section-brand--hoegaarden .section-brand__view-all {
    color: #0c2340; }
    .section-brand--hoegaarden .section-brand__view-all:hover {
      color: #000; }
  .section-brand--hoegaarden .section-brand__nav-btn {
    border-color: #000;
    color: #000; }
    .section-brand--hoegaarden .section-brand__nav-btn:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
      .section-brand--hoegaarden .section-brand__nav-btn:hover path {
        stroke: #fff; }
  .section-brand--hoegaarden .section-brand__products-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .section-brand--hoegaarden .section-brand__slider .swiper-slide:not(:last-child)::after {
    background: rgba(0, 0, 0, 0.15); }
  .section-brand--hoegaarden .section-brand__pagination .swiper-pagination-bullet {
    background: #020202;
    opacity: 0.3; }
  .section-brand--hoegaarden .section-brand__pagination .swiper-pagination-bullet-active {
    background: var(--vb-red-bright);
    opacity: 1; }
  .section-brand--hoegaarden .product-loop--img {
    background: #f0ede6 !important; }
  .section-brand--hoegaarden .product-loop--name {
    color: #000 !important; }
  .section-brand--hoegaarden .product-loop--name a {
    color: #000 !important; }
    .section-brand--hoegaarden .product-loop--name a:hover {
      color: var(--vb-red) !important; }
  .section-brand--hoegaarden .product-loop--price {
    color: var(--vb-red-bright) !important; }
  .section-brand--hoegaarden .product-loop--compare {
    color: rgba(0, 0, 0, 0.5) !important; }
  .section-brand--hoegaarden .product-loop--discount {
    background: var(--vb-red-bright) !important;
    color: #fff !important; }
  .section-brand--hoegaarden .product-loop--badge-soldout {
    background: #012169 !important; }
  .section-brand--hoegaarden .product-loop--atc {
    background: #fff !important;
    border-color: var(--vb-red) !important;
    color: var(--vb-red) !important; }
    .section-brand--hoegaarden .product-loop--atc:hover:not(.disabled) {
      background: var(--vb-red) !important;
      color: #fff !important;
      border-color: var(--vb-red) !important; }
  .section-brand--hoegaarden .section-brand__img-sub-text {
    color: #c99700 !important; }

.section-brand__body--hoe {
  display: grid;
  grid-template-columns: 413px 1fr 354px;
  gap: 0 79px;
  align-items: start; }
  .section-brand__body--hoe .section-brand__img-main--mobile-first {
    display: none; }
  .section-brand__body--hoe .section-brand__img-sub-hoe--mobile-second {
    display: none; }
  .section-brand__body--hoe .section-brand__images--desktop-only {
    display: contents; }
  .section-brand__body--hoe .section-brand__img-main {
    grid-column: 1;
    grid-row: 1;
    width: 413px;
    height: 535px;
    flex-shrink: 0; }
    .section-brand__body--hoe .section-brand__img-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section-brand__body--hoe .section-brand__left {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .section-brand__body--hoe .section-brand__left {
        transform: translateX(-40px); } }
  .section-brand__body--hoe .section-brand__img-sub-hoe {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-self: end; }
    .section-brand__body--hoe .section-brand__img-sub-hoe img {
      width: 100%;
      height: 233px;
      object-fit: cover;
      display: block; }
    .section-brand__body--hoe .section-brand__img-sub-hoe .section-brand__img-sub-text {
      font-family: var(--vb-font-body);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.6);
      margin: 0; }
  @media (max-width: 1199px) {
    .section-brand__body--hoe {
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      .section-brand__body--hoe .section-brand__img-sub-hoe {
        grid-column: 2;
        grid-row: 2; } }
  @media (max-width: 767px) {
    .section-brand__body--hoe {
      grid-template-columns: 1fr; }
      .section-brand__body--hoe .section-brand__img-main {
        width: 100%;
        height: 300px; }
      .section-brand__body--hoe .section-brand__img-sub-hoe {
        grid-column: 1;
        grid-row: auto; } }

/* Budweiser — 2 vùng màu riêng biệt */
.section-brand--budweiser {
  /* Xoá padding mặc định của section-brand vì dùng 2 sub-areas */
  padding: 0 !important;
  /* Tab active: đỏ thay vì trắng */
  /* Nút CTA: nền trắng, chữ đỏ */
  /* Divider màu nhạt hơn trên nền navy */ }
  .section-brand--budweiser .section-brand__hero-area {
    background: #dc0019;
    padding: 80px 0; }
  .section-brand--budweiser .section-brand__inner-top {
    display: flex;
    flex-direction: column;
    gap: 80px; }
  .section-brand--budweiser .section-brand__products-area {
    background: #0a0541;
    padding: 80px 0 120px; }
  .section-brand--budweiser .section-brand__tab.is-active {
    color: var(--vb-red-bright);
    border-top-color: var(--vb-red-bright); }
  .section-brand--budweiser .section-brand__tab:hover:not(.is-active) {
    color: rgba(255, 255, 255, 0.8); }
  .section-brand--budweiser .section-brand__btn {
    background: #fff;
    color: var(--vb-red); }
    .section-brand--budweiser .section-brand__btn:hover {
      background: var(--vb-red);
      color: #fff; }
  .section-brand--budweiser .section-brand__products-divider {
    border-color: rgba(255, 255, 255, 0.15); }

.section-brand--corona {
  background: #0c2340 !important;
  /* Tiêu đề màu vàng */
  /* Nút CTA: nền trắng, chữ đỏ */
  /* Tabs: active trắng */ }
  .section-brand--corona .section-brand__title {
    color: #ffc72c; }
  .section-brand--corona .section-brand__desc {
    color: rgba(255, 255, 255, 0.85); }
  .section-brand--corona .section-brand__btn {
    background: #fff;
    color: var(--vb-red); }
    .section-brand--corona .section-brand__btn:hover {
      background: var(--vb-red);
      color: #fff; }
  .section-brand--corona .section-brand__tab {
    color: rgba(255, 255, 255, 0.5); }
    .section-brand--corona .section-brand__tab.is-active {
      color: #fff;
      border-top-color: #fff; }
    .section-brand--corona .section-brand__tab:hover:not(.is-active) {
      color: rgba(255, 255, 255, 0.8); }
  .section-brand--corona .section-brand__view-all {
    color: #fff; }
    .section-brand--corona .section-brand__view-all:hover {
      color: rgba(255, 255, 255, 0.7); }
  .section-brand--corona .section-brand__nav-btn {
    border-color: #fff;
    color: #fff; }
    .section-brand--corona .section-brand__nav-btn:hover {
      background: #fff;
      border-color: #fff;
      color: #0c2340; }
      .section-brand--corona .section-brand__nav-btn:hover path {
        stroke: #0c2340; }
  .section-brand--corona .section-brand__products-divider {
    border-color: rgba(255, 255, 255, 0.15); }
  .section-brand--corona .section-brand__slider .swiper-slide:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.2); }
  .section-brand--corona .section-brand__pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4; }
  .section-brand--corona .section-brand__pagination .swiper-pagination-bullet-active {
    background: var(--vb-red-bright);
    opacity: 1; }

.section-brand__body--corona {
  display: grid;
  grid-template-columns: 411px 219px 1fr;
  gap: 0 79px;
  align-items: start; }
  .section-brand__body--corona .section-brand__img-main--mobile-first {
    display: none; }
  .section-brand__body--corona .section-brand__img-sub-corona--mobile-second {
    display: none; }
  .section-brand__body--corona .section-brand__images--desktop-only {
    display: contents; }
    .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-sub-corona {
      grid-column: 2;
      grid-row: 1;
      align-self: start; }
      @media (min-width: 992px) {
        .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-sub-corona {
          transform: translateX(40px); } }
      .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-sub-corona img {
        width: 100%;
        height: 223px;
        object-fit: cover;
        display: block; }
    .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-main--desktop-only {
      grid-column: 3;
      grid-row: 1;
      width: 100%;
      height: 535px; }
      .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-main--desktop-only img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
  .section-brand__body--corona .section-brand__left {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: end;
    width: 100%; }
  @media (max-width: 1199px) {
    .section-brand__body--corona {
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      .section-brand__body--corona .section-brand__left {
        grid-column: 1;
        grid-row: 2;
        align-self: start; }
      .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-sub-corona {
        grid-column: 1;
        grid-row: 3;
        transform: none; }
      .section-brand__body--corona .section-brand__images--desktop-only .section-brand__img-main--desktop-only {
        grid-column: 2;
        grid-row: 1 / 4;
        height: auto;
        min-height: 300px; } }

.section-brand .product-loop--name {
  color: var(--vb-white); }

.section-brand .product-loop--name a:hover {
  color: rgba(255, 255, 255, 0.7); }

.section-brand .product-loop--compare {
  color: rgba(255, 255, 255, 0.6); }

.section-brand .product-loop--atc {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .section-brand .product-loop--atc:hover:not(.disabled) {
    background: var(--vb-white);
    color: var(--vb-red);
    border-color: var(--vb-white); }

/* Michelob Ultra — nút CTA sáng */
.section-brand__btn--light {
  background: #fff;
  color: var(--vb-red); }
  .section-brand__btn--light:hover {
    background: var(--vb-red);
    color: #fff; }

.section-brand--michelob .section-brand__tab.is-active {
  color: #fff;
  border-top-color: #fff; }

.section-brand--michelob .section-brand__tab:hover:not(.is-active) {
  color: rgba(255, 255, 255, 0.8); }

/* ============================================================ */
/* SECTION PROMO                                                */
/* ============================================================ */
.section-promo {
  background: var(--vb-white);
  padding: 80px 0 120px; }
  .section-promo__inner {
    display: flex;
    gap: 40px;
    align-items: stretch; }
    @media (max-width: 991px) {
      .section-promo__inner {
        flex-direction: column; } }
  .section-promo__banner {
    width: 671px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      .section-promo__banner {
        width: 100%;
        position: static; } }
    .section-promo__banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      @media (max-width: 991px) {
        .section-promo__banner img {
          position: static;
          height: auto; } }
  .section-promo__content {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0; }
  .section-promo__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px; }
  .section-promo__title {
    font-family: var(--vb-font-display);
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: left;
    flex: 1; }
    @media (min-width: 992px) {
      .section-promo__title {
        text-align: center; } }
  .section-promo__nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 100px;
    background: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }
    .section-promo__nav-btn:hover {
      background: #000 !important;
      border-color: #000 !important;
      color: #fff !important; }
    .section-promo__nav-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .section-promo__nav-btn svg {
      width: 24px;
      height: 24px;
      stroke: currentColor; }
  .section-promo__divider {
    display: block;
    height: 0;
    border-top: 2px dashed rgba(0, 0, 0, 0.3);
    margin-bottom: 24px; }
  .section-promo__slider {
    overflow: hidden; }
    .section-promo__slider .swiper-wrapper {
      align-items: flex-start; }
    .section-promo__slider .swiper-slide {
      height: auto;
      position: relative; }
      .section-promo__slider .swiper-slide:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none; }
  .section-promo__footer {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 20px; }
  .section-promo__pagination {
    display: flex;
    flex: 1;
    gap: 6px;
    align-items: center;
    position: static !important; }
    .section-promo__pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      border-radius: 12px;
      background: rgba(0, 0, 0, 0.25);
      opacity: 1;
      transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
      margin: 0 !important;
      cursor: pointer; }
    .section-promo__pagination .swiper-pagination-bullet-active {
      width: 39px;
      background: var(--vb-red-bright); }
  .section-promo__nav-mobile {
    display: none;
    gap: 4px;
    flex-shrink: 0; }
    .section-promo__nav-mobile .section-promo__nav-btn {
      width: 32px;
      height: 32px; }
      .section-promo__nav-mobile .section-promo__nav-btn svg {
        width: 16px;
        height: 16px; }

/* ============================================================ */
/* SECTION CATS (Category Cards)                                */
/* ============================================================ */
.section-cats {
  background: var(--vb-dark, #4B0A0B);
  padding: 40px 0 0px; }
  @media (min-width: 992px) {
    .section-cats {
      padding: 0 0 80px 0; } }
  .section-cats__grid {
    display: none; }
    @media (min-width: 768px) {
      .section-cats__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px; } }
  .section-cats__slider {
    display: block;
    overflow: hidden; }
    @media (min-width: 768px) {
      .section-cats__slider {
        display: none; } }
  .section-cats__item {
    position: relative;
    height: 300px;
    background: var(--vb-red);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer; }
    @media (min-width: 992px) {
      .section-cats__item {
        height: 335px;
        border-top: 3px solid transparent; } }
    .section-cats__item.has-image .section-cats__bg {
      opacity: 0;
      transform: scale(1.1);
      transition: opacity 0.5s ease, transform 0.5s ease; }
    .section-cats__item.has-image .section-cats__overlay {
      background: var(--vb-red);
      transition: opacity 0.5s ease, background 0.5s ease; }
    @media (min-width: 768px) {
      .section-cats__item.has-image:hover {
        border-top: 3px solid #ff0000; }
        .section-cats__item.has-image:hover .section-cats__bg {
          opacity: 1;
          transform: scale(1); }
        .section-cats__item.has-image:hover .section-cats__overlay {
          background: rgba(125, 0, 1, 0.5); }
        .section-cats__item.has-image:hover .section-cats__cta {
          background: transparent;
          border-color: #ffffff; } }
    .section-cats__item:not(.has-image) .section-cats__overlay {
      background: var(--vb-red); }
    @media (min-width: 768px) {
      .section-cats__item:not(.has-image):hover .section-cats__cta {
        background: transparent;
        border-color: #ffffff; } }
  .section-cats__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .section-cats__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section-cats__overlay {
    position: absolute;
    inset: 0;
    z-index: 1; }
  .section-cats__top {
    position: relative;
    z-index: 2;
    padding: 16px 20px 0;
    width: 100%; }
    @media (min-width: 992px) {
      .section-cats__top {
        padding: 20px 32px 0; } }
  .section-cats__title {
    font-family: var(--vb-font-display, "Big Shoulders Display", sans-serif);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0; }
    @media (min-width: 992px) {
      .section-cats__title {
        font-size: 32px;
        letter-spacing: -1px; } }
  .section-cats__bottom {
    position: relative;
    z-index: 2;
    padding: 0 16px 16px;
    width: 100%; }
    @media (min-width: 992px) {
      .section-cats__bottom {
        padding: 0 20px 20px; } }
  .section-cats__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--vb-font-body, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 16px;
    width: 100%;
    transition: background 0.4s ease, border-color 0.4s ease; }
    @media (min-width: 992px) {
      .section-cats__cta {
        font-size: 16px;
        padding: 16px 24px; } }
    .section-cats__cta svg {
      flex-shrink: 0;
      width: 18px;
      height: 18px; }
      @media (min-width: 992px) {
        .section-cats__cta svg {
          width: 20px;
          height: 20px; } }

/* ============================================================ */
/* PDP TOAST NOTIFICATION                                       */
/* ============================================================ */
#pdp-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--vb-red);
  color: #fff;
  font-family: var(--vb-font-body, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  padding: 20px 24px 20px 40px;
  border-radius: 8px;
  z-index: 99999;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.35s ease;
  white-space: nowrap;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 16px; }
  @media (max-width: 767px) {
    #pdp-toast {
      font-size: 16px;
      padding: 16px 12px 16px 20px;
      white-space: normal;
      max-width: calc(100vw - 40px); } }

.pdp-toast__msg {
  flex: 1;
  min-width: 0; }

.pdp-toast__close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  flex-shrink: 0;
  transition: opacity 0.2s; }
  .pdp-toast__close:hover {
    opacity: 1; }
  .pdp-toast__close svg {
    display: block; }
