.only-cat .remix-modal-overlay,
.only-cat .lightbox-overlay {
  display:none;
}

/* MOBILE BREAKPOINT */
.category-page.category-mobile {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.category-page .upper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
}

.category-page .hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
}

.category-page .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(79, 2, 79, 1) 100%);
}

.category-page .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.category-page .logo {
  width: 100px;
  height: 48px;
  position: relative;
  aspect-ratio: 2.09;
}

.category-page .nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.category-page .nav-icon-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.category-page .category-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 60px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.category-page .breadcrumb-link {
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-page .breadcrumb-link:hover {
  color: #FF7F51;
}

.category-page .breadcrumb-sep {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #FF9B54;
  font-size: 10px;
}

.category-page .breadcrumb-current {
  font-family: "Gotham-Bold", Helvetica;
  color: #FF7F51;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.category-page .category-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .category-title {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.8), 0px 2px 8px rgba(0, 0, 0, 0.6);
  font-family: "Gotham-Bold", Helvetica;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: -0.50px;
  line-height: 48.0px;
}

.category-page .category-description {
  position: relative;
  align-self: stretch;
  font-family: 'Gotham-Medium';
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.category-page .category-stats {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.category-page .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.category-page .stat-number {
  font-family: "Gotham-Black", sans-serif;
  font-size: 48px;
  letter-spacing: -1.5px;
  line-height: 1;
  background: linear-gradient(135deg, #FF7F51 0%, #CE4257 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #FF7F51;
  display: inline-block;
  margin-bottom: 5px;
}

.category-page .stat-label {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: normal;
  text-transform: uppercase;
}

.category-page .filter-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #1a1a1a;
  border-bottom: 1px solid #333;
}

.category-page .filter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .filter-title {
  font-family: "Gotham-Bold", Helvetica;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: normal;
}

.category-page .filter-reset {
  all: unset;
  box-sizing: border-box;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #CE4257;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  cursor: pointer;
  transition: color 0.2s ease;
}

.category-page .filter-reset:hover {
  color: #FF7F51;
}

.category-page .filter-groups {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .filter-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .filter-group-label {
  font-family: "Gotham-Medium", Helvetica;
  color: #999999;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: normal;
  text-transform: uppercase;
}

.category-page .filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .filter-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #2a2a2a;
  border-radius: 6px;
  border: 2px solid #444;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-page .filter-btn {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #e0e0e0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.category-page .filter-btn:hover {
  background-color: #333;
  border-color: #CE4257;
  color: #ffffff;
}

.category-page .filter-btn.active {
  background: linear-gradient(135deg, #CE4257 0%, #FF7F51 100%);
  border-color: #CE4257;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(206, 66, 87, 0.4);
}

.category-page .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.category-page .stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

@media (max-width: 480px) {
  .category-page .stories-grid {
    grid-template-columns: 1fr;
  }
}

.category-page .story-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.category-page .story-card:hover {
  transform: translateY(-8px);
}

.category-page .story-card-media {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 0.75;
  overflow: hidden;
  border-radius: 3px;
  background-color: #000000;
}

.category-page .story-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.category-page .story-card:hover .story-card-image {
  transform: scale(1.05);
}

.category-page .story-card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.category-page .story-card-badge span:first-child {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  font-size: 10px;
  color: #1a1a1a;
}

.category-page .badge-text {
  font-family: "DM Sans", Helvetica;
  font-size: 10px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.category-page .story-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .story-card-title {
  font-family: "Gotham Narrow-Bold", Helvetica;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 120%;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.category-page .story-card-author {
  font-family: "DM Sans", Helvetica;
  font-weight: 800;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 23.1px;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.category-page .story-card-meta {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.category-page .load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .load-more-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 30px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ce4257;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-page .load-more-btn {
  font-family: "Gotham-Bold", Helvetica;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.category-page .load-more-btn:hover {
  background: linear-gradient(94deg, #7D1928 0.85%, #EE6C3D 94.91%);
  box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.08);
}

.category-page .sock-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
}

.category-page .sock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(206, 66, 87, 1) 0%, rgba(255, 127, 81, 1) 100%);
}

.category-page .sock-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .sock-title {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Gotham-Bold", Helvetica;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.50px;
  line-height: 28.8px;
}

.category-page .sock-text {
  position: relative;
  align-self: stretch;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.category-page .sock-btn {
  all: unset;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.2s ease;
}

.category-page .sock-btn {
  font-family: "Gotham-Bold", Helvetica;
  color: #ce4257;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.category-page .sock-btn:hover {
  background-color: #222222;
}

.category-page .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 50px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
}

.category-page .footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-logo {
  width: 200px;
  height: 95px;
  position: relative;
  aspect-ratio: 2.09;
}

.category-page .footer-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-link {
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-page .footer-link:hover {
  color: #CE4257;
}

.category-page .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-heading {
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0;
}

.category-page .footer-link-small {
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-page .footer-link-small:hover {
  color: #CE4257;
}

.category-page .footer-social {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.category-page .social-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #1a1a1a;
  border-radius: 8px;
  border: 1px solid #262626;
  cursor: pointer;
  transition: all 0.2s ease;
}

.category-page .social-btn span {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: normal;
}

.category-page .social-btn:hover {
  background-color: #333333;
  border-color: #444444;
}

.category-page .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .footer-line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.category-page .footer-legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .copyright {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.category-page .legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page .legal-link {
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-page .legal-link:hover {
  color: #CE4257;
}

/* TABLET BREAKPOINT */
.category-page.category-tablet {
  display: flex;
  flex-direction: column;
  min-width: 800px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.category-page.category-tablet .hero-wrapper {
  padding: 0px;
}

.category-page.category-tablet .wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(79, 2, 79, 1) 100%);
}

.category-page.category-tablet .category-hero {
  padding: 80px 50px;
}

.category-page.category-tablet .category-title {
  font-size: 42px;
  line-height: 50.4px;
}

.category-page.category-tablet .category-description {
  font-size: 17px;
  line-height: 25.5px;
}

.category-page.category-tablet .filter-section {
  padding: 50px 50px;
}

.category-page.category-tablet .filter-title {
  font-size: 20px;
}

.category-page.category-tablet .content-section {
  padding: 50px;
}

.category-page.category-tablet .stories-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.category-page.category-tablet .footer {
  padding: 50px;
}

/* SMALL DESKTOP BREAKPOINT */
.category-page.category-small-desktop {
  display: flex;
  flex-direction: column;
  min-width: 1024px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.category-page.category-small-desktop .hero-wrapper {
  padding: 0px;
}

.category-page.category-small-desktop .wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(79, 2, 79, 1) 100%);
}

.category-page.category-small-desktop .header {
  padding: 50px 80px 0px;
}

.category-page.category-small-desktop .logo {
  width: 120px;
  height: 57px;
}

.category-page.category-small-desktop .menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .nav-item {
  width: fit-content;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
}

.category-page.category-small-desktop .nav-item-wrapper a {
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.category-page.category-small-desktop .nav-item-wrapper a:hover {
  border-bottom-color: #CE4257;
}

.category-page.category-small-desktop .nav-item-wrapper.active a {
  border-bottom-color: #FF7F51;
}

.category-page.category-small-desktop .header-actions {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .action-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.category-page.category-small-desktop .action-btn span:not(.alert-badge) {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  transition: color 0.2s ease;
}

.category-page.category-small-desktop .action-btn:hover span:not(.alert-badge) {
  color: #FC7C52;
}

.category-page.category-small-desktop .alert-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  background-color: #CE4257;
  color: #ffffff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  border-radius: 10px;
  transform: translate(40%, -40%);
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

.category-page.category-small-desktop .action-btn:hover .alert-badge {
  background-color: #000000;
  color: #CE4257;
}

.category-page.category-small-desktop .account-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.category-page.category-small-desktop .account-avatar {
  width: 40px;
  height: 40px;
  margin-top: -3.00px;
  margin-bottom: -5.00px;
  margin-left: -4.00px;
}

.category-page.category-small-desktop .account-chevron {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  transition: transform 0.3s ease, color 0.2s ease;
}

.category-page.category-small-desktop .account-container:hover .account-chevron {
  color: #FC7C52;
}

.category-page.category-small-desktop .category-hero {
  padding: 100px 80px;
}

.category-page.category-small-desktop .category-title {
  font-size: 80px;
  line-height: 90px;
}

.category-page.category-small-desktop .category-description {
  font-size: 20px;
  line-height: 38.0px;
}

.category-page.category-small-desktop .stat-number {
  font-size: 64px;
}

.category-page.category-small-desktop .stat-label {
  font-size: 16px;
}

.category-page.category-small-desktop .filter-section {
  padding: 60px 80px;
}

.category-page.category-small-desktop .filter-title {
  font-size: 22px;
}

.category-page.category-small-desktop .content-section {
  padding: 80px;
}

.category-page.category-small-desktop .stories-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.category-page.category-small-desktop .sock {
  padding: 60px 80px;
}

.category-page.category-small-desktop .sock-title {
  font-size: 33px;
  line-height: 39.6px;
}

.category-page.category-small-desktop .footer {
  padding: 80px;
}

.category-page.category-small-desktop .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .footer-upper {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.category-page.category-small-desktop .footer-nav-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .footer-links {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.category-page.category-small-desktop .footer-link {
  font-size: 16px;
}

.category-page.category-small-desktop .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .footer-column {
  min-width: 200px;
  gap: 20px;
  flex: 1;
  flex-grow: 1;
}

.category-page.category-small-desktop .footer-heading {
  font-size: 20px;
  line-height: 30px;
}

.category-page.category-small-desktop .footer-link-small {
  font-size: 16px;
}

.category-page.category-small-desktop .footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.category-page.category-small-desktop .footer-legal-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .legal-links {
  display: inline-flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-small-desktop .legal-divider {
  width: 1px;
  align-self: stretch;
  object-fit: cover;
}

/* DESKTOP BREAKPOINT */
.category-page.category-desktop {
  display: flex;
  flex-direction: column;
  min-width: 1440px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.category-page.category-desktop .hero-wrapper {
  padding: 0px;
}

.category-page.category-desktop .wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(79, 2, 79, 1) 100%);
}

.category-page.category-desktop .header {
  padding: 50px 80px 0px;
}

.category-page.category-desktop .logo {
  width: 160px;
  height: 76px;
}

.category-page.category-desktop .menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-desktop .nav-item {
  width: fit-content;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  font-family: "Gotham-Medium", Helvetica;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
}

.category-page.category-desktop .nav-item-wrapper a {
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.category-page.category-desktop .nav-item-wrapper a:hover {
  border-bottom-color: #CE4257;
}

.category-page.category-desktop .nav-item-wrapper.active a {
  border-bottom-color: #FF7F51;
}

.category-page.category-desktop .header-actions {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
}

.category-page.category-desktop .action-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.category-page.category-desktop .action-btn span:not(.alert-badge) {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  transition: color 0.2s ease;
}

.category-page.category-desktop .action-btn:hover span:not(.alert-badge) {
  color: #FC7C52;
}

.category-page.category-desktop .alert-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  background-color: #CE4257;
  color: #ffffff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  border-radius: 10px;
  transform: translate(40%, -40%);
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

.category-page.category-desktop .action-btn:hover .alert-badge {
  background-color: #000000;
  color: #CE4257;
}

.category-page.category-desktop .account-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.category-page.category-desktop .account-avatar {
  width: 40px;
  height: 40px;
  margin-top: -3.00px;
  margin-bottom: -5.00px;
  margin-left: -4.00px;
}

.category-page.category-desktop .account-chevron {
  font-family: "Font Awesome 6 Sharp-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  transition: transform 0.3s ease, color 0.2s ease;
}

.category-page.category-desktop .account-container:hover .account-chevron {
  color: #FC7C52;
}

.category-page.category-desktop .category-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .hero-inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 235px 120px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .category-title {
  font-size: 120px;
  line-height: 1;
}

.category-page.category-desktop .category-description {
  font-size: 22px;
  line-height: 39.6px;
}

.category-page.category-desktop .stat-number {
  font-size: 80px;
}

.category-page.category-desktop .stat-label {
  font-size: 18px;
}

.category-page.category-desktop .filter-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #1a1a1a;
  border-bottom: 1px solid #333;
}

.category-page.category-desktop .filter-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  padding: 80px 235px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .filter-title {
  font-size: 24px;
}

.category-page.category-desktop .filter-groups {
  flex-direction: row;
  gap: 60px;
}

.category-page.category-desktop .filter-group {
  flex: 1;
  flex-grow: 1;
}

.category-page.category-desktop .content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.category-page.category-desktop .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  padding: 80px 0;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .stories-grid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .stories-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.category-page.category-desktop .sock {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .sock-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  gap: 25px;
  padding: 0px 235px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .sock-title {
  font-size: 44px;
  line-height: 52.8px;
}

.category-page.category-desktop .sock-text {
  font-size: 18px;
  line-height: 27px;
}

.category-page.category-desktop .sock-btn {
  padding: 20px;
  font-size: 16px;
}

.category-page.category-desktop .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 150px 0px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
}

.category-page.category-desktop .footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  gap: 80px;
  padding: 0px 135px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.category-page.category-desktop .footer-upper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
  width: 100%;
}

.category-page.category-desktop .footer-info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.category-page.category-desktop .footer-nav-group {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.category-page.category-desktop .footer-links {
  flex-direction: column;
  gap: 14px;
}

.category-page.category-desktop .footer-columns {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.category-page.category-desktop .footer-column {
  flex: 1;
  flex-grow: 1;
}

/* Responsive Visibility */
@media (max-width: 799px) {
  .category-page.category-tablet,
  .category-page.category-small-desktop,
  .category-page.category-desktop {
    display: none !important;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .category-page.category-mobile,
  .category-page.category-small-desktop,
  .category-page.category-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .category-page.category-mobile,
  .category-page.category-tablet,
  .category-page.category-desktop {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .category-page.category-mobile,
  .category-page.category-tablet,
  .category-page.category-small-desktop {
    display: none !important;
  }
}
