/* Lazy load */
img.lazyload {
  filter: blur(50px);
}

img.lazyloading {
  filter: blur(25px);
}

img.lazyloaded {
  filter: blur(0);
}

.page #maincontentT2 .slider-full-width .swiper-pagination {
  top: unset !important;
  bottom: 24px !important;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 543px) {
  .page #maincontentT2 .slider-full-width .swiper-pagination {
    left: unset;
    transform: none;
    right: 24px;
  }
}

/**
 * Hero style
 */

.home-hero-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-lockup-wrapper {
  position: absolute;
  padding: 48px;
  width: 100%;
  max-width: 1556px;
}

.home-hero-lockup {
  width: 100%;
  max-width: clamp(350px, 40%, 45%);
}

.home-hero-lockup p {
  margin: 12px 0 0 0;
}

.home-hero-lockup-dark p,
.home-hero-lockup-dark h4,
.home-hero-lockup-dark h1 {
  color: #fefefe;
}

.home-hero-lockup-cta {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.home-hero-lockup-cta a.btn,
.home-hero-lockup-cta button.btn {
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
}

.home-hero-banner-wrapper {
  width: 100%;
  text-align: center;
}

.home-hero-banner-wrapper picture,
.home-hero-banner-wrapper picture source,
.home-hero-banner-wrapper picture img {
  display: block;
}

.home-hero-banner-wrapper picture img {
  object-fit: cover;
  width: 100%;
  height: 630px;
}

.home-hero-lockup-center {
  top: 50%;
  transform: translateY(-50%);
}
.home-hero-lockup-center .home-hero-lockup {
  margin: auto;
  text-align: center;
}

.home-hero-lockup-center .home-hero-lockup .home-hero-lockup-cta {
  justify-content: center;
}


/**
 * Style for lockup with image
 */
.home-hero-lockup-with-image {
  text-align: center;
  margin: 0 auto;
  max-width: 1240px;
}
.home-hero-lockup-with-image img {
  width: 100%;
  max-width: 100%;
}
.home-hero-lockup-with-image .home-hero-lockup-cta {
  justify-content: center;
}
.home-hero-lockup-text-marquee {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: center;
}
.home-hero-lockup-text-marquee span {
  margin: 0;
  padding: 0;
  display: block;
}

/**
 * Hero responstive style
 */

@media (min-width: 1441px) {
  .home-hero-wrapper,
  .home-hero-banner-wrapper picture img {
    height: 630px;
  }
}
@media (max-width: 1440px) {
  .home-hero-wrapper,
  .home-hero-banner-wrapper picture img {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .home-hero-lockup-wrapper {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .home-hero-wrapper,
  .home-hero-banner-wrapper picture img {
    height: 450px;
  }

  .home-hero-wrapper {
    align-items: flex-start;
  }

  .home-hero-lockup {
    /* max-width: 100%; */
    max-width: clamp(350px, 40%, 45%);
    margin: 0 auto;
  }

  .home-hero-lockup-cta {
    padding-top: 16px;
  }
}

.homeHero-product-promotions {
  font-size: 14px;
}
.hero-banner-tnc {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 10;
}


/**
 * Feature tiles style
 */
.carousel-12-columns {
  margin-top: 3.5rem;
}
/*
.carousel-12-columns .container-fluid--custom-t2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%
  background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 99;
}
.carousel-12-columns .container-fluid--custom-t2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  z-index: 99;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
*/
.carousel-12-columns .row--custom-t2.swiper-wrapper {
  left: unset !important;
}
.feature-tile-wrapper.swiper-slide {
  max-width: 430px;
  margin-right: 24px;
}
.feature-tile-wrapper.swiper-slide:last-child {
  margin-right: 0;
}
.feature-tile-wrapper a {
  display: block;
  transition: color ease-out 0.8s;
}
.feature-tile-wrapper a:hover {
  text-decoration: none;
}
.feature-tile-wrapper a:hover .feature-tile-img-wrapper img {
  transform: scale(1.2);
}
.feature-tile-img-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.feature-tile-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform ease-out 25s;
}
.feature-tile-content-wrapper {
  margin-top: 18px;
}
.feature-tile-content-wrapper h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.feature-tile-content-wrapper p {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 400;
  color: rgb(68, 68, 68);
}

@media (max-width: 1739px) {
  .carousel-12-columns .row--custom-t2.swiper-wrapper {
    /* padding: 0 12px; */
  }
  .carousel-12-columns {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1200px) {
  .feature-tile-wrapper.swiper-slide {
    max-width: 280px;
  }
}

@media (max-width: 1024px) {
  .carousel-12-columns {
    margin-top: 2rem;
  }
}



/**
 * Shop the look style
 */

.shop-the-look-wrapper {
  padding: 0 48px;
}
.shop-the-look-container {
  position: relative;
  width: 100%;
  height: 490px;
  max-width: 1632px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

.shop-the-look-banner-lockup-wrapper {
  position: absolute;
  padding: 48px;
  width: 100%;
  max-width: 1356px;
}

.shop-the-look-banner-lockup {
  width: 100%;
  max-width: clamp(350px, 35%, 40%);
}

.shop-the-look-banner-lockup p {
  margin: 12px 0 0 0;
  font-weight: 400;
}

.shop-the-look-banner-lockup h5 {
  /* text-wrap: balance; */
}

.shop-the-look-banner-lockup.shop-the-look-banner-lockup-dark h5,
.shop-the-look-banner-lockup.shop-the-look-banner-lockup-dark p {
  color: #fefefe;
}

.shop-the-look-banner-lockup-cta {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.shop-the-look-banner-lockup-cta a.btn,
.shop-the-look-banner-lockup-cta button.btn {
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
}

.shop-the-look-banner-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}

.shop-the-look-banner-wrapper picture,
.shop-the-look-banner-wrapper picture source,
.shop-the-look-banner-wrapper picture img {
  height: 100%;
}

.shop-the-look-banner-wrapper picture img {
  display: block;
  object-fit: cover;
  width: 100%;
}

/**
 * Shop the look
 * banner responstive style
 */

@media (max-width: 1440px) {
  .shop-the-look-container {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .shop-the-look-wrapper {
    padding: 0 24px;
  }
  .shop-the-look-container {
    height: 260px;
  }
  .shop-the-look-banner-lockup-wrapper {
    padding: 24px;
    /*background-color: rgba(32, 55, 255, 0.4);*/
    min-height: 50%;
  }
}
@media (max-width: 767px) {
  .shop-the-look-banner-lockup-wrapper {
    min-height: 40%;
  }
  .shop-the-look-container {
    height: 490px;
  }
  .shop-the-look-banner-wrapper {
    align-self: flex-start;
    height: 100%;
    /* TODO: half height 50% */
  }
  .shop-the-look-container {
    align-items: flex-end;
  }
  .shop-the-look-banner-lockup {
    /* max-width: 100%; */
    max-width: clamp(350px, 40%, 45%);
    margin: 0 auto;
    color: #fff;
  }
  .shop-the-look-banner-lockup-cta {
    padding-top: 16px;
  }
  .shop-the-look-banner-lockup-cta a.btn {
    color: #000 !important;
    background-color: #fefefe !important;
  }
  .shop-the-look-banner-lockup-cta a.btn:hover {
    color: #000 !important;
    background-color: #eee !important;
  }
}
/* Shop the look carsousel */
.product-card-carouselx5 {
  margin-top: 3.5rem;
}

.product-card-carouselx5 .row--custom-t2 .col--custom-t2 {
  padding-left: 0;
  padding-right: 24px;
}
.product-card-carouselx5 .row--custom-t2 .col--custom-t2:last-of-type {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .product-card-carouselx5 {
    margin-top: 24px;
  }
}



/**
 * Feature Articles Styling
 */

.home-feature-articles-wrapper {
  margin: 0 auto;
  padding-bottom: 20px;
}

.home-feature-articles-wrapper .container {
  padding: 0 3rem;
  max-width: 1728px;
}

.home-feature-articles {
  padding-top: 1rem;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  /* Mobile: 1 column */
}

/* Grid items styling */
.home-feature-articles--grid-item {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.home-feature-articles--grid-item:hover {
  text-decoration: none;
}

/* Image fills container */
.home-feature-articles--grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 10s ease-in-out;
}

.home-feature-articles--grid-item:hover img {
  transform: scale(1.1);
}

/* Overlay text styling */
.home-feature-articles--overlay-text-wrapper {
  position: relative;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: left;
  width: 100%;
  height: 100%;
}

.home-feature-articles--overlay-text {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.9);
}
.home-feature-articles--overlay-text p {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .home-feature-articles-wrapper .container {
    padding: 0 24px;
  }
}

/* Desktop layout */
@media (min-width: 768px) {
  .home-feature-articles {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .home-feature-articles--grid-item--l {
    grid-row: 1 / span 2;
    /* Full height */
  }

  .home-feature-articles--grid-item--rt {
    grid-column: 2;
    grid-row: 1;
  }

  .home-feature-articles--grid-item--rb {
    grid-column: 2;
    grid-row: 2;
  }

  /* Match height for right items */
  .home-feature-articles--grid-item--rt,
  .home-feature-articles--grid-item--rb {
    min-height: 250px;
  }

  .home-feature-articles--grid-item--l {
    min-height: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* Set a taller height for the first item */
  .home-feature-articles--grid-item--l {
    min-height: 300px;
  }

  /* Set a shorter height for the right top and bottom items */
  .home-feature-articles--grid-item--rt,
  .home-feature-articles--grid-item--rb {
    min-height: 150px;
  }
}



/**
 * Gift category landing
 */
.category-landing-content.category-landing-gifts {
  padding: 0 10px 30px 10px;
}
.category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message:not(:last-child) {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message:not(:last-child) {
    margin-right: 56px;
  }
}

.category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 160px;
}

@media (min-width: 1024px) {
  .category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message {
    width: 170px;
  }
}

@media (min-width: 1440px) {
  .category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message {
    width: auto;
  }
}

.category-landing-content.category-landing-gifts .gifts-brand-values .brand-message-container .brand-message p {
  margin-bottom: 0;
  text-align: left;
}



/**
 * Global btn style
 */

/* Base style */
.btn-arrow-oval {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
  fill: currentColor;
  color: #000;
}
.btn-arrow-oval-text {
  display: none;
  font-size: 0.8rem;
  line-height: 1.3em;
  white-space: nowrap;
}
.btn-arrow-oval:hover {
  width: 135px;
}
.btn-arrow-oval:hover .btn-arrow-oval-text {
  display: block;
}

/* Theme variants */
.btn-arrow-oval--dark {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn-arrow-oval--dark:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.btn-arrow-oval--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-arrow-oval--light:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

/* SVG size */
.btn-arrow-oval svg {
  width: 2rem;
  height: auto;
  transition: transform 500ms ease-in-out;
}

/* Animate arrow polygons when button is hovered */
.btn-arrow-oval:hover svg polygon:first-of-type {
  transform: translateX(2px);
}

.btn-arrow-oval:hover svg polygon:last-of-type {
  transform: translateX(-2px);
}

/* Reset transform when not hovered */
.btn-arrow-oval svg polygon:first-of-type,
.btn-arrow-oval svg polygon:last-of-type {
  transition: transform 500ms ease-in-out;
  transform: translateX(0);
}

/* Keyframes */
@keyframes arrowAnimIn {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(2px);
  }
}

@keyframes arrowAnimOut {
  from {
    transform: translateX(2px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes arrowBarAnimIn {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-2px);
  }
}

@keyframes arrowBarAnimOut {
  from {
    transform: translateX(-2px);
  }

  to {
    transform: translateX(0);
  }
}






/**
 * Trending slider
 */
.container--custom-t2 .col--custom-t2, .container-fluid--custom-t2 .row--custom-t2 .col--custom-t2:first-of-type {
  padding-left: 0;
}
.container--custom-t2 .col--custom-t2, .container-fluid--custom-t2 .row--custom-t2 .col--custom-t2:last-of-type {
  padding-right: 0;
}





