.blog--box .container .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 20px; /* optional spacing */
}
.blog--box {
  padding-top: 70px;
}
.blog--box .blog__img {
  overflow: hidden;
  position: relative;
}
.blog--box .blog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog--box .col-lg-2a {
  flex: 0 0 auto;
  width: 333px;
  max-width: 333px;
}
.blog--box .detail__col {
  flex: 1 1 0%;
  min-width: 0;
}
.blog--box .blog__imgLaptop {
  width: 100%;
  display: none;
  position: relative;
  min-height: 400px;
  padding-top: 20%;
}
.blog--box .blog__imgMobile {
  width: 100%;
  display: none;
  position: relative;
  min-height: 600px;
  padding-top: 46%;
}
.blog--box .blog__details {
  padding-top: 0px;
  padding-bottom: 35px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog--box .blog__details a {
  color: var(--dark);
  transition: 0.3s;
}
.blog--box .blog__details a:hover {
  color: var(--yellow);
}
.blog--box .blog__details a:hover .icon:before {
  color: var(--yellow);
}
.blog--box .blog__details a:focus {
  color: #E0AD47;
}
.blog--box .blog__details a:focus .icon:before {
  color: #E0AD47;
}
.blog--box .blog__details .blog__detail-top {
  align-self: flex-start;
  width: 100%;
}
.blog--box .blog__details .gallery__detail-bottom {
  align-self: flex-end;
  width: 100%;
  text-align: right;
}
.blog--box .blog__details h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.blog--box .blog__details .place {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.blog--box .blog__details .sizes {
  margin-top: 52px;
  margin-bottom: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.blog--box .blog__details .sizes li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blog--box .blog__details .sizes li:last-of-type {
  margin-bottom: 0;
}
.blog--box .blog__details .sizes .cost {
  font-weight: 600;
  margin-left: auto;
  margin-right: 40px;
}
.blog--box .blog__details .order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog--box .blog__details .limited {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.blog--box .detail__link {
  color: var(--dark);
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog--box .gal__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  z-index: 1;
}

.hidden {
  display: none;
}

.footer h4 {
  margin-bottom: 8px;
}

@media (min-width: 991px) {
  .blog--box:nth-of-type(odd) .parallaxSwiper {
    margin-left: 0;
    margin-right: 0;
  }
  .blog--box:nth-of-type(odd) .detail__link {
    justify-content: flex-end;
  }
  .blog--box:nth-of-type(even) .detail__col {
    order: 2;
  }
  .blog--box:nth-of-type(even) .slider__col {
    order: 1;
  }
  .blog--box:nth-of-type(even) .blog__details {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .blog--box .blog__details {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .blog--box .container .row {
    flex-direction: column;
    align-items: center;
  }
  .blog--box .col-lg-2a {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog--box .blog__details h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .blog--box .blog__details .place {
    font-size: 14px;
    line-height: 16px;
  }
  .blog--box .blog__details .sizes {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }
  .blog--box .blog__details .sizes li {
    margin-bottom: 14px;
  }
  .blog--box .blog__details .sizes a {
    font-size: 18px;
  }
  .blog--box .blog__details .limited {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 32px;
  }
}
