.photo-gallery-header {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-gallery-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.photo-gallery-header>* {
  position: relative;
  z-index: 2;
}

.photo-gallery-header h1 {
  color: #fff;
}

.photo-gallery-header-compact {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-gallery-header-compact:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.photo-gallery-header-compact>* {
  position: relative;
  z-index: 2;
}

.gallery-description{
  margin: 50px 0 50px 0;
}

.gallery-info-link{
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #000;
}

.gallery-info-link li {
  float: left;
  font-size: 14px;
}

.gallery-info-link li a {
  color: #000;
}

.gallery-info-link li i,
.gallery-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.gallery-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-info-link li:last-child::after {
  display: none;
}

.gallery-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.portfolio_items {
    padding-top: 30px;
  }

.portfolio_items .portfolio_item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #edeff2;
    border-bottom: 1px solid #edeff2;
  }
  
  @media (max-width: 576px) {
    .portfolio_items .portfolio_item {
      padding: 6px;
      border-bottom: 0px solid transparent;
      border-left: 0px solid transparent;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio_items .portfolio_item {
      height: 100px;
      padding: 8px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_items .portfolio_item {
      height: 100px;
      padding: 10px;
    }
  }
  
  .portfolio_items .portfolio_item:nth-child(5n+1) {
    border-left: 0px solid transparent;
  }
  
  .portfolio_items .portfolio_item:nth-child(n+6) {
    border-bottom: 0px solid transparent;
  }
  
  .portfolio_items .portfolio_item img {
    filter: grayscale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .portfolio_items .portfolio_item img:hover {
    filter: grayscale(0);
  }

  .photo-title h3 {
    font-size: 20px;
    margin-bottom: 0rem;
  }
  
  .photo-title a:link, .photo-title a:active, .photo-title a:visited {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-bottom: none;
    display: inline-block;
  }
  
  .photo-title a:hover{
    color: #ccc;
  } 
  
  .photo-category a:link, .photo-category a:active, .photo-category a:visited{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block;
  } 
  
  .photo-category a:hover{
    color: #ccc;
  } 
  
  .photo-title a:link, .photo-title a:active, .photo-title a:visited{
    color: #ff0000;
    text-decoration: none;
    display: inline-block;
  } 
  
  .photo-title a:hover{
    color: #ccc;
  } 
  
  .store-category-img{
      margin-bottom: 5px;
  }
  .photo-img{
      margin-bottom: 5px;
  }

  /* PRODUCT IMG TEXT
  -------------------------------------------------- */
  
  .gallery-img-text-container {
    position: relative;
    border: 1px solid #000;
  }
  
  .gallery-img-text-container img {
    width: 100%;
  }
  
  .gallery-img-text {
    position: absolute;
    bottom: 40%;
    left: 5%;
    font-size: 1w; 
  }

  .img-text-container {
    width: 100%;
    border: 1px solid #000;
  }

  .category-card { 
    position: relative; 
    overflow: hidden; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease; 
    background: #000; 
    margin-bottom: 30px;
}

.category-card:hover { 
    transform: translateY(-5px); 
}

.category-img-container { 
    position: relative; 
    height: 250px; 
    overflow: hidden; 
}

.category-img-container img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; 
    opacity: 0.8; 
}

.category-card:hover img { 
    transform: scale(1.1); 
    opacity: 0.6; 
}

.category-overlay { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    padding: 30px 20px; 
    background: linear-gradient(transparent, rgba(0,0,0,0.9)); 
    color: #fff; 
}

.category-text h3 { 
    font-size: 22px; 
    margin: 0; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    color: #fff !important;
}

.btn-view { 
    display: inline-block; 
    margin-top: 10px; 
    font-size: 13px; 
    color: #ff0000; 
    font-weight: 600; 
    text-transform: uppercase; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.category-card:hover .btn-view { 
    opacity: 1; 
}

.photo-card { 
    position: relative; 
    overflow: hidden; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease; 
    background: #000; 
    margin-bottom: 30px;
}

.photo-card:hover { 
    transform: translateY(-5px); 
}

.photo-img-container { 
    position: relative; 
    height: 250px; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-img-container img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; 
    opacity: 0.7; 
}

.photo-card:hover img { 
    transform: scale(1.1); 
    opacity: 0.5; 
}

.photo-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff; 
    text-align: center;
    padding: 20px;
}

.photo-text h3 { 
    font-size: 24px; 
    margin: 0; 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.btn-view-photo { 
    display: block; 
    margin-top: 10px; 
    font-size: 14px; 
    color: #ff0000; 
    font-weight: 700; 
    text-transform: uppercase; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.additional-photo-thumb .photo-img-container {
    height: 150px !important;
    background: #000;
}
.additional-photo-thumb .photo-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.additional-photo-thumb:hover .photo-img-container img {
    opacity: 1;
}
.feature-img img {
    width: 100%;
    border-radius: 8px;
}