
:root{
  --hero-h: 38svh;       
  --mob-media-h: 28svh; 
  --stack-gap: 12px;     
}


#hero-slider .hero-slider__slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
@media (min-width: 576px) {
  #hero-slider .hero-slider__slide h1 {
    font-size: 47px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #hero-slider .hero-slider__slide h1 {
    font-size: 76px;
    max-width: 72%;
  }
}
@media (min-width: 992px) {
  #hero-slider .hero-slider__slide h1 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80%;
  }
}
#hero-slider .hero-slider__slide h4 {
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  background: #ffffffa3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
}
@media (min-width: 576px) {
  #hero-slider .hero-slider__slide h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffffa3;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #hero-slider .hero-slider__slide h4 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #hero-slider .hero-slider__slide h4 {
    font-size: 34px;
    margin-top: 0;
    z-index: 9;
  }
}
#hero-slider .hero-slider__slide h4 .left-wing,
#hero-slider .hero-slider__slide h4 .right-wing {
  display: block;
  position: absolute;
  width: 100px;
  top: 50%;
  transform: translateY(-50%);
}
#hero-slider .hero-slider__slide a:hover {
  text-decoration: none;
}
#hero-slider .hero-slider__button {
  position: absolute;
  top: 50%;
  color: white;
  height: 50px;
  transform: translateY(-50%);
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 300ms ease-in-out;
  background: #7d5142;
}
#hero-slider .hero-slider__button:hover {
  box-shadow: 0px 0px 15px 1px black;
}
#hero-slider .hero-slider__button--next {
  right: 10px;
}
#hero-slider .hero-slider__button--next i {
  transform: translateX(2px);
}
#hero-slider .hero-slider__button--prev {
  left: 10px;
}
#hero-slider .hero-slider__button--prev i {
  transform: translateX(-2px);
}
.btn {
  background: white;
  color: #363738;
  font-weight: bold;
  outline: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  border: none;
  z-index: 9;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  background: #b5cdae;
  color: #fff;
}
.btn.btn--with-icon {
  padding-right: 20px;
}
.btn.btn--with-icon i {
  padding: 0px 30px 0px 15px;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  color: white;
  background: #b5cdae;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  z-index: 9;
}
.btn.btn--only-icon {
  width: 50px;
}
.top-sellers {
  background: #ddd;
}
.top-seller__item {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.top-seller__item .item__top {
  display: block;
  position: relative;
  height: 360px;
}
.top-seller__item .item__top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-60%) translateY(-50%);
  transition: 300ms ease-in-out;
}
.top-seller__item .item__top .top__flag {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 181, 53, 0.9);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding-left: 40px;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-100%);
  transition: 300ms ease-in-out;
  opacity: 1;
}
.top-seller__item .item__top .top__zoom-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.top-seller__item .item__top .top__zoom-icon:before,
.top-seller__item .item__top .top__zoom-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0px;
  height: 1px;
  background: #ffb535;
  transition: 300ms ease-in-out;
}
.top-seller__item .item__top .top__zoom-icon:after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.top-seller__item .item__bottom {
  position: relative;
}
.top-seller__item .item__bottom .bottom__initial {
  padding: 20px;
  opacity: 1;
  transition: 300ms ease-in-out;
}
.top-seller__item .item__bottom .bottom__initial p {
  margin: 0;
}
.top-seller__item .item__bottom .bottom__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #eee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: 300ms ease-in-out;
}
.top-seller__item:hover .item__top img {
  transform: translateX(-50%) translateY(-50%);
}
.top-seller__item:hover .item__top .top__flag {
  opacity: 0;
}
.top-seller__item:hover .item__top .top__zoom-icon:before,
.top-seller__item:hover .item__top .top__zoom-icon:after {
  width: 60px;
}
.top-seller__item:hover .item__bottom .bottom__initial {
  opacity: 0;
}
.top-seller__item:hover .item__bottom .bottom__hover {
  transform: translateY(0%);
}
.hero-slider-overlay {
  height: 100%;
  background: #0c0c2952;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
} /* ============================================ HERO / Slideshow ============================================ */
#slideshow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#slideshow::before,
#slideshow::after {
  z-index: 0 !important;
}
#slideshow #hero-slider,
#slideshow #hero-slider .hero-slider__wrapper,
#slideshow #hero-slider .hero-slider__slide {
  position: relative;
  height: 100%;
  z-index: 1;
}
#slideshow #hero-slider .hero-slider__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8% 8% 14%;
}
#slideshow #hero-slider .slider-main-title {
  margin: 0 0 12px 0;
  color: #fff;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(36px, 5.8vw, 52px);
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(0, 0, 0, 0.05);
} 
#slideshow #hero-slider .slider-main-subtitle {
  margin: 0 0 28px 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(20px, 3vw, 36px);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
#slideshow #hero-slider .button-more {
  border-radius: var(--btn-radius);
  display: inline-block;
  background: #fccc55;
  color: #fff;
  font-weight: 800;
  border: 0;
  padding: 16px 28px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}
#slideshow #hero-slider .button-more:hover {
  transform: translateY(-1px);
  background: #8aac4b;
  transition: 0.3s;
}
#slideshow #hero-slider .button-more:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
#slideshow #hero-slider .button-more:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
#slideshow #hero-slider :is(h1, h2, h3, p, a) {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #slideshow #hero-slider .hero-slider__slide {
    padding: 10% 6% 14%;
  }
}
@media (max-width: 575px) {
  #slideshow #hero-slider .hero-slider__slide {
    padding: 12% 6% 14%;
  }
  #slideshow #hero-slider .slider-main-title {
    font-size: clamp(28px, 7.2vw, 44px);
  }
  #slideshow #hero-slider .slider-main-subtitle {
    font-size: clamp(16px, 4.2vw, 22px);
    margin-bottom: 20px;
  }
  #slideshow #hero-slider .button-more {
    padding: 12px 22px;
    border-radius: 14px;
  }
}
#slideshow #hero-slider .hero-slider__slide {
  align-items: flex-start;
  text-align: left;
  padding-left: clamp(20px, 8%, 80px);
  padding-right: clamp(12px, 6%, 60px);
}
#slideshow #hero-slider .slider-main-title,
#slideshow #hero-slider .slider-main-subtitle,
#slideshow #hero-slider .hero-slider__slide h1,
#slideshow #hero-slider .hero-slider__slide h4 {
  text-align: left;
  margin-left: 0;
}
#slideshow #hero-slider .button-more {
  align-self: flex-start;
  margin-left: 0;
}

#hero-slider .hero-slider__slide h1,
#hero-slider .slider-main-title{
  font-size: clamp(32px, 2.2vw, 42px) !important;
  line-height: 1.06;
  font-weight: 800;
}

@media (max-width:1280px){
  #hero-slider .hero-slider__slide h1,
  #hero-slider .slider-main-title{
    font-size: clamp(22px, 4.6vw, 25px) !important;
  }
}

@media (max-width:1024px){
  #hero-slider .hero-slider__slide h1,
  #hero-slider .slider-main-title{
    font-size: clamp(28px, 5.2vw, 40px) !important;
  }
}

@media (max-width:880px){
  #hero-slider .hero-slider__slide h1,
  #hero-slider .slider-main-title{
    font-size: clamp(26px, 5.8vw, 36px) !important;
  }
}

@media (max-width:575px){
  #hero-slider .hero-slider__slide h1,
  #hero-slider .slider-main-title{
    font-size: clamp(24px, 7.2vw, 32px) !important;
  }
}

#hero-slider .hero-slider__slide h4,
#hero-slider .slider-main-subtitle{
  font-size: clamp(18px, 2.4vw, 34px) !important;
  line-height: 1.1;
}

@media (max-width:1280px){
  #hero-slider .hero-slider__slide h4,
  #hero-slider .slider-main-subtitle{
    font-size: clamp(16px, 2.8vw, 28px) !important;
  }
}
@media (max-width:1024px){
  #hero-slider .hero-slider__slide h4,
  #hero-slider .slider-main-subtitle{
    font-size: clamp(15px, 3.2vw, 24px) !important;
  }
}
@media (max-width:575px){
  #hero-slider .hero-slider__slide h4,
  #hero-slider .slider-main-subtitle{
    font-size: clamp(14px, 4.2vw, 20px) !important;
  }
}

:root {
  --hero-static-bg: url("/wp-content/themes/bellandra/images/backsplash_2_calmopolitan.png");
}
#slideshow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1;
}
#slideshow::after {
  content: none !important;
}
#slideshow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hero-static-bg) center/cover no-repeat;
  pointer-events: none;
}
#slideshow #hero-slider,
#slideshow #hero-slider .hero-slider__wrapper,
#slideshow #hero-slider .hero-slider__slide,
#slideshow #hero-slider :is(h1, h2, h3, h4, p, a, .button-more, .btn, .cta),
#slideshow .hero-slider-overlay {
  position: relative;
  z-index: 1; /* aspect-ratio: 1;*/
}
#slideshow-video {
  aspect-ratio: 1;
}
#slideshow #hero-slider .hero-slider__slide {
  background-image: none;
}
#slideshow .hero-slider-overlay {
  background: transparent;
}
@media (max-width: 990px) {
  #slideshow #hero-slider,
  #slideshow #hero-slider .hero-slider__wrapper,
  #slideshow #hero-slider .hero-slider__slide,
  #slideshow #hero-slider :is(h1, h2, h3, h4, p, a, .button-more, .btn, .cta),
  #slideshow .hero-slider-overlay {
    aspect-ratio: unset;
  }
  :root {
    --mob-media-h: 20.5svh;
  }
  .slideshow-container {
    height: auto;
  }
  #slideshow-video,
  #slideshow-image {
    height: var(--mob-media-h);
    margin-bottom: 1rem;
    display: block;
    overflow: hidden;
  }
  #slideshow-video .video-container,
  #slideshow-video video {
    height: 100%;
    width: 100%;
    display: block;
  }
  #slideshow-video video {
    object-fit: cover;
    object-position: center;
  }
  #slideshow-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #slideshow {
    margin-bottom: 15px;
  }
}
.slideshow-container {
}
.video-container {
  position: relative;
  height: 100%;
}
.video-container video {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
div#slideshow-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.video-slideshow-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
  padding: 1rem;
  background: linear-gradient(180deg, #fde7ee 0%, #f7a0b2 55%, #fde7ee 100%);
}
.video-item {
  flex: 0 0 200px;
  height: 356px;
  position: relative;
  margin-right: 15px;
}
.video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
#discount-button {
  margin: 0;
  bottom: 2rem;
  right: 2rem;
  position: fixed;
  z-index: 9999;
}
#discount-button a {
  background-color: #4fc1d0;
  color: #fff;
  display: block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: var(--btn-radius);
  font-weight: 800;
}
#discount-button .fas {
  line-height: 1.675em;
}
ul.products.row li {
  margin: 0;
}
@media (max-width: 990px) {
  .slideshow-container {
    height: 100vh;
  }
  div#slideshow-video,
  div#slideshow-image {
    height: 80vh;
    margin-bottom: 1rem;
    height: 30vh;
  }
  div#slideshow {
    margin-bottom: 15px;
  }
}
#hero-slider {
  position: relative;
  overflow: hidden;
}
#hero-slider,
#hero-slider .hero-slider__wrapper {
  height: 60vh;
  min-height: 360px;
}
#hero-slider .slick-list,
#hero-slider .slick-track,
#hero-slider .slick-slide {
  height: 100%;
}
#hero-slider .slick-slide > div {
  height: 100%;
}
#hero-slider .slick-slide > div > div {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

div#slideshow-static {
    flex-basis: 50%;
}

div#slideshow-video {
    flex-basis: 50%;
}

#slideshow{
  aspect-ratio: auto;
}

.slideshow-container{
  row-gap: var(--stack-gap);
}

@media (max-width: 991px){

  .slideshow-container{ height: auto; }

  #hero-slider,
  #hero-slider .hero-slider__wrapper{
    height: var(--hero-h);
    min-height: 260px;
  }
  #slideshow{ margin-bottom: var(--stack-gap); }

  #hero-slider .slick-list,
  #hero-slider .slick-track,
  #hero-slider .slick-slide,
  #hero-slider .slick-slide > div,
  #hero-slider .slick-slide > div > div{
    height: 100%;
  }

  #slideshow #hero-slider .slider-main-title{
    font-size: clamp(22px, 6.2vw, 34px);
    margin-bottom: 10px;
  }
  #slideshow #hero-slider .slider-main-subtitle{
    font-size: clamp(14px, 4.2vw, 18px);
    margin-bottom: 14px;
  }
  #slideshow #hero-slider .button-more{
    padding: 10px 18px;
    border-radius: 12px;
  }

  #slideshow-video,
  #slideshow-image{
    height: var(--mob-media-h);
    margin-bottom: var(--stack-gap);
    display: block;
    overflow: hidden;
  }
  #slideshow-video .video-container,
  #slideshow-video video{
    width: 100%;
    height: 100%;
  }
  #slideshow-video video{
    object-fit: cover;
    object-position: center;
  }
  #slideshow-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 575.98px){
  .slideshow-container > [id="slideshow-video"],
  .slideshow-container > [id="slideshow-static"]{
    width: 50%;
    flex: 0 0 50%;
  }
}