/**  
* -----------------------------------------------------------------------------
*
* Author : Intellect Avenue IT d.o.o.
* Author URI : https://www.intellect.se/ 
* Version: 1.0
*
* -----------------------------------------------------------------------------   
    OVERWRITE
---------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .rs-banner.banner-home-style3 {
    background-color: #a59278;
    background-image: url(./images/banner/home9.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 100dvh;
  }
}
.rs-banner.banner-home-style3 .content-wrap h1.title,
.rs-banner.banner-home-style3 .content-wrap .sub-title  {
  font-family: "Poppins", sans-serif;
  /*text-shadow: 0px 10px 30px #000000;*/
  text-transform: uppercase;
}

.rs-banner.banner-home-style3 .content-wrap h1.title {
  letter-spacing: 10px;
  display: block;
  width: 75%;
}
.rs-banner.banner-home-style3 .content-wrap h2.title-small {
  font-family: "Poppins", sans-serif;
  /*text-shadow: 0px 10px 30px #000000;*/
  font-size: 28px;
}

.rs-team.style7 .team-item .team-inner-wrap .team-content .team-price {
  font-size: 10px;
  font-weight: 400;
  color: #ddcaca;
  margin-top: 5px;
}

.canvas-contact {
  margin-top: 4vw;
}

.footer-logo img {
  height: 4vw;
}

.rs-contact.contact-page .sec-title .title.title2.title3 {
  font-size: 36px;
}

.rs-about .sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
}

.rs-counter.about-style .counter-list .counter-text .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.rs-about .desc,
.rs-team .desc,
.rs-services .desc {
  color: #ffffff;
}

.rs-services .sec-title .title {
  color: #ffffff;
}

.rs-counter.about-style .counter-list .counter-text .rs-count {
  font-size: 45px;
  font-weight: 600;
  line-height: 66px;
  padding: 0px 0px 0px 0px;
  color: #912419;
  position: relative;
}
.services-text .services-txt {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.rs-services.style1 .services-item:hover {
  background-color: #937e62 !important;
}

.rs-services.style1 .services-item .services-wrap .services-text .title {
  color: #fff;
  font-size: 20px;
}

.privacy-content.giveaway .sec-title .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
.rs-team.style2
  .team-item
  .team-inner-wrap
  .team-content
  .team-title
  .location {
  font-size: 14px;
  color: #ffffff;
}

.copyright p a {
  color: #ffffff;
}
.copyright p a:hover {
  color: #912419;
}

.gallery-item.margin {
  margin: 2px 2px 2px 2px !important;
}
.hero-link {
  display: block; /* Ensure the link takes up the entire banner space */
  width: 100%;
  height: 100%;
}
.fallback-image {
  position: absolute; /* Position the fallback image on top of the video */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire banner */
  z-index: -2; /* Place the image behind the video */
}
@media only screen and (max-width: 992px) {
  .video-bg {
    position: relative;
    z-index: auto;
    height: 100dvh;
  }
}

/* Shop Online */

.btn-online .buy-online-button {
  font-size: 12px;
  padding: 9px 12px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0)
    linear-gradient(160deg, #846b48 0%, #766041 50%, #69563a 100%) repeat scroll
    0% 0%;
  transition: all ease 0.3s;
  border-radius: 4px;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  margin-left: 12px;
}
.btn-online .buy-online-button:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2d211a;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.btn-online .buy-online-button:hover:after {
  bottom: 0px;
  opacity: 1;
  background-color: #2d211a;
}
.btn-online .buy-online-button span {
  float: left;
  position: relative;
  z-index: 9;
}
.btn-online .buy-online-button i {
  position: relative;
  z-index: 9;
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.btn-online .buy-online-button:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #020f2f;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.8) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.btn-online .buy-online-button:hover i {
  transform: translateX(10px);
}
.btn-online .buy-online-button:hover:after {
  opacity: 1;
  bottom: 0px;
}

.btn-online {
  width: fit-content;
}

.btn-all-prods .all-products-button {
  font-size: 14px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(160deg, #846b48 0%, #766041 50%, #69563a 100%) repeat scroll
    0% 0%;
  transition: all ease 0.3s;
  padding: 13px 22px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.btn-all-prods .all-products-button:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2d211a;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.btn-all-prods .all-products-button:hover:after {
  bottom: 0px;
  opacity: 1;
  background-color: #2d211a;
}
.btn-all-prods .all-products-button span {
  float: left;
  position: relative;
  z-index: 9;
}
.btn-all-prods .all-products-button i {
  position: relative;
  z-index: 9;
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.btn-all-prods .all-products-button:hover i {
  transform: translateX(10px);
}
.btn-all-prods .all-products-button:hover:after {
  opacity: 1;
  bottom: 0px;
}
.btn-all-prods {
  width: fit-content;
  margin: 36px auto 0;
}

.collection-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 10px;
  margin-left: auto;
}

.collection-overlay-text {
  margin-bottom: 0;
  color: #020f2f;
  font-size: 13px;
  font-weight: 600;
}

.container-fixwidth {
  height: 0px;
  position: static;
}

@media screen and (min-width: 992px) {
  .btn-online .buy-online-button {
    font-size: 14px;
    padding: 9px 22px;
    font-weight: 600;
    margin-left: 25px;
    background-color: #fbf7fd;
  }

  .collection-overlay {
    position: relative;
    bottom: 118px;
    width: fit-content;
    padding: 26px 32px;
    border-radius: 8px;
    margin-left: auto;
  }
  .collection-overlay-text {
    font-size: 17px;
    font-weight: 600;
  }
}

/* Product Card */

.product-card {
  max-width: 325px;
  width: 100%;
  margin: auto;
  padding: 8px 8px 16px 8px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.7s, box-shadow 0.7s;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  background-color: white;
  /*box-shadow: 0px 5px 12px rgba(255, 255, 255, 0.4);*/
}

.product-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

.product-card .cart-icon {
  color: white;
  font-size: 2rem;
}

.product-card p {
  margin-bottom: 0;
}

.product-card .card-link {
  text-decoration: none;
}

.product-card .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 9 / 16;
}

.product-card .product-image {
  transition: transform 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card:hover .product-image {
  transform: scale(1.1);
}

.product-card:hover .product-title,
.product-card:hover .product-collection {
  color: #181510;
}

.product-card .info-section {
  padding-top: 13px;
  padding-left: 14px;
}

.product-card .collection-text {
  color: #181510;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.product-card .product-title {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: all 0.7s ease;
}

.product-card .product-collection {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.product-card .product-variant {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.product-card .product-price {
  color: #912419;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 640px) {
  .product-card .product-title {
    font-size: 16px;
  }
  .product-card .image-wrapper {
    aspect-ratio: 9 / 16;
  }
}

/* Loading text */
.loading-text {
  color: #fff;
  text-align: center;
  padding-top: 46px;
}
.product-load .sec-title .title {
  color: #fff;
  font-size: 30px;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-item {
  display: flex;
  flex-direction: column;
  padding: 0 3px;
  box-sizing: border-box;
  min-height: 450px;
}

.product-card {
  flex: 1;
}

/* Responsive grid adjustments */
@media (min-width: 576px) {
  .product-item {
    flex: 0 0 50%; /* 2 items per row on mobile */
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .product-item {
    flex: 0 0 25%; /* 4 items per row on tablet/desktop */
    max-width: 25%;
  }
}

/* Sorting */
.filter-section {
  padding: 1rem 1rem 1rem 0.25rem;
  font-family: "Poppins", sans-serif;
}

.sort-label {
  font-size: 18px;
  margin-bottom: 0.5rem;
  display: block;
  color: #fff;
}

.sort-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sort-options li {
  margin-bottom: 0.25rem;
}
.sort-options li i {
  font-size: 10px;
}

.filter-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  font-family: inherit;
}

.filter-btn:hover {
  color: #ddcaca;
}

.filter-btn.active {
  color: #912419;
  font-weight: 500;
  position: relative;
  margin-left: -0.85rem;
}

.filter-btn.active::before {
  content: "•";
  color: #912419;
  font-size: 1.5rem;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .filter-section {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
}

.main-content-overflow {
  overflow: hidden;
}

.popular h2.title,
.in-focus h2.title {
  color: #fff;
}

.product-card .collection-text {
  color: #fff;
}

.product-card.popular:hover .collection-text,
.product-card.popular:hover .product-title,
.product-card.popular:hover .product-collection {
  color: #181510;
}

.product-card.popular .product-title {
  font-size: 20px;
  font-weight: 400;
}

.popular .card {
  max-width: 450px;
  border-radius: 15px;
  background-color: white;
  transition: transform 0.7s ease-in-out;
  overflow: hidden;
  position: relative;
  border: none;
}

.badge-popular {
  background-color: #bf994c;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  margin: 25px 25px;
  z-index: 1;
}

.popular .text-overlay p {
  font-family: "Poppins", sans-serif;
}

.popular .text-overlay p:nth-child(1) {
  font-weight: 600;
  font-size: 10px;
}

.popular .text-overlay p:nth-child(2) {
  font-weight: 400;
  font-size: 22px;
}

.popular .text-overlay p:nth-child(3) {
  font-weight: 500;
  font-size: 12px;
}

.popular .text-overlay p:nth-child(4) {
  font-weight: 700;
  color: #bf994c;
  font-size: 14px;
}

/* Product Card */

.brand-card {
  width: 100%;
  margin: auto;
  padding: 8px;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.7s, box-shadow 0.7s;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.brand-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.brand-card:hover .overlay {
  opacity: 1;
}

.brand-card .cart-icon {
  color: white;
  font-size: 2rem;
}

.product-card p {
  margin-bottom: 0;
}

.product-card .card-link {
  text-decoration: none;
}

.brand-card .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 16 / 9;
}

.brand-card.popular-card .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 4 / 3.185 !important;
}

.brand-card .product-image {
  transition: transform 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-card:hover .product-image {
  transform: scale(1.1);
}

.card-custom {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.card-custom img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.card-custom:hover img {
  transform: scale(1.1);
}

.map-link {
  display: inline-block;
  margin-top: 12px;
  color: #912419;
  font-weight: 600;
  text-decoration: underline;
}
.badge-custom {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}

.menu-new-badge {
  display: inline-block;
  background-color: #912419;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.card-custom .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: none;
  transition: opacity 0.3s ease;
}
.card-custom:hover .overlay-text {
  display: block;
  opacity: 1;
}

.custom-cards .card-custom.no2 {
  aspect-ratio: 7 / 3.185 !important;
}

.custom-cards .card-custom.no3 {
  aspect-ratio: 7 / 3.185 !important;
}

.custom-cards .card-custom.no4 {
  top: -198px;
}

.carousel .brand-card .image-wrapper {
  max-height: 25rem;
}

.carousel .owl-dots {
  margin-top: -10px;
  margin-bottom: 40px;
}

.rs-about .about-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.rs-about .about-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  border-radius: 15px;
}
.rs-about .about-img:hover img {
  transform: scale(1.1);
}

.services-icon {
  font-size: 4rem;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.privacy-content p {
  margin: 0 0 15px 0;
}
.rs-privacy-policy h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.rs-banner.banner-home-style2 .content-wrap h2.title::after {
  content: '';
  display: block;
  width: 575px;
  height: 64px;
  background-color: #d4af37;
  position: absolute;
  left: 6px;
  margin-top: -60px;
  z-index: -1;
}


.pagination {
  padding-top: 30px;
}

.pagination .page {
  padding-top: 7px;
  color: #ffffff;
  font-size: 12px;
}

.pagination .container {
  display: flex;
}

/*-- Pagination Button Css --*/

.pagination-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 15px;
  color: #fff;
  z-index: 2;
  border: none;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(160deg, #846b48 0%, #766041 50%, #69563a 100%) repeat scroll
    0% 0%;
}
.pagination-btn:hover {
  background: #2d211a;
  color: #ffffff;
  left: 0;
}

/* Disabled state for pagination buttons */
.pagination-btn:disabled,
.pagination-btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(25%);
}
.pagination-btn:disabled:hover,
.pagination-btn[aria-disabled="true"]:hover {
  background: rgba(0, 0, 0, 0)
    linear-gradient(160deg, #846b48 0%, #766041 50%, #69563a 100%) repeat scroll 0% 0%;
  color: #ffffff;
}

/* Sticky filter sidebar */
.filter-sidebar {
  position: sticky;
  top: 100px; /* below header */
}

/* Themed accordion for filter sidebar */
.filter-sidebar .accordion-item {
  background-color: #a59278; /* match site background */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.filter-sidebar .accordion-button {
  background-color: #a59278;
  color: #ffffff;
  box-shadow: none;
  padding: 14px 18px;
  font-weight: 600;
}
.filter-sidebar .accordion-body {
  background-color: #a59278;
  color: #ffffff;
  padding: 14px 18px;
}
.filter-sidebar .accordion-button:focus {
  box-shadow: none;
}
/* Replace chevron with + / − */
.filter-sidebar .accordion-button::after {
  background-image: none !important;
  content: "+";
  font-weight: 700;
  color: #ffffff;
  transform: none !important;
}
.filter-sidebar .accordion-button:not(.collapsed)::after {
  content: "−";
}

/* Inputs inside sidebar */
.filter-sidebar .newsletter-form input[type="text"],
.filter-sidebar .newsletter-form input[type="search"] {
  width: 100%;
}

/* Compact select to mimic Yoox sort */
.yoox-sort-select .form-select {
  background-color: #2d211a;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.yoox-sort-select .form-select:focus {
  box-shadow: none;
}

/* Filter chip styles */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 12px;
  background: #2d211a; /* footer dark */
  color: #fff;
}
.filter-chip button {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.category-rail {
  padding-top: 8px;
  margin-top: 10px;
}
.category-rail .swiper-wrapper { align-items: center; }
.category-rail .swiper-slide { width: auto; }

.category-link {
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
  padding: 6px 10px;
}
.category-link.active {
  text-decoration: none;
  font-weight: 700;
}

.cat-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.25);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.6);
  width: 36px;
  height: 36px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin: 0 6px;
}
.cat-nav.left { left: -10px; }
.cat-nav.right { right: -10px; }

/* Clear link */
.clear-link { cursor: pointer; color: #ffffff; opacity: 0.9; text-decoration: underline; }
.clear-link:hover { opacity: 1; }

/* Count label under categories */
.items-count { color: #ffffff; }

.pagination-btn i {
  margin-right: 8px; /* Add spacing between the icon and text */
}

.pagination-btn i:last-child {
  margin-right: 0; /* No margin for the last icon */
}

.page {
  margin: 0 16px; /* Adjust spacing for the page number display */
}


/* Responsive grid adjustments */
@media (max-width: 576px) {
  .rs-about.story {
    margin-top: 105px;
  }
  .rs-banner.hero-banner-001 {
    background-position: -1050px top;
  }

  .rs-banner.hero-banner-002 {
    background-position: -597px bottom;
  }

  .rs-banner.hero-banner-003 {
    background-position: -470px top;
  }

  .rs-banner.hero-banner-004 {
    background-position: -865px top;
  }

  .custom-cards .card-custom.no4 {
    top: 0px;
  }

  .custom-cards .card-custom.no2 {
    aspect-ratio: 4 / 3.185 !important;
  }

  .custom-cards .card-custom.no3 {
    aspect-ratio: 4 / 3.185 !important;
  }

  .popular .sec-title,
  .in-focus .sec-title {
    text-align: center;
  }
}
/* For screens smaller than 1080px */
@media (max-width: 1080px) {
  .rs-banner.hero-banner-001 {
    background: url(./images/banner/marc-antoine-barrois-aldebaran-0924-[hero-9x16].jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rs-banner.hero-banner-002 {
    background: url(./images/banner/memo-paris-kotor-0924-[hero-9x16].jpg) no-repeat;
    background-size: cover;
    background-position: center;
    
  }
  .rs-banner.hero-banner-003 {
    background: url(./images/banner/black-friday-1125-[hero-9x16].jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rs-banner.hero-banner-004 {
    background: url(./images/banner/liquides-imaginaires-blanche-bete-limited-edition-1125-[hero-9x16].jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .rs-banner.hero-banner-005 {
    background: url(./images/banner/duro-capital-plaza-0126-[hero-9x16].jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }


  

  /* Hide content for smaller screens */
  .rs-banner.banner-home-style3.hero-banner-001 .content-wrap,
  .rs-banner.banner-home-style3.hero-banner-002 .content-wrap,
  .rs-banner.banner-home-style3.hero-banner-004 .content-wrap {
    display: none;
  }
}

/* For screens larger than 1080px */
@media (min-width: 1080px) {
  .rs-banner.hero-banner-001 {
    background: url(./images/banner/marc-antoine-barrois-aldebaran-0924-[hero-001].jpg) no-repeat;
    background-position: bottom right;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
  }
  .rs-banner.hero-banner-002 {
    background: url(./images/banner/memo-paris-kotor-0924-[hero-002].jpg) no-repeat;
    background-position: bottom right;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
  }
  .rs-banner.hero-banner-003 {
    background: url(./images/banner/black-friday-1125-[hero-003].jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
  }
  .rs-banner.hero-banner-004 {
    background: url(./images/banner/liquides-imaginaires-blanche-bete-limited-edition-1125-[hero-001].jpg) no-repeat;
    background-position: top left;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
  }
  .rs-banner.hero-banner-005 {
    background: url(./images/banner/duro-capital-plaza-0126-[hero-001].jpg) no-repeat;
    background-position: top left;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
  }

}
