/* [project]/src/components/fashion-gallery/fashion-gallery.module.css [app-client] (css) */
.fashion-gallery-module__6w5BRq__pageWrapper {
  z-index: 1;
  min-height: 100vh;
  padding-top: var(--height-navigation-scrolled, 72px);
  background: #171717;
  position: relative;
}

.fashion-gallery-module__6w5BRq__banner {
  background-image: url("/images/fashion-gallery.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}

.fashion-gallery-module__6w5BRq__bannerOverlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.fashion-gallery-module__6w5BRq__bannerTitle {
  color: #d4915c;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 8px #000c;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}

.fashion-gallery-module__6w5BRq__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
}

.fashion-gallery-module__6w5BRq__filterBar {
  border-bottom: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  display: flex;
}

.fashion-gallery-module__6w5BRq__filterGroup {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.fashion-gallery-module__6w5BRq__filterLabel {
  color: #888;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .7rem;
}

.fashion-gallery-module__6w5BRq__filterSelect {
  color: #ccc;
  cursor: pointer;
  background: none;
  border: none;
  padding: .25rem 0;
  font-size: .85rem;
}

.fashion-gallery-module__6w5BRq__filterSelect:focus {
  outline: none;
}

.fashion-gallery-module__6w5BRq__searchInput {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 200px;
  padding: .5rem 1rem;
  font-size: .85rem;
}

.fashion-gallery-module__6w5BRq__searchInput::placeholder {
  color: #666;
}

.fashion-gallery-module__6w5BRq__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 1rem 0;
  display: grid;
}

.fashion-gallery-module__6w5BRq__gridSizer {
  display: none;
}

.fashion-gallery-module__6w5BRq__card {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.fashion-gallery-module__6w5BRq__cardInner {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.fashion-gallery-module__6w5BRq__cardImage {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.fashion-gallery-module__6w5BRq__professionIcon {
  z-index: 2;
  filter: drop-shadow(0 2px 4px #00000080);
  position: absolute;
  top: 10px;
  left: 10px;
}

.fashion-gallery-module__6w5BRq__hoverOverlay {
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(#0000, #000000f2);
  padding: 1.5rem 1rem 3rem;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.fashion-gallery-module__6w5BRq__hoverOverlay.fashion-gallery-module__6w5BRq__visible {
  opacity: 1;
  transform: translateY(0);
}

.fashion-gallery-module__6w5BRq__cardTitle {
  color: #fdb;
  border-bottom: 3px solid #d4915c;
  width: 85%;
  margin: 0 0 .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
}

.fashion-gallery-module__6w5BRq__cardAuthor {
  color: #d4915c;
  margin: 0;
  font-size: .85rem;
}

.fashion-gallery-module__6w5BRq__cardFooter {
  z-index: 3;
  background: linear-gradient(#0000, #000000b3);
  padding: 12px 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.fashion-gallery-module__6w5BRq__likesInfo {
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  display: flex;
}

.fashion-gallery-module__6w5BRq__likesCount {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.fashion-gallery-module__6w5BRq__likeButton {
  cursor: pointer;
  color: #aaa;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 2px;
  transition: all .2s;
  display: flex;
}

.fashion-gallery-module__6w5BRq__likeButton svg {
  width: 26px;
  height: 24px;
}

.fashion-gallery-module__6w5BRq__likeButton:hover {
  color: #e74c3c;
  transform: scale(1.1);
}

.fashion-gallery-module__6w5BRq__likeButton.fashion-gallery-module__6w5BRq__liked {
  color: #e74c3c;
}

.fashion-gallery-module__6w5BRq__likeButton:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.fashion-gallery-module__6w5BRq__pagination {
  color: #888;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  padding: 2rem 0;
  font-size: .9rem;
  display: flex;
}

.fashion-gallery-module__6w5BRq__paginationLabel {
  margin-right: .5rem;
}

.fashion-gallery-module__6w5BRq__pageNumber {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  padding: .25rem .5rem;
  font-size: .9rem;
  transition: color .2s;
}

.fashion-gallery-module__6w5BRq__pageNumber:hover {
  color: #d4af37;
}

.fashion-gallery-module__6w5BRq__pageNumber.fashion-gallery-module__6w5BRq__active {
  color: #d4af37;
  font-weight: 600;
}

.fashion-gallery-module__6w5BRq__ellipsis {
  color: #666;
  padding: 0 .25rem;
}

.fashion-gallery-module__6w5BRq__skeleton {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.fashion-gallery-module__6w5BRq__skeletonCard {
  aspect-ratio: 3 / 4;
  background: linear-gradient(90deg, #2a2a2a 0%, #3a3a3a 50%, #2a2a2a 100%) 0 0 / 200% 100%;
  border-radius: 8px;
  animation: 1.5s infinite fashion-gallery-module__6w5BRq__shimmer;
}

@keyframes fashion-gallery-module__6w5BRq__shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.fashion-gallery-module__6w5BRq__loadingMore {
  text-align: center;
  color: #888;
  padding: 2rem;
}

.fashion-gallery-module__6w5BRq__noMore {
  text-align: center;
  color: #666;
  padding: 2rem;
}

.fashion-gallery-module__6w5BRq__noPosts {
  text-align: center;
  color: #666;
  padding: 3rem;
}

@media (max-width: 1024px) {
  .fashion-gallery-module__6w5BRq__grid, .fashion-gallery-module__6w5BRq__skeleton {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .fashion-gallery-module__6w5BRq__grid, .fashion-gallery-module__6w5BRq__skeleton {
    grid-template-columns: repeat(2, 1fr);
  }

  .fashion-gallery-module__6w5BRq__filterBar {
    gap: .75rem;
  }

  .fashion-gallery-module__6w5BRq__searchInput {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .fashion-gallery-module__6w5BRq__grid, .fashion-gallery-module__6w5BRq__skeleton {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .fashion-gallery-module__6w5BRq__container {
    padding: 1rem;
  }
}

/* [project]/src/components/fashion-gallery/filter-bar.module.css [app-client] (css) */
.filter-bar-module__oe_BxG__filterBarWrapper {
  border-bottom: 1px solid #83838363;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  display: flex;
}

.filter-bar-module__oe_BxG__filterBar {
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 1rem;
  display: flex;
}

.filter-bar-module__oe_BxG__filterGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.filter-bar-module__oe_BxG__filterLabel {
  color: #d4915c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: 500;
}

.filter-bar-module__oe_BxG__filterSelect {
  color: #fdb;
  cursor: pointer;
  appearance: none;
  background: #232323 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23FFDDBB' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right .5rem center no-repeat;
  border: none;
  border-radius: 4px;
  min-width: 70px;
  padding: .5rem 1.75rem .5rem .75rem;
  font-size: .75rem;
}

.filter-bar-module__oe_BxG__filterSelect:focus {
  outline: none;
}

.filter-bar-module__oe_BxG__filterSelect option {
  color: #ccc;
  background: #232323;
}

.filter-bar-module__oe_BxG__searchForm {
  display: flex;
}

.filter-bar-module__oe_BxG__searchInput {
  color: #fdb;
  background: #232323 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") .5rem no-repeat;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  width: 150px;
  padding: .5rem .75rem .5rem 2rem;
  font-size: .75rem;
}

.filter-bar-module__oe_BxG__searchInput::placeholder {
  color: #666;
  font-size: .75rem;
}

.filter-bar-module__oe_BxG__searchInput:focus {
  border-color: #d4915c80;
  outline: none;
}

.filter-bar-module__oe_BxG__addButton {
  color: #d4c4a0;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #5a7a5a;
  border-radius: 4px;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.filter-bar-module__oe_BxG__addButton:hover {
  color: #e4d4b0;
  background: #6a8a6a;
}

@media (max-width: 768px) {
  .filter-bar-module__oe_BxG__filterBarWrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .filter-bar-module__oe_BxG__filterBar {
    gap: .75rem;
    width: 100%;
  }

  .filter-bar-module__oe_BxG__filterGroup {
    flex: calc(33% - .75rem);
    min-width: 90px;
  }

  .filter-bar-module__oe_BxG__searchInput {
    width: 100%;
  }

  .filter-bar-module__oe_BxG__addButton {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .filter-bar-module__oe_BxG__filterGroup {
    flex: calc(50% - .5rem);
  }
}

/*# sourceMappingURL=src_components_fashion-gallery_ef49d6a1._.css.map*/