#fw-section-tiers-1773252713 {

.tiers__tier {
    /* Your existing gradient */
    background-image: linear-gradient(to bottom, #001f1f, 70%, #000000) !important;
    
    /* 1. Force the border and use a slightly brighter color for visibility */
    border: 1px solid #00473E !important; 
}

/* 1. Update the Container */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    
    /* Chrome/Safari specifically need this to ensure the flex items don't shrink to 0 */
    min-width: 0; 
    
    /* Webkit-specific touch scrolling */
    -webkit-overflow-scrolling: touch !important;
    
    scroll-snap-type: x mandatory !important;
    gap: 0 !important;
    padding: 20px 0 !important;
}

/* 2. Update the Items */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md > div {
    /* Chrome ignores 'flex' sometimes if 'width' isn't explicitly set with it */
    flex: 0 0 100% !important; 
    width: 100% !important; 
    
    /* This prevents Chrome from trying to squeeze the box */
    flex-shrink: 0 !important; 
    
    scroll-snap-align: center !important;
    box-sizing: border-box !important;
    padding: 0 10px;
}

/* 3. Tablet/Desktop Fix for Chrome */
@media (min-width: 768px) {
    .col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md > div {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
}

/*=======================*/

/* 1. Target the scrollbar itself */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md::-webkit-scrollbar {
    height: 6px !important; /* Make it very thin and sleek */
    display: block !important;
}

/* 2. The Background (Track) */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3) !important; /* Dark and subtle */
    border-radius: 10px;
    margin: 0 40px; /* Pulls the bar in from the edges slightly */
}

/* 3. The Draggable Part (Thumb) */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md::-webkit-scrollbar-thumb {
    background: #0B3326 !important; /* Your signature green */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle highlight */
}

/* 4. Hover effect to make it feel interactive */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md::-webkit-scrollbar-thumb:hover {
    background: #1a4d3d !important; /* Brighter green on hover */
}

/* 5. Hide those tiny arrows at the ends (The 'buttons') */
.col-grid.col-grid--2-cols\@sm.col-grid--3-cols\@md::-webkit-scrollbar-button {
    display: none !important;
}
}


#fw-section-footer {
--color-primary: #8b0000;
--color-primary-rgb: 139, 0, 0;
--color-background: #001515;
--color-background-rgb: 0, 21, 21;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 15;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #8b0000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}