.omega-carousel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #000;
  text-align: center;
}

.omega-carousel-subtitle {
  text-align: center;
  padding-bottom: 15px;
}

.omega-carousel-btn-follow-us-top,
.omega-carousel-btn-follow-us-bottom {
  display: none;
  background-color: white;
  border: 1px solid black;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 25px;
}

.omega-carousel-btn-follow-us-bottom {
  margin-top: 25px;
}

.omega-carousel-btn-follow-us-top:hover {
  box-shadow: 0 0 0 1px black;
}

.omega-carousel-btn-follow-us-bottom:hover {
  box-shadow: 0 0 0 1px black;
}

.omega-carousel-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  scrollbar-width: thin;
  z-index: 0;
}

.omega-carousel-prev,
.omega-carousel-next {
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: transparent;
  position: absolute;
  top: 50%;
  border: none;
  justify-self: center;
  outline: none;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
}

.omega-carousel-prev {
  left: 10px;
  background-image: url("../../../../s/files/1/0931/0466/8987/files/carousel_button_prev6ea2.png?v=1751610316");
}

.omega-carousel-next {
  right: 10px;
  background-image: url("../../../../s/files/1/0931/0466/8987/files/carousel_button_next1857.png?v=1751610306");
}

.omega-carousel {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-in-out;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  gap: var(--gap, 12px);
  flex-shrink: 0;
}

.omega-carousel::-webkit-scrollbar {
  display: none;
}

.omega-carousel-item {
  flex: 0 0 calc((100% - (var(--columns, 4) - 1) * var(--gap, 12px)) / var(--columns, 4));
  border-radius: 12px;
  scroll-snap-align: start;
  cursor: pointer;
}

.omega-carousel-item:first-child {
  margin-left: 0 !important;
}

.omega-carousel-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.omega-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 9 / 16;
}

.omega-carousel-video {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.omega-carousel-action-button {
  position: absolute;
  width: 90%;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.omega-carousel-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url("../../../../s/files/1/0931/0466/8987/files/instafeed_play_button6f1d.png?v=1751614594");
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 2;
}

.omega-carousel-hidden {
  display: none !important;
}

.omega-carousel-item.template-overlay .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 15px 13px 13px;
  z-index: 3;
}

.omega-carousel-item.template-overlay .overlay-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.omega-carousel-item.template-overlay .overlay-product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.omega-carousel-item.template-overlay .overlay-product-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.omega-carousel-item.template-overlay .overlay-product-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.omega-carousel-item.template-overlay .overlay-title {
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.omega-carousel-item.template-overlay .overlay-subtitle {
  color: white;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.9;
}

.omega-carousel-item.template-reel-title-only .reel-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 3;
}

.omega-carousel-item.template-reel-title-only .reel-title span {
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.omega-carousel-item.template-product .product-info {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background: white;
  border-radius: 9px;
  padding: 12px 10px 10px 10px;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.omega-carousel-item.template-product .custom-template-product-media-wrapper {
  position: relative;
  cursor: pointer;
}

.omega-carousel-item.template-product .product-image-block {
  position: absolute;
  top: -59px;
  left: -1px;
  width: 60px;
  height: 60px;
  z-index: 4;
  background-color: white;
  padding: 2px;
  border-radius: 8px;
}

.omega-carousel-item.template-product .product-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.omega-carousel-item.template-product .custom-template-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding-top: 13px;
}

.omega-carousel-item.template-product .product-title-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.omega-carousel-item.template-product .text-black.product-title-text {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.omega-carousel-item.template-product .line-custom-template-media-wrapper {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 8px 0px 0px 0px;
  display: block;
}

.omega-carousel-item.template-product .product-price-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.omega-carousel-item.template-product .text-sale-price {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}

.omega-carousel-item.template-product .text-black-price {
  color: #333;
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .omega-carousel-prev,
  .omega-carousel-next {
    display: none !important;
  }

  .omega-carousel-title{
    display: flex;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
  }

  .omega-carousel-item.template-overlay .overlay-content {
    padding: 15px 12px 12px;
  }

  .omega-carousel-item.template-reel-title-only .reel-title {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .omega-carousel-item.template-reel-title-only .reel-title span {
    font-size: 12px;
  }

  .omega-carousel-item.template-overlay .overlay-product-img {
    width: 80px;
    height: 80px;
  }

  .omega-carousel-item.template-overlay .overlay-content {
    padding: 15px 12px 12px;
  }

  .omega-carousel-item.template-overlay .overlay-title {
    font-size: 20px;
  }

  .omega-carousel-item.template-overlay .overlay-subtitle {
    font-size: 16px;
  }

  .omega-carousel-item.template-product .product-info {
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 10px;
    border-radius: 10px;
  }


  .omega-carousel-item.template-product .product-image-block {
    top: -40px;
    width: 55px;
    height: 55px;
  }

  .omega-carousel-item.template-product .product-img {
    border-radius: 6px;
  }

  .omega-carousel-item.template-product .custom-template-title-wrapper {
    gap: 5px;
    padding-top: 8px;
  }

  .omega-carousel-item.template-product .text-black.product-title-text {
    font-size: 13px;
  }

  .omega-carousel-item.template-product .text-black-price {
    font-size: 16px;
  }

  .omega-carousel-item.template-product .text-sale-price {
    font-size: 16px;
  }


  .omega-carousel-item.mobile-2-columns.template-overlay .overlay-product-img {
    width: 50px;
    height: 50px;
  }

  .omega-carousel-item.mobile-2-columns.template-overlay .overlay-title {
    font-size: 14px;
  }

  .omega-carousel-item.mobile-2-columns.template-overlay .overlay-subtitle {
    font-size: 12px;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-info {
    padding: 6px 5px !important;
    bottom: 6px !important;
    left: 6px !important;
    right: 6px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-image-block {
    top: -45px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .custom-template-title-wrapper {
    padding-top: 4px !important;
    gap: 3px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .line-custom-template-media-wrapper {
    margin: 6px 0px 0px 0px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .text-black.product-title-text {
    font-size: 11px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .text-black-price {
    font-size: 10px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .text-sale-price {
    font-size: 10px !important;
  }
}


@media screen and (max-width: 480px) {
  .omega-carousel-item.template-product .product-info {
    padding: 14px 10px;
    height: 120px;
  }

  .omega-carousel-item.template-product .product-image-block {
    top: -80px;
    width: 80px;
    height: 80px;
  }

  .omega-carousel-item.template-product .custom-template-title-wrapper {
    padding-top: 10px;
  }

  .omega-carousel-item.template-product .text-black.product-title-text {
    font-size: 24px;
  }

  .omega-carousel-item.template-product .text-black-price {
    font-size: 14px;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-info {
    padding: 5px !important;
    height: 60px;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-image-block {
    top: -42px !important;
    width: 45px !important;
    height: 45px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-title-box {
    gap: 0px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .custom-template-title-wrapper {
    padding-top: 8px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .line-custom-template-media-wrapper {
    margin: 5px 0px 0px 0px !important;
  }
}

@media screen and (max-width: 375px) {
  .omega-carousel-item.template-product .product-info {
    padding: 12px 8px;
  }

  .omega-carousel-item.template-product .product-image-block {
    top: -48px;
    width: 60px;
    height: 60px;
  }

  .omega-carousel-item.template-product .custom-template-title-wrapper {
    padding-top: 9px;
  }

  .omega-carousel-item.template-product .text-black.product-title-text {
    font-size: 13px;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-info {
    padding: 4px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .product-image-block {
    top: -40px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .custom-template-title-wrapper {
    padding-top: 3px !important;
  }

  .omega-carousel-item.mobile-2-columns.template-product .line-custom-template-media-wrapper {
    margin: 4px 0px 0px 0px !important;
  }
}

.omega-modal-carousel {
  display: none;
  position: fixed;
  z-index: 99990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1.4s;
}

.omega-carousel-wrapper {
  position: relative;
}

.omega-carousel-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.omega-carousel-thumbnail {
  position: relative;
  z-index: 2;
}

.omega-carousel-wrapper:hover .omega-carousel-video {
  opacity: 1;
  z-index: 3;
}

.omega-carousel-list .omega-carousel.single-item{
  justify-content: center;
  align-items: center;
}

.omega-modal-carousel-info::-webkit-scrollbar {
  width: 7px;
}

.omega-modal-carousel-info::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.omega-modal-carousel-info::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.omega-modal-carousel-content.only-video {
  max-width: 365px !important;
}

.omega-modal-carousel-main.only-video {
  grid-template-columns: 1fr !important;
}

.omega-modal-carousel-info {
  display: block;
}

.omega-modal-carousel-main.only-video .omega-modal-carousel-info {
  display: none !important;
}

/* Multi-image carousel styles */
.omega-carousel-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.omega-carousel-img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.omega-carousel-img-slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.omega-carousel-img-prev,
.omega-carousel-img-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
}

.omega-carousel-img-prev {
  left: 8px;
  background-image: url("../../../../s/files/1/0931/0466/8987/files/carousel_button_prev6ea2.png?v=1751610316");
}

.omega-carousel-img-next {
  right: 8px;
  background-image: url("../../../../s/files/1/0931/0466/8987/files/carousel_button_next1857.png?v=1751610306");
}

.omega-carousel-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.omega-carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s;
}

.omega-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

.omega-carousel-dot.active {
  background: white;
}


