.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  aspect-ratio: 16 / 9;
  background-color: #000;
  max-height: 472px;
}

.video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}

.video-wrapper .play:hover {
  background-color: #fff;
}



@media (max-width: 767px) {
  .video-wrapper .play {
      width: 40px;
      height: 40px;
  }

 
}
#customize-product-wrapper .font-24 {
font-size: 24px !important;
margin-bottom: .75rem;
letter-spacing: 2px;
}

#customize-product-wrapper .font-17 {
font-size: 17px !important;
margin-bottom: .75rem;
}

#customize-product-wrapper .font-14 {
font-size: 14px !important;
margin-bottom: .475rem;
}

#customize-product-wrapper .font-13 {
font-size: 13px !important;
margin-bottom: .35rem;
}

#customize-product-wrapper .font-12 {
font-size: 12px !important;
margin-bottom: .35rem;
}

#customize-product-wrapper .font-11 {
font-size: 11px !important;
}

#customize-product-wrapper.active {
display: block !important;
}

#customize-product-wrapper .__inner {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#customize-product-wrapper .__inner .__backdrop {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .45);
}

#customize-product-wrapper .__inner .__content {
position: relative;
width: 90%;
min-height: 650px;
max-width: 1528px;
max-height: 90%;
background-color: #ffffff;
z-index: 2;
display: flex;
align-items: stretch;
}

#customize-product-wrapper .__inner .__content .btn-close-customize {
background-color: transparent;
border: none;
height: 13px;
line-height: 13px;
margin: 0 !important;
padding: 0 !important;
position: absolute;
right: 1.25rem;
top: 1.25rem;
cursor: pointer;
}

#customize-product-wrapper .__inner .__content .btn-close-customize svg {
fill: #787879;
width: 13px;
height: 13px;
}

#customize-product-wrapper .__inner .__content .__image {
position: relative;
width: 100%;
flex: 1;
}

#customize-product-wrapper .__inner .__content .__image .image__inner {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 4rem 3rem;
}

#customize-product-wrapper .__inner .__content .__image .image__inner .__back {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
left: 0;
top: 0;
background: rgba(39, 48, 63, 1);
background: radial-gradient(at top left, rgba(157, 174, 197, 1) 0%, rgba(39, 48, 63, 1) 50%, rgba(10, 12, 17, 1) 100%);
}

#customize-product-wrapper .__inner .__content .__image .image__inner img {
position: relative;
z-index: 1;
max-width: 100%;
max-height: 100%;
}

#customize-product-wrapper .__inner .__content .__info {
width: 300px;
}

#customize-product-wrapper .__inner .__content .__info .inner_info {
padding: 1.5rem 1.625rem;
background-color: #1B1E25;
height: 100%;
display: flex;
flex-direction: column;
color: #ffffff;
}

#customize-product-wrapper .__inner .__content .__info .__bottom {
margin-top: auto;
}

#customize-product-wrapper .__inner .__content .__customs {
margin-bottom: .75rem;
display: flex;
flex-wrap: wrap;
}

#customize-product-wrapper .__inner .__content .__customs .__item {
margin-bottom: .75rem;
width: 50%;
cursor: pointer;
flex: 0 1 50%;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item {
padding: 0 .125rem 0 .625rem;
display: flex;
align-items: center;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__icon {
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border-style: solid;
border-width: 1px;
border-color: rgba(255, 255, 255, 0);
}

#customize-product-wrapper .__inner .__content .__customs .__item.active .inner__item .__icon {
border-color: rgba(255, 255, 255, 1);
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__text {
padding-left: 6px;
line-height: 14px;
flex: 1;
}

#customize-product-wrapper .__inner .__content .__customs .__item .inner__item .__icon .__back_icon {
box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
width: 22px;
height: 22px;
border-radius: 50%;
border: solid 1px rgba(131, 131, 131, .6);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.mb-0 {
margin-bottom: 0 !important;
}

#customize-product-wrapper .btn {
background-color: #3C3C3C;
font-weight: bold;
text-transform: uppercase;
margin: 0 !important;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 !important;
}

#customize-product-wrapper .btn:hover {
background-color: #393939;
color: #ffffff;
}

#customize-product-wrapper .btn svg {
display: inline-block;
margin-left: 8px;
width: 11px;
height: 11px;
}

#customize-product-wrapper .btn.btn-s {
font-size: 11px;
line-height: 15px;
}

.show-xs {
display: none;
}

.__header-top {
background-color: #1B1E25;
width: 100%;
height: auto;
padding: .475rem 1rem;
display: flex;
flex-direction: column;
color: #ffffff;
}

@media (max-width: 767px) {
#customize-product-wrapper .__inner .__content {
  width: 90%;
  min-height: 300px;
  max-height: initial;
  flex-direction: column;
  align-items: start;
}

#customize-product-wrapper .__inner .__content .__image {
  max-height: 180px;
}

#customize-product-wrapper .__inner .__content .__image .image__inner {
  padding: 1rem 2rem;
}

#customize-product-wrapper .__inner .__content .__image .image__inner img {
  position: relative;
  z-index: 1;
  max-height: 160px;
}

#customize-product-wrapper .__inner .__content .__info .inner_info {
  padding: 1rem 1rem;
}

#customize-product-wrapper .__inner .__content .__info {
  width: 100%;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
  width: 100%;
}

#customize-product-wrapper .font-24 {
  font-size: 16px !important;
  margin-bottom: .275rem;
}

#customize-product-wrapper .font-17 {
  font-size: 14px !important;
  margin-bottom: .5rem;
}

#customize-product-wrapper .font-14 {
  font-size: 13px !important;
  margin-bottom: .275rem;
}

#customize-product-wrapper .font-13 {
  font-size: 12px !important;
  margin-bottom: .125rem;
}

#customize-product-wrapper .font-11 {
  font-size: 10px !important;
}
}

.fancybox__container {
z-index: 1000000;
}

.carousel__button.is-prev,
.carousel__button.is-next {
position: absolute;
top: auto;
bottom: 1px;
outline: none !important;
box-shadow: none !important;
}

.carousel__button.is-next {
right: 50%;
transform: translateX(80px) translateY(0);
}

.carousel__button.is-prev {
left: 50%;
transform: translateX(-80px) translateY(0);
}

.fancybox__nav .carousel__button.is-next {
right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
left: 8px;
}

@media (min-width: 1024px) {
.fancybox__nav .carousel__button.is-next {
  right: 50%;
}

.fancybox__nav .carousel__button.is-prev {
  left: 50%;
}
}

.carousel__button svg {
width: 18px !important;
stroke-width: 1 !important;
stroke: #7a7c7f !important;
}

.fancybox__content > .carousel__button.is-close {
top: 10px;
right: 12px;
}

.carousel__slide {
flex: 0 0 auto;
max-width: 10px;
padding: 1rem;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
}

.fancybox__thumbs .carousel__slide {
flex: 0 0 auto;
width: 10px;
margin: 0 3px;
padding: 0;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
overflow: visible;
cursor: pointer;
}

.fancybox__thumbs {
transform: translateY(-30px);
}

.fancybox__thumb {
position: relative;
width: 100%;
height: 8px;
padding-top: 0;
background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, .1);
background-repeat: no-repeat;
border-radius: 50%;
background-image: none !important;
border: solid 1px #7a7c7f;
}

.carousel__slide.is-nav-selected .fancybox__thumb {
background-color: #7a7c7f;
}

.fancybox__thumbs .carousel__slide > * {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.fancybox__thumb:after {
display: none;
}

/*.fancybox__nav .carousel__button {*/
/*  z-index: 40;*/
/*}*/

.et_pb_gutters3 .et_pb_section {
position: relative;
background-color: transparent;
background-position: 0%;
background-size: contain;
}

.et_pb_text_3, .et_pb_text_4 {
background-color: transparent;
}

#product-benefits .et_pb_text_inner p {

text-align: center !important;
}


#ambient-gallery {
display: flex;
gap: 14px;
margin-top: 1em;
}

#ambient-gallery-main {
width: 100%;
max-height: 492px;
}

#ambient-gallery-main img {
aspect-ratio: 1140 / 556;
-o-object-fit: cover;
object-fit: cover;
display: block;
cursor: pointer;
width: 100%;
height: 100%;
}

#ambient-gallery-sidebar {
width: 20%;
position: relative;
}

/* Scrollable wrapper for gallery items */
#ambient-gallery-sidebar-wrapper {
max-height: 492px; /* Match the main gallery height */
overflow-y: auto;
overflow-x: hidden;
display: flex;
flex-direction: column;
gap: 16px;
padding-right: 10px; /* Space for scrollbar */
scroll-behavior: smooth;
}

/* Custom scrollbar styling */
#ambient-gallery-sidebar-wrapper::-webkit-scrollbar {
width: 6px;
}

#ambient-gallery-sidebar-wrapper::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 3px;
}

#ambient-gallery-sidebar-wrapper::-webkit-scrollbar-thumb {
background: #888;
border-radius: 3px;
}

#ambient-gallery-sidebar-wrapper::-webkit-scrollbar-thumb:hover {
background: #555;
}

#ambient-gallery-sidebar img {
display: block;
cursor: pointer;
width: 100%;
max-height: 127px;
}

/* Navigation arrows */
.ambient-gallery-nav {
position: absolute;
width: 100%;
height: 40px;
background: rgba(255,255,255,0.8);
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 10;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ambient-gallery-nav.nav-up {
top: 0;
background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.7));
}

.ambient-gallery-nav.nav-down {
bottom: 0;
background: linear-gradient(to top, rgba(255,255,255,0.95), rgba(255,255,255,0.7));
}

.ambient-gallery-nav:hover {
opacity: 1 !important;
}

.ambient-gallery-nav.visible {
opacity: 1 !important;
display: flex !important;
}

.ambient-gallery-nav svg {
width: 24px;
height: 24px;
fill: #333;
}

.ambient-gallery-nav svg {
width: 24px;
height: 24px;
fill: #333;
}

#download .btn_down {
  display: flex;
  flex-direction: row-reverse;
}

.download-container {
position: relative;
direction: rtl;
}

.download-container a strong:after {
font-family: 'ElegantIcons';
content: '\e092';
color: #fff;
padding-left: 0px;
padding-right: 10px;
font-size: 10px;
}

.et_pb_section_2 {
display: block !important; 
}

.single div#product-benefits {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

/* Responsive styles for ambient gallery */
@media (max-width: 981px) {
  #ambient-gallery-sidebar {
    width: 100%;
    overflow: hidden;
  }
  
  #ambient-gallery-sidebar-wrapper {
    max-height: none;
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 10px;
  }
  
  .ambient-gallery-item {
    flex: 0 0 auto;
    width: calc(33.333% - 11px); /* 3 items in view on mobile */
  }
  
  #ambient-gallery-sidebar img {
    max-height: none;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  
  /* Hide all navigation arrows on mobile */
  .ambient-gallery-nav {
    display: none !important;
  }
  
  /* Custom scrollbar for mobile */
  #ambient-gallery-sidebar-wrapper::-webkit-scrollbar {
    height: 6px;
    width: auto;
  }
}

#texto_producto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
    text-align: right;
    position: relative;
}


#texto_producto span.label-new-b {
    background: #000;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: -28px;
}