#fw-section-collections-list-c1a03cec-7524-4a3d-a782-5fc76c0dc3c5 {
--font-heading-scale: 1.24;
--font-body-scale: 1.11;
}
#fw-section-collections-list-c1a03cec-7524-4a3d-a782-5fc76c0dc3c5 {

.collections-list__item-title, h6 {
  text-align:center;
}
.collections-list__item-image {
  width: 75%;
  height: 75%;
}
.collections-list__item-image, img {
  max-width: 75%;
}
}
#fw-section-footer {
--color-primary: #f5f5f3;
--color-primary-rgb: 245, 245, 243;
--color-background: #1c1c1d;
--color-background-rgb: 28, 28, 29;
--color-on-background: #f5f5f3;
--color-on-background-rgb: 245, 245, 243;
--color-on-primary: #1c1c1d;
--color-on-primary-rgb: 28, 28, 29;
--color-product-image-background: #f5f5f3;
--color-background-brightness: 28;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #f5f5f3;
--primary-btn-text: #1c1c1d;
--primary-btn-border-color: #f5f5f3;
--secondary-btn-bg: transparent;
--secondary-btn-text: #f5f5f3;
--secondary-btn-border-color: #f5f5f3;
/* ============================================
   ARYNBUN CUSTOM FOOTER CSS
   ============================================ */

/* Main Footer Container */
.footer {
  background: linear-gradient(145deg, #2d2a3e 0%, #1a1832 100%);
  color: #e5e0eb;
  margin-top: 4rem;
  padding: 3rem 2rem 1.5rem;
  border-top: 3px solid transparent;
  border-image: linear-gradient(135deg, #ee6ef9, #789fff);
  border-image-slice: 1;
}

/* Footer Inner Layout */
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

/* Footer Sections */
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ee6ef9, #789fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.25rem;
  display: inline-block;
}

/* Bunny Icon in Footer */
.footer-bunny {
  font-size: 2rem;
  display: inline-block;
  animation: wiggle 3s ease-in-out infinite;
}

@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #c4b8e0;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-links a:hover {
  background: linear-gradient(135deg, #ee6ef9, #789fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateX(4px);
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.1);
}

.social-icon.twitch:hover {
  background: #9146FF;
}

.social-icon.bluesky:hover {
  background: #1185fe;
}

.social-icon.instagram:hover {
  background: #e4405f;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Footer Bottom Bar */
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #8a85a3;
}

.footer-bottom a {
  color: #a78bfa;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-footer {
    padding: 2rem 1rem 1rem;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .footer-section {
    align-items: center;
  }
  
  .footer-links a:hover {
    transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .custom-footer {
    margin-top: 2rem;
  }
}
}
#fw-section-announcement-bar-0 {
--color-primary: #1c1c1d;
--color-primary-rgb: 28, 28, 29;
--color-background: #f5f5f3;
--color-background-rgb: 245, 245, 243;
--color-on-background: #1c1c1d;
--color-on-background-rgb: 28, 28, 29;
--color-on-primary: #f5f5f3;
--color-on-primary-rgb: 245, 245, 243;
--color-product-image-background: #1c1c1d;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #1c1c1d;
--primary-btn-text: #f5f5f3;
--primary-btn-border-color: #1c1c1d;
--secondary-btn-bg: transparent;
--secondary-btn-text: #1c1c1d;
--secondary-btn-border-color: #1c1c1d;
a {
    background: linear-gradient(135deg, #ee6ef9, #789fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  transform: translateX(0);
}
}
#fw-section-header {

/* ============================================
   ARYNBUN CUSTOM HEADER CSS
   ============================================ */

/* Main Header Container */
.custom-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(135deg, #ee6ef9, #789fff);
  border-image-slice: 1;
  padding: 0.75rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.15);
}

/* Header Inner Layout */
.header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Logo / Brand */
.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  transform-origin: center;
}

.logo-wrapper:hover {
  transform: scale(1.05);
}

.logo-icon {
  font-size: 2rem;
  display: inline-block;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.logo-text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ee6ef9, #789fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 1.2rem;
  color: #2d2a3e;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.2s ease;
  position: relative;
}

.nav-link:hover {
  background: linear-gradient(135deg, #ee6ef9, #789fff);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

.nav-link.active {
  background: #7c3aed;
  color: white;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

/* Cart Icon */
.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f5f0ff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #7c3aed;
  font-weight: 600;
  transition: all 0.2s ease;
}

.cart-link:hover {
  background: #7c3aed;
  color: white;
  transform: scale(1.05);
}

.cart-count {
  background: #7c3aed;
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  min-width: 20px;
  text-align: center;
}

.cart-link:hover .cart-count {
  background: white;
  color: #7c3aed;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  background: #7c3aed;
  border: none;
  padding: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
  color: white;
  font-size: 1.2rem;
}

.mobile-menu-btn:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-header {
    padding: 0.75rem 1rem;
  }
  
  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 1rem;
  }
  
  .nav-menu.open {
    display: flex;
  }
  
  .nav-link {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
  }
  
  .cart-link span:not(.cart-count) {
    display: none;
  }
  
  .cart-link {
    padding: 0.5rem;
  }
}

@media (max-width: 480px) {
  .logo-text {
    font-size: 1.1rem;
  }
  
  .logo-icon {
    font-size: 1.5rem;
  }
}
}