#fw-section-collections-list-1435a12a-ffa0-47b6-ba78-2e489ba383a7 {

.collections-list__item-title {
    position: relative;
    padding-right: 0;
}

/* Inserts the arrow character after the title text */
.collections-list__item-title:after {
    content: "\2192"; /* Unicode for a Rightwards Arrow (→) */
    margin-left: 5px; 
    position: static;
    vertical-align: top; /* or middle, or baseline */
    color: inherit; 
    font-weight: bold;
    font-size: 1em;
}

.collections-list__item {
    transition: opacity 0.2s ease-in-out;
}

.collections-list__item:hover {
    opacity: 0.8; 
}
}
#fw-section-featured-collection-1742980930 {

.button--outline {
  background-color: yellow;
  color: black;
}
}
#fw-section-recent-videos-1742980930 {

.button--outline {
  background-color: yellow;
  color: black;
}
}
#fw-section-links-list-c9935c13-0c31-476e-855c-d4312faaed04 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #fee300;
--color-background-rgb: 254, 227, 0;
--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: 209;
background-color: var(--color-background);
color: var(--color-on-background);

}