@charset "UTF-8";
@keyframes headShake {
  0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); } }

/* ==========================================================================
   PRODUCT GALLERY - NEW LAYOUT
   Tuân thủ: Bootstrap 4, BEM convention, Performance optimized
   ========================================================================== */
/* === VARIABLES === */
.pro-bg {
  background-color: var(--shop-color-bg-white);
  padding: 24px;
  border-radius: 12px; }

.productDetail-main .info-wrapper {
  background: #fff url(https://cdn.hstatic.net/files/200001089693/file/frame_1321318335__1_.jpg) no-repeat;
  background-size: cover;
  padding: 4px;
  border-radius: 12px;
  overflow: hidden;
  position: sticky;
  top: var(--header-height);
  z-index: 9; }

.productDetail-main .info-header {
  background: #fff;
  border-radius: 12px;
  padding: 16px 12px; }

.productDetail-main .pro--pice {
  gap: 8px;
  justify-content: center; }
  .productDetail-main .pro--pice .pro-price {
    color: #F04438;
    font-size: 28px;
    font-weight: 700; }
  .productDetail-main .pro--pice .pro-unit {
    background-color: #f44336;
    color: #ffffff;
    border-color: #f44336;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }

.productDetail-main .price-discount {
  font-size: 16px;
  justify-content: center; }

.productDetail-main .price-discount del {
  padding-right: 8px;
  color: #6c757d;
  /* Thay mã màu tương ứng với $text-secondary của bạn */ }

.productDetail-main .price-discount .pro-percent {
  color: #F04438; }

.productDetail-main .price-discount .price-saving {
  color: #12B76A;
  margin-left: 8px; }

.productDetail-main .count-down-index {
  justify-content: space-around;
  align-items: center;
  background: #1D1D1D;
  color: white;
  padding: 5px;
  border-radius: 20px; }

.productDetail-main .countdown-deal {
  gap: 4px; }
  .productDetail-main .countdown-deal li {
    display: flex;
    align-items: center; }
    .productDetail-main .countdown-deal li strong {
      background-color: #fff;
      color: #F50A22;
      display: inline-block;
      margin-right: 4px;
      border-radius: 4px;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center; }

.productDetail-main .action-buys {
  display: flex;
  gap: 8px; }
  .productDetail-main .action-buys #buy-now, .productDetail-main .action-buys .btn-buy-tragop {
    flex: 1;
    border-radius: 4px;
    background: #F05A22;
    color: #fff;
    outline: none;
    border: none;
    height: 62px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .productDetail-main .action-buys #buy-now small, .productDetail-main .action-buys .btn-buy-tragop small {
      font-size: 10px; }
  .productDetail-main .action-buys .btn-buy-tragop {
    background: transparent;
    color: #F05A22;
    border: 1px solid #F05A22; }

.productDetail-main .pro-hotline {
  gap: 8px; }
  .productDetail-main .pro-hotline span {
    font-size: 18px;
    font-weight: 400; }
  .productDetail-main .pro-hotline b {
    color: #0BA5EC;
    font-size: 16px; }

.productDetail-main .product-variants {
  position: relative; }
  .productDetail-main .product-variants.check-action-variant {
    padding: 0 15px;
    z-index: 1; }
    .productDetail-main .product-variants.check-action-variant::before {
      content: "";
      border-radius: 10px;
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff5f5;
      z-index: -1; }
    .productDetail-main .product-variants.check-action-variant .check-action-tt {
      color: red;
      font-weight: 500;
      margin: 0; }
      .productDetail-main .product-variants.check-action-variant .check-action-tt.text-effect {
        animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

/* === PRODUCT INFO HEADER === */
.product-info-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .product-info-header {
      gap: 0px; } }
  .product-info-header__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--shop-color-text); }
    @media (max-width: 767px) {
      .product-info-header__title {
        font-size: 18px;
        line-height: 28px; } }
  .product-info-header .product-info-header__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .product-info-header .product-info-header__meta {
        font-size: 12px;
        gap: 8px; } }

.meta-item {
  display: flex;
  align-items: center;
  gap: 4px; }
  .meta-item .meta-label {
    color: var(--shop-color-text);
    font-weight: 400; }
  .meta-item .meta-value {
    color: #0BA5EC;
    font-weight: 500; }
    .meta-item .meta-value a {
      color: #0BA5EC;
      text-decoration: none; }
      .meta-item .meta-value a:hover {
        text-decoration: underline; }

.meta-divider {
  width: 0;
  height: 20px;
  border-left: 1px solid #757575;
  display: block; }
  @media (max-width: 767px) {
    .meta-divider {
      height: 16px; } }

.meta-stars {
  display: flex;
  gap: 2px; }
  .meta-stars svg {
    width: 16px;
    height: 16px; }
    @media (max-width: 767px) {
      .meta-stars svg {
        width: 14px;
        height: 14px; } }

/* === PRODUCT GALLERY === */
.product-gallery__inner {
  margin-bottom: 24px; }

.product-gallery__main {
  position: relative;
  max-width: 680px;
  margin: auto;
  margin-bottom: 10px; }

.product-gallery__slide {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 380px; }
  .product-gallery__slide .swiper-slide {
    aspect-ratio: 1/1;
    cursor: pointer; }
    .product-gallery__slide .swiper-slide:hover .product-main-img {
      transform: scale(1.05); }

.product-gallery__photo {
  position: relative;
  width: 100%;
  height: 100%; }
  .product-gallery__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease; }

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .video-wrapper .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease; }
    .video-wrapper .video-play-btn:hover {
      transform: translate(-50%, -50%) scale(1.1); }
    .video-wrapper .video-play-btn:active {
      transform: translate(-50%, -50%) scale(0.95); }

.swiper-nav-main .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  .swiper-nav-main .swiper-button:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .swiper-nav-main .swiper-button:disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  .swiper-nav-main .swiper-button svg {
    color: var(--shop-color-text); }

.swiper-nav-main .swiper-prev {
  left: 12px; }

.swiper-nav-main .swiper-next {
  right: 12px; }

/* === THUMBNAIL WRAPPER === */
.product-gallery__thumb-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  @media (max-width: 767px) {
    .product-gallery__thumb-wrapper {
      justify-content: left; } }
  .product-gallery__thumb-wrapper::-webkit-scrollbar {
    display: none; }

.thumb-item {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border: 2px solid #F2F4F7;
  border-radius: 4px;
  background: #F2F4F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0; }
  .thumb-item:hover {
    border-color: var(--shop-color-main);
    background: #fff; }
  .thumb-item.active {
    border-color: var(--shop-color-main);
    border-width: 2px; }
  .thumb-item svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: var(--shop-color-text); }
  .thumb-item .thumb-label {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: var(--shop-color-text);
    font-weight: 400; }

.thumb-more .thumb-more-count {
  font-size: 18px;
  font-weight: 700;
  color: var(--shop-color-text); }

.product-gallery__thumb-images {
  display: flex;
  gap: 8px; }
  .product-gallery__thumb-images .thumb-image {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease; }
    .product-gallery__thumb-images .thumb-image:hover, .product-gallery__thumb-images .thumb-image.active {
      border-color: var(--shop-color-main);
      border-width: 2px; }
    .product-gallery__thumb-images .thumb-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* === POLICIES === */
.product-policies {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.policies-row {
  display: flex;
  gap: 8px; }
  @media (max-width: 767px) {
    .policies-row {
      flex-direction: column; } }

.policy-item {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.2s ease; }
  .policy-item:hover {
    border-color: var(--shop-color-main);
    box-shadow: 0 2px 8px rgba(240, 90, 34, 0.1); }
  .policy-item .policy-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px; }
    .policy-item .policy-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .policy-item .policy-content {
    flex: 1;
    min-width: 0; }
  .policy-item .policy-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--shop-color-main);
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .policy-item .policy-title {
        font-size: 13px; } }
  .policy-item .policy-desc {
    font-size: 12px;
    line-height: 16px;
    color: var(--shop-color-text); }
    @media (max-width: 767px) {
      .policy-item .policy-desc {
        font-size: 11px; } }

/* === MODAL POPUP === */
.product-gallery-modal .modal-dialog {
  max-width: 1160px;
  align-items: start;
  margin: 10px auto;
  background: #fff;
  border-radius: 12px; }
  .product-gallery-modal .modal-dialog::before {
    height: calc(100vh - 20px); }

.product-gallery-modal .modal-content {
  border-radius: 12px;
  border: none; }

.product-gallery-modal .modal-header {
  border-bottom: none;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .product-gallery-modal .modal-header .btn-close {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none; }
    .product-gallery-modal .modal-header .btn-close svg {
      display: block;
      margin: auto;
      height: 30px;
      width: 14px;
      text-align: center;
      fill: #f3f3f3; }

.product-gallery-modal .modal-body {
  padding: 24px;
  padding-top: 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .product-gallery-modal .modal-body {
      max-width: 100%;
      padding: 0 12px; } }
  .product-gallery-modal .modal-body .modal-gallery {
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column; }
    .product-gallery-modal .modal-body .modal-gallery #modalMainSlider {
      flex: 1;
      max-width: 100%; }

.product-modal-tabs {
  border: none;
  gap: 8px; }
  .product-modal-tabs .nav-item {
    margin: 0; }
  .product-modal-tabs .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--shop-color-text);
    transition: all 0.2s ease;
    border-radius: 4px;
    border: 1px solid #D5D7DA;
    background: #F2F4F7;
    padding: 8px 24px;
    outline: none; }
    .product-modal-tabs .nav-link:hover {
      color: var(--shop-color-main); }
    .product-modal-tabs .nav-link.active {
      background-color: #fff;
      border-color: var(--shop-color-main);
      color: var(--shop-color-main); }
    @media (max-width: 767px) {
      .product-modal-tabs .nav-link {
        font-size: 14px; } }

/* === MODAL GALLERY === */
.modal-gallery__main {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden; }
  .modal-gallery__main .swiper-wrapper {
    align-items: center; }
  .modal-gallery__main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-gallery__main .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .modal-gallery__main .product-gallery__photo img {
    width: auto;
    height: auto; }
  .modal-gallery__main .product-gallery__photo-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; }
  .modal-gallery__main .prod-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto; }
  .modal-gallery__main .video-wrapper img {
    width: 100%; }

.modal-gallery__thumb .swiper-wrapper {
  justify-content: center; }

.modal-gallery__thumb .swiper-slide {
  width: 80px;
  height: 80px;
  border: 2px solid #F2F4F7;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease; }
  .modal-gallery__thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--shop-color-main); }
  .modal-gallery__thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .modal-gallery__thumb .swiper-slide.thumb_video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-gallery__thumb .swiper-slide.thumb_video .icon-play svg {
      width: 40px;
      height: 40px; }

.modal-content-specs,
.modal-content-highlight {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding: 0;
  width: 810px;
  margin: 10px auto; }
  .modal-content-specs::-webkit-scrollbar,
  .modal-content-highlight::-webkit-scrollbar {
    width: 8px; }
  .modal-content-specs::-webkit-scrollbar-track,
  .modal-content-highlight::-webkit-scrollbar-track {
    border-radius: 4px; }
  .modal-content-specs::-webkit-scrollbar-thumb,
  .modal-content-highlight::-webkit-scrollbar-thumb {
    background: #F05A22;
    border-radius: 4px; }
    .modal-content-specs::-webkit-scrollbar-thumb:hover,
    .modal-content-highlight::-webkit-scrollbar-thumb:hover {
      background: #757575; }
  .modal-content-specs h1, .modal-content-specs h2, .modal-content-specs h3, .modal-content-specs h4, .modal-content-specs h5, .modal-content-specs h6,
  .modal-content-highlight h1,
  .modal-content-highlight h2,
  .modal-content-highlight h3,
  .modal-content-highlight h4,
  .modal-content-highlight h5,
  .modal-content-highlight h6 {
    color: var(--shop-color-text);
    margin-bottom: 12px; }
  .modal-content-specs p,
  .modal-content-highlight p {
    margin-bottom: 12px;
    line-height: 1.6; }

.modal-content-specs p {
  margin-bottom: 0; }

.modal-content-specs table {
  background: #fff;
  border-radius: 0;
  border: none;
  overflow: hidden; }
  .modal-content-specs table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .modal-content-specs table tbody tr:nth-of-type(even) {
    background: #fff; }
  .modal-content-specs table tbody td {
    border: none;
    padding: 16px; }
    .modal-content-specs table tbody td:first-child {
      width: 35%;
      font-weight: bold; }
      @media (min-width: 992px) {
        .modal-content-specs table tbody td:first-child {
          width: 280px; } }

/* === TAB VIDEO MODAL === */
.modal-content-video {
  padding: 16px 0;
  height: calc(100vh - 150px); }
  .modal-content-video .modal-video-item {
    height: 100%;
    display: flex; }
    .modal-content-video .modal-video-item .modal-video-item__player {
      height: 100%;
      width: 100%; }

.modal-video-item__player {
  border-radius: 10px;
  overflow: hidden;
  background: transparent; }

.modal-video-item__iframe-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 10px;
  overflow: hidden; }

.modal-video-item__poster {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 16px; }

.modal-video-item__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, opacity 0.2s ease; }
  .modal-video-item__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9; }
  .modal-video-item__play-btn:active {
    transform: translate(-50%, -50%) scale(0.95); }

.modal-video-item__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px; }

.pro_desc-specs {
  font-size: 13px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .pro_desc-specs .pro-desc-specs {
      max-height: 240px;
      overflow: hidden; } }
  .pro_desc-specs p {
    margin-bottom: 0; }
  .pro_desc-specs table {
    background: #fff;
    border-radius: 0;
    border: none;
    overflow: hidden; }
    .pro_desc-specs table tbody tr:nth-child(n + 7) {
      display: none; }
    .pro_desc-specs table tbody tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .pro_desc-specs table tbody tr:nth-of-type(even) {
      background: #fff; }
    .pro_desc-specs table tbody td {
      border: none;
      padding: 8px 12px; }
      .pro_desc-specs table tbody td:first-child {
        width: 50%;
        font-weight: bold; }

.pro__description {
  max-height: 1600px;
  overflow: hidden;
  position: relative; }
  .pro__description .pro-desc__view-more {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 20px 0 20px;
    z-index: 9;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 86.93%);
    width: 100%; }

/* === ACCESSIBILITY === */
.thumb-item:focus,
.swiper-button:focus,
.thumb-image:focus {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px; }

/* === LOADING STATE === */
.product-gallery__photo.loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer 1.5s infinite; }

@keyframes shimmer {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

/* === PRODUCT POLICIES BAR === */
.product-policies-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px; }
  @media (max-width: 767px) {
    .product-policies-bar {
      gap: 7px;
      flex-wrap: wrap;
      justify-content: center; } }

.policy-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
  align-items: center;
  background: var(--bg-pro-policies);
  border: 1px solid var(--border-pro-policies);
  border-radius: 6px;
  padding: 5px; }
  @media (max-width: 767px) {
    .policy-bar-item {
      flex: 0 0 calc(23%); } }
  .policy-bar-item__header {
    display: flex;
    align-items: center;
    gap: 4px; }
  .policy-bar-item__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    object-fit: contain; }
  .policy-bar-item__label {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: var(--text-label-pro-policies);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .policy-bar-item__value {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-value-pro-policies);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .policy-bar-item__value {
        font-size: 13px;
        line-height: 18px; } }

/* === PRODUCT PROMOTIONS === */
.product-promotions {
  background: var(--bg-promotions);
  border: 1px solid var(--border-promotions);
  border-radius: 12px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 10px; }
  .product-promotions__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--title-promotions);
    text-transform: uppercase;
    position: relative;
    background: #fff;
    width: max-content;
    top: -10px;
    margin-left: 14px;
    margin-bottom: 0px; }
  .product-promotions__list {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .product-promotions__list :is(ul, ol) {
      list-style: revert;
      padding-left: 15px; }

.promo-item {
  display: flex;
  gap: 8px;
  align-items: flex-start; }
  .promo-item__number {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: var(--title-promotions);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center; }
  .promo-item__text {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-promotions);
    /* Giữ lại HTML formatting (bold, etc.) */ }
    .promo-item__text strong {
      font-weight: 700; }
    @media (max-width: 767px) {
      .promo-item__text {
        font-size: 13px;
        line-height: 18px; } }

/* === PRODUCT STOCK LOCATION === */
.product-stock-location {
  margin-top: 16px;
  border-top: 1px solid #757575;
  padding-top: 16px; }
  .product-stock-location .stock-location__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: var(--shop-color-text);
    margin-top: 10px;
    background: white;
    width: max-content; }
  .product-stock-location .stock-location__list {
    display: flex;
    flex-direction: column;
    gap: 8px; }

.stock-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  .stock-item__phone, .stock-item__address {
    display: flex;
    align-items: center;
    gap: 4px; }
    .stock-item__phone svg, .stock-item__address svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0; }
    .stock-item__phone a, .stock-item__phone span, .stock-item__address a, .stock-item__address span {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      .stock-item__phone a:hover, .stock-item__phone span:hover, .stock-item__address a:hover, .stock-item__address span:hover {
        opacity: 0.8; }
  .stock-item__phone a {
    color: var(--shop-color-main); }
  .stock-item__phone svg path {
    fill: var(--shop-color-main); }
  .stock-item__divider {
    width: 4px;
    height: 0;
    border-bottom: 2px solid var(--shop-color-text);
    flex-shrink: 0; }
  .stock-item__address {
    flex: 1;
    min-width: 0; }
    .stock-item__address span {
      color: #0BA5EC;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .stock-item__address svg path {
      fill: #0BA5EC; }
  @media (max-width: 767px) {
    .stock-item {
      gap: 4px; }
      .stock-item__phone a,
      .stock-item__address span {
        font-size: 13px;
        line-height: 18px; } }

/* ==========================================================================
   PRO BLOG - Related Blog Section
   ========================================================================== */
.pro-blog {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px; }
  .pro-blog__heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin-bottom: 16px; }
    .pro-blog__heading a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease; }
      .pro-blog__heading a:hover {
        color: #0BA5EC; }
  .pro-blog__list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .pro-blog__item {
    transition: transform 0.2s ease; }
    .pro-blog__item:hover {
      transform: translateY(-2px); }
  .pro-blog__link {
    display: flex;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    min-height: 44px;
    padding: 4px 0;
    margin: -4px 0; }
  .pro-blog__image {
    flex-shrink: 0;
    width: 106px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #F2F4F7;
    position: relative; }
    .pro-blog__image::before {
      content: '';
      display: block;
      padding-top: 75.47%; }
  .pro-blog__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: linear-gradient(90deg, #F2F4F7 0%, #e8eaed 50%, #F2F4F7 100%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite; }
  .pro-blog__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center; }
  .pro-blog__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: color 0.2s ease; }
    .pro-blog__link:hover .pro-blog__title {
      color: var(--shop-color-main); }
  .pro-blog__excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #757575;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pro-blog__empty {
    text-align: center;
    padding: 24px;
    color: #757575;
    font-size: 14px;
    margin: 0; }
  .pro-blog__skeleton {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .pro-blog__skeleton .skeleton-item {
      display: flex;
      gap: 16px; }
      .pro-blog__skeleton .skeleton-item::before {
        content: '';
        width: 106px;
        height: 80px;
        border-radius: 6px;
        background: linear-gradient(90deg, #F2F4F7 0%, #e8eaed 50%, #F2F4F7 100%);
        background-size: 200% 100%;
        animation: skeleton-loading 1.5s ease-in-out infinite; }
      .pro-blog__skeleton .skeleton-item::after {
        content: '';
        flex: 1;
        height: 80px;
        border-radius: 6px;
        background: linear-gradient(90deg, #F2F4F7 0%, #e8eaed 50%, #F2F4F7 100%);
        background-size: 200% 100%;
        animation: skeleton-loading 1.5s ease-in-out infinite;
        animation-delay: 0.2s; }
  @media (max-width: 767px) {
    .pro-blog {
      padding: 12px; }
      .pro-blog__heading {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px; }
      .pro-blog__list {
        gap: 12px;
        justify-content: space-between; }
      .pro-blog__image {
        width: 90px;
        height: 68px; }
      .pro-blog__title {
        font-size: 15px;
        line-height: 22px;
        -webkit-line-clamp: 2; }
      .pro-blog__excerpt {
        font-size: 13px;
        line-height: 18px; }
      .pro-blog__skeleton .skeleton-item::before {
        width: 90px;
        height: 68px; } }

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

.pd-bottom-64 {
  padding-bottom: 64px; }

.product-section .section-title-item {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700; }

.product-section .section-desc-item {
  font-size: 16px; }

.product-section .icon-item img {
  width: 55px;
  height: 55px;
  border-radius: 50%; }

.product-section .img {
  border-radius: 12px;
  overflow: hidden; }
  .product-section .img img {
    border-radius: 12px; }

.product-section .video {
  border-radius: 12px;
  overflow: hidden; }

.product-section .section-title {
  font-size: 32px;
  font-weight: 700; }

.product-section .section-desc {
  font-size: 16px; }

@media (min-width: 992px) {
  .product-section .content {
    padding-left: 200px;
    padding-right: 200px; } }

.product-related .pro-bg, .product-viewed .pro-bg {
  overflow: hidden; }

.product-related .swiper, .product-viewed .swiper {
  overflow: initial; }

.product-related .section-title h2, .product-viewed .section-title h2 {
  font-size: 18px; }

/* ==========================================================================
   PRODUCT THANK YOU SECTION
   ========================================================================== */
.product-thankyou {
  padding: 24px 0; }
  @media (max-width: 767px) {
    .product-thankyou {
      padding: 16px 0; } }
  .product-thankyou__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #1d1d1d;
    margin-bottom: 24px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .product-thankyou__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px; } }
  .product-thankyou__slider {
    position: relative; }

.swiper-thankyou .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.thankyou-item {
  position: relative;
  width: 100%;
  aspect-ratio: 180 / 136;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5; }
  .thankyou-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }
  .thankyou-item:hover .thankyou-item__image {
    transform: scale(1.05); }

.swiper-thankyou-prev {
  left: 0; }

.swiper-thankyou-next {
  right: 0; }

.thankyou-item__image.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite; }

.swiper-thankyou-prev:focus,
.swiper-thankyou-next:focus {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px; }

.pro_desc-flex {
  flex-direction: column;
  height: 100%; }

.yt-lazy {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  /* Ép ảnh nền hiển thị đúng 800x450 */
  background-size: 800px 450px;
  background-position: center;
  background-repeat: no-repeat;
  /* Thiết lập relative để giữ video iframe nằm gọn bên trong */
  position: relative;
  overflow: hidden; }

.yt-lazy iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%; }

.yt-play::after {
  content: '';
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@media (max-width: 991px) {
  .yt-lazy {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: 100%; } }

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .pd-bottom-64 {
    padding-bottom: 20px; }
  .pro-bg {
    padding: 12px; }
  .product-gallery__photo img {
    object-fit: contain; }
  .modal-gallery__thumb .swiper-wrapper {
    justify-content: start; }
  .product-gallery-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    align-items: start;
    margin: 0;
    border-radius: 0; }
    .product-gallery-modal .modal-dialog .modal-content {
      height: 100vh;
      border-radius: 0; }
    .product-gallery-modal .modal-dialog .modal-header {
      padding: 8px 12px;
      flex-direction: column-reverse;
      align-items: start;
      gap: 10px; }
      .product-gallery-modal .modal-dialog .modal-header .btn-close {
        position: unset;
        margin-left: auto; }
    .product-gallery-modal .modal-dialog .product-modal-tabs {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: auto hidden;
      justify-content: start;
      width: 100%;
      padding-bottom: 10px; }
      .product-gallery-modal .modal-dialog .product-modal-tabs .nav-link {
        padding: 10px;
        font-size: 12px; }
    .product-gallery-modal .modal-dialog .tab-content, .product-gallery-modal .modal-dialog .tab-pane, .product-gallery-modal .modal-dialog .modal-gallery {
      height: 100%; }
    .product-gallery-modal .modal-dialog .modal-gallery {
      display: flex;
      flex-direction: column; }
      .product-gallery-modal .modal-dialog .modal-gallery #modalMainSlider {
        flex: 0 0 80%;
        width: 100%; }
      .product-gallery-modal .modal-dialog .modal-gallery #modalThumbSlider {
        flex: auto;
        width: 100%; }
    .product-gallery-modal .modal-dialog .modal-gallery__main .video-wrapper img {
      height: 100%; }
  .modal-content-specs, .modal-content-highlight {
    max-width: 100%;
    max-height: calc(100vh - 180px); }
    .modal-content-specs img, .modal-content-highlight img {
      width: 100% !important;
      height: auto !important; }
  .product-gallery .pro-bg {
    display: flex;
    flex-direction: column; }
  .product-info-header {
    margin-top: 0;
    margin-bottom: 0;
    order: 1; }
  .product-gallery__slide .swiper-slide {
    aspect-ratio: 4/3; }
  .productDetail-main .pro--pice .pro-price {
    font-size: 20px; }
  .productDetail-main .price-discount {
    font-size: 14px; }
  .productDetail-main .info-wrapper {
    margin-top: 10px; }
  .productDetail-main .count-down-index {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px; }
  .productDetail-main .count-down-index b {
    font-size: 12px; }
  .productDetail-main .countdown-deal {
    font-size: 12px; }
  .productDetail-main .pro-hotline {
    white-space: nowrap; }
    .productDetail-main .pro-hotline span, .productDetail-main .pro-hotline b {
      font-size: 14px; }
  .productDetail-main .product-info {
    height: 100%; }
  .product-section .section-title-item {
    font-size: 18px; }
  .product-section .section-desc-item {
    font-size: 14px; }
  .product-section .section-title {
    font-size: 20px; }
  .product-section .content-parent {
    margin-bottom: 16px; }
  .product-section.section-7 .content-none-pd {
    margin-top: 16px; }
  .swiper-button-next {
    right: 0; }
  .swiper-button-prev {
    left: 0; } }

@media (max-width: 767px) {
  .product-gallery__inner {
    margin-bottom: 16px; }
  .product-gallery__main {
    margin-bottom: 12px; }
  .thumb-item {
    width: 56px;
    height: 56px;
    padding: 4px; }
    .thumb-item svg {
      width: 20px;
      height: 20px; }
    .thumb-item .thumb-label {
      font-size: 9px;
      line-height: 10px; }
  .product-gallery__thumb-images .thumb-image {
    width: 56px;
    height: 56px; }
  .swiper-nav-main .swiper-button {
    width: 32px;
    height: 32px; }
    .swiper-nav-main .swiper-button svg {
      width: 20px;
      height: 20px; }
  .swiper-nav-main .swiper-prev {
    left: 8px; }
  .swiper-nav-main .swiper-next {
    right: 8px; } }

.product-promotions--app a {
  color: #2980B9;
  text-decoration: underline; }

.btn-buynow a {
  color: white; }
