.home-video video {
  width: 100%;
  height: auto; }

/* style default */
#home-slider {
  margin-bottom: 48px;
  position: relative; }

.collection-quicklink.container {
  padding-left: 32px !important;
  padding-right: 32px !important; }

@media (max-width: 767px) {
  #home-slider {
    margin-bottom: 44px; }
  .collection-quicklink.container {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

.item.item-owl {
  position: relative; }

.bands {
  padding: 60px 0 76px;
  display: flex;
  justify-content: center;
  gap: 64px;
  max-width: 85%;
  margin: 0 auto; }
  .bands .band-item {
    flex: 1; }
  .bands .band-info {
    margin-top: 16px;
    text-align: center; }

.band-info h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px; }

.band-info a {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a4b7), to(#00a4b7)) 0 100% no-repeat;
  background: linear-gradient(0, #00a4b7, #00a4b7) 0 100% no-repeat;
  background-color: none !important;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
  text-decoration: none; }
  .band-info a:hover {
    background-size: 100% 1px;
    color: #000; }

.collections-quicklink {
  margin-bottom: 128px;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.collections-quicklink-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .collections-quicklink-heading .p1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07em;
    vertical-align: middle; }
  .collections-quicklink-heading .p2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle; }

.collections-quicklink-content {
  display: flex;
  gap: 8px;
  position: relative; }
  .collections-quicklink-content .collections-quicklink-content-half {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.8;
    flex: 1; }
    .collections-quicklink-content .collections-quicklink-content-half .half-row {
      display: flex;
      gap: 8px;
      height: 100%;
      position: relative; }
      .collections-quicklink-content .collections-quicklink-content-half .half-row .half-row-item {
        width: calc((100% - 4px) / 2);
        height: 100%;
        flex: 1;
        position: relative;
        text-align: center;
        overflow: hidden; }
      .collections-quicklink-content .collections-quicklink-content-half .half-row .half-row-item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .collections-quicklink-content .collections-quicklink-content-half .half-row .half-row-item a:hover img {
        transform: scale(1.2); }
    .collections-quicklink-content .collections-quicklink-content-half .half-column {
      display: flex;
      flex-direction: column;
      gap: 8px;
      height: 100%;
      position: relative; }
      .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item {
        width: 100%;
        height: calc((100% - 4px) / 2);
        flex: 1;
        position: relative;
        text-align: center;
        overflow: hidden; }
        .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row {
          display: flex;
          gap: 8px;
          height: 100%;
          position: relative; }
          .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row .row-item {
            width: calc((100% - 4px) / 2);
            height: 100%;
            flex: 1;
            overflow: hidden; }
          .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row .row-item a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease; }
          .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row .row-item a:hover img {
            transform: scale(1.2); }
      .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item a:hover img {
        transform: scale(1.2); }
  .collections-quicklink-content:hover img {
    filter: brightness(0.6);
    transition: all 0.3s ease; }
  .collections-quicklink-content a:hover img {
    filter: brightness(1); }

.collections-quicklink-name {
  position: relative;
  bottom: 33px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a4b7), to(#00a4b7)) 0 100% no-repeat;
  background: linear-gradient(0, #00a4b7, #00a4b7) 0 100% no-repeat;
  background-color: none !important;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
  text-decoration: none;
  font-weight: 500;
  color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15px;
  vertical-align: middle;
  line-height: 22px; }
  .collections-quicklink-name:hover {
    background-size: 100% 1px;
    color: #000; }

.banners-container {
  position: relative;
  margin-bottom: 55px; }
  .banners-container img {
    width: 100%; }

.banners-info h2 {
  color: white; }

.banners-info p {
  color: white; }

.banners-info a {
  color: white;
  border-color: white;
  border-radius: 5px; }
  .banners-info a:hover {
    background: white;
    color: black; }

.banners-info {
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 102px 0 75px; }
  .banners-info h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px; }
  .banners-info p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    max-width: 90%; }
  .banners-info a {
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    max-width: 350px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.25s ease 0s;
    text-transform: uppercase; }
    .banners-info a:hover {
      background: #fff;
      color: #000; }

.banners-content {
  flex: 1; }

.shop-the-look {
  display: flex;
  gap: 25px;
  margin-bottom: 55px; }
  .shop-the-look > div {
    width: 50%; }

.shop-the-look-banner {
  position: relative; }
  .shop-the-look-banner img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .shop-the-look-banner a {
    position: absolute;
    border-radius: 5px;
    background-color: #085C65;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease 0s;
    bottom: 40px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase; }
    .shop-the-look-banner a:hover {
      background: #ffffff;
      color: #292D32; }

.shop-the-look-products {
  display: flex;
  gap: 18px;
  flex-wrap: wrap; }

.shop-the-look-product.pro-loop {
  width: calc(100%/2 - 9px);
  height: auto;
  margin: 0; }
  .shop-the-look-product.pro-loop .product-detail {
    padding-bottom: 0; }

.stories-box {
  padding: 0 0 60px 0; }

.stories-title {
  text-align: center;
  margin-bottom: 35px; }
  .stories-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400; }

.stories-bg {
  padding: 38px 0;
  background: #F4F4F4; }

.stories-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px; }

.stories-item {
  width: calc(100%/2 - 30px);
  background: #fff; }

.stories-image {
  padding: 18px; }

.stories-info {
  padding: 0 18px 18px; }
  .stories-info a h3 {
    color: #292D32;
    font-size: 14px;
    margin-bottom: 10px; }

.stories-content-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .stories-content-btn a {
    display: flex;
    flex: 0 0 100px;
    justify-content: right;
    align-items: center;
    gap: 5px;
    color: #292D32; }
    .stories-content-btn a i {
      margin-top: -2px; }
  .stories-content-btn p {
    margin: 0;
    color: #292D32;
    font-size: 14px; }

.home-banner-info {
  position: absolute;
  display: block;
  top: 50%;
  left: 120px;
  transform: translateY(-50%); }
  .home-banner-info .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle; }
  .home-banner-info .subtitle {
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.25px;
    vertical-align: middle; }
  .home-banner-info button.discover-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    vertical-align: middle; }
  .home-banner-info button.discover-button:hover {
    background: #fff;
    color: #000; }

.home-campaign {
  position: absolute;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  /* centers horizontally */
  align-items: center;
  /* centers vertically */
  gap: 8px;
  /* space between title and button */
  text-align: center;
  /* optional: center text inside children */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(53, 53, 53, 0.3);
  /* translucent background */
  backdrop-filter: blur(28px);
  /* blur the background behind it */
  -webkit-backdrop-filter: blur(28px);
  /* Safari support */
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  vertical-align: middle; }

.home-campaign .campaign-button {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-align: center;
  vertical-align: middle; }

.home-campaign .campaign-button:hover {
  text-decoration: underline;
  opacity: 0.8;
  /* optional hover effect */ }

.home-video-player {
  padding-left: 112px;
  padding-right: 112px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 767px) {
  .home-video-player {
    width: 100%;
    padding: 0; } }

@media (max-width: 767px) {
  .bands {
    padding: 30px 0;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 100%; }
  .band-item {
    width: calc(100% / 2 - 8px); }
  .band-info {
    margin-top: 20px; }
  .band-info h4 {
    line-height: 20px; }
  .band-info a {
    margin-top: 6px; }
  .collections-quicklink {
    margin-bottom: 44px; }
  .collections-quicklink-heading {
    margin-bottom: 0;
    gap: 4px; }
    .collections-quicklink-heading .p1 {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.07em;
      text-align: center;
      vertical-align: middle; }
    .collections-quicklink-heading .p2 {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: middle; }
  .collections-quicklink-content::-webkit-scrollbar,
  .collection-home .shop-the-look-products::-webkit-scrollbar {
    display: none; }
  .collections-quicklink-heading h4 {
    line-height: 29px; }
  .banners-info {
    position: static;
    transform: translateY(0);
    text-align: center;
    padding: 30px 0 0;
    max-width: 320px;
    margin: 0 auto; }
  .banners-info h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.33;
    margin-bottom: 20px; }
  .banners-info p {
    color: #000;
    font-size: 14px;
    line-height: 18px; }
  .banners-info a {
    color: #000;
    font-size: 14px;
    border-color: #000;
    max-width: 100%; }
  .banners-container {
    margin-bottom: 30px; }
  .shop-the-look > div {
    width: 100%; }
  .shop-the-look {
    flex-wrap: wrap; }
  .stories-inner {
    gap: 16px; }
  .stories-item {
    width: calc(100% / 2 - 8px); }
  .stories-title {
    margin-bottom: 10px; }
  .stories-bg {
    padding: 14px 0; }
  .stories-image {
    padding: 6px; }
  .stories-info {
    padding: 0 6px 6px; }
  .stories-content-btn p {
    font-size: 10px;
    line-height: 12px; }
  .stories-content-btn a {
    display: none; }
  .footer-column {
    width: 100%; }
  .copyright {
    margin-top: 25px;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 66px; }
  .stories-box {
    padding: 0 0 22px 0;
    background: #F4F4F4; }
  .stories-title {
    padding-top: 14px;
    margin-bottom: 0; }
  .collection-home .shop-the-look {
    gap: 0;
    margin-bottom: 30px; }
  .collection-home .shop-the-look-banner {
    min-height: 258px;
    margin-bottom: 30px; }
  .collection-home .shop-the-look-banner a {
    display: none; }
  .collection-home .shop-the-look-products {
    flex-wrap: nowrap;
    overflow-y: auto; }
  .collection-home .shop-the-look-product.pro-loop {
    flex: 0 0 191px; }
  .collection-home .container {
    padding-right: 0; }
  .collection-home .container .shop-the-look-products .pro-loop:last-child {
    margin-right: 20px; }
  .collection-home .container .shop-the-look-products .pro-loop:first-child {
    margin-left: 10px; }
  .shop-the-look-btn a {
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 20px;
    max-width: 350px;
    text-align: center;
    font-weight: 400;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    border-color: #000;
    margin: 0 auto; }
  .shop-the-look-btn {
    text-align: center;
    margin-top: 30px; }
  .home-banner-info {
    position: absolute;
    bottom: 45px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .home-banner-info .title {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.1px;
      text-align: center;
      vertical-align: middle; }
    .home-banner-info .subtitle {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: middle; }
    .home-banner-info button.discover-button {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.2px;
      text-align: center;
      vertical-align: middle; }
  .home-campaign {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    text-align: center;
    vertical-align: middle; }
    .home-campaign .campaign-button {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1px;
      text-align: center;
      vertical-align: middle; }
  .collections-quicklink-content {
    display: flex;
    gap: 4px;
    position: relative;
    flex-direction: column; }
    .collections-quicklink-content .collections-quicklink-content-half {
      aspect-ratio: 1 / 0.8;
      width: 100%;
      height: 100%;
      flex: 1; }
      .collections-quicklink-content .collections-quicklink-content-half .half-row {
        display: flex;
        gap: 4px;
        height: 100%;
        position: relative; }
        .collections-quicklink-content .collections-quicklink-content-half .half-row .half-row-item {
          width: calc((100% - 4px) / 2);
          height: 100%;
          flex: 1;
          position: relative; }
        .collections-quicklink-content .collections-quicklink-content-half .half-row .half-row-item a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .collections-quicklink-content .collections-quicklink-content-half .half-column {
        display: flex;
        flex-direction: column;
        gap: 4px;
        height: 100%;
        position: relative; }
        .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item {
          width: 100%;
          height: calc((100% - 4px) / 2);
          flex: 1; }
          .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row {
            display: flex;
            gap: 4px;
            height: 100%;
            position: relative; }
            .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row .row-item {
              width: calc((100% - 4px) / 2);
              height: 100%;
              flex: 1; }
            .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item .sub-row .row-item a img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .collections-quicklink-content .collections-quicklink-content-half .half-column .half-column-item a img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

.hidden {
  display: none !important; }
