/* Editorial front-page sections aligned with the product and news archives. */
.new-arrivals,
.best-sellers,
.news-section {
    margin: 0;
    padding: clamp(3.5rem, 6vw, 5.25rem) 0;
    border-top: 1px solid #e3e7ea;
    background: #fff;
}

.home-section-header {
    margin: 0 0 clamp(1.8rem, 3vw, 2.6rem);
    padding: 0;
    border: 0;
    text-align: left;
}

.home-section-kicker {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--main-color, #e83e8c);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.home-section-header h2 {
    margin: 0;
    color: #172331;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.home-section-header--with-copy p {
    max-width: 540px;
    margin: 1rem 0 0;
    color: #687481;
    font-size: 0.92rem;
    line-height: 1.65;
}

.news-carousel-section,
.news-carousel-mobile-section {
    margin: 0;
    border-bottom: 1px solid #e3e7ea;
    background: #f7f8f8;
}

.news-carousel-section {
    left: auto;
    right: auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: clamp(3.25rem, 5vw, 4.75rem) 0 3.6rem;
    overflow: hidden;
}

.featured-news-heading {
    width: 100%;
    margin: 0 0 2rem;
    text-align: left;
}

.featured-news-heading h1 {
    margin: 0;
    color: #172331;
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.news-carousel-section .news-carousel {
    overflow: visible;
}

.news-carousel-section .news-carousel-item {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.news-carousel-section .news-carousel-item:hover {
    box-shadow: none;
    transform: none;
}

.news-carousel-section .news-carousel-image {
    overflow: hidden;
    aspect-ratio: 16 / 8.4;
    border: 1px solid #e0e5e8;
    border-radius: 3px;
    background: #eef1f3;
}

.news-carousel-section .news-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-carousel-section .news-carousel-item:hover .news-carousel-image img {
    transform: scale(1.02);
}

.news-carousel-section .news-carousel-content {
    min-height: 0;
    padding: 1rem 0 0;
    border: 0;
    background: transparent;
}

.news-carousel-section .news-carousel-date,
.news-carousel-mobile-section .news-carousel-date {
    margin: 0 0 0.5rem;
    color: var(--main-color, #e83e8c);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.news-carousel-section .news-carousel-title {
    margin: 0 0 0.6rem;
    color: #172331;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.news-carousel-section .news-carousel-title a,
.news-carousel-mobile-section .news-carousel-title a {
    color: inherit;
    text-decoration: none;
}

.news-carousel-section .news-carousel-excerpt,
.news-carousel-mobile-section .news-carousel-excerpt {
    margin: 0 0 0.85rem;
    color: #687481;
    font-size: 0.84rem;
    line-height: 1.55;
}

.news-carousel-section .news-carousel-link,
.news-carousel-mobile-section .news-carousel-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 0 0.2rem;
    border-bottom: 1px solid currentColor;
    color: #172331;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.news-carousel-section .news-carousel-link:hover,
.news-carousel-mobile-section .news-carousel-link:hover {
    color: var(--main-color, #e83e8c);
}

.news-carousel-section .carousel-btn {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid #d8dee2;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    color: #172331;
    font-size: 0.82rem;
}

.news-carousel-section .carousel-btn:hover {
    border-color: var(--main-color, #e83e8c);
    background: #fff;
    color: var(--main-color, #e83e8c);
    transform: none;
}

.news-carousel-section .carousel-btn i {
    display: block;
    margin: 0;
    color: inherit !important;
    font-size: inherit;
    line-height: 1;
}

.news-carousel-section .carousel-btn:hover i {
    color: var(--main-color, #e83e8c) !important;
}

.news-carousel-section .carousel-dot,
.news-carousel-mobile-section .carousel-dot {
    width: 7px;
    height: 7px;
    border: 1px solid #aeb7bf;
    border-radius: 50%;
    background: transparent;
}

.news-carousel-section .carousel-dot.active,
.news-carousel-mobile-section .carousel-dot.active {
    border-color: var(--main-color, #e83e8c);
    background: var(--main-color, #e83e8c);
    transform: none;
}

.news-carousel-section .carousel-dots {
    margin-top: 1.6rem;
}

.news-carousel-mobile-section {
    padding: 3rem 0 3.25rem;
}

.news-carousel-mobile-section .featured-news-heading {
    margin-bottom: 1.5rem;
}

.news-carousel-mobile-section .featured-news-heading h1 {
    font-size: 2.15rem;
}

.news-carousel-mobile-section .news-carousel-mobile-item {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.news-carousel-mobile-section .news-carousel-mobile-image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid #e0e5e8;
    border-radius: 3px;
    background: #eef1f3;
}

.news-carousel-mobile-section .news-carousel-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-carousel-mobile-section .news-carousel-mobile-content {
    padding: 0.9rem 0 0;
    border: 0;
    background: transparent;
}

.news-carousel-mobile-section .news-carousel-title {
    margin: 0 0 0.6rem;
    color: #172331;
    font-size: 1.2rem;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.youtube-section {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: clamp(3.5rem, 6vw, 5.25rem) 0;
    border-bottom: 1px solid #e3e7ea;
    background: #fff;
}

.youtube-section .youtube-section-header {
    margin-bottom: 2.4rem;
    text-align: left;
}

.youtube-player-section {
    display: grid;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 3fr);
    align-items: start;
    gap: 2rem;
    margin: 0;
}

.youtube-player-container {
    position: sticky;
    top: 130px;
}

.youtube-featured {
    padding: 1.5rem;
    border: 1px solid #dfe4e7;
    border-left: 3px solid var(--main-color, #e83e8c);
    border-radius: 0;
    background: #f7f8f8;
    box-shadow: none;
    color: #172331;
    text-align: left;
}

.youtube-logo {
    margin: 0 0 1rem;
    color: var(--main-color, #e83e8c);
    font-size: 2rem;
    line-height: 1;
    text-align: left;
}

.youtube-featured p {
    margin: 0 0 1.25rem;
    color: #687481;
    font-size: 0.84rem;
    line-height: 1.65;
}

.youtube-featured .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0 0.25rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #172331;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    transform: none;
}

.youtube-featured .btn-secondary:hover {
    border-color: currentColor;
    background: transparent;
    box-shadow: none;
    color: var(--main-color, #e83e8c);
    transform: none;
}

.youtube-videos-preview h3 {
    margin: 0 0 1.2rem;
    color: #172331;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.youtube-videos-preview .youtube-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.25rem;
}

.youtube-video-item {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.youtube-video-item:hover {
    box-shadow: none;
    transform: none;
}

.video-thumbnail {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #e0e5e8;
    border-radius: 3px;
    background: #eef1f3;
}

.video-thumbnail img {
    transition: transform 0.35s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.025);
}

.play-overlay {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: rgba(232, 62, 140, 0.94);
    box-shadow: none;
    color: #fff;
    font-size: 0.9rem;
    backdrop-filter: none;
}

.video-info {
    padding: 0.8rem 0 0;
}

.video-title {
    margin: 0 0 0.45rem;
    color: #172331;
    font-size: 0.9rem;
    font-weight: 750;
    letter-spacing: -0.015em;
    line-height: 1.35;
}

.video-title a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.video-title a:hover {
    color: var(--main-color, #e83e8c);
}

.video-author,
.video-date {
    margin: 0;
    color: #7a848d;
    font-size: 0.7rem;
    line-height: 1.5;
}

.youtube-channel-link {
    margin-top: 2rem;
    text-align: right;
}

.youtube-channel-link .btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0 0.25rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #172331;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    transform: none;
}

.youtube-channel-link .btn-youtube:hover {
    border-color: currentColor;
    background: transparent;
    box-shadow: none;
    color: var(--main-color, #e83e8c);
    transform: none;
}

.search-banner-section,
.newsletter-section {
    position: relative;
    isolation: isolate;
    margin: 0;
    padding: clamp(3.5rem, 6vw, 5.25rem) 0;
    border-top: 1px solid #e3e7ea;
    border-bottom: 0;
    background: #fff;
    color: #172331;
    text-align: left;
}

.newsletter-section {
    background: #f7f8f8;
}

.search-banner-content,
.newsletter-content {
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 5rem);
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-section .newsletter-content.container,
.search-banner-section .search-banner-content.container {
    max-width: 1200px !important;
}

.search-banner-section .home-section-header,
.newsletter-section .home-section-header {
    min-width: 0;
    margin: 0;
}

.newsletter-section .newsletter-content {
    align-items: center;
}

.newsletter-heading h2 {
    max-width: 100%;
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    white-space: normal !important;
    overflow-wrap: break-word;
}

.search-banner-form,
.newsletter-form,
.newsletter-home-form {
    width: 100%;
    max-width: none;
    margin: 0;
}

.search-banner-form .search-group {
    display: grid;
    overflow: hidden;
    width: 100%;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) 48px;
    border: 1px solid #ccd4da;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
}

.search-banner-form .search-group:focus-within {
    border-color: var(--main-color, #e83e8c);
    box-shadow: 0 0 0 2px rgba(232, 62, 140, 0.09);
}

.search-banner-form .search-group input[type='search'] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-width: 0;
    padding: 0 1rem;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #172331;
    font-size: 0.88rem;
}

.search-banner-form .search-group .search-submit {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--main-color, #e83e8c);
    box-shadow: none;
    color: #fff;
    font-size: 0.9rem;
    transform: none;
}

.search-banner-form .search-group .search-submit:hover {
    background: #c91f70;
    color: #fff;
    transform: none;
}

.newsletter-form {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.newsletter-fields-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.newsletter-section .newsletter-input {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 1px solid #ccd4da;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    box-shadow: none;
    color: #172331;
    font-size: 0.86rem;
}

.newsletter-section .newsletter-input:focus {
    border-color: var(--main-color, #e83e8c);
    box-shadow: 0 0 0 2px rgba(232, 62, 140, 0.09);
}

.newsletter-home-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 0.85rem;
}

.newsletter-privacy-check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: #687481;
    font-size: 0.76rem;
    line-height: 1.4;
}

.newsletter-privacy-check input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin: 0;
    accent-color: var(--main-color, #e83e8c);
}

.newsletter-privacy-check a {
    color: var(--main-color, #e83e8c);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.newsletter-section .newsletter-home-submit {
    min-width: 150px;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--main-color, #e83e8c);
    border-radius: 3px !important;
    background: var(--main-color, #e83e8c);
    box-shadow: none;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.015em;
    transform: none;
}

.newsletter-section .newsletter-home-form .newsletter-home-submit {
    min-width: 150px !important;
    min-height: 44px !important;
    padding: 0.7rem 1rem !important;
    border: 1px solid var(--main-color, #e83e8c) !important;
    border-radius: 3px !important;
    background: var(--main-color, #e83e8c) !important;
    color: #fff !important;
    font-size: 0.76rem !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
}

.newsletter-section .newsletter-home-submit:hover {
    border-color: #c91f70;
    background: #c91f70;
    color: #fff;
    transform: translateY(-1px);
}

.newsletter-section .newsletter-home-form .newsletter-home-submit:hover {
    border-color: #c91f70 !important;
    background: #c91f70 !important;
}

.newsletter-form-message {
    grid-column: 1 / -1;
    margin-top: 0.65rem;
    font-size: 0.76rem;
}

.home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem 1.5rem;
}

.home-product-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.home-product-item:hover {
    box-shadow: none;
    transform: none;
}

.home-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid #e0e5e8;
    border-radius: 3px;
    background: #f6f7f8;
}

.home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-product-item:hover .home-product-image img {
    transform: scale(1.025);
}

.home-product-image .home-sale-badge,
.home-sale-badge {
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.42rem 0.62rem;
    border-radius: 2px;
    background: var(--main-color, #e83e8c);
    box-shadow: none;
    font-size: 0.72rem;
    font-weight: 800;
}

.home-product-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0.9rem 0 0;
}

.home-product-title {
    margin: 0 0 0.35rem;
    color: #172331;
    font-size: 0.95rem;
    font-weight: 750;
    letter-spacing: -0.015em;
    line-height: 1.3;
}

.home-product-title a,
.home-product-title a:hover {
    color: inherit;
    text-decoration: none;
}

.home-product-artist {
    margin: 0 0 0.65rem;
    color: #6b7681;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-product-artist a,
.home-product-artist a:hover {
    color: inherit;
    text-decoration: none;
}

.home-product-price {
    margin: auto 0 0.4rem;
    color: #172331;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
}

.home-product-lowest-price {
    min-height: 1.15rem;
    margin: 0 0 0.8rem;
    color: #7a848d;
    font-size: 0.7rem;
    line-height: 1.35;
}

.home-product-item .home-add-to-cart-btn,
.home-product-item .added_to_cart {
    min-height: 41px;
    padding: 0.58rem 0.8rem;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    font-size: 0.76rem;
    font-weight: 730;
    letter-spacing: 0.015em;
    line-height: 1.6;
}

.home-product-item .home-add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--main-color, #e83e8c);
    color: #fff;
    text-decoration: none;
}

.home-product-item .home-add-to-cart-btn:hover {
    background: #c91f70;
    color: #fff;
    transform: translateY(-1px);
}

.home-product-item .added_to_cart {
    display: grid;
    place-items: center;
    margin-top: 0.45rem;
    background: transparent;
    color: var(--main-color, #e83e8c);
    text-decoration: none;
}

.news-section .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.6rem 1.6rem;
}

.news-section .news-card {
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.news-section .news-card:first-child {
    grid-column: span 2;
}

.news-section .news-card:hover {
    box-shadow: none;
    transform: none;
}

.news-section .news-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 3px;
    background: #eef1f3;
}

.news-section .news-card:first-child .news-card-image {
    aspect-ratio: 16 / 8.35;
}

.news-section .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-section .news-card:hover .news-card-image img {
    transform: scale(1.025);
}

.news-section .news-card-content {
    padding: 0.9rem 0 0;
}

.news-section .news-meta,
.news-section .news-date {
    margin: 0 0 0.55rem;
    color: var(--main-color, #e83e8c);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.news-section .news-title {
    margin: 0 0 0.6rem;
    color: #172331;
    font-size: 1.1rem;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.news-section .news-card:first-child .news-title {
    max-width: 780px;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.news-section .news-title a,
.news-section .news-title a:hover {
    color: inherit;
    text-decoration: none;
}

.news-section .news-excerpt {
    margin: 0 0 0.85rem;
    color: #687481;
    font-size: 0.86rem;
    line-height: 1.6;
}

.news-section .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 0 0.2rem;
    border-bottom: 1px solid currentColor;
    color: #172331;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.news-section .read-more:hover {
    color: var(--main-color, #e83e8c);
}

.our-artists-section {
    position: relative;
    margin: 0;
    border-top: 1px solid #e3e7ea;
    background: #f7f8f8;
}

.our-artists-background {
    overflow: visible;
    padding: clamp(3.5rem, 6vw, 5.25rem) 0;
    background: transparent;
}

.our-artists-section .home-section-header {
    text-align: left;
}

.artists-tag-cloud {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 1.6rem;
    margin: 0 0 2.4rem;
}

.artist-tag-link {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 0;
    border: 0;
    border-bottom: 1px solid #dfe4e7;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #253342;
    font-size: 0.8rem;
    font-weight: 720;
    letter-spacing: 0.035em;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transform: none;
}

.artist-tag-link::after {
    content: '\2197';
    flex: 0 0 auto;
    color: #9aa3ab;
    font-size: 0.85rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.artist-tag-link:hover,
.artist-tag-link:focus-visible {
    border-color: var(--main-color, #e83e8c);
    background: transparent;
    box-shadow: none;
    color: var(--main-color, #e83e8c);
    text-decoration: none;
    transform: none;
}

.artist-tag-link:hover::after,
.artist-tag-link:focus-visible::after {
    color: currentColor;
    transform: translate(2px, -2px);
}

.artists-section-footer {
    text-align: left;
}

.view-all-artists-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0 0.3rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #172331;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    transform: none;
}

.view-all-artists-btn:hover {
    border-color: currentColor;
    background: transparent;
    box-shadow: none;
    color: var(--main-color, #e83e8c);
    text-decoration: none;
    transform: none;
}

.view-all-artists-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 900px) {
    .home-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-section .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artists-tag-cloud {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .search-banner-content,
    .newsletter-content {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.7rem;
    }

    .youtube-player-section {
        grid-template-columns: 1fr;
    }

    .youtube-player-container {
        position: static;
    }
}

@media (max-width: 768px) {
    .new-arrivals,
    .best-sellers,
    .news-section,
    .our-artists-background,
    .search-banner-section,
    .newsletter-section {
        padding: 3.4rem 0;
    }

    .home-section-header {
        margin-bottom: 1.65rem;
    }

    .home-section-header h2 {
        font-size: 2rem;
    }

    .home-products-grid {
        gap: 2rem 0.85rem;
    }

    .home-product-details {
        padding-top: 0.75rem;
    }

    .home-product-title {
        font-size: 0.84rem;
    }

    .home-product-item .home-add-to-cart-btn,
    .home-product-item .added_to_cart {
        min-height: 41px;
        padding: 0.58rem 0.45rem;
        font-size: 0.72rem;
    }

    .news-section .news-grid {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .news-section .news-card:first-child {
        grid-column: auto;
    }

    .news-section .news-card:first-child .news-card-image {
        aspect-ratio: 16 / 10;
    }

    .news-section .news-card:first-child .news-title {
        font-size: 1.2rem;
    }

    .artists-tag-cloud {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 0.9rem;
        margin-bottom: 2rem;
    }

    .artist-tag-link {
        padding: 0.8rem 0;
        font-size: 0.7rem;
    }

    .newsletter-fields-row,
    .newsletter-home-actions {
        grid-template-columns: 1fr;
    }

    .newsletter-home-actions {
        gap: 0.85rem;
    }

    .newsletter-section .newsletter-home-submit {
        width: 100%;
    }

    .youtube-section {
        padding: 3.4rem 0;
    }

    .youtube-section .youtube-section-header {
        margin-bottom: 1.7rem;
    }

    .youtube-featured {
        padding: 1.25rem;
    }

    .youtube-videos-preview .youtube-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .youtube-channel-link {
        text-align: left;
    }
}
