@charset "UTF-8";
/* PUNTO LUCE SECTION - Mobile First */
.punto-luce-section {
    width: 100%;
    background: var(--bg-primary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 10px;
}

.punto-luce-header {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-open2b) 100%);
    color: var(--color-onaccent);
    padding: 15px;
    text-align: center;
    position: relative;
}

.punto-luce-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.punto-luce-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    opacity: 0.95;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}

.rating-stars {
    color: var(--color-rating);
    margin-right: 6px;
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    max-height: 180px;
}

.content-wrapper.expanded {
    max-height: none;
}

.punto-luce-content {
    padding: 15px;
    line-height: 1.5;
    color: var(--color-text-dark);
    display: block;
}

.punto-luce-content h2 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 8px 0;
}

.punto-luce-content h2:first-child {
    margin-top: 0;
}

.punto-luce-content p {
    margin: 12px 0;
    font-size: 15px;
}

.punto-luce-content .intro-text {
    margin-bottom: 12px;
}

.brands-list {
    padding: 12px;
    border-radius: var(--radius);
    margin: 15px 0;
    font-weight: 500;
    color: var(--color-primary);
    font-size: 13px;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, var(--bg-primary));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.content-wrapper.expanded .fade-overlay {
    opacity: 0;
}

.expand-button {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: none;
    color: var(--color-neutral);
    font-weight: 400;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    position: relative;
}

.expand-button:hover {
    color: var(--color-neutral);
}

.expand-icon {
    width: 35px;
    height: 35px;
    border: 2px solid var(--border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--color-neutral);
    background: var(--bg-primary);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.expand-button:hover .expand-icon {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-onaccent);
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(3, 125, 211, 0.2);
}

.expand-button.expanded .expand-icon {
    transform: rotate(180deg);
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-onaccent);
}

.expand-button.expanded:hover .expand-icon {
    transform: rotate(180deg) scale(1.1);
}

.highlight-text {
    color: var(--color-primary);
    font-weight: 600;
}

.shipping-highlight {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
}

.feedaty_microdata {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--color-onaccent);
}

/* SPLIDE CAROUSELS */
.splide__pagination {
    bottom: 0px;
}

.splide__pagination__page.is-active {
    background-color: var(--color-primary);
}

.splide__arrow {
    background-color: var(--bg-slideshow-arrow);
    width: 21px;
    height: 21px;
    opacity: 1;
}

.splide__arrow svg {
    width: 14px;
    height: 14px;
}

/* HOMEPAGE */
.homepage {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.homepage .homepage__slider {
    text-align: center;
    background-color: var(--bg-primary);
    padding-bottom: 5px;
}

.homepage .homepage__slider img {
    border-radius: 0;
    aspect-ratio: 1500/400;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    sizes: "(max-width: 768px) 100vw, (max-width: 1200px) 90vw, 1200px";
}

.homepage .homepage__high-section {
    margin: 0 auto;
    padding: 5px 10px;
    background-color: var(--bg-primary);
}

.homepage .high-section {
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.homepage .high-section .banner.splide__slide {
    width: auto !important;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    flex: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 120px !important;
}

.homepage .high-section .banner.splide__slide:nth-child(3) {
    width: 100% !important;
}

.homepage .high-section .banner.splide__slide:nth-child(1),
.homepage .high-section .banner.splide__slide:nth-child(2) {
    width: calc(50% - 5px) !important;
}

.homepage .high-section .banner.splide__slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.homepage .high-section .banner.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
    border-radius: 12px;
}

.homepage .high-section .banner.splide__slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.homepage .high-section .banner.splide__slide:hover img {
    transform: scale(1.01);
}

.homepage .high-section__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    border-radius: 0 0 12px 12px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.homepage .high-section__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage .high-section__subtitle {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.homepage .high-section__description {
    display: none;
}

.homepage .heading {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: var(--radius-large);
    padding: 30px 0;
    background: linear-gradient(to bottom, var(--bg-primary), var(--bg-gray));
    position: relative;
}

.homepage .heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--border-primary), transparent);
}

.homepage .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--border-primary), transparent);
}

.homepage .homepage__departments {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    background-color: var(--bg-primary);
}

.homepage .homepage__departments-subtitle {
    font-size: 21px;
    margin-bottom: 10px;
}

.homepage .homepage__departments-message {
    max-width: 800px;
    margin-bottom: 30px;
}

.homepage .homepage__products,
.homepage .homepage__low-section {
    padding: 5px 0;
    margin-bottom: 0;
    position: relative;
}

.homepage .homepage__products:before,
.homepage .homepage__low-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.03), transparent);
    z-index: 0;
}

/* === BLOG HOMEPAGE SECTION === */
.homepage__blog {
  padding: 20px;
  margin: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
}

.homepage__blog-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.homepage__blog-button {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.button-to-blog {
  display: inline-block;
  background-color: #037dd3;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.button-to-blog:hover {
  background-color: #025fa2;
  transform: translateY(-2px);
}

.blog-iframe-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.blog-iframe-container iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  display: block;
  height: 450px; 
}

.homepage .homepage__topsellers,
.homepage .homepage__services,
.homepage .homepage__departments,
.homepage .homepage__promo-banners {
    background-color: var(--bg-primary);
    padding: 40px 0;
    margin-bottom: 0;
    position: relative;
}

.homepage .homepage__topsellers:before,
.homepage .homepage__services:before,
.homepage .homepage__promo-banners:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.03), transparent);
    z-index: 0;
}

.homepage .homepage__promotions {
    padding: 60px 0;
    position: relative;
    margin-bottom: 0;
    max-width: 1500px;
    margin: 20px auto;
}

.homepage .homepage__promotions:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--border-primary), transparent);
}

.homepage .homepage__promotions:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--border-primary), transparent);
}

.homepage > div:not(.homepage__slider):not(.homepage__high-section) {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.homepage .homepage__products-title,
.homepage .homepage__topsellers-title,
.homepage .homepage__blogposts-title,
.homepage .homepage__departments-title,
.homepage .low-section__maintitle {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-primary, #1a1a1a);
    border: 2px solid var(--color-primary);
    border-radius: 4px;
    padding: 8px;
    line-height: 1.2;
    background-color: white;
    width: 250px;
    margin: 20px auto;
    font-size: 15px;
}

.homepage .product-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--color-accent);
    color: var(--color-onaccent);
    padding: 4px 8px;
    border-radius: var(--radius-small);
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.homepage .product-card__badge--new {
    background-color: var(--color-primary);
}

.homepage .product-card__badge--sale {
    background-color: var(--color-danger);
}

.homepage .product-card {
    background-color: var(--bg-primary);
    border-radius: var(--radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.homepage .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.homepage .product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
    border-radius: var(--radius) var(--radius) 0 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.homepage .product-card:hover:before {
    opacity: 1;
}

.homepage a,
.homepage button {
    transition: transform 0.2s, opacity 0.2s, color 0.2s, box-shadow 0.2s;
}

.homepage a:not(.product-card):hover,
.homepage button:not(.product-card):hover {
    opacity: 0.9;
}

.homepage .container {
    width: 100%;
    box-sizing: border-box;
}

.homepage .low-section .low-section__box-image {
    text-align: left!important;
}

/* SLIDER HOME BANNERS */
#slider-home-banners .splide__slide {

    background: #fff;
    overflow: hidden;
    border-radius: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider-home-banners .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* MARCHI SLIDER */
.marchi-slider-wrapper *,
.marchi-slider-wrapper *::before,
.marchi-slider-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.marchi-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.marchi-slider-container {
    width: 100%;
    padding: 5px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  
    scrollbar-width: none;
    background: linear-gradient(
        to right,
        rgba(2, 136, 209, 0) 0%,
        rgba(2, 136, 209, 0.03) 25%,
        rgba(2, 136, 209, 0.05) 50%,
        rgba(2, 136, 209, 0.03) 75%,
        rgba(2, 136, 209, 0) 100%
    );
}

.marchi-slider-container::-webkit-scrollbar {
    display: none;
}

.marchi-slider {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 10px;
    width: max-content;
    animation: scrollMarchi 160s linear infinite;
    will-change: transform;
    pointer-events: auto;
}

.marchi-slider:hover {
    animation-play-state: paused;
}

.marchi-slide {
    flex: 0 0 auto;
    min-width: 120px;
    text-align: center;
    transition: transform 0.3s ease;
    scroll-snap-align: start;
}

.marchi-slide:hover {
    transform: translateY(-5px);
}

.marchi-slide a {
    display: block;
    padding: 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.marchi-slide a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.marchi-slide img {
    width: 100%;
    max-width: 100px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    filter: grayscale(15%) opacity(0.85);
    transition: filter 0.3s ease;
}

.marchi-slide:hover img {
    filter: grayscale(0%) opacity(1);
}

@keyframes scrollMarchi {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + 1400px));
    }
}

/* NEWSLETTER SECTION */
.newsletter-section-content {
    max-width: 1500px;
    background: linear-gradient(135deg, var(--bg-primary) 0%, #f8fbff 100%);
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 3px;
    padding: 25px 15px;
    position: relative;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.newsletter-section-content .left,
.newsletter-section-content .center,
.newsletter-section-content .right {
    flex: 1;
    width: 100%;
    text-align: center;
}

.newsletter-section-content .left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.newsletter-icon {
    width: 120px;
    height: 120px;
    fill: var(--color-accent);
    opacity: 0.9;
    transform: rotate(0deg) translateY(0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s ease, 
                fill 0.4s ease;
    filter: drop-shadow(0 4px 8px rgba(3, 125, 211, 0.15));
    margin-bottom: 5px;
}

.newsletter-icon:hover {
    transform: rotate(0deg) translateY(-3px) scale(1.02);
    fill: var(--color-primary);
    opacity: 1;
    filter: drop-shadow(0 8px 16px rgba(3, 125, 211, 0.25));
    animation: gentle-bounce 0.8s ease-out;
}

@keyframes gentle-bounce {
    0% { transform: rotate(0deg) translateY(0) scale(1); }
    50% { transform: rotate(0deg) translateY(-5px) scale(1.05); }
    100% { transform: rotate(0deg) translateY(-3px) scale(1.02); }
}

.newsletter-section-content .center {
    max-width: 100%;
    flex-direction: column;
    padding: 10px;
}

.newsletter-section-content .center .titolo {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-text-dark);
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.newsletter-section-content .center h3 {
    font-size: 18px;
    color: var(--color-neutral);
    line-height: 1.5;
    margin: 0 0 5px;
    font-weight: normal;
}

.newsletter-section-content .right {
    display: flex;
    justify-content: center;
}

.newsletter-section-content .right a {
    font-size: 14px;
    color: var(--text-input-submit);
    border: 2px solid var(--color-accent);
    background: var(--color-accent);
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
}

.newsletter-section-content .right a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    transition: left 0.6s ease;
}

.newsletter-section-content .right a:hover::before {
    left: 100%;
}

.newsletter-section-content .right a:hover {
    background: linear-gradient(135deg, #4a9eff 0%, var(--color-primary) 100%);
    color: var(--color-onaccent);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(3, 125, 211, 0.35);
    border-color: var(--color-primary);
}

.newsletter-section-content .right a:active {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.button-icon {
    width: 16px;
    height: 16px;
    fill: var(--text-input-submit);
    margin-right: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.newsletter-section-content .right a:hover .button-icon {
    fill: var(--color-onaccent);
    transform: translateX(4px) rotate(10deg);
}

/* SERVICES SECTION */
.services-section {
    background: #ffffff;
    max-width: 100vw;
    min-width: 320px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 119, 188, 0.1);
    padding: 1px;
    border-radius: 12px;
    border: 1px solid #e6f3ff;
    display: flex;
    gap: 12px;
    overflow-x: hidden;
}

.services__service {
    background: transparent;
    min-width: 60px;
    width: 70px;
    padding: 12px 2px;
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.services__service-icon {
    background: #f0f8ff;
    padding: 12px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid #e6f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services__service:hover {
    transform: translateY(-2px);
    background: #f8fbff;
}

.services__service:hover .services__service-icon {
    background: #0077bc;
    border-color: #0077bc;
    transform: scale(1.05);
}

.services__service:hover .services__service-title {
    color: #003057;
}

.services__service-icon img {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
    filter: invert(18%) sepia(60%) saturate(1990%) hue-rotate(189deg) brightness(97%) contrast(101%);
}

.services__service:hover .services__service-icon img {
    filter: brightness(0) invert(1);
}

.services__service-title {
    font-size: 12px;
    font-weight: 600;
    color: #0077bc;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
    display: none;
}

/* DEPARTMENT WIDGET */
.department-widget .department-widget__department-image {
    text-align: center;
}

.department-widget .department-widget__department-image img {
    border-radius: var(--radius);
}

.department-widget .department-widget__department-text {
    padding: 20px 30px;
}

.department-widget .department-widget__department-name {
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 15px;
}

.department-widget .department-widget__sub-department {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--border-primary);
    display: block;
}

.department-widget .department-widget__sub-department:last-child {
    padding-bottom: 0;
}

.department-widget .department-widget__sub-department a {
    font-weight: 400;
}

.department-widget .department-widget__see-all a {
    display: flex;
    gap: 3px;
    padding: 15px 0;
    border-top: 1px solid var(--border-primary);
    padding-bottom: 0;
    align-items: center;
    font-size: 18px;
}

.department-widget .department-widget__see-all a > span {
    font-variation-settings: 'wght' 400;
}

/* PROMOTIONS LIST */

.promotions-list:not(.splide__list) {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
    padding: 10px;
}
    
.promotions-list:not(.splide__list) .promotion__dates {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.promotions-list:not(.splide__list) .promotion__description {
    font-size: 11px;
    color: #999;
    margin: 5px 0;
    flex-grow: 1;
}

.promotions-list:not(.splide__list) .promotions-list__button {
    padding: 10px 20px;
    background-color: #ffbe01;
    color: #fff;
    margin-top: 10px;
    align-self: center;
    display: inline-block;
    border-radius: var(--radius);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: 700;
    width: fit-content;
}

.promotions-list:not(.splide__list) .promotions-list__button:hover {
    background-color: #e5a800;
}

.promotions-list__meta {
    position: relative;
    margin-top: 10px;
}

.promotions-list__description--banner {
    position: absolute;
    top: -12px;
    right: 4px;
    background-color: #fff475; 
    color: #333;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    max-width: 90px;
    font-weight: 600;
    z-index: 2;
    line-height: 1.2;
    opacity: 0.95;
}

.promotions-list__description--banner::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ccc;
    top: -5px;
    left: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff475;
}

/* LOW SECTION */
.low-section .low-section__heading .low-section__title {
    font-size: 30px; 
    font-weight: 700; 
}

.low-section .low-section__heading .low-section__subtitle {
    font-size: 25px;
}

.low-section .low-section__list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; 
}

.low-section .low-section__box {
    display: block;
    width: 100%;
    max-height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.low-section .low-section__box-image {
    position: relative;
    height: 220px; 
    overflow: hidden;
    border-radius: var(--radius);
}

.low-section .low-section__box-image img {
    aspect-ratio: 700/300;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

.low-section .low-section__box-image {
    aspect-ratio: 700/300;
    min-height: 150px; /* Fallback */
}

.low-section .low-section__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    transition: opacity 0.3s;
    border-radius: inherit;
}

.low-section.low-section--white .low-section__text {
    color: white;
}

.low-section.low-section--black .low-section__text {
    color: black;
}

.low-section .low-section__box-title {
    font-size: 30px;
    font-weight: 600; 
    padding: 0 10px;
    margin-bottom: 8px;
}

.low-section .low-section__box-subtitle {
    font-size: 18px;
    font-weight: 400;
    opacity: .8;
    padding: 0 10px;
}

.low-section .low-section__box-description {
    font-size: 16px;
    padding: 0 10px;
}

.low-section .low-section__box-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.free-shipping-alert {
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%);
    color: #2c5282;
    padding: 6px;
    margin: 10px 0;
    position: relative;
    border-bottom: 1px solid #bee3f8;
}

.alert-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.alert-message {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
    color: #2c5282;
    line-height: 0.7;
    grid-column: 2;
}

.price-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--bg-accent) 100%);
    color: var(--text-input-submit);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid var(--color-accent);
    overflow: hidden;
    vertical-align: text-bottom;
    font-size: 0.85rem;
}

.price-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shine 3s ease-in-out infinite;
    pointer-events: none;
}

.delivery-icon {
    font-size: 1.3rem;
    display: inline-block;
}

.celebration-icon {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.3rem;
}
/* NEWSLETTER SUBSCRIPTION */
.newsletter-subscription .newsletter-subscription__form {
    margin: 50px auto;
}

.newsletter-subscription .newsletter-subscription__button input {
    max-width: unset;
}

/* BLOG IFRAME HOMEPAGE */
.blog-iframe-container iframe {
    height: 450px;
}

@keyframes imageFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* 480px and up */
@media (min-width: 480px) {
    .punto-luce-header {
        padding: 18px 20px;
    }
    
    .punto-luce-title {
        font-size: 22px;
    }
    
    .punto-luce-subtitle {
        font-size: 15px;
    }
    
    .punto-luce-content {
        padding: 18px 20px;
    }
    
    .brands-list {
        padding: 12px;
        font-size: 13px;
    }
    
    .expand-button {
        padding: 15px;
    }
    
    .expand-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .newsletter-subscription .newsletter-subscription__button input {
        max-width: 300px;
    }
    
    .promotions-list:not(.splide__list) .promotion__name a {
        font-size: 16px;
    }
    
    .promotions-list:not(.splide__list) .promotion__dates {
        font-size: 14px;
    }
    
    .promotions-list:not(.splide__list) .promotion__description {
        font-size: 12px;
    }
    
    .promotions-list__description--banner {
        top: -20px;
        font-size: 11px;
        padding: 4px 7px;
        max-width: 120px;
    }
    
    .alert-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .alert-message {
        font-size: 0.9rem;
        line-height: 1.1;
        grid-column: unset;
    }
    
    .price-tag {
        padding: 1px 8px;
        border-radius: 8px;
        font-size: 1rem;
    }
    
    .free-shipping-alert {
        padding: 3px 15px;
    }
    
    .services-section {
        min-width: 350px;
        padding: 5px;
        gap: 15px;
    }
    
    .services__service {
        min-width: 80px;
        width: 80px;
        padding: 15px 5px;
    }
    
    .services__service-icon {
        padding: 15px;
        width: 50px;
        height: 50px;
    }
    
    .services__service-icon img {
        width: 20px;
        height: 20px;
    }
    
    .blog-iframe-container iframe {
        height: 450px;
    }
}

/* 768px and up */
@media (min-width: 768px) {
    .punto-luce-section {
        margin: 10px;
        border-radius: var(--radius);
    }
    
    .punto-luce-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    
    .punto-luce-content h2 {
        grid-column: 1 / -1;
        font-size: 18px;
        margin: 15px 0 8px 0;
    }
    
    .punto-luce-content .intro-text {
        grid-column: 1 / -1;
    }
    
    .brands-list {
        grid-column: 1 / -1;
        font-size: 14px;
    }
    
    .splide__arrow {
        width: 40px;
        height: 40px;
    }
    
    .splide__arrow svg {
        width: 18px;
        height: 18px;
    }
    
    .homepage .homepage__products-title,
    .homepage .homepage__topsellers-title,
    .homepage .homepage__blogposts-title,
    .homepage .homepage__departments-title,
    .homepage .low-section__maintitle {
        font-size: 20px;
        padding: 5px 10px;
    }
    
    .homepage .high-section {
        gap: 15px;
        padding: 0 10px;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(1),
    .homepage .high-section .banner.splide__slide:nth-child(2) {
        width: calc(50% - 8px) !important;
        height: 200px !important;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(3) {
        width: 100% !important;
        height: 200px !important;
    }
    
    .homepage .high-section__title {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .homepage .high-section__subtitle {
        font-size: 10px;
    }
    
    .newsletter-section-content {
        flex-direction: column;
        padding: 30px 20px;
        gap: 25px;
    }
    
    .newsletter-icon {
        width: 150px;
        height: 150px;
        transform: rotate(-10deg) translateY(0);
        margin-bottom: 10px;
    }
    
    .newsletter-icon:hover {
        transform: rotate(-10deg) translateY(-5px) scale(1.02);
    }
    
    .newsletter-section-content .center .titolo {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .newsletter-section-content .center h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .newsletter-section-content .right a {
        font-size: 15px;
        padding: 10px 20px;
        max-width: 280px;
    }
    
    .services-section {
        max-width: 90vw;
        min-width: 350px;
        flex-wrap: nowrap;
        gap: 15px;
    }
    
    .services__service {
        min-width: 80px;
        width: 80px;
        padding: 15px 1px;
        gap: 8px;
    }
    
    .services__service-title {
        display: none;
    }
    
    .department-widget .department-widget__department-image,
    .department-widget .department-widget__department-text {
        margin-right: 0;
    }
    
    .free-shipping-alert {
        padding: 3px 15px;
    }
    
    .alert-message {
        font-size: 0.9rem;
    }
    
    .alert-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .low-section .low-section__title {
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }
    
    .blog-iframe-container iframe {
        height: 870px;
    }
    
    .low-section__maintitle.js-open-side-menu {
        cursor: pointer;
        transition: opacity 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }
    
    .low-section__maintitle.js-open-side-menu:active {
        opacity: 0.7;
    }
}

/* 1024px and up */
@media (min-width: 1024px) {
    .punto-luce-section {
        margin: 15px 10px;
    }
    
    .punto-luce-header {
        padding: 20px 25px;
    }
    
    .punto-luce-title {
        font-size: 24px;
    }
    
    .punto-luce-subtitle {
        font-size: 16px;
    }
    
    .punto-luce-content {
        padding: 20px 25px;
        gap: 25px;
    }
    
    .homepage .high-section {
        flex-flow: row wrap;
        gap: 20px;
        padding: 0 15px;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(1),
    .homepage .high-section .banner.splide__slide:nth-child(2) {
        width: calc(50% - 10px) !important;
        height: 240px !important;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(3) {
        width: 100% !important;
        height: 240px !important;
    }
    
    .homepage .banners-HomePageHighSection {
        flex-flow: row wrap;
        width: 100%;
    }
    
    .homepage .high-section__description {
        display: none;
    }
    
    .homepage .homepage__high-section {
        padding: 5px 55px;
    }
    
    .marchi-slider-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;  
        scrollbar-width: none;
    }
    
    .marchi-slider {
        pointer-events: auto;
    }
    
    .marchi-slide {
        scroll-snap-align: start;
        min-width: 170px;
    }
    
    .marchi-slide img {
        max-width: 140px;
        height: 80px;
    }
    
    .services-section {
        max-width: 95%;
        flex-wrap: wrap;
    }
    
    .services__service {
        width: 45%;
        padding: 20px 15px;
        gap: 12px;
    }
    
    .services__service-icon {
        padding: 20px;
        width: 60px;
        height: 60px;
    }
    
    .services__service-icon img {
        width: 32px;
        height: 32px;
    }
    
    .services__service-title {
        display: block;
        font-size: 14px;
    }
    
    .promotions-list:not(.splide__list) {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
        padding: 15px;
    }
    
    .promotions-list:not(.splide__list) .promotion__name a {
        font-size: 18px;
    }
    
    .promotions-list:not(.splide__list) .promotion__dates {
        font-size: 15px;
    }
    
    .promotions-list:not(.splide__list) .promotion__description {
        font-size: 13px;
    }
    
    .low-section .low-section__box {
        width: 45%;
        max-height: none;
    }
    
    .blog-iframe-container iframe {
        height: 270px;
    }
}

/* 1400px and up */
@media (min-width: 1400px) {
    .punto-luce-header {
        padding: 25px 0;
    }
    
    .punto-luce-title {
        font-size: 28px;
    }
    
    .punto-luce-subtitle {
        font-size: 18px;
    }
    
    .punto-luce-content {
        padding: 25px 30px;
        gap: 30px;
    }
    
    .content-wrapper {
        max-height: 180px;
    }
    
    .expand-button {
        padding: 20px;
        font-size: 14px;
    }
    
    .expand-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .homepage .high-section {
        padding: 0 15px;
    }
    
    .homepage .high-section .banner.splide__slide {
        height: 220px !important;
        width: calc(33.333% - 20px) !important;
        gap: 5px;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(3) {
        width: 45% !important;
    }
    
    .homepage .high-section .banner.splide__slide:nth-child(1),
    .homepage .high-section .banner.splide__slide:nth-child(2) {
        width: 25% !important;
    }
    
    .homepage .high-section__title {
        font-size: 16px;
    }
    
    .homepage .high-section__description {
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.9;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .homepage .high-section .banner.splide__slide:hover .high-section__description {
        max-height: 80px;
    }
    
    .homepage .homepage__slider img {
        border-radius: var(--radius-large);
    }
    
    .newsletter-section-content {
        flex-direction: row;
        min-height: 180px;
        padding: 0;
        text-align: left;
        gap: 0;
    }
    
    .newsletter-section-content::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(3, 125, 211, 0.05) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }
    
    .newsletter-section-content .left,
    .newsletter-section-content .center,
    .newsletter-section-content .right {
        flex: 1;
        text-align: center;
    }
    
    .newsletter-section-content .left {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .newsletter-icon {
        width: 200px;
        height: 200px;
        transform: translateY(40px) rotate(-15deg);
        margin-bottom: 0;
    }
    
    .newsletter-icon:hover {
        transform: rotate(-5deg) translateY(20px) scale(1.08);
    }
    
    .newsletter-section-content .center {
        flex-direction: column;
        max-width: 450px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }
    
    .newsletter-section-content .center .titolo {
        font-size: 24px;
        margin: 0 0 15px;
    }
    
    .newsletter-section-content .center h3 {
        font-size: 16px;
        margin: 0;
    }
    
    .newsletter-section-content .right {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    
    .newsletter-section-content .right a {
        font-size: 16px;
        padding: 12px 24px;
        border-radius: 25px;
        max-width: none;
        width: auto;
    }
    
    .button-icon {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    
    .services-section {
        max-width: 1500px;
        flex-wrap: nowrap;
        gap: 10px;
    }
    
    .services__service {
        width: auto;
        flex: 1;
        padding: 20px 15px;
        gap: 12px;
    }
    
    .services__service-icon {
        padding: 20px;
        width: auto;
        height: auto;
    }
    
    .services__service-icon img {
        width: 32px;
        height: 32px;
    }
    
    .services__service-title {
        font-size: 14px;
    }
    
    .promotions-list:not(.splide__list) {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px 0;
    }
    
    .promotions-list:not(.splide__list) .promotion__name a {
        font-size: 22px;
    }
    
    .promotions-list:not(.splide__list) .promotion__dates {
        font-size: 16px;
    }
    
    .promotions-list:not(.splide__list) .promotion__description {
        font-size: 14px;
    }
    
    .low-section .low-section__box {
        width: 32%;
        max-height: none;
    }
    
    .free-shipping-alert {
        padding: 5px 20px;
    }
    
    .alert-message {
        font-size: 1rem;
    }
    
    .price-tag {
        font-size: 1rem;
        padding: 3px 8px;
    }
    
    .homepage .homepage__products-title,
    .homepage .homepage__topsellers-title,
    .homepage .homepage__blogposts-title,
    .homepage .homepage__departments-title,
    .homepage .low-section__maintitle {
        font-size: 25px;
        padding: 3px 13px;
        width: 250px;
    }
    
    .marchi-slider {
        gap: 20px;
        padding: 5px 10px;
    }
    
    .marchi-slide {
        min-width: 170px;
    }
    
    .marchi-slide img {
        max-width: 140px;
        height: 80px;
    }
}


/* High Section Banners */
.high-section {
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 15px 25px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}


/* FIX FINALI ANTI-CLS */
.high-section.high-section--overlayed {
    min-height: 150px !important;
    contain: layout style;
}

.banners-HomePageHighSection {
    min-height: 150px !important;
}
.banners-HomePageHighSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.high-section .banner.splide__slide {
    width: calc(50% - 10px) !important;
    height: 180px !important;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); 
    flex: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.high-section .banner.splide__slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.high-section .banner.splide__slide img {
    aspect-ratio: 400/250;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
    border-radius: 12px;
    display: block;
    loading: lazy;
    sizes: "(max-width: 768px) calc(50vw - 5px), 400px";
}

.high-section__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    border-radius: 0 0 12px 12px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.high-section__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.high-section__subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.high-section__description {
    display: none;
}

.high-section .banner.splide__slide:hover {
    transform: translateY(-5px); 
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.high-section .banner.splide__slide:hover img {
    transform: scale(1.08);
}

/* Promotions List Additional Styles */
.promotions-list .promotions-list__image img,
.promotions-list:not(.splide__list) .promotion__image img {
    border-radius: var(--radius-large);
}

.promotions-list .promotions-list__content {
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #fff;
    border-radius: var(--radius-large);
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.promotions-list .promotions-list__info {
    text-align: center;
    height: 100%;
    padding-top: 0;
}

.promotions-list .promotions-list__content--no-image .promotions-list__info {
    height: unset;
}

.promotions-list .promotions-list__name a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.promotions-list .promotions-list__dates {
    font-size: 13px;
    font-weight: 600;
    background-color: #f9f9f9;
    padding: 6px 10px;
}

.promotions-list .promotions-list__description {
    font-size: 9px;
    background-color: #f9f9f9;
    border-bottom: 2px solid #ccc;
    border-radius: 0 0 8px 8px;
    padding: 3px 6px;
}

