@charset "UTF-8";
/* 1.8 - Anmaiton css3 */
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

/* 1.9 Image & Loading */
img {
  max-width: 100%; }

img.lazyload:not([src]) {
  visibility: hidden; }

.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line, .section-home-lookbooks .list-lookbooks-loading .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.boxlazy-img__insert {
  position: relative;
  height: 0;
  display: block;
  width: 100%; }

.boxlazy-img__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain; }

.section-home-lookbooks {
  background: #1a1a1a;
  padding: 40px 0;
  margin: 0;
  /* Navigation Controls - Match design */
  /* Hide default Swiper navigation buttons */ }
  .section-home-lookbooks .section-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    margin-bottom: 0; }
    .section-home-lookbooks .section-header .header-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      width: 100%;
      padding-bottom: 15px; }
    .section-home-lookbooks .section-header .section-title {
      color: #fff;
      text-align: center;
      letter-spacing: -1.7px;
      font: 40px/52px "Fz Poppins";
      font-weight: 600;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .section-home-lookbooks .section-header .section-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -1.2px; } }
    .section-home-lookbooks .section-header .view-more-btn {
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
      display: flex;
      min-height: 40px;
      gap: 8px;
      overflow: hidden;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      line-height: 1;
      padding: 12px 32px;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease; }
    .section-home-lookbooks .section-header .view-more-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(208, 169, 48, 0.3); }
    @media (max-width: 768px) {
      .section-home-lookbooks .section-header .view-more-btn {
        padding: 10px 24px;
        font-size: 12px; } }
    .section-home-lookbooks .section-header .btn-text {
      color: #fff;
      font-variant-numeric: lining-nums proportional-nums;
      font-weight: 500; }
    .section-home-lookbooks .section-header .btn-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 24px;
      flex-shrink: 0; }
  .section-home-lookbooks .lookbooks-banner {
    border-radius: 8px;
    overflow: hidden; }
    .section-home-lookbooks .lookbooks-banner__photo {
      position: relative; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 12px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        cursor: pointer;
        display: block;
        border: 0;
        outline: none;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        opacity: 1; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot:before {
        content: "";
        width: 36px;
        height: 36px;
        position: absolute;
        top: -8px;
        left: -8px;
        background: #fff;
        border-radius: 50%;
        z-index: -1;
        -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
        animation: 1.2s popoverTheLookDot ease-in-out infinite; }
      .section-home-lookbooks .lookbooks-banner__photo .popover-dot svg {
        fill: #000000;
        height: 100%;
        display: block;
        margin: 0 auto;
        width: 12px;
        opacity: 0.8; }
    .section-home-lookbooks .lookbooks-banner__detail {
      margin: 15px 0 0;
      display: flex;
      justify-content: space-between; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
        font-size: 18px;
        font-weight: 500;
        padding-right: 15px; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button {
        flex: 0 0 auto; }
      .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
        text-transform: uppercase; }
  .section-home-lookbooks .popover {
    z-index: 990;
    border: 0 !important; }
    .section-home-lookbooks .popover .popover-body {
      padding: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    .section-home-lookbooks .popover .popover-product {
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap; }
      .section-home-lookbooks .popover .popover-product .prod-img {
        max-width: 80px;
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
        .section-home-lookbooks .popover .popover-product .prod-img img {
          border: 1px solid #ececec; }
      .section-home-lookbooks .popover .popover-product .prod-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990; }
      .section-home-lookbooks .popover .popover-product .product--detail {
        padding: 0 0px 0 12px;
        text-align: left;
        max-width: calc(100% - 60px);
        -webkit-flex-basis: calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px); }
      .section-home-lookbooks .popover .popover-product .prod-title {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 4px;
        color: #000000;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .section-home-lookbooks .popover .popover-product .prod-price {
        margin: 0;
        font-size: 13px;
        color: red; }
        .section-home-lookbooks .popover .popover-product .prod-price .price-del {
          color: #878c8f;
          text-decoration: line-through;
          font-size: 12px; }
      .section-home-lookbooks .popover .popover-product:hover .prod-title {
        text-decoration: underline; }
  .section-home-lookbooks .list-lookbooks-loading {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
      min-height: 675px; }
    .section-home-lookbooks .list-lookbooks-loading > div {
      flex: 0 0 calc((100% - 60px) /4);
      margin-right: 15px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--title {
      height: 29px;
      width: 50%;
      border-radius: 8px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
      height: 48px;
      width: 30%;
      border-radius: 8px; }
  @media (min-width: 992px) {
    .section-home-lookbooks .swiper-nav {
      display: none; }
    .section-home-lookbooks .lookbooks-banner__detail {
      flex-direction: column; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      margin-bottom: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 calc((100% - 20px) /2);
        margin-right: 20px; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  @media (max-width: 767px) {
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      font-size: 16px; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
      font-size: 12px;
      padding: 8px 15px; }
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
        min-height: 520px; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 100%;
        margin-right: 0; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  .section-home-lookbooks .productSwiper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .section-home-lookbooks .swiper-wrapper {
    display: flex;
    align-items: stretch;
    box-sizing: border-box; }
  .section-home-lookbooks .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    box-sizing: border-box;
    flex-shrink: 0; }
  .section-home-lookbooks .navigation-controls {
    display: flex;
    justify-content: center;
    gap: 16px; }
  .section-home-lookbooks .nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); }
  .section-home-lookbooks .nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #E6C547 0%, #CD950C 100%); }
  .section-home-lookbooks .nav-btn:active {
    transform: translateY(0); }
  .section-home-lookbooks .nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none; }
  .section-home-lookbooks .nav-btn.swiper-button-disabled:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); }
  .section-home-lookbooks .nav-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1); }
  .section-home-lookbooks .swiper-button-next,
  .section-home-lookbooks .swiper-button-prev {
    display: none !important; }

/* Main featured-products section container */
.featured-products-section {
  padding: 64px 0px; }
  .featured-products-section .container .section-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .featured-products-section .container .section-header {
        max-width: 100%;
        justify-content: center; } }
    .featured-products-section .container .section-header .header-content {
      min-width: 240px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .featured-products-section .container .section-header .header-content {
          max-width: 100%; } }
      .featured-products-section .container .section-header .header-content .title-container {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: -1.7px;
        line-height: 1.3;
        justify-content: start; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .title-container {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .title-container .section-title {
          color: #fff;
          letter-spacing: -1.7px;
          align-self: stretch;
          margin: auto 0;
          font: 40px / 52px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .title-container .section-title {
              max-width: 100%;
              text-align: center; } }
      .featured-products-section .container .section-header .header-content .filter-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        margin-top: 12px;
        gap: 16px;
        font-size: 14px;
        color: #d9c446;
        text-transform: uppercase;
        letter-spacing: -0.2px;
        line-height: 1;
        background-color: #b78828;
        padding: 4px 10px 4px 10px; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .filter-navigation {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          align-self: stretch;
          gap: 8px;
          overflow: hidden;
          margin: auto 0;
          padding: 8px 32px;
          border: none;
          cursor: pointer;
          background: transparent; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--active {
            color: #996724;
            background-color: #fff; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--secondary {
            background: transparent; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
              padding: 0 20px; } }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text {
            letter-spacing: -0.2px;
            align-self: stretch;
            margin: auto 0;
            font: 13px / 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text.filter-text--highlighted {
              text-decoration: none;
              color: #d0a930; }
    .featured-products-section .container .section-header .navigation-controls {
      display: flex;
      align-items: end;
      gap: 8px;
      justify-content: space-between;
      width: 88px; }
      .featured-products-section .container .section-header .navigation-controls .nav-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        gap: 8px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        padding: 0 8px;
        border: none;
        cursor: pointer; }
        .featured-products-section .container .section-header .navigation-controls .nav-button .nav-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          margin: auto 0; }
  .featured-products-section .container .products-grid {
    margin-top: 30px; }
  .featured-products-section .container .view-more-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
    align-self: center;
    display: inline-block;
    min-height: 40px;
    margin-top: 32px;
    gap: 8px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    padding: 8px 32px;
    font: 500 14px / 1 "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
    border: none;
    cursor: pointer; }
    .featured-products-section .container .view-more-button .view-more-text {
      color: #fff;
      font-variant-numeric: lining-nums proportional-nums;
      align-self: stretch;
      margin: auto 0; }
    .featured-products-section .container .view-more-button .view-more-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 24px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0; }

/** Section Reivew **/
/* Global Smooth Scroll */
html {
  scroll-behavior: smooth; }

.gallery-section {
  background-color: #171717;
  padding: 60px 0px; }
  .gallery-section .gallery-header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .gallery-section .gallery-header {
        margin-bottom: 30px; } }
    .gallery-section .gallery-header .gallery-title {
      color: #e0d468;
      letter-spacing: -2px;
      text-align: center;
      font: 700 48px/62px "Big Shoulders Display", sans-serif;
      margin: 0; }
      @media (max-width: 991px) {
        .gallery-section .gallery-header .gallery-title {
          font-size: 40px;
          line-height: 52px; } }
  .gallery-section .gallery-content.isotope-container {
    margin: 0 auto;
    padding: 0 0px; }
    .gallery-section .gallery-content.isotope-container .gallery-item {
      width: calc((100% - 60px) / 4);
      margin-bottom: 15px;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 991px) {
        .gallery-section .gallery-content.isotope-container .gallery-item {
          width: calc((100% - 20px) / 2); } }
      @media (max-width: 640px) {
        .gallery-section .gallery-content.isotope-container .gallery-item {
          width: 100%; } }
      .gallery-section .gallery-content.isotope-container .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
      .gallery-section .gallery-content.isotope-container .gallery-item a {
        display: block;
        text-decoration: none;
        color: inherit; }
      .gallery-section .gallery-content.isotope-container .gallery-item .gallery-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: all 0.3s ease;
        border-radius: 8px; }
        .gallery-section .gallery-content.isotope-container .gallery-item .gallery-image:hover {
          transform: scale(1.05); }

.product-cart-container {
  justify-content: center;
  align-items: stretch;
  border-radius: 20px;
  background: linear-gradient(180deg, #3b230d -10.28%, #171717 7.41%, #171717 89.97%, #3b230d 107.66%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 48px 0px; }
  .product-cart-container .content-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .product-cart-container .content-wrapper {
        max-width: 100%; } }
    .product-cart-container .content-wrapper .logo-section {
      align-self: stretch;
      min-width: 240px;
      height: 65px;
      width: 295px;
      margin: 0; }
      .product-cart-container .content-wrapper .logo-section .logo-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 2px 1px; }
        .product-cart-container .content-wrapper .logo-section .logo-container .logo-image {
          aspect-ratio: 4.08;
          object-fit: contain;
          object-position: center;
          width: 294px; }
    .product-cart-container .content-wrapper .section-tagline {
      color: #fff;
      letter-spacing: -1.7px;
      align-self: stretch;
      margin: auto 0;
      font: 500 40px/52px "Fz Poppins", sans-serif; }

.section-gallery-review .carousel-container {
  display: flex;
  padding-bottom: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative; }
  .section-gallery-review .carousel-container .gallery-carousel {
    width: 100%; }
    .section-gallery-review .carousel-container .gallery-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;
      pointer-events: none;
      z-index: 100; }
      .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev {
        left: 20px;
        position: relative; }
      .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next {
        right: 20px;
        position: relative; }
      .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev,
      .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        transition: all 0.3s ease; }
        .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev:hover,
        .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next:hover {
          background: white !important;
          transform: scale(1.1); }
        .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev:focus,
        .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next:focus {
          outline: none; }
    .section-gallery-review .carousel-container .gallery-carousel .owl-dots {
      text-align: center;
      margin-top: 20px; }
      .section-gallery-review .carousel-container .gallery-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: rgba(255, 255, 255, 0.5) !important;
        border-radius: 50%;
        transition: all 0.3s ease; }
        .section-gallery-review .carousel-container .gallery-carousel .owl-dots .owl-dot.active {
          background: #e0d468 !important;
          transform: scale(1.2); }
        .section-gallery-review .carousel-container .gallery-carousel .owl-dots .owl-dot:hover {
          background: rgba(255, 255, 255, 0.8) !important; }
  .section-gallery-review .carousel-container .carousel-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    .section-gallery-review .carousel-container .carousel-wrapper .image-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 20px;
      overflow: hidden; }
      .section-gallery-review .carousel-container .carousel-wrapper .image-container .carousel-image {
        position: relative;
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
        height: 400px; }
        @media (max-width: 768px) {
          .section-gallery-review .carousel-container .carousel-wrapper .image-container .carousel-image {
            height: 300px; } }
        @media (max-width: 480px) {
          .section-gallery-review .carousel-container .carousel-wrapper .image-container .carousel-image {
            height: 250px; } }
    .section-gallery-review .carousel-container .carousel-wrapper .content-overlay {
      display: flex;
      padding: 24px;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      border-radius: 12px;
      position: absolute;
      top: 40%;
      left: 0;
      background-color: rgba(0, 1, 2, 0.35);
      width: 50%;
      transform: translate(50%, 50%);
      -webkit-transform: translate(50%, 50%);
      -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      -o-transform: translate(50%, 50%); }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .description-container .description-text {
        text-align: center;
        margin: 0;
        color: white;
        font: 400 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .content-divider {
        width: 182px;
        height: 1px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        margin: 0; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .author-section {
        display: flex;
        align-items: center;
        gap: 10px; }
        .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .author-section .author-name {
          color: #ffffff;
          font-weight: 600;
          font-size: 14px; }

@media (max-width: 991px) {
  .section-gallery-review .carousel-container {
    padding-top: 40px; }
    .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev,
    .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next {
      width: 35px;
      height: 35px; }
    .section-gallery-review .carousel-container .carousel-wrapper .content-overlay {
      padding: 25px 15px 15px; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .description-container .description-text {
        font-size: 14px; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .author-section .author-name {
        font-size: 13px; } }

@media (max-width: 640px) {
  .section-gallery-review .carousel-container {
    padding-top: 30px; }
    .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-prev,
    .section-gallery-review .carousel-container .gallery-carousel .owl-nav .owl-next {
      width: 30px;
      height: 30px; }
    .section-gallery-review .carousel-container .carousel-wrapper .content-overlay {
      padding: 20px 10px 10px; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .description-container .description-text {
        font-size: 13px; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .content-divider {
        margin: 10px 0; }
      .section-gallery-review .carousel-container .carousel-wrapper .content-overlay .author-section .author-name {
        font-size: 12px; } }

/******/
.community-gallery {
  display: flex;
  padding: 0 0 64px 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  position: relative;
  /* Tab Content Styles */ }
  @media (max-width: 991px) {
    .community-gallery {
      padding: 32px 60px; } }
  @media (max-width: 640px) {
    .community-gallery {
      padding: 24px 20px; } }
  .community-gallery .gallery-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    position: relative;
    margin-bottom: 30px; }
    .community-gallery .gallery-header .gallery-title {
      align-self: stretch;
      color: #fff;
      text-align: center;
      letter-spacing: -1.7px;
      position: relative;
      font: 500 40px/52px "Fz Poppins", sans-serif;
      margin: 0; }
      @media (max-width: 991px) {
        .community-gallery .gallery-header .gallery-title {
          font-size: 32px;
          line-height: 42px; } }
      @media (max-width: 640px) {
        .community-gallery .gallery-header .gallery-title {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: -1px; } }
    .community-gallery .gallery-header .filter-navigation {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      margin-top: 12px;
      gap: 16px;
      font-size: 14px;
      color: #d9c446;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      line-height: 1;
      background-color: #b78828;
      padding: 4px 20px 4px 4px; }
      @media (max-width: 991px) {
        .community-gallery .gallery-header .filter-navigation {
          max-width: 100%;
          flex-wrap: wrap;
          gap: 8px;
          padding: 4px 12px 4px 4px; } }
      .community-gallery .gallery-header .filter-navigation .filter-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        align-self: stretch;
        gap: 8px;
        overflow: hidden;
        margin: auto 0;
        padding: 8px 32px;
        border: none;
        cursor: pointer;
        background: transparent;
        transition: all 0.3s ease; }
        .community-gallery .gallery-header .filter-navigation .filter-button.filter-button--active {
          color: #996724;
          background-color: #fff;
          transform: scale(1.05); }
        .community-gallery .gallery-header .filter-navigation .filter-button.filter-button--secondary {
          background: transparent;
          color: #d9c446; }
        .community-gallery .gallery-header .filter-navigation .filter-button:hover {
          transform: scale(1.05);
          background-color: rgba(255, 255, 255, 0.1); }
        @media (max-width: 991px) {
          .community-gallery .gallery-header .filter-navigation .filter-button {
            padding: 6px 20px;
            font-size: 12px; } }
        .community-gallery .gallery-header .filter-navigation .filter-button .filter-text {
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 13px / 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
          .community-gallery .gallery-header .filter-navigation .filter-button .filter-text.filter-text--highlighted {
            text-decoration: none;
            color: #d0a930; }
  .community-gallery .gallery-tab-content {
    display: none;
    width: 100%; }
    .community-gallery .gallery-tab-content.active {
      display: block;
      animation: fadeIn 0.3s ease-in-out; }
  .community-gallery .image-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    position: relative; }
    .community-gallery .image-grid .grid-row {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      align-self: stretch;
      position: relative;
      flex-wrap: wrap; }
      .community-gallery .image-grid .grid-row .image-container {
        display: flex;
        align-items: flex-start;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        margin: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        /* Mặc định: Mobile (1 item/hàng) */
        flex: 1 1 100%;
        /* Chiếm full width */
        max-width: 100%;
        /* Tablet (2 item/hàng) */
        /* Desktop (4 item/hàng) */ }
        @media (min-width: 576px) {
          .community-gallery .image-grid .grid-row .image-container {
            flex: 1 1 calc(50% - 16px);
            /* 50% - gap */
            max-width: calc(50% - 16px); } }
        @media (min-width: 992px) {
          .community-gallery .image-grid .grid-row .image-container {
            flex: 1 1 calc(25% - 16px);
            /* 25% - gap */
            max-width: calc(25% - 16px); } }
        .community-gallery .image-grid .grid-row .image-container:hover {
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
        .community-gallery .image-grid .grid-row .image-container .gallery-image-featured {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 12px;
          transition: all 0.3s ease; }
          .community-gallery .image-grid .grid-row .image-container .gallery-image-featured:hover {
            transform: scale(1.05); }
  .community-gallery .view-more-button-container {
    text-align: center;
    margin-top: 32px; }
  .community-gallery .view-more-button {
    display: inline-flex;
    min-height: 44px;
    padding: 10px 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
    position: relative;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease; }
    @media (max-width: 640px) {
      .community-gallery .view-more-button {
        padding: 8px 24px;
        min-height: 40px; } }
    .community-gallery .view-more-button:hover {
      opacity: 0.9;
      transform: translateY(-1px);
      box-shadow: 0 5px 15px rgba(208, 169, 48, 0.3); }
    .community-gallery .view-more-button .button-text {
      color: #fff;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      position: relative;
      font: 500 16px/16px "Fz Poppins", sans-serif; }
      @media (max-width: 640px) {
        .community-gallery .view-more-button .button-text {
          font-size: 14px;
          line-height: 14px; } }
    .community-gallery .view-more-button .chevron-icon {
      width: 24px;
      height: 24px;
      position: relative;
      transition: transform 0.3s ease; }
    .community-gallery .view-more-button:hover .chevron-icon {
      transform: translateY(2px); }

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/** Popup album Gallery **/
/* Overlay cho album-viewer popup */
.album-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s; }

.album-viewer {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.2s; }

body.album-popup-open {
  overflow: hidden; }

.album-viewer {
  display: flex;
  width: 942px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  height: 535px;
  margin: 15px 0 0 0; }
  @media (max-width: 991px) {
    .album-viewer {
      width: 100%;
      max-width: 942px;
      padding: 0 20px; } }
  @media (max-width: 640px) {
    .album-viewer {
      padding: 0 16px; } }
  .album-viewer .main-image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 12px;
    position: relative; }
    .album-viewer .main-image-container .main-image {
      width: 100%;
      height: 450px;
      position: relative;
      border-radius: 12px;
      object-fit: cover; }
      @media (max-width: 991px) {
        .album-viewer .main-image-container .main-image {
          width: 100%;
          height: auto;
          aspect-ratio: 2/1; } }
      @media (max-width: 640px) {
        .album-viewer .main-image-container .main-image {
          height: auto;
          aspect-ratio: 2/1; } }
  .album-viewer .thumbnail-gallery {
    display: flex;
    padding-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative; }
    @media (max-width: 991px) {
      .album-viewer .thumbnail-gallery {
        gap: 12px;
        padding-top: 12px; } }
    @media (max-width: 640px) {
      .album-viewer .thumbnail-gallery {
        gap: 8px;
        padding-top: 8px;
        flex-wrap: wrap; } }
    .album-viewer .thumbnail-gallery .thumbnail-container {
      display: flex;
      width: 95px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 8px;
      position: relative; }
      @media (max-width: 991px) {
        .album-viewer .thumbnail-gallery .thumbnail-container {
          width: 80px; } }
      @media (max-width: 640px) {
        .album-viewer .thumbnail-gallery .thumbnail-container {
          width: 70px; } }
      .album-viewer .thumbnail-gallery .thumbnail-container .thumbnail-image {
        width: 95px;
        height: 48px;
        position: relative;
        border-radius: 8px;
        object-fit: cover;
        cursor: pointer;
        transition: opacity 0.2s ease; }
        .album-viewer .thumbnail-gallery .thumbnail-container .thumbnail-image:hover {
          opacity: 0.8; }
        .album-viewer .thumbnail-gallery .thumbnail-container .thumbnail-image:focus {
          outline: 2px solid #007bff;
          outline-offset: 2px; }
        @media (max-width: 991px) {
          .album-viewer .thumbnail-gallery .thumbnail-container .thumbnail-image {
            width: 80px;
            height: 40px; } }
        @media (max-width: 640px) {
          .album-viewer .thumbnail-gallery .thumbnail-container .thumbnail-image {
            width: 70px;
            height: 35px; } }
  .album-viewer .navigation-controls {
    display: flex;
    width: 942px;
    padding: 0px 24px;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 191px;
    left: 0;
    z-index: 10; }
    @media (max-width: 991px) {
      .album-viewer .navigation-controls {
        width: 100%;
        padding: 0px 20px;
        top: 160px; } }
    @media (max-width: 640px) {
      .album-viewer .navigation-controls {
        padding: 0px 16px;
        top: 140px; } }
    .album-viewer .navigation-controls .nav-button {
      display: flex;
      max-width: 40px;
      max-height: 40px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 100px;
      position: relative;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
      .album-viewer .navigation-controls .nav-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
      .album-viewer .navigation-controls .nav-button:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
      .album-viewer .navigation-controls .nav-button:focus {
        outline: 2px solid #007bff;
        outline-offset: 2px; }
      @media (max-width: 991px) {
        .album-viewer .navigation-controls .nav-button {
          max-width: 36px;
          max-height: 36px;
          padding: 8px; } }
      @media (max-width: 640px) {
        .album-viewer .navigation-controls .nav-button {
          max-width: 32px;
          max-height: 32px;
          padding: 6px; } }
      .album-viewer .navigation-controls .nav-button.nav-button-left {
        left: button; }
      .album-viewer .navigation-controls .nav-button.nav-button-right {
        right: button; }
      .album-viewer .navigation-controls .nav-button .arrow-left-icon,
      .album-viewer .navigation-controls .nav-button .arrow-right-icon {
        width: 24px;
        height: 24px;
        position: relative; }
        @media (max-width: 991px) {
          .album-viewer .navigation-controls .nav-button .arrow-left-icon,
          .album-viewer .navigation-controls .nav-button .arrow-right-icon {
            width: 20px;
            height: 20px; } }
        @media (max-width: 640px) {
          .album-viewer .navigation-controls .nav-button .arrow-left-icon,
          .album-viewer .navigation-controls .nav-button .arrow-right-icon {
            width: 18px;
            height: 18px; } }
  .album-viewer .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 24px;
    top: -15px;
    border-radius: 100px;
    cursor: pointer;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    transition: background-color 0.2s ease;
    z-index: 20; }
    .album-viewer .close-button:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    .album-viewer .close-button:active {
      background-color: rgba(0, 0, 0, 0.5); }
    .album-viewer .close-button:focus {
      outline: 2px solid #007bff;
      outline-offset: 2px; }
    @media (max-width: 991px) {
      .album-viewer .close-button {
        right: 20px;
        top: -10px;
        padding: 6px; } }
    @media (max-width: 640px) {
      .album-viewer .close-button {
        right: 16px;
        top: -8px;
        padding: 4px; } }
    .album-viewer .close-button .close-icon {
      width: 24px;
      height: 24px;
      position: relative; }
      @media (max-width: 991px) {
        .album-viewer .close-button .close-icon {
          width: 20px;
          height: 20px; } }
      @media (max-width: 640px) {
        .album-viewer .close-button .close-icon {
          width: 18px;
          height: 18px; } }

.thumbnail-image {
  opacity: 0.7;
  border: 2px solid transparent;
  transition: border 0.2s, opacity 0.2s; }

.thumbnail-image.active {
  border: 2px solid #e0d468;
  opacity: 1; }

@keyframes albumPopupIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }

.album-viewer {
  animation: albumPopupIn 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
