@charset "UTF-8";
/*   
Theme Name: OpalSports
Theme URI: https://www.opalsports.co.za/
Description: A custom resposive theme for OpalSports
Author: OpalSports
Author URI: https://www.opalsports.co.za/
Version: 1.0
*/
/*
    COLORS

    ----------------------- */
header {
  position: relative;
  margin: 0 auto;
  z-index: 30;
  /* Base Template */
  /* Petal Menu */
  /* Contact Menu */
}
header a {
  color: #000000;
  text-transform: uppercase;
}
header .base-template__wrapper {
  justify-content: flex-start;
}
header .wrapper {
  max-width: 1445px;
}
header img {
  max-width: 100%;
}
header .header__logo {
  max-width: 90px;
}
header .header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0 25px 0px;
}
header .header__navigation-wrapper {
  display: flex;
  width: 100%;
  padding-left: 50px;
}
header .header__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}
header .header__list-item {
  display: flex;
  padding: 30px 0px 30px 0px;
  gap: 8px;
  font-size: 16px;
}
header .header__list-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
header .header__list-item > a svg path {
  transition: var(--transition);
}
header .header__list-item .submenu-wrapper {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
  border-radius: 33px;
  padding: 30px 30px 50px 30px;
  background-color: rgb(25, 27, 36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}
header .header__buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
header .header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 20px;
  border-radius: 100px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
}
header .submenu-list__title {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(160, 161, 165);
}
header .submenu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 295px;
  padding-left: 0;
}
header .submenu-list__item {
  display: flex;
  padding-right: 100px;
  margin-right: -100px;
  cursor: pointer;
}
header .submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 16px;
  border-radius: 14px;
  transition: var(--transition);
}
header .submenu-list__item-wrapper > svg {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
header .submenu-list__wrapper {
  position: relative;
}
header .submenu-content {
  position: absolute;
  right: 0;
  top: 0;
  max-width: calc(100% - 365px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}
header .submenu-list__item.has-submenu.active .submenu-content {
  opacity: 1;
  visibility: visible;
}
header .submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}
header .submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .submenu-list__item-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
header .submenu-list__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
header .submenu-list__item-icon {
  display: flex;
}
header .submenu-list__item-subtile {
  font-size: 12px;
  font-weight: 400;
  color: rgb(160, 161, 165);
}
header .submenu-content__title {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(160, 161, 165);
}
header .submenu-content__list:not(.events) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
}
header .submenu-content__list.events {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
}
header .submenu-content__list-item {
  display: block;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: auto;
}
header .submenu-content__link {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  transition: var(--transition);
}
header .submenu-content__link-img {
  margin-bottom: 20px;
  border-radius: 13px;
  overflow: hidden;
  transition: var(--transition);
}
header .submenu-content__link-img img {
  transition: 0.4s ease-in;
}
header .submenu-content__link-title {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
header .submenu-content__link-text {
  padding: 0 10px;
  font-size: 12px;
  color: rgb(160, 161, 165);
}
header .submenu-content__link-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
header .submenu-content__list.events .submenu-content__link-img {
  width: 100%;
  max-width: 220px;
  flex: 1;
  border-radius: 13px;
  margin-bottom: 0;
}
header .submenu-content__info {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
header .submenu-content__category {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
header .submenu-content__list.events .submenu-content__link-title,
header .submenu-content__list.events .submenu-content__link-text {
  padding: 0;
  margin-bottom: 12px;
}
header .submenu-content__link-address,
header .submenu-content__link-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(160, 161, 165);
}
header .submenu-content__link-address span,
header .submenu-content__link-date span {
  line-height: 0.9;
}
header .submenu-content__url {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  transition: var(--transition);
}
header .submenu-content__url svg,
header .submenu-content__url svg path {
  transition: var(--transition);
}
header .header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto;
}
header .header__burger i {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 13px;
  transition: var(--transition);
}
header .header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
header .header__burger.active i:nth-child(2) {
  opacity: 0;
}
header .header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}
@media (hover: hover) and (pointer: fine) {
  header .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .header__list-item:hover ~ .header__list-item .submenu-wrapper {
    display: none;
  }
  header .header__list-item:hover > a,
  header .header__list-item:hover > a svg path {
    color: var(--color-primary);
    fill: var(--color-primary);
  }
  header .header__button:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  header .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
  }
  header .submenu-list__item.has-submenu:hover .submenu-content,
  header .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .submenu-content__list-item:hover .submenu-content__link {
    border-color: rgba(255, 255, 255, 0.3);
  }
  header .submenu-content__list-item:hover .submenu-content__link-img img {
    transform: scale(1.05);
  }
  header .submenu-content__url:hover,
  header .submenu-content__url:hover svg path {
    color: var(--color-primary);
    stroke: var(--color-primary);
  }
  header .submenu-content__url:hover svg {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1280px) {
  header .header__navigation-wrapper {
    padding-left: 25px;
  }
  header .submenu-list {
    max-width: 250px;
  }
  header .submenu-content {
    max-width: calc(100% - 270px);
  }
  header .submenu-content__url {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header {
    min-height: 64px;
    padding: 0 20px;
  }
  header .header__burger {
    display: flex;
  }
  header .header__navigation-wrapper {
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    padding: 20px;
    background-color: rgb(25, 27, 36);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  header .header__navigation-wrapper.open {
    opacity: 1;
    visibility: visible;
  }
  header .header__list {
    flex-direction: column;
    gap: 30px;
  }
  header .header__buttons-wrapper {
    flex-direction: column;
    margin-left: unset;
    margin-top: 50px;
    gap: 8px;
  }
  header .header__navigation,
  header .header__list {
    width: 100%;
  }
  header .header__list-item {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0;
  }
  header .header__list-item.active a,
  header .header__list-item.active a > svg path {
    fill: var(--color-primary);
    color: var(--color-primary);
  }
  header .header__list-item .submenu-wrapper {
    position: static;
    padding: 0;
    max-height: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    transition: max-height var(--transition);
  }
  header .submenu-list {
    width: 100%;
    max-width: 100%;
    gap: 5px;
  }
  header .submenu-list__wrapper {
    margin-top: 30px;
  }
  header .submenu-list__item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header .submenu-list__item:active .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
  }
  header .submenu-list__item:active .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
  }
  header .submenu-list__title {
    display: none;
  }
  header .submenu-content {
    display: none;
  }
  header .header__button {
    border: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767.9px) {
  header .header__buttons-wrapper,
  header .header__button {
    width: 100%;
  }
}
header .wrapper {
  width: 100%;
  max-width: 1280px;
  padding-inline: 20px;
}
header .base-template__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .base-template__content {
  position: relative;
  z-index: 1;
}
header .base-template__heading {
  flex: 1;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  header .base-template__heading {
    align-items: center;
  }
}
header .base-template__heading .base-template__title,
header .base-template__heading .base-template__text {
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  header .base-template__heading .base-template__title,
  header .base-template__heading .base-template__text {
    text-align: center;
  }
}
header .base-template__title {
  display: block;
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
}
header .base-template__text {
  display: block;
  margin-bottom: 80px;
  font-weight: 300;
  text-align: center;
  line-height: 1.35;
  color: var(--color-gray-l);
}
header .base-template__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px 90px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  header .base-template__title {
    font-size: 32px;
  }
}
header .petal-menu {
  --lines-height: 2px;
  --lines-gap: 8px;
  --transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.3);
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 120px;
  gap: 12px;
  white-space: nowrap;
}
header .petal-menu__inner {
  position: relative;
}
header .petal-menu__lines {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1;
  width: 70px;
  padding: 20px;
  background: var(--color-graphite);
  border-radius: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: var(--lines-gap);
}
header .petal-menu__lines input {
  all: unset;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  border-radius: 100%;
}
header .petal-menu__lines i {
  display: block;
  position: relative;
  width: 100%;
  height: var(--lines-height);
  background: var(--color-cyan);
  transform-origin: 50% 50%;
  transition: var(--transition);
}
header .petal-menu__lines:has(input:checked) i:nth-of-type(2) {
  display: none;
}
header .petal-menu__lines:has(input:checked) i:nth-of-type(1) {
  transform: translate3d(0, calc(var(--lines-height) / 2 + var(--lines-gap) / 2), 0) rotate(45deg);
}
header .petal-menu__lines:has(input:checked) i:nth-of-type(3) {
  transform: translate3d(0, calc((var(--lines-height) / 2 + var(--lines-gap) / 2) * -1), 0) rotate(-45deg);
}
header .petal-menu__text {
  transition: opacity 0.3s;
}
header .petal-menu:has(input:checked) .petal-menu__text {
  opacity: 0;
}
header .petal-menu__item {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  rotate: -90deg;
  pointer-events: none;
  transition: var(--transition);
}
header .petal-menu:has(input:checked) .petal-menu__item {
  opacity: 1;
}
header .petal-menu:has(input:checked) .petal-menu__item:nth-child(1) {
  rotate: -70deg;
}
header .petal-menu:has(input:checked) .petal-menu__item:nth-child(2) {
  rotate: 0deg;
}
header .petal-menu:has(input:checked) .petal-menu__item:nth-child(3) {
  rotate: 70deg;
}
header .petal-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  width: 105px;
  height: 77px;
  background: url("https://bato-web-agency.github.io/bato-shared/img/petal.svg") center center no-repeat;
  background-size: 100%;
  pointer-events: auto;
  cursor: pointer;
  transition: scale 0.3s ease-out;
}
header .petal-menu__item:nth-child(1) img {
  rotate: 70deg;
}
header .petal-menu__item:nth-child(3) img {
  rotate: -70deg;
}
@media (hover: hover) and (pointer: fine) {
  header .petal-menu__link:hover {
    scale: 1.15;
  }
}
@media (hover: none) {
  header .petal-menu__link:active {
    scale: 1.15;
  }
}
@media screen and (max-width: 1366px) {
  header .petal-menu {
    justify-content: center;
  }
}
header .contact-menu {
  position: fixed;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  header .contact-menu {
    display: none;
  }
}
header .contact-menu input {
  display: none;
}
header .contact-menu__toggle {
  position: relative;
  cursor: pointer;
}
header .contact-menu__trigger,
header .contact-menu__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-graphite);
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
header .contact-menu__trigger img,
header .contact-menu__link img {
  display: block;
  width: 24px;
  height: auto;
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
}
header .contact-menu__trigger img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .contact-menu__label {
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  color: white;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, max-width 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  header .contact-menu__toggle:hover .contact-menu__trigger,
  header .contact-menu__trigger:hover,
  header .contact-menu__link:hover {
    background-color: var(--color-cyan);
  }
  header .contact-menu__toggle:hover .contact-menu__trigger img,
  header .contact-menu__trigger:hover img,
  header .contact-menu__link:hover img {
    filter: brightness(0.25);
  }
  header .contact-menu__toggle:hover .contact-menu__label {
    max-width: 135px;
    opacity: 1;
  }
}
header .contact-menu input:checked ~ .contact-menu__toggle .contact-menu__trigger img:first-child {
  opacity: 0;
}
header .contact-menu input:not(:checked) ~ .contact-menu__toggle .contact-menu__trigger img:last-child {
  opacity: 0;
}
header .contact-menu input:checked ~ .contact-menu__toggle .contact-menu__label {
  max-width: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  header .contact-menu input:not(:checked) ~ .contact-menu__toggle:hover .contact-menu__label {
    max-width: 135px;
    opacity: 1;
    transition-delay: 0.3s;
  }
  header .contact-menu input:checked ~ .contact-menu__toggle:hover .contact-menu__label {
    max-width: 0;
    opacity: 0;
  }
}
header .contact-menu__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
header .contact-menu__list li {
  transform: translateY(25%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
header .contact-menu__list li:nth-child(1) {
  transition-delay: 0.05s;
}
header .contact-menu__list li:nth-child(2) {
  transition-delay: 0.1s;
}
header .contact-menu__list li:nth-child(3) {
  transition-delay: 0.15s;
}
header .contact-menu input:checked ~ .contact-menu__list {
  pointer-events: all;
}
header .contact-menu input:checked ~ .contact-menu__list li {
  transform: translateY(0);
  opacity: 1;
}

/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px !important;
}

p {
  color: #77838f;
}

a {
  text-decoration: none;
}

/*  MAIN  */
body[data-elementor-device-mode=mobile] nav #navbarNav {
  background-color: #a3b99a;
}
body[data-elementor-device-mode=mobile] nav #navbarNav .nav-link {
  color: #FFFFFF !important;
}
body[data-elementor-device-mode=mobile] nav #navbarNav .nav-link:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
body[data-elementor-device-mode=mobile] nav .container-fluid {
  justify-content: center;
}
body[data-elementor-device-mode=mobile] nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
}

/*  BUTTONS */
#burger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 45px;
  width: 40px;
}
#burger-menu:hover {
  background-color: rgb(150, 193, 138) !important;
}

.open .elementor-button-icon {
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-position: center;
}

.btn-primary {
  background-color: #a3b99a;
  min-width: 170px;
}
.btn-primary.pink {
  background-color: #ebbcad;
}
.btn-primary.pink:hover {
  color: #1e1e1e;
  background-color: #f5e2db;
}
.btn-primary.green {
  background-color: #a3b99a;
}

/*  OVERRDIES */
.form-control:focus,
.form-control:active,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  border-color: #a3b99a;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  padding: 5px 0;
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
}
.wpcf7-form .wpcf7-form-control {
  border: none;
  border-radius: 0;
  letter-spacing: 1px !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form input:not([type=submit]) {
  height: 50px;
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  margin-top: -20px;
}

/*  BREADCRUMB  */
.breadcrumb-wrapper {
  margin: 1em 0;
  font-size: 0.9em;
}
.breadcrumb-wrapper .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.breadcrumb-wrapper .breadcrumb-list li::after {
  content: "»";
  margin-left: 0.5em;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child::after {
  content: "";
}
.breadcrumb-wrapper .breadcrumb-list a {
  text-decoration: none;
  color: #a3b99a;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child a {
  color: #000000;
}
.breadcrumb-wrapper .breadcrumb-list a:hover {
  text-decoration: underline;
}

/*

    VENO BOX

*/
.custom-product-layout {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 800px; /* Adjust as needed */
}

/* Sidebar: 3 Thumbs + 1 Button */
.gallery-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80px; /* Width of thumbnails */
}

.thumb-slot {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.thumb-slot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* View All Overlay */
.view-all-box .view-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
}

/* Main Image */
.gallery-main-display {
  flex-grow: 1;
  border: 1px solid #eee;
  height: 350px; /* Matches the sidebar total height (80*4 + gaps) */
}

.gallery-main-display img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .custom-product-layout {
    flex-direction: column-reverse;
  }
  .gallery-sidebar {
    flex-direction: row;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */