/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
import url('./style-library.css');

/* Features */
/* Feature 1 */
.feature-1-title {
  color:#013E77 !important;
}
.feature-1-title *{
  color:#013E77 !important;
}
.feature-1-body-content
  color: var(--brand-dark-blue) !important;
  font-family: "Inter";
}

.feature-1-body-content * {
  color: var(--brand-dark-blue) !important;
  font-family: "Inter";
}
.feature-1-body-content div * {
  color: var(--brand-dark-blue) !important;
  font-family: "Inter";
}
.feature-1-body-content .ck-content p {
  color: var(--brand-dark-blue) !important;
  font-family: "Inter";
}
/* Feature 2 */
.feature-2-title {
  color:#FFFFFF !important;
}
.feature-2-title *{
  color:#FFFFFF !important;
}
.feature-2-body-content {
  color: #FFFFFF !important;
  font-family: "Inter";
}

.feature-2-body-content * {
  color: #FFFFFF !important;
  font-family: "Inter";
}
.feature-2-body-content div * {
  color: #FFFFFF !important;
  font-family: "Inter";
}
.feature-2-body-content .ck-content p {
  color: #FFFFFF !important;
  font-family: "Inter";
}

/* Feature 3 */
.feature-3-title {
  color:#FFFFFF !important;
}
.feature-3-title *{
  color:#FFFFFF !important;
}
.feature-3-body-content {
  color: #FFFFFF !important;
  font-family: "Inter";
}

.feature-3-body-content * {
  color: #FFFFFF !important;
  font-family: "Inter";
}
.feature-2-body-content div * {
  color: #FFFFFF !important;
  font-family: "Inter";
}
.feature-2-body-content .ck-content p {
  color: #FFFFFF !important;
  font-family: "Inter";
}

/* Feature 4 */
.feature-4-title {
  color:#0D2E4F !important;
}
.feature-4-title *{
  color:#0D2E4F !important;
}
.feature-4-body-content {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}

.feature-4-body-content * {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}
.feature-4-body-content div * {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}
.feature-4-body-content .ck-content p {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}

/* Feature 5 */
.feature-5-title {
  color:#0D2E4F !important;
}
.feature-5-title *{
  color:#0D2E4F !important;
}
.feature-5-body-content {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}

.feature-5-body-content * {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}
.feature-5-body-content div * {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}
.feature-5-body-content .ck-content p {
  color: var(--brand-navy) !important;
  font-family: "Inter";
}

/* Feature 7 */
.feature-6-title {
  color:#0D2E4F !important;
}
.feature-6-title *{
  color:#0D2E4F !important;
}

/* Feature 7 */
.feature-7-title {
  color:#013E77 !important;
}
.feature-7-title *{
  color:#013E77 !important;
}

/* ======= */

/*  Product Advantages */
/* Feature 5 */
.product-advantages-features {
  color: #ffffff !important;
  font-family: "Inter";
}



.product-advantages-features * {
  color: #ffffff !important;
  font-family: "Inter";
}
.product-advantages-features div * {
  color: #ffffff !important;
  font-family: "Inter";
}
.product-advantages-features .ck-content p {
  color: #ffffff !important;
  font-family: "Inter";
}

.product-advantages-features .ck-content {
  margin: 0px 80px;
  margin-bottom: 50px;
  padding: 50px;
}

.product-advantages-features .ck-content ul { 
  display: flex; 
  flex-wrap: wrap; 
  list-style-type: none; 
  margin-left:0;
  padding: 0 !important;
  column-gap: 90px;
}
  .product-advantages-features .ck-content ul li { 
    flex: 0 0 calc(50% - 50px); /* Cada elemento ocupa el 50% del ancho del contenedor */ 
  /*   padding: 10px;  */
    display: flex;
    gap: 0.75rem;
  }
  .product-advantages-features .ck-content ul li::before { 
    content: url('https://5838587.fs1.hubspotusercontent-na1.net/hubfs/5838587/Furuno%20Europe%20Web/Product%20Detail/Shape.png');
    
}
@media (max-width:850px) {
  .product-advantages-features .ck-content ul li { 
    flex: 0 0 calc(100%); /* Cada elemento ocupa el 50% del ancho del contenedor */ 
  /*   padding: 10px;  */
  }
}

/* Technologies Carousel */
.product-details--tech-icon {
  width: 75px !important;
  height: 75px !important;
  object-fit: contain;
  object-position: center;
  
  filter: grayscale(100%);
  transition: .3s ease-in-out;
  
  cursor: pointer;
  
  font-size: 13px;
}
.product-details--tech-icon:hover {
  filter: grayscale(0%);
}

p.product-details--tech-icon {
  box-sizing: content-box;

  border: 2px solid var(--brand-navy);
  border-radius: 5px;
  padding: 3px;
  
  text-align: center;
  color: var(--brand-navy);
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden-disabled-btn { 
/*   visibility: hidden;  */
/*   opacity: 0.6; */
  display: none;
}

/*  */

/*  */

.check-strong-points-container-row-1 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-evenly;
}

.check-strong-points-container-row-2 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-evenly;
}

.check-strong-points-container-row-1 div:nth-child(1)
{
  max-width: 310px;
}

.check-strong-points-container-row-2 div:nth-child(4){ 
  width: 310px;
}

.check-strong-points-container-row-1 div:nth-child(2),
.check-strong-points-container-row-1 div:nth-child(3),
.check-strong-points-container-row-1 div:nth-child(5),
.check-strong-points-container-row-1 div:nth-child(6)
{
  max-width: 270px;
}

@media (max-width: 1050px) { 
  .furuno-company-description-container {
    grid-template-columns: auto;
    column-gap: 0px;
    row-gap: 50px;
    justify-content: center;
  }

  .furuno-company-description-container--description {
    margin: auto;
    padding: 30px;
  }

  .furuno-company-description-container--description h1 {
    max-width: 750px;
  }

  .furuno-company-description-container--description p {
    max-width: 700px;
  }

  .check-strong-points-container-row-1 {
    grid-template-columns: auto auto;
    row-gap: 50px;
  }
  .check-strong-points-container-row-1 div:nth-child(4) {
    display: none;
  }

}

@media (max-width: 700px) { 
  .furuno-company-description-container--image-container img {
    height: auto !important;
    min-height: 300px !important;
  }
}

@media (max-width: 850px) { 
  .management-philosophy-container {
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  .management-philosophy-container div:nth-child(3) {
    grid-column: span 2;
    margin: auto;
  }

  .check-strong-points-container-row-1 {
    grid-template-columns: auto;
    row-gap: 50px;
  }

}

@media (max-width: 750px) {
  .management-philosophy-container {
    grid-template-rows: 1fr 1fr 1fr;
    justify-content: center;
    grid-template-columns: auto;
    grid-auto-flow: column;
    row-gap: 50px;
  }

  .management-philosophy-container div {
    grid-column: span 1;
    margin: auto;
  }

}

.information-area-1 {
  background-color: var(--brand-navy);
  background-image: url('https://5838587.fs1.hubspotusercontent-na1.net/hubfs/5838587/Furuno%20Europe%20Web/Product%20Detail/Group%203.svg');
  object-fit: cover;      
  background-size: cover;
}
.information-area-1 .product-advantages-container .row-1 { 
  margin: 0 50px;
  padding: 100px 50px;
  padding-bottom: 5px;
  display: grid;
/*   grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  column-gap: 100px;
}

@media (max-width: 850px) {
  
  .information-area-1 .product-advantages-container .row-1 { 
    margin: 0 50px;
    padding: 100px 50px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: auto;
/*     grid-template-rows: 1fr 1fr; */
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

}


.product-detail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;  
  max-width: 1440px;
  padding-top: 120px;
  margin: 0 auto;
  
  padding-bottom: var(--padding-400);
}

.product-detail-container--product-images,
.product-detail-container--product-info {
  flex: 0 0 40%;
  
  max-width: 576px;
}

.product-detail-container--product-info > p,
.product-detail-container--product-info > h2 {
  margin-bottom: var(--spacing-300) !important;

  overflow-wrap: break-word;
}

.product-image-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  column-gap: 10px;
}

.product-image-options img {
  width: 100px;
  height: 100px;
}

.product-device-detail {
  background-color: rgba(1, 62, 119, 1.0);
}

.missing-label {
  width: fit-content;
  margin: 20px auto;
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
}

.product-statement {
  font-weight: 700;
  color: var(--brand-blue);
  line-height: 35px;
}

.product-model-image-options-container,
.marks-image-options-container
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 30px 0;
}
.marks-image-options-container {
  column-gap: 30px;
  row-gap: 30px;
  margin: 30px 0;
}

.product-model-image-options-container {
  column-gap: 5px;
  row-gap: 20px;
  margin: 20px 0;
  align-items: self-end;
}

/* Product tooltip */
.product-details--foreign--tooltip {
  visibility: hidden;
  
  position: fixed;
  bottom: 100px;
  left: -140px;
  z-index: 1;
  
  font-family: "Inter";
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  
  width: 380px;
  height: fit-content;
  
  padding: 20px 10px;
  border: 1px solid var(--grey-250);
  border-radius: var(--border-radius-small);

  background-color: #F4F4F4;
  filter: drop-shadow(0 3px 5px #ccc);
}

.product-details--foreign--tooltip.show {
  visibility: visible;
}

.btn-group-product-information-container {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 20px;
  
  margin-top: var(--spacing-500) !important;
  margin-bottom: var(--spacing-500) !important;
}

.marks-image-options-container img {
  width: 100px;
  height: 100px;
}

.product-btn-item {
  width: fit-content !important;
  min-width: auto !important;
  padding: 10px 20px !important;
}

.find-dealer-btn {
  width: fit-content !important;
  min-width: auto !important;
  padding: 10px 20px !important;
}

.product-model {
/*   padding: 20px 0; */
  color: #0D2E4F;
}

.product-model span {
  color: var(--brand-blue);
  font-weight: bold;
  font-size: 24px;
}

.product-model--foreign {
  color: var(--brand-navy) !important;
}

.check-availability-btn {
  display: grid;
  grid-template-columns: 100px 215px;
  height: auto !important;
}
.check-availability-btn.check-availability-btn--loading {
  cursor: wait;
}

.check-availability--amount {
  color: var(--grey-400);
  text-align: center;

  border: 1px solid #B3B3B3;
  border-top-left-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
  
  background-color: var(--grey-75);
}

.check-availability-content {
  text-align: center;

  padding: var(--padding-100) var(--padding-300);
  border-top-right-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
  
  cursor: pointer;
}


.expandable-row-stock-available--product-detail-info {
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  font: var(--body-3);
  
  margin-top: var(--spacing-500) !important;
  margin-bottom: var(--spacing-500) !important;
  
  display: none;
}
.expandable-row-stock-available--product-detail-info.show {
  display: block;
}

.expandable-row-stock-available--product-detail-info.success {
  color: var(--success-green);
}
.expandable-row-stock-available--product-detail-info.not-found {
  color: red;
}

@media (max-width: 850px) {

  .product-detail-container {

    display: flex;
    flex-direction: column;
    justify-content: center;  
    max-width: 1440px;
    margin: 100px auto;
  }

  .product-detail-container--product-images,
  .product-detail-container--product-info {

    margin: 50px;
    flex: auto;

  }

  .product-detail-container--product-images {
    margin: auto;
  }

}

.product-price {
  font-size: 36px;
  font-weight: bold;
  
  margin-top: var(--spacing-500) !important;
  margin-bottom: var(--spacing-500) !important;
}

.product-price span {
  font-size: 18px;
  color: #737373;
  font-weight: bold;
}

.product-detail-container--product-info--tags {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
  
  margin-top: var(--spacing-500) !important;
  margin-bottom: var(--spacing-500) !important;
}

.product-detail-container--product-info--tags-item {
  color: var(--brand-blue);

  background-color:#DAE9F9;

  padding: 3px 15px;
  border-radius: 30px;
  
  display: flex;
  align-items: center;
}

.product-detail-container--product-info * {
/*   margin-top: 10px; */
}

.product-image-selected.thumb {
  width: 470px;
  height: 470px;
  max-width: 80vw;
  
  margin: 0 auto var(--spacing-500);
  display: block;
}

.thumb:hover {
  -moz-box-shadow: 0 0 5px orange;
  -webkit-box-shadow: 0 0 5px orange;
  box-shadow: 0 0 5px orange;
}

.cursor-overlay {
  display: none;
  background-color: rgba(0, 150, 50, 0.5);
  position: fixed;
  pointer-events: none;
}

.product-option {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
  object-position: center;

  cursor:pointer;

  transition: .3s ease-in-out;
  opacity: .3;
}
.product-option:hover {
  opacity: 1;
}
.product-option.selected {
  opacity: 1;
}


.product-model-option {
  width: 100px;
  
  cursor:pointer;
  
  display: flex;
  flex-direction: column;
}

.product-model-option > a {
  height: 100%;

  display: flex;
  flex-direction: column;
}

.product-model-option img {
  height: 100px !important;
  width: 100px !important;

  object-fit: contain;
  object-position: center;

  transition: .3s ease-in-out;
  opacity: .3;
  
  margin-top: auto;
}
.product-model-option img.selected,
.product-model-option img:hover {
  opacity: 1;
}

.product-model-option .product-model-value {
  text-align: center;
  font: var(--micro);
  font-weight: var(--fw-medium);
  overflow-wrap: break-word;
  
  margin-bottom: var(--spacing-100) !important;
  padding: 0 10px;

  width: 100px;
}

/* Estilos para el modal */
.product-image-detail-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.product-detail-image-modal--content {
  width: 1000px; 
  height: 900px;
  border-radius: 8px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  max-width: 80vw;
  min-height: 300px;
  padding: 50px;
  max-height: 80vh;
  position: relative;
}

.product-image-detail-modal-image-selected {

  width: 90%;
  width: 400px;

}

.product-image-detail-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
  font-size: 30px;
  cursor: pointer;
}

.product-image-detail-modal-close:hover,
.product-image-detail-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* Contenedor para la imagen con zoom */
.product-image-zoom-container {
  position: relative;
  overflow: hidden; /* Oculta el exceso de imagen durante el zoom */
  width: 100%; 
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagen dentro del modal */
.product-image-detail-modal-image-selected {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 400px;
}



.product-image-zoom-container {
  position: relative;
  width: 400px; /* O ajusta según el tamaño que desees */
  height: 400px; /* O ajusta según el tamaño que desees */
  overflow: hidden;
}

.product-image-zoom-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.zoom-overlay {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid #000;
  display: none;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover; /* Para que se ajuste según la imagen */
}

.feature-tab-content p,
.feature-tab-content p span,
.feature-tab-content div.clm {
  font: var(--body-4);
  line-height: 30px !important;
}

.feature-tab-content.tab-1.tab-content {
  flex-direction: column;
  overflow: hidden;
}

.features-tab-content .tab-3 .tab-content {

  justify-content: center !important;
  background-image: url('https://5838587.fs1.hubspotusercontent-na1.net/hubfs/5838587/Furuno%20Europe%20Web/Product%20Detail/Group%203.svg');
  object-fit: cover;      
  background-size: cover;

}

.product-main-videos-section {

  background-image: url('https://5838587.fs1.hubspotusercontent-na1.net/hubfs/5838587/Furuno%20Europe%20Web/Product%20Detail/Group%203-1.svg');
  object-fit: cover;      
  background-size: cover;
  background-color: var(--brand-dark-blue);

}

.container-fluid .row-fluid-wrapper {
  width: 100%;
}


.links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper.row-depth-1 {
  /*           padding: 0 80px; */
}

.links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper.row-depth-1 .row-fluid {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 5%;
  padding: 0 80px;
  row-gap: 50px;
}


.links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper .row-fluid .dnd-column .row-fluid-wrapper.row-depth-1 .row-fluid { 
  grid-template-columns: auto;
  padding: 0;
}

.links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper .row-fluid .dnd-column {
  width: 100% !important;
  display: grid;
  justify-content: left;
}

.links-section .row-fluid-wrapper .row-fluid::before,
.links-section .row-fluid-wrapper .row-fluid::after {
  display: none;
}


@media (min-width:720px) and (max-width: 1050px) {
  .links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5%;
    padding: 0 80px;
    row-gap: 50px;
  }

}


@media (max-width:720px) {
  .links-section .row-fluid-wrapper .row-fluid .widget-span .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: grid;
    grid-template-columns: auto;
    column-gap: 5%;
    padding: 0 80px;
    row-gap: 50px;
  }


}

.specifications-box-container {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto;
    padding: 0 80px;
/*     border: 1px solid #e0e0e0; */
    border-collapse: collapse;
}

.specifications-box-container .row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.specifications-box-container .row:nth-child(even){
    background-color: #ffffff;
}

.specifications-box-container .row:nth-child(odd){
    background-color: #F5F9FD;
}

.specifications-box-container .row .column {
    padding: 15px 15px;
    text-align: left;
    color: var(--brand-navy);
    font-weight: 400;
    font-family: 'Inter';
}

.specifications-box-container .row .column:first-child,
.specifications-box-container .row .column:last-child {
  width: calc(50% - 50px);
}
.specifications-box-container .row .column:nth-child(2) {
  width: 100px;
}
.specifications-box-container .row .column:only-child {
  width: 100%;
}

.specifications-box-container .header-row {
    background-color: #F5F9FD;
    font-weight: bold;
    color: var(--brand-blue);
    padding: 15px 0;
}

.specifications-box-container .header {
    font-size: 24px;
    color: var(--brand-blue) !important;
    font-weight: bold !important;
    font-family: 'Inter';
}

/* Product Features */
.product--feature-wrapper--content {
  max-width: 1280px !important;
  padding: var(--padding-600) var(--padding-300);
}

.product--feature-wrapper .product--feature-wrapper--content--texts * {
  color: var(--brand-dark-blue) !important;
  margin-bottom: var(--spacing-400) !important;
}
.product--feature-wrapper .product--feature-wrapper--content--texts > div * {
  font: var(--body-4) !important;
  line-height: 30px !important;
}
.product--feature-wrapper .product--feature-wrapper--content--texts > div i {
  font-style: italic !important;
}
.product--feature-wrapper .product--feature-wrapper--content--texts > div ul > li {
  margin-bottom: var(--spacing-200) !important;
}
.product--feature-wrapper .product--feature-wrapper--content--texts > div ul > li > p {
  margin-bottom: 0 !important;
}
.product--feature-wrapper .product--feature-wrapper--content .product--feature-wrapper--content--image a {
  transition: .2s ease-in-out;
}
.product--feature-wrapper .product--feature-wrapper--content .product--feature-wrapper--content--image a:hover {
  opacity: .7;
}

/* Dark Blue BG */
.product--feature-wrapper:nth-child(7n + 2),
.product--feature-wrapper:nth-child(7n + 3) {
  background-color: var(--brand-dark-blue);
}

.product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content--texts *,
.product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content--texts * {
  color: var(--grey-0) !important;
}

@media(min-width: 851px) {
  .feature-tab-content.tab-1.tab-content.active {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product--feature-wrapper {
    width: 100%;
  }

  .product--feature-wrapper--content {
    padding: var(--spacing-800) var(--padding-300);
  }

  /* 2 Columns */
  .product--feature-wrapper:nth-child(7n + 1) .product--feature-wrapper--content,
  .product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content {
    display: flex;
  }
  .product--feature-wrapper:nth-child(7n + 1) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 1) .product--feature-wrapper--content .product--feature-wrapper--content--image,
  .product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content .product--feature-wrapper--content--image {
    width: 50%;
  }
  .product--feature-wrapper:nth-child(7n + 1) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content .product--feature-wrapper--content--texts {
    padding-right: var(--padding-400);
    text-align: left;
  }
  .product--feature-wrapper:nth-child(7n + 1) .product--feature-wrapper--content .product--feature-wrapper--content--image,
  .product--feature-wrapper:nth-child(7n + 3) .product--feature-wrapper--content .product--feature-wrapper--content--image {
    padding-left: var(--padding-400);
  }
  
  /* 2 Columns Reverse */
  .product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content,
  .product--feature-wrapper:nth-child(7n + 7) .product--feature-wrapper--content {
    display: flex;
    flex-direction: row-reverse;
  }
  .product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content .product--feature-wrapper--content--image,
  .product--feature-wrapper:nth-child(7n + 7) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 7) .product--feature-wrapper--content .product--feature-wrapper--content--image {
    width: 50%;
  }
  .product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content .product--feature-wrapper--content--image,
  .product--feature-wrapper:nth-child(7n + 7) .product--feature-wrapper--content .product--feature-wrapper--content--image {
    padding-right: var(--padding-400);
  }
  .product--feature-wrapper:nth-child(7n + 2) .product--feature-wrapper--content .product--feature-wrapper--content--texts,
  .product--feature-wrapper:nth-child(7n + 7) .product--feature-wrapper--content .product--feature-wrapper--content--texts {
    padding-left: var(--padding-400);
    text-align: left;
  }
  
  /* Half columns */
  /* Center last item if it's half width */
  .product--feature-wrapper:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .product--feature-wrapper:nth-child(7n + 4),
  .product--feature-wrapper:nth-child(7n + 5) {
    width: 50%;
    max-width: 700px;
  }
  
  .product--feature-wrapper:nth-child(7n + 4) {
    margin-left: auto;
  }
  .product--feature-wrapper:nth-child(7n + 5) {
    margin-left: 0;
    margin-right: auto;
  }
  
  /* Half columns centered */
  .product--feature-wrapper:nth-child(7n + 6) {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Carousels */
.product-details--carousel--wrapper {
  position: relative;
}
.product-details--carousel--wrapper.padded {
  padding: 0 2rem;
}

.product-details--carousel {
  display: flex;
  gap: var(--spacing-300);
  align-items: stretch;

  overflow-x: auto;
  overflow-y: hidden;

  width: fit-content;
  max-width: 100%;
  
  scroll-behavior: smooth;
}
#product-details--foreign-carousel {
  padding-right: calc(100px + 0.5rem);
}
@media (min-width: 851px) {
  .product-details--carousel {
    max-width: 576px;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.product-details--carousel::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.product-details--carousel {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.product-details--carousel--prev,
.product-details--carousel--next {
  display: none;
  
  cursor: pointer;
  
  position: absolute;
  z-index: 2;

  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background-color: transparent;
}
.product-details--carousel--prev {
  left: 0;
}
.product-details--carousel--next {
  right: 0;
  
  transform: rotate(-180deg);
}

.product-details--carousel--prev.show,
.product-details--carousel--next.show {
  display: block;
}

.product-details--carousel--prev > img,
.product-details--carousel--next > img {
  width: 2rem !important;
  height: 2rem !important;
  
  object-fit: contain;
  object-position: center;
}

.product-details--carousel > a {
  min-width: 75px;
}

.product-details--in-the-box {
  width: 100%;
  
  text-align: left;
  
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--brand-lighter-blue);

  margin-top: var(--spacing-300);
  padding: 20px;
  border: 1px solid #ddd;
}

/* Variations Grid */
.product-related-grid--wrapper {
  margin: 0 auto;
  padding: var(--padding-400);
  max-width: 1200px;
}
.product-variations-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-300);

  list-style: none;

  margin: 0 0 var(--spacing-400);
  padding: var(--padding-400);
}
@media (min-width: 923px) {
  .product-variations-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: var(--spacing-300);
  }
}

.product-variations-grid > li {
  position: relative;

  background-color: var(--grey-0);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 0 15px 0 #00000040;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  margin: 0;
  padding: var(--padding-400);

  width: 100%;
  max-width: 400px;
}
.product-variations-grid > li > a {
  text-align: center;
}
.product-variations-grid > li > a > *:not(:last-child) {
  margin-bottom: var(--spacing-300) !important;
}
.product-variations-grid > li > a > *:last-child {
  max-height: 150px;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .product-variations-grid > li {
    max-width: unset;
    width: calc(33% - .82rem);
  }
}
@media (min-width: 1198px) {
  .product-variations-grid > li {
    width: calc(33% - .788rem);
  }
}

.product-related-toggle--wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 var(--padding-400);
  
  justify-content: flex-end;
}
.product-toggle-grid {
  display: flex;
  align-items: center;
  gap: var(--spacing-200);

  margin-top: var(--spacing-300);
  border: none;

  color: var(--brand-navy);
  background-color: transparent;
}
.product-toggle-grid--toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 56px;

  background-color: var(--grey-75);
  border: 1px solid var(--grey-250);
  border-radius: var(--border-radius-full);
  padding: var(--padding-100);

  transition: .3s ease-in-out;
}
.product-toggle-grid--toggle--dot {
  height: 16px;
  width: 16px;
  border-radius: var(--border-radius-full);
  background-color: var(--brand-blue);
}

.product-toggle-grid.active .product-toggle-grid--toggle {
  background-color: var(--brand-blue);
  border: 1px solid var(--brand-blue);
  justify-content: flex-end;
}
.product-toggle-grid.active .product-toggle-grid--toggle--dot {
  background-color: var(--grey-0);
}