#fw-section-custom-html-e4d1d923-bd86-41e8-aa9f-0355ef91e289 {

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page__header {
  height: 65px;
}

/* Transparent header at top */
.header--transparent {
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header.scrolled {
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Uppercase header text */
.header__link,
.mobile-menu__link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

/* Smooth transition for all header elements */
.header * {
  transition: all 0.3s ease;
  background: #000;
}
}
#fw-section-custom-html-a5a04d30-d003-4033-bf5b-51a6ee3d56cb {

        .slideshow-container {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
            background: #fff;
            height: 100vh;
        }
        
        .slide {
            position: absolute;
            width: 100%;
            height: 100vh;
            top: 0;
            left: 100%;
            transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
        }
        
        .slide.active {
            transform: translateX(-100%);
            z-index: 2;
        }
        
        .slide.prev {
            transform: translateX(-200%);
            z-index: 1;
        }
        
        .slide-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center;
        }
      
        
        .slide-text {
            position: absolute;
            z-index: 10;
            text-align: center;
            color: white !important;
            max-width: 800px;
            padding: 20px;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            pointer-events: none;
        }
        
        .slide-text a {
            pointer-events: auto;
        }
        
        .slide-text h1 {
            font-size: 48px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .slide-text p {
            font-size: 20px;
            margin-bottom: 30px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }
        
        .slide-button {
            display: inline-block;
            padding: 14px 32px;
            background-color: #000;
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        
        .slide-button:hover {
            background-color: #fff;
            color: #000;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            color: #333;
            border: none;
            padding: 16px;
            cursor: pointer;
            font-size: 24px;
            z-index: 10;
            transition: background 0.3s ease;
            border-radius: 4px;
        }
        
        .arrow:hover {
            background: rgba(255, 255, 255, 1);
        }
        
        .arrow.prev {
            left: 20px;
        }
        
        .arrow.next {
            right: 20px;
        }
        
        .dots-container {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }
        
        .dot.active {
            background: white;
            width: 32px;
            border-radius: 6px;
        }
        
        @media (max-width: 768px) {
            .slideshow-container, .slide {
                height: 400px;
            }
            
            .slide-text h1 {
                font-size: 24px !important;
            }
            
            .slide-text p {
                font-size: 16px;
            }
            
            .arrow {
                padding: 12px;
                font-size: 18px;
            }
            
            .arrow.prev {
                left: 10px;
            }
            
            .arrow.next {
                right: 10px;
            }
        }
}
#fw-section-featured-collection-1764292918 {

.product-tile .tile {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-tile .tile__image .image  {
  border-radius: 8px 8px 0 0;
}

.section-header__cta .button.button--outline {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

}
#fw-section-custom-html-886eb8ad-616d-446c-af70-c5addebaf6b1 {

.our-collections-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.our-collections-container {
    max-width: 1200px;
    margin: 0 auto;
}

.our-collections-header {
    text-align: center;
    margin-bottom: 50px;
}

.our-collections-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.our-collections-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.category-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.category-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.category-content {
    padding: 30px;
}

.category-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.category-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.category-tag {
    background: #f0f0f0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.category-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .our-collections-section {
        padding: 40px 15px;
    }
    
    .our-collections-header h2 {
        font-size: 32px;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-image {
        height: 200px;
    }
}
}



#fw-section-custom-html-dddef8af-a2a8-435d-9b2d-d28590086242 {

.blog-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.blog-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-section-heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  color: #000;
}

.blog-section-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.blog-card__image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 20px;
}

.blog-card__date {
  display: block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.blog-card__title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.3;
}

.blog-card__title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card__title a:hover {
  color: #666;
}

.blog-card__excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.blog-card__link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.blog-card__link:hover {
  color: #666;
}

.blog-cta {
  text-align: center;
  margin-top: 40px;
}

.blog-cta .button--outline {
    border: 1px solid rgba(var(--color-on-background-rgb), 0.16);
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-section-wrapper {
    padding: 40px 20px;
  }
  
  .blog-section-heading {
    font-size: 28px;
    letter-spacing: 1px;
  }
  
  .blog-section-description {
    font-size: 14px;
  }
  
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
}





#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page__header {
  height: 65px;
}

/* Transparent header at top */
.header--transparent {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Uppercase header text */
.header__link,
.mobile-menu__link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

/* Smooth transition for all header elements */
.header * {
  transition: all 0.3s ease;
}

.header__logo::before {
  content: "Bootleg Tee Collection";
  position: absolute;
  left: -9999px; /* Hide visually but keep for SEO/screen readers */
  top: 0;
}

/* For mobile - hide the text */
@media (max-width: 767px) {
  .header__logo::after {
    display: none;
  }
}
}


#fw-section-custom-html-6d778f8d-6072-48ab-8974-207665f2467c {

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page__header {
  height: 65px;
}

/* Transparent header at top */
.header--transparent {
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header.scrolled {
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Uppercase header text */
.header__link,
.mobile-menu__link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

/* Smooth transition for all header elements */
.header * {
  transition: all 0.3s ease;
  background: #000;
}
}