:root{--cream: #FAF7F2;--sand: #F0EBE3;--warm-gray: #7A7268;--warm-gray-light: #B8AFA6;--charcoal: #2C2C2C;--soft-black: #1A1A1A;--terracotta: #C4745A;--sage: #8FA68E;--sky: #7EAEC4;--blush: #D4A0A0;--lavender: #A39BC4;--font-display: Playfair Display, Georgia, serif;--font-body: DM Sans, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"DM Sans",sans-serif;background:#faf7f2;color:#2c2c2c;overflow-x:hidden;-webkit-font-smoothing:antialiased}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:.75rem 1.5rem;background:#1a1a1a;color:#fff;font-family:"DM Sans",sans-serif;font-size:.85rem;text-decoration:none;border-radius:0 0 8px 8px;transition:top .2s ease}.skip-link:focus{top:0}*:focus-visible{outline:2px solid #c4745a;outline-offset:2px}*:focus:not(:focus-visible){outline:none}@keyframes loaderPulse{0%,100%{opacity:.3}50%{opacity:1}}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.piccoli-loader{position:fixed;inset:0;z-index:9999;background:#faf7f2;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease;transition:opacity .6s ease,visibility .6s ease}.piccoli-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.piccoli-loader-text{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,5vw,4rem);letter-spacing:.15em;color:#1a1a1a;animation:loaderPulse 1.2s ease-in-out infinite}.piccoli-loader-logo{max-height:80px;width:auto;animation:loaderPulse 1.2s ease-in-out infinite}.piccoli-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 3rem;display:flex;align-items:center;justify-content:space-between;background:rgba(250,247,242,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.04);transition:transform .4s ease}@media(max-width: 768px){.piccoli-nav{padding:1rem 1.5rem}}.piccoli-nav .nav-logo{font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;letter-spacing:.12em;color:#1a1a1a;text-decoration:none;font-weight:600}.piccoli-nav .nav-logo span{font-weight:400;font-style:italic;letter-spacing:.02em;font-size:.7em;color:#7a7268;margin-left:.5em}.piccoli-nav .nav-logo img{max-height:50px;width:auto}@media(max-width: 1024px){.piccoli-nav .nav-links{display:none}}.piccoli-nav .nav-links ul{display:flex;gap:2rem;align-items:center;list-style:none;margin:0;padding:0}.piccoli-nav .nav-links .menu-item{position:relative}.piccoli-nav .nav-links .menu-item.has-sub:hover>.sub-menu-container{opacity:1;visibility:visible;transform:translateY(0)}.piccoli-nav .nav-links .menu-item.current>.menu-link{color:#c4745a}.piccoli-nav .nav-links .menu-item.current>.menu-link::after{width:100%}.piccoli-nav .nav-links .menu-link{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:#2c2c2c;text-decoration:none;position:relative;transition:color .3s ease;padding:.5rem 0;display:block;white-space:nowrap}.piccoli-nav .nav-links .menu-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:#c4745a;transition:width .3s ease}.piccoli-nav .nav-links .menu-link:hover{color:#c4745a}.piccoli-nav .nav-links .menu-link:hover::after{width:100%}.piccoli-nav .nav-links .sub-menu-container{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);padding:.75rem 0;min-width:200px;opacity:0;visibility:hidden;transition:opacity,transform,visibility .3s ease;z-index:110}.piccoli-nav .nav-links .sub-menu-container::before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.piccoli-nav .nav-links .sub-menu-container .menu-item{padding:0}.piccoli-nav .nav-links .sub-menu-container .menu-link{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;font-weight:500;padding:.5rem 1.25rem;color:#2c2c2c;display:block}.piccoli-nav .nav-links .sub-menu-container .menu-link::after{display:none}.piccoli-nav .nav-links .sub-menu-container .menu-link:hover{color:#c4745a;background:rgba(240,235,227,.4)}.piccoli-nav .nav-icons{display:flex;gap:1.5rem;align-items:center}.piccoli-nav .nav-icons a{color:#2c2c2c;text-decoration:none;transition:color .3s ease}.piccoli-nav .nav-icons a:hover{color:#c4745a}.piccoli-nav .cart-icon{position:relative;display:inline-flex}.piccoli-nav .cart-counter{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;border-radius:50%;background:#c4745a;color:#fff;font-size:.6rem;display:flex;align-items:center;justify-content:center;font-weight:600;padding:0 3px}.piccoli-nav .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media(max-width: 1024px){.piccoli-nav .mobile-menu-btn{display:block}}.piccoli-nav .hamburger{width:20px;height:14px;position:relative}.piccoli-nav .hamburger span{display:block;width:100%;height:1.5px;background:#1a1a1a;position:absolute;left:0;transition:all .3s ease}.piccoli-nav .hamburger span:nth-child(1){top:0}.piccoli-nav .hamburger span:nth-child(2){top:6px}.piccoli-nav .hamburger span:nth-child(3){top:12px}.piccoli-nav .mobile-menu-btn.active .hamburger span:nth-child(1){top:6px;transform:rotate(45deg)}.piccoli-nav .mobile-menu-btn.active .hamburger span:nth-child(2){opacity:0}.piccoli-nav .mobile-menu-btn.active .hamburger span:nth-child(3){top:6px;transform:rotate(-45deg)}.nav-links-mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:99;padding:5rem 2rem 2rem;overflow-y:auto}.nav-links-mobile.open{display:block}.nav-links-mobile ul{list-style:none;margin:0;padding:0}.nav-links-mobile .menu-item{border-bottom:1px solid #f0ebe3}.nav-links-mobile .menu-link{display:block;padding:1rem 0;font-size:1rem;font-weight:500;color:#1a1a1a;text-decoration:none;letter-spacing:.04em}.nav-links-mobile .sub-menu-container{padding-left:1rem;padding-bottom:.5rem}.nav-links-mobile .sub-menu-container .menu-link{font-size:.85rem;font-weight:400;color:#7a7268;padding:.6rem 0}.piccoli-search-overlay{position:fixed;inset:0;z-index:200;background:rgba(26,26,26,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;opacity:0;visibility:hidden;transition:opacity,visibility .3s ease}.piccoli-search-overlay.open{opacity:1;visibility:visible}.piccoli-search-overlay.open .search-overlay-inner{transform:translateY(0);opacity:1}.piccoli-search-overlay.loading .search-field-icon{animation:loaderPulse .8s ease-in-out infinite}.search-overlay-inner{position:relative;width:90%;max-width:600px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.2);transform:translateY(-20px);opacity:0;transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1),opacity .3s ease;max-height:80vh;display:flex;flex-direction:column}.search-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#7a7268;padding:.25rem;transition:color .3s ease}.search-close:hover{color:#2c2c2c}.search-field{display:flex;align-items:center;gap:.75rem;border-bottom:2px solid #f0ebe3;padding-bottom:.75rem;margin-bottom:1rem}.search-field .search-field-icon{color:#7a7268;flex-shrink:0}.search-field input{flex:1;border:none;outline:none;font-family:"DM Sans",sans-serif;font-size:1.05rem;color:#2c2c2c;background:rgba(0,0,0,0)}.search-field input::placeholder{color:#7a7268}.search-results{overflow-y:auto;flex:1}.search-results:empty{display:none}.search-results .wrapper_risultati{display:flex;flex-direction:column;gap:.5rem}.search-results h3{font-family:"Playfair Display",Georgia,serif;font-size:.85rem;color:#7a7268;margin-bottom:.5rem;letter-spacing:.04em}.search-results a{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;text-decoration:none;color:#2c2c2c;transition:background .3s ease}.search-results a:hover{background:#f0ebe3}.search-results a img{width:48px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0}.search-results a span{font-size:.85rem;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;font-weight:500;color:#7a7268;display:block;margin-bottom:.15rem}.search-results .ricerca_more{display:block;text-align:center;padding:.75rem;margin-top:.5rem;font-size:.8rem;font-weight:500;color:#c4745a;text-decoration:none;border-top:1px solid #f0ebe3}.search-results .ricerca_more:hover{color:#b8654a;background:rgba(0,0,0,0)}.hero-slider{position:relative;width:100%;height:100vh;overflow:hidden;margin-top:0}@media(max-width: 1024px){.hero-slider{height:70vh;min-height:480px}}@media(max-width: 768px){.hero-slider{height:60vh;min-height:400px}}.slider-track{display:flex;height:100%;transition:transform .8s cubic-bezier(0.65, 0, 0.35, 1)}.slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center;overflow:hidden}.slide-bg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:transform 6s ease-out}.slide.active .slide-bg{transform:scale(1.05)}.slide-bg-pattern{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle at 20% 50%, #2C2C2C 1px, transparent 1px);background-size:30px 30px}.slide:nth-child(1) .slide-bg{background:linear-gradient(135deg, #F5E6D3 0%, #E8D5C0 40%, #D4C0AC 100%)}.slide:nth-child(2) .slide-bg{background:linear-gradient(135deg, #C8DAE8 0%, #B0C8D8 40%, #98B8C8 100%)}.slide:nth-child(3) .slide-bg{background:linear-gradient(135deg, #D9E8CC 0%, #C4D8B0 40%, #B0C8A0 100%)}.slide:nth-child(4) .slide-bg{background:linear-gradient(135deg, #E8D0E0 0%, #D8BCD0 40%, #C8A8C0 100%)}.slide-image-area{position:absolute;inset:0;z-index:0}.slide-image-area img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}@media(max-width: 768px){.slide-image-area img{object-position:center top}}.slide-image-area::after{content:"";position:absolute;inset:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%)}@media(max-width: 1024px){.slide-image-area::after{background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.1) 100%)}}.slide-content{position:relative;z-index:2;padding:0 5%;max-width:55%;opacity:0;transform:translateY(40px);transition:opacity,transform .6s ease}.slide.active .slide-content{opacity:1;transform:translateY(0);transition-delay:.2s}@media(max-width: 1024px){.slide-content{max-width:85%;padding:5rem 2rem 2rem}}@media(max-width: 768px){.slide-content{max-width:100%;padding:4.5rem 1.5rem 1.5rem}}.slide-tag{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;color:#c4745a;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.slide-tag::before{content:"";width:24px;height:1.5px;background:#c4745a}.slide-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:1.1;font-weight:400;color:#fff;margin-bottom:1.25rem}.slide-title em{font-style:italic;color:#e3e3e3}@media(max-width: 768px){.slide-title{font-size:clamp(1.8rem,6vw,2.5rem)}}.slide-desc{font-size:1.1rem;line-height:1.8;color:#f0f0f0;max-width:400px;font-weight:400;margin-bottom:3rem}@media(max-width: 768px){.slide-desc{font-size:.95rem;line-height:1.6;margin-bottom:2rem}}.slide-actions{display:flex;gap:1rem;align-items:center}.slider-controls{position:absolute;bottom:3rem;left:5%;display:flex;align-items:center;gap:1.5rem;z-index:10}@media(max-width: 1024px){.slider-controls{left:2rem}}@media(max-width: 768px){.slider-controls{left:1.5rem;bottom:2rem}}.slider-dots{display:flex;gap:.6rem;align-items:center}.slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot.active{width:32px;border-radius:4px;background:#fff}.slider-arrows{display:flex;gap:.5rem}@media(max-width: 768px){.slider-arrows{display:none}}.slider-arrow{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:1rem;backdrop-filter:blur(4px)}.slider-arrow:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5)}.slider-counter{font-size:.7rem;letter-spacing:.08em;color:#a3a3a3;font-weight:400;font-variant-numeric:tabular-nums}.slider-counter .current-num{font-size:1.1rem;font-weight:600;color:#fff;font-family:"Playfair Display",Georgia,serif}.slider-progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(255,255,255,.7);z-index:10;transition:width .1s linear}.btn-primary,.account-card .emt-button,.emt-form-change-password .emt-button{padding:.95rem 2.5rem;background:#1a1a1a;color:#fff;border:none;font-family:"DM Sans",sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover,.account-card .emt-button:hover,.emt-form-change-password .emt-button:hover{background:#c4745a;transform:translateY(-2px);color:#fff}.btn-secondary{padding:.95rem 2rem;background:rgba(0,0,0,0);color:#2c2c2c;border:1.5px solid #2c2c2c;font-family:"DM Sans",sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:#c4745a;color:#c4745a}.btn-white{padding:.95rem 2.5rem;background:#fff;color:#1a1a1a;border:none;font-family:"DM Sans",sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;cursor:pointer;width:fit-content;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.section-link{font-size:.8rem;color:#c4745a;text-decoration:none;letter-spacing:.08em;font-weight:500;transition:all .3s ease}.section-link:hover{color:#b8654a}.piccoli-carousel{position:relative}.piccoli-carousel .piccoli-carousel-track{display:flex;gap:1.25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:.5rem 0}.piccoli-carousel .piccoli-carousel-track::-webkit-scrollbar{display:none}.piccoli-carousel .piccoli-carousel-track.dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}.piccoli-carousel .piccoli-carousel-track .product-card{min-width:220px;max-width:220px;flex-shrink:0}@media(max-width: 768px){.piccoli-carousel .piccoli-carousel-track .product-card{min-width:170px;max-width:170px}}.piccoli-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #f0ebe3;box-shadow:0 4px 16px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:#2c2c2c;transition:all .3s ease}.piccoli-carousel .carousel-arrow:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.piccoli-carousel .carousel-arrow.hidden{opacity:0;pointer-events:none}.piccoli-carousel .carousel-arrow-prev{left:-16px}.piccoli-carousel .carousel-arrow-next{right:-16px}@media(max-width: 768px){.piccoli-carousel .carousel-arrow{display:none}}.home-about{padding:4.5rem 2rem;background:#faf7f2;text-align:center}.home-about-inner{max-width:720px;margin:0 auto}.home-about-tagline{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-style:italic;color:#1a1a1a;line-height:1.5;margin:0 0 1.5rem}@media(max-width: 768px){.home-about-tagline{font-size:1.25rem}}.home-about-divider{width:50px;height:2px;background:#c4745a;margin:0 auto 1.5rem}.home-about-text{font-size:.95rem;color:#2c2c2c;line-height:1.85;font-weight:300;margin:0}.home-about-text strong{font-weight:600;color:#1a1a1a}.home-about-text em{font-style:italic;color:#1a1a1a}.marquee{padding:1.2rem 0;background:#1a1a1a;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 30s linear infinite}.marquee-item{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:#a3a3a3;padding:0 3rem;font-weight:400}.marquee-item .dot{color:#c4745a;margin-right:.5rem}.piccoli-section{padding:6rem 3rem}@media(max-width: 768px){.piccoli-section{padding:4rem 1.5rem}}.section-tag{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;color:#c4745a;margin-bottom:.75rem}.section-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;color:#1a1a1a;margin-bottom:1rem}.section-title em{font-style:italic}.section-desc{font-size:.95rem;color:#7a7268;max-width:500px;line-height:1.7;font-weight:300}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;flex-wrap:wrap;gap:1rem}.section-header--center{justify-content:center;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1024px){.categories-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.categories-grid{gap:1rem}}.categories-grid--centered{grid-template-columns:repeat(auto-fit, minmax(180px, 220px));justify-content:center}.cat-card{position:relative;aspect-ratio:3/4;border-radius:16px;overflow:hidden;cursor:pointer;text-decoration:none;display:block}.cat-card:hover .cat-card-bg{transform:scale(1.05)}.cat-card:hover .cat-card-emoji,.cat-card:hover .cat-card-initial{transform:translate(-50%, -65%) scale(1.1)}.cat-card-bg{position:absolute;inset:0;transition:transform .6s ease}.cat-card:nth-child(1) .cat-card-bg{background:linear-gradient(145deg, #E8D5C4 0%, #D4BBA8 100%)}.cat-card:nth-child(2) .cat-card-bg{background:linear-gradient(145deg, #C4D4C4 0%, #A8BFA8 100%)}.cat-card:nth-child(3) .cat-card-bg{background:linear-gradient(145deg, #C4D4E4 0%, #A8BFD4 100%)}.cat-card:nth-child(4) .cat-card-bg{background:linear-gradient(145deg, #E4D4E4 0%, #D4BFD4 100%)}.cat-card-emoji{position:absolute;top:50%;left:50%;transform:translate(-50%, -60%);font-size:3.5rem;transition:transform .4s ease}.cat-card-initial{position:absolute;top:50%;left:50%;transform:translate(-50%, -60%);width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",Georgia,serif;font-size:2rem;color:#1a1a1a;transition:transform .4s ease}.cat-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cat-card:hover .cat-card-img{transform:scale(1.08)}.cat-card-info{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,.25);transition:background .4s ease}.cat-card:hover .cat-card-info{background:rgba(0,0,0,.35)}.cat-card-name{font-family:"Playfair Display",Georgia,serif;font-size:1.2rem;color:#fff;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.3)}.cat-card-count{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:#bababa}.products-section{background:#fff}.products-tabs{display:flex;gap:1.5rem;margin-bottom:3rem}.tab-btn{padding:.5rem 1.2rem;background:rgba(0,0,0,0);border:1.5px solid #f0ebe3;border-radius:30px;font-family:"DM Sans",sans-serif;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s ease;color:#7a7268}.tab-btn.active,.tab-btn:hover{border-color:#1a1a1a;color:#1a1a1a;background:#faf7f2}.products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 1024px){.products-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(240,235,227,.8);transition:transform,box-shadow,border-color .35s ease;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.07);border-color:rgba(0,0,0,0)}.product-card:hover .product-img img{transform:scale(1.05)}.product-img{aspect-ratio:4/5;overflow:hidden;position:relative;background:#f0ebe3}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-img-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .5s ease;background:linear-gradient(135deg, #F5E6D3, #EDD5BE)}.product-img-bg .emoji{font-size:3rem;filter:grayscale(0.1)}.product-img-bg img{width:100%;height:100%;object-fit:cover}.product-card:nth-child(1) .product-img-bg{background:linear-gradient(135deg, #F5E6D3, #EDD5BE)}.product-card:nth-child(2) .product-img-bg{background:linear-gradient(135deg, #D3E6F5, #BED5ED)}.product-card:nth-child(3) .product-img-bg{background:linear-gradient(135deg, #E6F5D3, #D5EDBE)}.product-card:nth-child(4) .product-img-bg{background:linear-gradient(135deg, #F5D3E6, #EDBED5)}.product-card:nth-child(5) .product-img-bg{background:linear-gradient(135deg, #E6D3F5, #D5BEED)}.product-card:nth-child(6) .product-img-bg{background:linear-gradient(135deg, #F5F0D3, #EDE8BE)}.product-card:nth-child(7) .product-img-bg{background:linear-gradient(135deg, #D3F5F0, #BEEDE8)}.product-card:nth-child(8) .product-img-bg{background:linear-gradient(135deg, #F5D3D3, #EDBEBE)}.product-wishlist{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;opacity:0;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.product-wishlist:hover{transform:scale(1.1)}.product-badge{position:absolute;top:.6rem;left:.6rem;padding:.25rem .6rem;border-radius:6px;font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;font-weight:500;font-weight:600;z-index:2}.product-badge.badge-new{background:#8fa68e;color:#fff}.product-badge.badge-sale{background:#c4745a;color:#fff}.product-brand{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;color:#7a7268;margin-bottom:.2rem}.product-name{font-size:.82rem;color:#1a1a1a;margin-bottom:0;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;gap:.5rem;align-items:center}.product-price .current{font-size:.95rem;font-weight:600;color:#1a1a1a}.product-price .old{font-size:.8rem;color:#7a7268;text-decoration:line-through}.product-sizes{display:flex;gap:.3rem;margin-top:.5rem}.product-sizes span{font-size:.6rem;color:#7a7268;padding:.2rem .4rem;border:1px solid #f0ebe3;border-radius:4px;letter-spacing:.04em}.featured-banner{margin:0 3rem;border-radius:20px;overflow:hidden;background:linear-gradient(135deg, #8FA68E 0%, #6B8F6A 100%);display:grid;grid-template-columns:1fr 1fr;min-height:400px}@media(max-width: 1024px){.featured-banner{grid-template-columns:1fr;margin:0 2rem}}@media(max-width: 768px){.featured-banner{margin:0 1.5rem;border-radius:12px}}.banner-content{padding:4rem;display:flex;flex-direction:column;justify-content:center;color:#fff}@media(max-width: 768px){.banner-content{padding:2.5rem}}.banner-tag{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;opacity:.7;margin-bottom:1rem}.banner-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1rem}.banner-title em{font-style:italic}.banner-desc{font-size:.9rem;line-height:1.7;opacity:.8;max-width:380px;margin-bottom:2rem;font-weight:300}.banner-visual{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width: 1024px){.banner-visual{min-height:200px}}.banner-visual img{width:100%;height:100%;object-fit:cover}.banner-emoji{font-size:8rem;animation:float 4s ease-in-out infinite}.trust-bar{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;padding:4rem 3rem;text-align:center}@media(max-width: 1024px){.trust-bar{grid-template-columns:repeat(2, 1fr)}}.trust-item-icon{font-size:1.8rem;margin-bottom:.75rem}.trust-item-title{font-size:.8rem;font-weight:600;letter-spacing:.06em;color:#1a1a1a;margin-bottom:.3rem}.trust-item-desc{font-size:.75rem;color:#7a7268;line-height:1.5;font-weight:300}.lookbook-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:300px 300px;gap:1.25rem}@media(max-width: 768px){.lookbook-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:1rem}}.look-card{border-radius:14px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .4s ease}.look-card:nth-child(1){background:linear-gradient(145deg, #E8D9C8, #D4C0AC)}.look-card:nth-child(2){background:linear-gradient(145deg, #C8D9E8, #ACD0D4)}.look-card:nth-child(3){background:linear-gradient(145deg, #E8C8D9, #D4ACB8)}.look-card:nth-child(4){background:linear-gradient(145deg, #D9E8C8, #BFD4AC)}.look-card:nth-child(5){background:linear-gradient(145deg, #D9C8E8, #C4ACD4)}.look-card:nth-child(6){background:linear-gradient(145deg, #E8E0C8, #D4CCAC)}.look-card:nth-child(7){background:linear-gradient(145deg, #C8E8D9, #ACD4C0)}.look-card:nth-child(8){background:linear-gradient(145deg, #D9C8D9, #C4ACD4)}.look-card:first-child{grid-row:span 2}.look-card:hover{transform:translateY(-4px)}.look-card:hover .look-card-overlay{opacity:1}.look-card:hover .look-card-img{transform:scale(1.06)}.look-card:hover .look-card-initial{transform:scale(1.1)}@media(max-width: 768px){.look-card{min-height:200px}.look-card:first-child{grid-row:auto}}.look-card-img{width:100%;height:100%;object-fit:cover;object-position:center top;position:absolute;inset:0;transition:transform .6s ease}.look-card-initial{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",Georgia,serif;font-size:2.2rem;color:#1a1a1a;position:relative;z-index:1;transition:transform .4s ease}.look-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.5));padding:1.25rem;z-index:2;opacity:0;transition:opacity .4s ease}.look-card-img~.look-card-overlay{opacity:1}.look-card-name{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;color:#fff;font-weight:600}.look-card-brand{font-size:.7rem;color:#d0d0d0;margin-top:.25rem}.piccoli-newsletter{background:#1a1a1a;padding:5rem 3rem;text-align:center;color:#fff}@media(max-width: 768px){.piccoli-newsletter{padding:3rem 1.5rem}}.piccoli-newsletter .section-tag{color:#c4745a;margin-bottom:.75rem}.newsletter-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin-bottom:.75rem}.newsletter-title em{font-style:italic}.newsletter-desc{font-size:.9rem;color:#a3a3a3;margin-bottom:2rem;font-weight:300}.newsletter-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}@media(max-width: 768px){.newsletter-form{flex-direction:column}}.newsletter-form input{flex:1;padding:.9rem 1.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-family:"DM Sans",sans-serif;font-size:.85rem;outline:none;transition:border-color .3s ease}.newsletter-form input::placeholder{color:#9a9a9a}.newsletter-form input:focus{border-color:#c4745a}.newsletter-form button{padding:.9rem 2rem;background:#c4745a;color:#fff;border:none;font-family:"DM Sans",sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-form button:hover{background:#b8654a}.piccoli-footer{padding:4rem 3rem 2rem;border-top:1px solid #f0ebe3}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}@media(max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand-name{font-family:"Playfair Display",Georgia,serif;font-size:1.3rem;letter-spacing:.1em;color:#1a1a1a;margin-bottom:.75rem;font-weight:600}.footer-brand-desc{font-size:.8rem;color:#7a7268;line-height:1.7;max-width:280px;font-weight:300}.footer-col-title{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;font-weight:600;color:#1a1a1a;margin-bottom:1.2rem}.footer-col a{display:block;font-size:.8rem;color:#7a7268;text-decoration:none;margin-bottom:.6rem;font-weight:300;transition:color .3s ease}.footer-col a:hover{color:#c4745a}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{margin:0;padding:0}.footer-col ul .menu-link{display:block;font-size:.8rem;color:#7a7268;text-decoration:none;margin-bottom:.6rem;font-weight:300;transition:color .3s ease}.footer-col ul .menu-link:hover{color:#c4745a}.footer-col ul .sub-menu-container{display:none}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:#f0ebe3;display:flex;align-items:center;justify-content:center;font-size:.85rem;text-decoration:none;transition:all .3s ease}.footer-social a:hover{background:#c4745a;transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #f0ebe3;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.7rem;color:#7a7268;font-weight:300}.footer-payments{display:flex;gap:.75rem}.footer-payments span{padding:.3rem .6rem;background:#f0ebe3;border-radius:4px;font-size:.65rem;color:#7a7268;font-weight:500}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.piccoli-page{padding-top:5rem;min-height:70vh}.piccoli-page .page-header{padding:4rem 3rem 2rem}@media(max-width: 768px){.piccoli-page .page-header{padding:3rem 1.5rem 1.5rem}}.piccoli-page .page-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;color:#1a1a1a;margin-bottom:.5rem}.piccoli-page .page-title em{font-style:italic;color:#c4745a}.piccoli-page .page-subtitle{font-size:1rem;color:#7a7268;font-weight:300;max-width:600px}.piccoli-page .page-content{padding:2rem 3rem 4rem}@media(max-width: 768px){.piccoli-page .page-content{padding:1.5rem 1.5rem 3rem}}.piccoli-page .page-content h2{font-family:"Playfair Display",Georgia,serif;font-size:1.8rem;font-weight:400;color:#1a1a1a;margin:2rem 0 1rem}.piccoli-page .page-content p{font-size:.95rem;line-height:1.8;color:#636058;margin-bottom:1rem}.piccoli-page .page-content img{max-width:100%;border-radius:12px;margin:1rem 0}.about-hero{position:relative;width:100%;height:70vh;min-height:400px;max-height:700px;overflow:hidden;margin-top:4.5rem}@media(max-width: 768px){.about-hero{height:50vh;min-height:300px;margin-top:4rem}}.about-hero-img{width:100%;height:100%;object-fit:cover;display:block}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem 3rem}@media(max-width: 768px){.about-hero-overlay{padding:2.5rem 1.5rem}}.about-hero-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:400;color:#fff;margin-bottom:.4rem;line-height:1.2}.about-hero-title em{font-style:italic}.about-hero-subtitle{font-size:clamp(.85rem,1.2vw,.95rem);color:#e3e3e3;font-weight:300;max-width:600px;line-height:1.6}.about-intro{padding:5rem 2rem;background:#faf7f2;text-align:center}@media(max-width: 768px){.about-intro{padding:3.5rem 1.5rem}}.about-intro-inner{max-width:780px;margin:0 auto}.about-intro-divider{width:50px;height:2px;background:#c4745a;margin:0 auto 2rem}.about-intro-text{font-size:.9rem;color:#2c2c2c;line-height:1.8;font-weight:300}.about-intro-text strong{font-weight:600;color:#1a1a1a}.about-intro-text em{font-style:italic;color:#1a1a1a}.about-intro-text p{margin-bottom:1rem}.about-intro-text p:last-child{margin-bottom:0}.about-gallery{display:grid;grid-template-columns:1.2fr 1fr;gap:1.25rem;padding:0 3rem 3rem;max-width:1200px;margin:0 auto}@media(max-width: 768px){.about-gallery{grid-template-columns:1fr;padding:0 1.5rem 2rem}}.about-gallery-main{grid-row:1/-1}@media(max-width: 768px){.about-gallery-main{grid-row:auto}}.about-gallery-side{display:flex;flex-direction:column;gap:1.25rem}.about-gallery-item{border-radius:14px;overflow:hidden}.about-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.about-gallery-item:hover img{transform:scale(1.03)}.about-gallery-main img{min-height:100%}.about-content{padding:4rem 3rem 5rem}@media(max-width: 768px){.about-content{padding:2.5rem 1.5rem 3rem}}.about-content-inner{max-width:900px;margin:0 auto}.about-content-inner h2{font-family:"Playfair Display",Georgia,serif;font-size:1.4rem;font-weight:400;color:#1a1a1a;margin:2rem 0 .75rem}.about-content-inner h2 em{font-style:italic;color:#c4745a}.about-content-inner h3{font-size:1.05rem;font-weight:500;color:#1a1a1a;margin:1.5rem 0 .6rem}.about-content-inner p{font-size:.88rem;line-height:1.8;color:#5b5850;margin-bottom:.85rem}.about-content-inner img{max-width:100%;border-radius:12px;margin:1.5rem 0}.about-content-inner blockquote{border-left:3px solid #c4745a;padding:.8rem 1.2rem;margin:1.5rem 0;font-family:"Playfair Display",Georgia,serif;font-style:italic;font-size:.95rem;color:#1a1a1a;background:#faf7f2;border-radius:0 8px 8px 0}.about-content-inner ul,.about-content-inner ol{padding-left:1.5rem;margin-bottom:.85rem}.about-content-inner ul li,.about-content-inner ol li{font-size:.88rem;line-height:1.8;color:#5b5850;margin-bottom:.3rem}.piccoli-404{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:3rem}.piccoli-404 .error-code{font-family:"Playfair Display",Georgia,serif;font-size:clamp(6rem,15vw,12rem);font-weight:400;color:#f0ebe3;line-height:1;margin-bottom:1rem}.piccoli-404 .error-title{font-family:"Playfair Display",Georgia,serif;font-size:1.8rem;font-weight:400;color:#1a1a1a;margin-bottom:.75rem}.piccoli-404 .error-desc{font-size:.95rem;color:#7a7268;margin-bottom:2rem;font-weight:300}.piccoli-contatti{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;padding:2rem 3rem 4rem}@media(max-width: 1024px){.piccoli-contatti{grid-template-columns:1fr;gap:2rem}}@media(max-width: 768px){.piccoli-contatti{padding:1.5rem 1.5rem 3rem}}.contatti-left{display:flex;flex-direction:column;gap:1.5rem}.contatti-info-cards{display:flex;flex-direction:column;gap:.75rem}.contatti-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;background:#fff;border:1px solid #f0ebe3;border-radius:12px;transition:all .3s ease}.contatti-info-card:hover{border-color:#e2d8c8}.contatti-info-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;background:#faf7f2;border-radius:10px;color:#c4745a}.contatti-info-body{font-size:.85rem;color:#2c2c2c;line-height:1.6}.contatti-info-body a{color:#c4745a;text-decoration:none}.contatti-info-body a:hover{text-decoration:underline}.contatti-info-label{font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#7a7268;margin:0 0 .15rem}.contatti-description{font-size:.88rem;color:#636058;line-height:1.8}.contatti-description p{margin:0 0 .8rem}.contatti-description a{color:#c4745a}.contatti-maps{border-radius:12px;overflow:hidden;border:1px solid #f0ebe3}.contatti-maps iframe{width:100%;min-height:300px;border:0;display:block}.contatti-right{position:sticky;top:100px}@media(max-width: 1024px){.contatti-right{position:static}}.contatti-form-wrapper{background:#fff;border:1px solid #f0ebe3;border-radius:12px;padding:2rem}.contatti-form-title{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.4rem;color:#1a1a1a;margin:0 0 .4rem}.contatti-form-subtitle{font-size:.85rem;color:#7a7268;margin:0 0 1.5rem;line-height:1.5}.contatti-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 768px){.contatti-form-grid{grid-template-columns:1fr}}.contatti-field-full{grid-column:1/-1}.contatti-label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.required-mark{color:#c4745a;margin-left:.1rem}.contatti-input{width:100%;padding:.75rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;transition:border-color .3s ease}.contatti-input:focus{outline:none;border-color:#c4745a}.contatti-input::placeholder{color:#7a7268}.contatti-input.inputError{border-color:#b91c1c}.contatti-textarea{resize:vertical;min-height:120px}.contatti-checkboxes{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.contatti-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:#636058;cursor:pointer;line-height:1.4}.contatti-checkbox input[type=checkbox]{margin-top:.2rem;accent-color:#c4745a}.contatti-checkbox a{color:#c4745a}.contatti-submit{margin-top:.5rem}.contatti-submit .btn-primary,.contatti-submit .account-card .emt-button,.account-card .contatti-submit .emt-button,.contatti-submit .emt-form-change-password .emt-button,.emt-form-change-password .contatti-submit .emt-button{width:100%}.labelError{display:block;color:#b91c1c;font-size:.75rem;margin-top:.2rem}.newsletter-page-form{max-width:640px;margin:0 auto;padding:0 3rem 4rem}@media(max-width: 768px){.newsletter-page-form{padding:0 1.5rem 3rem}}.newsletter-page-content{font-size:.9rem;color:#535048;line-height:1.8;margin-bottom:2rem}.newsletter-page-content p{margin:0 0 .8rem}.newsletter-page-content a{color:#c4745a}.piccoli-prodotti-lista{padding:8rem 3rem 4rem}@media(max-width: 768px){.piccoli-prodotti-lista{padding:7rem 1.5rem 3rem}}.piccoli-prodotti-lista .lista-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.piccoli-prodotti-lista .order-select-wrapper{position:relative}.piccoli-prodotti-lista .order-select-wrapper::after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid #2c2c2c;pointer-events:none}.piccoli-prodotti-lista .order-select{appearance:none;-webkit-appearance:none;padding:.6rem 2.5rem .6rem 1rem;background:#fff;border:1.5px solid #f0ebe3;border-radius:8px;font-family:"DM Sans",sans-serif;font-size:.78rem;color:#2c2c2c;cursor:pointer;transition:all .3s ease;outline:none}.piccoli-prodotti-lista .order-select:hover{border-color:#7a7268}.piccoli-prodotti-lista .order-select:focus{border-color:#1a1a1a}.lista-layout{display:grid;grid-template-columns:240px 1fr;gap:2.5rem;align-items:start}@media(max-width: 1024px){.lista-layout{grid-template-columns:200px 1fr;gap:1.5rem}}@media(max-width: 768px){.lista-layout{grid-template-columns:1fr}}.lista-sidebar{position:sticky;top:6rem}@media(max-width: 768px){.lista-sidebar{position:static}}.lista-sidebar .filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0ebe3}.lista-sidebar .filter-title{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:#1a1a1a;margin:0;font-weight:600;padding-bottom:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .3s ease}.lista-sidebar .filter-title:hover{color:#2c2c2c}.lista-sidebar .filter-title .filter-arrow{transition:transform .3s ease;flex-shrink:0}.lista-sidebar .filter-title.open .filter-arrow{transform:rotate(180deg)}.lista-sidebar .filter-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.lista-sidebar .filter-body.open{max-height:500px;padding-top:.75rem}.lista-sidebar .lista-filters-vertical{display:flex;flex-direction:column;gap:.4rem}.lista-sidebar .filter-btn{display:block;padding:.45rem 0;background:rgba(0,0,0,0);border:none;font-family:"DM Sans",sans-serif;font-size:.82rem;cursor:pointer;transition:all .3s ease;color:#2c2c2c;text-decoration:none}.lista-sidebar .filter-btn.active,.lista-sidebar .filter-btn:hover{color:#1a1a1a;font-weight:500}.lista-sidebar .filter-btn.active{position:relative;padding-left:.75rem}.lista-sidebar .filter-btn.active::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:14px;background:#c4745a;border-radius:2px}.lista-sidebar .filter-links{display:flex;flex-direction:column;gap:.3rem;max-height:220px;overflow-y:auto}.lista-sidebar .filter-link{display:block;font-size:.8rem;color:#2c2c2c;font-weight:400;text-decoration:none;padding:.2rem 0;transition:color .3s ease}.lista-sidebar .filter-link:hover{color:#2c2c2c}.lista-sidebar .filter-link.active{color:#1a1a1a;font-weight:500}.lista-sidebar .filter-tags{display:flex;flex-wrap:wrap;gap:.4rem}.lista-sidebar .filter-tag{padding:.3rem .75rem;border:1.5px solid #f0ebe3;border-radius:30px;font-size:.6rem;letter-spacing:.06em;text-transform:uppercase;font-weight:500;color:#2c2c2c;cursor:pointer;transition:all .3s ease}.lista-sidebar .filter-tag:hover{border-color:#2c2c2c;color:#2c2c2c}.lista-sidebar .filter-tag.selected{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.lista-sidebar .filter-checkboxes{display:flex;flex-direction:column;gap:.35rem;max-height:220px;overflow-y:auto}.lista-sidebar .filter-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.8rem;color:#2c2c2c;font-weight:400;transition:color .3s ease}.lista-sidebar .filter-checkbox:hover{color:#2c2c2c}.lista-sidebar .filter-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;width:15px;height:15px;border:1.5px solid #7a7268;border-radius:3px;cursor:pointer;flex-shrink:0;position:relative;transition:all .3s ease}.lista-sidebar .filter-checkbox input[type=checkbox]:checked{background:#1a1a1a;border-color:#1a1a1a}.lista-sidebar .filter-checkbox input[type=checkbox]:checked::after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.lista-sidebar .filter-checkbox span{line-height:1.3}.lista-sidebar .range-slider{position:relative;width:100%;height:30px;margin-top:.75rem}.lista-sidebar .range-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);pointer-events:none;margin:0}.lista-sidebar .range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#1a1a1a;cursor:pointer;pointer-events:all;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2)}.lista-sidebar .range-slider input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#1a1a1a;cursor:pointer;pointer-events:all;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2)}.lista-sidebar .range-slider .full_range{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:3px;background:#f0ebe3;border-radius:2px}.lista-sidebar .range-slider .incl_range{position:absolute;top:50%;transform:translateY(-50%);height:3px;background:#1a1a1a;border-radius:2px}.lista-sidebar .range-slider .output{position:absolute;top:-18px;font-size:.65rem;color:#2c2c2c;font-weight:500}.lista-sidebar .range-slider .output.first_output{left:0}.lista-sidebar .range-slider .output.second_output{right:0}.lista-sidebar .filter-actions{display:flex;gap:.5rem}.lista-sidebar .filter-actions .btn-primary,.lista-sidebar .filter-actions .account-card .emt-button,.account-card .lista-sidebar .filter-actions .emt-button,.lista-sidebar .filter-actions .emt-form-change-password .emt-button,.emt-form-change-password .lista-sidebar .filter-actions .emt-button,.lista-sidebar .filter-actions .btn-secondary{padding:.5rem 1rem;font-size:.7rem;flex:1;text-align:center}.lista-content .products-grid{grid-template-columns:repeat(3, 1fr)}@media(max-width: 1024px){.lista-content .products-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.lista-content .products-grid{grid-template-columns:1fr 1fr}}.lista-content .products-empty{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#7a7268;font-size:.95rem;font-weight:300;letter-spacing:.02em;border:1.5px dashed #f0ebe3;border-radius:12px;background:rgba(250,247,242,.4)}.pagination{margin-top:2.5rem}.piccoli-pagination{display:flex;align-items:center;justify-content:center;gap:.4rem}.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:10px;font-family:"DM Sans",sans-serif;font-size:.85rem;font-weight:500;color:#2c2c2c;text-decoration:none;background:rgba(0,0,0,0);border:1.5px solid rgba(0,0,0,0);transition:all .3s ease}.page-btn:hover{background:#faf7f2;border-color:#f0ebe3;color:#1a1a1a}.page-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.page-btn.disabled{color:#7a7268;pointer-events:none;cursor:default}.page-btn.page-prev,.page-btn.page-next{font-size:1rem;color:#1a1a1a}.page-btn.page-prev:hover,.page-btn.page-next:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.product-card .product-card-link{display:block;text-decoration:none;color:inherit;flex:1}.product-card .product-card-info{padding:.75rem .85rem 0}.product-card .product-card-actions{display:flex;align-items:center;justify-content:space-between;padding:.5rem .85rem .85rem}.product-card .product-card-actions .product-cart-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:6px;background:#1a1a1a;color:#fff;border:none;cursor:pointer;font-size:.72rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;transition:all .3s ease}.product-card .product-card-actions .product-cart-btn span{line-height:1}.product-card .product-card-actions .product-cart-btn:hover{background:#c4745a;transform:translateY(-1px)}.product-card .product-card-actions .heart_wishlist,.product-card .product-card-actions .remove_wl{cursor:pointer;font-size:.9rem;color:#7a7268;transition:color .3s ease}.product-card .product-card-actions .heart_wishlist:hover,.product-card .product-card-actions .remove_wl:hover{color:#c4745a}.product-card .product-card-actions .heart_wishlist.hide{display:none}.product-card .product-card-actions.wished .heart_wishlist.hide{display:inline}.product-card .product-card-actions.wished .remove_wl{display:none}.prezzi_wrapper{display:flex;gap:.4rem;align-items:baseline;flex-wrap:wrap;padding:.25rem .85rem 0}.prezzi_wrapper .prezzo-value{font-size:.9rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.01em}.prezzi_wrapper .prezzo_barrato{font-size:.75rem;font-weight:400;color:#7a7268;text-decoration:line-through}.prezzi_wrapper .prezzo_finale.prezzo-sconto{color:#c4745a}.prezzo-iva{display:block;font-size:.6rem;color:#7a7268;font-weight:300;padding:.15rem .85rem 0}.piccoli-prodotto-scheda{padding:6rem 3rem 4rem;max-width:1200px;margin:0 auto}@media(max-width: 768px){.piccoli-prodotto-scheda{padding:5rem 1.5rem 3rem}}.piccoli-prodotto-scheda .scheda-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}@media(max-width: 1024px){.piccoli-prodotto-scheda .scheda-grid{grid-template-columns:1fr;gap:2rem}}.piccoli-prodotto-scheda .scheda-gallery{position:sticky;top:6rem}@media(max-width: 1024px){.piccoli-prodotto-scheda .scheda-gallery{position:static}}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-main{display:block;border-radius:16px;overflow:hidden;background:#f0ebe3;aspect-ratio:1/1;cursor:zoom-in}@media(max-width: 768px){.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-main{border-radius:12px}}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-main:hover img{transform:scale(1.03)}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs .gallery-thumb{width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid rgba(0,0,0,0);cursor:pointer;flex-shrink:0;transition:border-color .3s ease}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs .gallery-thumb.active{border-color:#c4745a}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs .gallery-thumb:hover{border-color:#7a7268}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.piccoli-prodotto-scheda .scheda-gallery .scheda-gallery-thumbs .gallery-thumb-link{text-decoration:none;display:block;flex-shrink:0}.piccoli-prodotto-scheda .scheda-info{display:flex;flex-direction:column;gap:0;padding-top:.5rem}.piccoli-prodotto-scheda .scheda-titolo{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}.piccoli-prodotto-scheda .scheda-descrizione{font-size:.92rem;line-height:1.8;color:#6a6967;margin-bottom:1.25rem}.piccoli-prodotto-scheda .scheda-descrizione p{margin:0 0 .5rem}.piccoli-prodotto-scheda .scheda-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.piccoli-prodotto-scheda .scheda-meta .meta-item{font-size:.8rem;color:#7a7268;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.piccoli-prodotto-scheda .scheda-meta .meta-item strong{color:#2c2c2c;font-weight:600}.piccoli-prodotto-scheda .scheda-prezzi{margin-bottom:1.25rem}.piccoli-prodotto-scheda .scheda-prezzi .prezzi_wrapper{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.piccoli-prodotto-scheda .scheda-prezzi .prezzo-value,.piccoli-prodotto-scheda .scheda-prezzi .prezzo_finale{font-size:1.6rem;font-weight:700;color:#1a1a1a}.piccoli-prodotto-scheda .scheda-prezzi .prezzo_finale.prezzo-sconto{color:#c4745a}.piccoli-prodotto-scheda .scheda-prezzi .prezzo_barrato{font-size:1rem;color:#7a7268;text-decoration:line-through}.piccoli-prodotto-scheda .scheda-prezzi .prezzo-iva{font-size:.75rem;color:#7a7268;font-weight:300;display:block;margin-top:.15rem}.piccoli-prodotto-scheda .scheda-risparmio{background:rgba(143,166,142,.12);color:#678266;padding:.5rem 1rem;border-radius:8px;font-size:.82rem;font-weight:500;margin-bottom:1.25rem;display:inline-block}.piccoli-prodotto-scheda .scheda-disponibilita{margin-bottom:1.25rem}.piccoli-prodotto-scheda .disponibilita-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;padding:.4rem 1rem;border-radius:20px}.piccoli-prodotto-scheda .disponibilita-badge::before{content:"";width:7px;height:7px;border-radius:50%}.piccoli-prodotto-scheda .disponibilita-ok{background:rgba(143,166,142,.12);color:#678266}.piccoli-prodotto-scheda .disponibilita-ok::before{background:#8fa68e}.piccoli-prodotto-scheda .disponibilita-esaurito{background:rgba(204,68,68,.1);color:#b33}.piccoli-prodotto-scheda .disponibilita-esaurito::before{background:#c44}.piccoli-prodotto-scheda .scheda-acquisto{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid rgba(240,235,227,.8)}.piccoli-prodotto-scheda .scheda-acquisto .varianti_wrapper{margin-bottom:1rem}.piccoli-prodotto-scheda .scheda-acquisto .varianti_wrapper select{width:100%;padding:.6rem 1rem;border:1.5px solid #f0ebe3;border-radius:8px;font-size:.88rem;font-family:"DM Sans",sans-serif;background:#fff;color:#2c2c2c;transition:all .3s ease}.piccoli-prodotto-scheda .scheda-acquisto .varianti_wrapper select:focus{outline:none;border-color:#c4745a}.piccoli-prodotto-scheda .scheda-acquisto .quantita-box{width:64px;height:48px;text-align:center;border:1.5px solid #f0ebe3;border-radius:10px;font-size:.95rem;font-family:"DM Sans",sans-serif;color:#2c2c2c;transition:all .3s ease}.piccoli-prodotto-scheda .scheda-acquisto .quantita-box:focus{outline:none;border-color:#c4745a}.piccoli-prodotto-scheda .scheda-acquisto .cart-scheda,.piccoli-prodotto-scheda .scheda-acquisto .btn-primary,.piccoli-prodotto-scheda .scheda-acquisto .account-card .emt-button,.account-card .piccoli-prodotto-scheda .scheda-acquisto .emt-button,.piccoli-prodotto-scheda .scheda-acquisto .emt-form-change-password .emt-button,.emt-form-change-password .piccoli-prodotto-scheda .scheda-acquisto .emt-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:#c4745a;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;font-family:"DM Sans",sans-serif;letter-spacing:.03em;cursor:pointer;transition:all .3s ease}.piccoli-prodotto-scheda .scheda-acquisto .cart-scheda:hover,.piccoli-prodotto-scheda .scheda-acquisto .btn-primary:hover,.piccoli-prodotto-scheda .scheda-acquisto .account-card .emt-button:hover,.account-card .piccoli-prodotto-scheda .scheda-acquisto .emt-button:hover,.piccoli-prodotto-scheda .scheda-acquisto .emt-form-change-password .emt-button:hover,.emt-form-change-password .piccoli-prodotto-scheda .scheda-acquisto .emt-button:hover{background:#b8654a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(196,116,90,.3)}.piccoli-prodotto-scheda .scheda-acquisto .cart-scheda:active,.piccoli-prodotto-scheda .scheda-acquisto .btn-primary:active,.piccoli-prodotto-scheda .scheda-acquisto .account-card .emt-button:active,.account-card .piccoli-prodotto-scheda .scheda-acquisto .emt-button:active,.piccoli-prodotto-scheda .scheda-acquisto .emt-form-change-password .emt-button:active,.emt-form-change-password .piccoli-prodotto-scheda .scheda-acquisto .emt-button:active{transform:translateY(0)}.piccoli-prodotto-scheda .scheda-acquisto>.quantita-box,.piccoli-prodotto-scheda .scheda-acquisto>.cart-scheda,.piccoli-prodotto-scheda .scheda-acquisto>.btn-primary,.piccoli-prodotto-scheda .account-card .scheda-acquisto>.emt-button,.account-card .piccoli-prodotto-scheda .scheda-acquisto>.emt-button,.piccoli-prodotto-scheda .emt-form-change-password .scheda-acquisto>.emt-button,.emt-form-change-password .piccoli-prodotto-scheda .scheda-acquisto>.emt-button,.piccoli-prodotto-scheda .scheda-acquisto>button,.piccoli-prodotto-scheda .scheda-acquisto>input{display:inline-flex;vertical-align:middle;margin-right:.75rem;margin-top:.5rem}.piccoli-prodotto-scheda .scheda-dettagli{margin-top:1rem;padding-top:2.5rem;border-top:1px solid #f0ebe3}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-titolo{font-family:"Playfair Display",Georgia,serif;font-size:1.3rem;font-weight:400;color:#1a1a1a;margin:0 0 1.25rem}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo{font-size:.92rem;line-height:1.9;color:#636058}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo p{margin:0 0 .75rem}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo ul,.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo ol{padding-left:1.25rem;margin:.5rem 0 1rem}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo li{margin-bottom:.35rem}.piccoli-prodotto-scheda .scheda-dettagli .dettagli-corpo img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.scheda-correlati{max-width:1200px;margin:0 auto;padding:2rem 3rem 3rem}@media(max-width: 768px){.scheda-correlati{padding:1.5rem 1.5rem 2rem}}.scheda-correlati .correlati-titolo{font-family:"Playfair Display",Georgia,serif;font-size:1.4rem;font-weight:400;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.trust-bar{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem;padding:2rem 3rem;background:#faf7f2;border-top:1px solid #f0ebe3;border-bottom:1px solid #f0ebe3}@media(max-width: 1024px){.trust-bar{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}@media(max-width: 768px){.trust-bar{grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem}}.trust-bar>div{text-align:center}.trust-bar .trust-item-icon{font-size:1.6rem;margin-bottom:.4rem}.trust-bar .trust-item-title{font-size:.82rem;font-weight:600;color:#1a1a1a;margin-bottom:.15rem}.trust-bar .trust-item-desc{font-size:.72rem;color:#7a7268;line-height:1.4}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid #f0ebe3}.cart-item:first-child{padding-top:0}.cart-item-img{flex-shrink:0;width:100px;height:120px;border-radius:8px;overflow:hidden;background:#faf7f2}.cart-item-img img{width:100%;height:100%;object-fit:cover}@media(max-width: 768px){.cart-item-img{width:80px;height:100px}}.cart-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.cart-item-code{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:#7a7268}.cart-item-name{font-family:"DM Sans",sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a;text-decoration:none;line-height:1.4}.cart-item-name:hover{color:#c4745a}.cart-item-esaurito{display:inline-block;font-size:.7rem;font-weight:500;color:#c0392b;background:#fdeaea;padding:.2rem .5rem;border-radius:4px;margin-top:.15rem}.cart-item-qty-row{margin-top:.4rem}.cart-item-qty-row .cart-qty-input{width:54px;height:32px;border:1px solid #f0ebe3;border-radius:6px;font-size:.8rem;font-family:"DM Sans",sans-serif;text-align:center;background:#fff;color:#1a1a1a;transition:border-color .3s ease}.cart-item-qty-row .cart-qty-input:focus{outline:none;border-color:#c4745a}.cart-item-meta .cart-item-qty{font-size:.8rem;color:#7a7268}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.cart-item-price{flex-shrink:0}.cart-item-price .amount{font-size:.95rem;font-weight:600;color:#1a1a1a;white-space:nowrap}.cart-item-remove{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;color:#7a7268;font-size:.72rem;font-family:"DM Sans",sans-serif;padding:.3rem 0;transition:color .3s ease}.cart-item-remove svg{flex-shrink:0}.cart-item-remove:hover{color:#c0392b}.cart-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-top:1rem;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;font-size:.8rem;color:#8d6e00}.cart-warning svg{flex-shrink:0;stroke:#d4a017}.cart-summary{background:#faf7f2;border-radius:12px;padding:1.5rem}.cart-summary h5{font-family:"Playfair Display",Georgia,serif;font-weight:400;margin:0 0 1.25rem;font-size:1.1rem;color:#1a1a1a}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding:.45rem 0;font-size:.82rem;color:#2c2c2c;border-bottom:1px solid rgba(240,235,227,.6)}.cart-summary-row:last-child{border-bottom:none}.cart-summary-row span{color:#7a7268}.cart-summary-row strong{color:#1a1a1a;font-weight:600}.cart-summary-row.cart-total{padding-top:.75rem;margin-top:.25rem;border-top:2px solid #f0ebe3;border-bottom:none;font-size:.95rem}.cart-summary-row.cart-total span{color:#1a1a1a}.cart-summary-row.cart-total .cart_totale{font-size:1.3rem;font-weight:600;color:#c4745a}.piccoli-carrello{padding:6rem 3rem 4rem;min-height:60vh}@media(max-width: 768px){.piccoli-carrello{padding:5rem 1.5rem 3rem}}.piccoli-carrello .cart-empty{text-align:center;padding:4rem 0}.piccoli-carrello .cart-empty p{color:#7a7268;margin-bottom:2rem;font-size:1rem}.piccoli-carrello .cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media(max-width: 1024px){.piccoli-carrello .cart-layout{grid-template-columns:1fr;gap:2rem}}.piccoli-carrello .cart-sidebar{position:sticky;top:100px}@media(max-width: 1024px){.piccoli-carrello .cart-sidebar{position:static}}.piccoli-carrello .cart-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.piccoli-carrello .cart-actions .btn-primary,.piccoli-carrello .cart-actions .account-card .emt-button,.account-card .piccoli-carrello .cart-actions .emt-button,.piccoli-carrello .cart-actions .emt-form-change-password .emt-button,.emt-form-change-password .piccoli-carrello .cart-actions .emt-button,.piccoli-carrello .cart-actions .btn-secondary{text-align:center;width:100%;padding:.85rem 1.5rem;font-size:.8rem}.account-auth{max-width:450px;margin:0 auto}.account-auth-signup{margin-top:2rem}.account-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #f0ebe3}.account-card-heading{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.5rem;text-align:center;margin:0 0 1.5rem;color:#1a1a1a}.account-error,.account-card .verifica_link_danger,.account-card .error_account,.emt-form-change-password .error_account{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:.7rem 1rem;font-size:.85rem;margin-bottom:1rem}.account-field{margin-bottom:1rem}.account-label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.account-input{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;transition:border-color .3s ease}.account-input:focus{outline:none;border-color:#c4745a}.account-input::placeholder{color:#7a7268}.account-input.error{border-color:#b91c1c}.account-field .emt-form-error{color:#b91c1c;font-size:.78rem;margin-top:.25rem;min-height:0}.account-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.account-link{font-size:.85rem;color:#c4745a;text-decoration:none}.account-link:hover{text-decoration:underline}.account-recovery-desc{font-size:.85rem;color:#7a7268;text-align:center;margin-bottom:1.5rem;line-height:1.5}.account-success,.account-card .success_account,.emt-form-change-password .success_account{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:.7rem 1rem;font-size:.85rem;margin-top:1rem}.account-success h5,.account-card .success_account h5,.emt-form-change-password .success_account h5{font-size:.9rem;margin:0 0 .3rem}.account-success p,.account-card .success_account p,.emt-form-change-password .success_account p{margin:0;font-size:.82rem}.account-switch{text-align:center;margin-top:1.5rem}.emt-form-change-password .emt-form-group{margin-bottom:.85rem}.emt-form-change-password .emt-form-group label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.emt-form-change-password .emt-form-control{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;height:auto;transition:border-color .3s ease}.emt-form-change-password .emt-form-control:focus{outline:none;border-color:#c4745a;box-shadow:none}.emt-form-change-password .emt-button{width:100%}.emt-form-change-password .change_password_info{margin-top:1rem;padding:.8rem 1rem;background:#faf7f2;border-radius:8px;font-size:.8rem;color:#7a7268}.emt-form-change-password .change_password_info h5{font-size:.82rem;font-weight:600;color:#1a1a1a;margin:0 0 .4rem}.emt-form-change-password .change_password_info ul{margin:0;padding-left:1.2rem}.emt-form-change-password .change_password_info ul li{margin-bottom:.15rem}.emt-form-change-password .error_account{margin-top:1rem}.account-dashboard .account-welcome-title{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.3rem;color:#1a1a1a;margin:0 0 2rem}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:2.5rem}@media(max-width: 768px){.account-layout{grid-template-columns:1fr;gap:1.5rem}}.account-nav{display:flex;flex-direction:column;gap:.3rem}@media(max-width: 768px){.account-nav{flex-direction:row;flex-wrap:wrap;gap:.4rem}}.account-nav-link{padding:.6rem 1rem;border-radius:8px;font-size:.85rem;text-decoration:none;color:#1a1a1a;transition:all .3s ease}.account-nav-link:hover{background:#f0ebe3}.account-nav-link.active{background:#f0ebe3;font-weight:500}.account-nav-link.account-nav-logout{color:#c4745a;margin-top:.5rem}@media(max-width: 768px){.account-nav-link.account-nav-logout{margin-top:0}}.account-nav-link.account-nav-logout:hover{background:rgba(196,116,90,.08)}.account-panel{display:none}.account-panel.active{display:block}.account-section-title{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.1rem;color:#1a1a1a;margin:0 0 1rem}.account-indirizzi{margin-bottom:1.5rem}.account-dashboard .emt-form-group{margin-bottom:.85rem}.account-dashboard .emt-form-group label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.account-dashboard .emt-form-control{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;height:auto;transition:border-color .3s ease}.account-dashboard .emt-form-control:focus{outline:none;border-color:#c4745a;box-shadow:none}.account-dashboard select.emt-form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23B8AFA6' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.account-dashboard .emt-row{display:flex;flex-wrap:wrap;margin:0 -8px}.account-dashboard .emt-col-6{width:50%;padding:0 8px}@media(max-width: 768px){.account-dashboard .emt-col-6{width:100%}}.account-dashboard .emt-col-12{width:100%;padding:0 8px}.account-dashboard .emt-form-error{color:#c0392b;font-size:.7rem;margin-top:.2rem}.account-card .emt-form-group{margin-bottom:.85rem}.account-card .emt-form-group label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.account-card .emt-form-control{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;height:auto;transition:border-color .3s ease}.account-card .emt-form-control:focus{outline:none;border-color:#c4745a;box-shadow:none}.account-card .emt-row{display:flex;flex-wrap:wrap;margin:0 -8px}.account-card .emt-col-6{width:50%;padding:0 8px}@media(max-width: 768px){.account-card .emt-col-6{width:100%}}.account-card .emt-col-12{width:100%;padding:0 8px}.account-card .emt-button{width:100%}.account-card .emt-checkbox-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.82rem;color:#1a1a1a}.account-card .emt-checkbox-wrapper a{color:#c4745a}.account-card .error_account{margin-top:1rem}.account-card .verifica_link_success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem;margin-bottom:1rem;font-size:.85rem;color:#166534}.account-card .verifica_link_success h5{font-size:.9rem;margin:0 0 .5rem}.account-card .verifica_link_success hr{border-color:#bbf7d0;margin:.5rem 0}.account-card .verifica_link_success p{margin:0}.account-card .verifica_link_danger{padding:1rem;margin-bottom:1rem}.account-card .verifica_link_danger h5{font-size:.9rem;margin:0 0 .5rem}.account-card .verifica_link_danger hr{border-color:#fecaca;margin:.5rem 0}.account-card .verifica_link_danger p{margin:0}.piccoli-checkout{padding:0 3rem 4rem}@media(max-width: 768px){.piccoli-checkout{padding:0 1.5rem 3rem}}.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}@media(max-width: 1024px){.checkout-layout{grid-template-columns:1fr;gap:2rem}}.checkout-main{display:flex;flex-direction:column;gap:0}.checkout-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.25rem}@media(max-width: 1024px){.checkout-sidebar{position:static}}.checkout-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #f0ebe3}.checkout-card+.checkout-card{margin-top:1.25rem}.checkout-card-title{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.1rem;color:#1a1a1a;margin:0 0 1.25rem}.checkout-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.checkout-tab{padding:.55rem 1.5rem;border-radius:20px;font-size:.82rem;font-weight:500;font-family:"DM Sans",sans-serif;text-decoration:none;border:none;cursor:pointer;background:#f0ebe3;color:#2c2c2c;transition:all .3s ease}.checkout-tab.active{background:#c4745a;color:#fff}.checkout-tab:hover:not(.active){background:#e7dfd2}.checkout-field{margin-bottom:1rem}.checkout-label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.35rem}.checkout-input,.checkout-textarea{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;transition:border-color .3s ease}.checkout-input:focus,.checkout-textarea:focus{outline:none;border-color:#c4745a}.checkout-textarea{resize:vertical;min-height:60px}.piccoli-checkout .emt-form-group{margin-bottom:.85rem}.piccoli-checkout .emt-form-group label{display:block;font-size:.8rem;font-weight:500;color:#1a1a1a;margin-bottom:.3rem}.piccoli-checkout .emt-form-control{width:100%;padding:.7rem 1rem;border:1px solid #e7dfd2;border-radius:8px;font-size:.85rem;font-family:"DM Sans",sans-serif;color:#1a1a1a;background:#fff;height:auto;transition:border-color .3s ease}.piccoli-checkout .emt-form-control:focus{outline:none;border-color:#c4745a;box-shadow:none}.piccoli-checkout select.emt-form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23B8AFA6' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.piccoli-checkout .emt-row{display:flex;flex-wrap:wrap;margin:0 -8px}.piccoli-checkout .emt-col-6{width:50%;padding:0 8px}@media(max-width: 768px){.piccoli-checkout .emt-col-6{width:100%}}.piccoli-checkout .emt-col-12{width:100%;padding:0 8px}.piccoli-checkout .emt-form-error{color:#c0392b;font-size:.7rem;margin-top:.2rem}.checkout-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:#2c2c2c;cursor:pointer;line-height:1.5}.checkout-checkbox-label input[type=checkbox]{margin-top:.2rem;accent-color:#c4745a;flex-shrink:0}.checkout-checkboxes{display:flex;flex-direction:column;gap:.75rem}.checkout-link{color:#c4745a;text-decoration:none;font-weight:500}.checkout-link:hover{text-decoration:underline}.checkout-required{color:#c4745a;font-weight:600}.checkout-section{padding-top:1.25rem;margin-top:1.25rem;border-top:1px solid #f0ebe3}.checkout-section-title{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:1.05rem;color:#1a1a1a;margin:0 0 .75rem}.checkout-section-desc{font-size:.78rem;color:#7a7268;line-height:1.6;margin-bottom:1rem}.payment-box{display:flex;flex-wrap:wrap;gap:.75rem}.payment-box .btn-payment{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border-radius:8px;border:1px solid #f0ebe3;background:#fff;font-size:.8rem;font-weight:500;font-family:"DM Sans",sans-serif;color:#1a1a1a;cursor:pointer;min-height:44px;transition:all .3s ease}.payment-box .btn-payment:hover{border-color:#c4745a;color:#c4745a}.payment-box .btn-payment img{height:20px;width:auto}.payment-box #paypal-button-container{width:100%;border:none;padding:0}.spedizioni_wrapper:not(:empty){margin:1.25rem 0}.spedizioni_wrapper .spedizione_opzione,.spedizioni_wrapper label{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border:1px solid #f0ebe3;border-radius:8px;font-size:.82rem;cursor:pointer;margin-bottom:.5rem;transition:border-color .3s ease}.spedizioni_wrapper .spedizione_opzione:hover,.spedizioni_wrapper .spedizione_opzione.active,.spedizioni_wrapper label:hover,.spedizioni_wrapper label.active{border-color:#c4745a}.spedizioni_wrapper .spedizione_opzione input[type=radio],.spedizioni_wrapper label input[type=radio]{accent-color:#c4745a;flex-shrink:0}.checkout-login-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.checkout-login-actions .btn-primary,.checkout-login-actions .emt-form-change-password .emt-button,.emt-form-change-password .checkout-login-actions .emt-button,.checkout-login-actions .account-card .emt-button,.account-card .checkout-login-actions .emt-button{padding:.7rem 2rem;font-size:.82rem}.checkout-login-actions .checkout-link{font-size:.82rem}.checkout-sidebar .cart-summary{background:#faf7f2;border-radius:12px;padding:1.5rem}.checkout-sidebar .cart-items .cart-item{padding:.75rem 0;gap:1rem}.checkout-sidebar .cart-items .cart-item-img{width:60px;height:72px;border-radius:6px}.checkout-sidebar .cart-items .cart-item-name{font-size:.8rem}.checkout-sidebar .cart-items .cart-item-price .amount{font-size:.82rem}.piccoli-ricerca{padding:2rem 3rem 4rem}@media(max-width: 768px){.piccoli-ricerca{padding:1.5rem 1.5rem 3rem}}.piccoli-ricerca .ricerca-header{margin-bottom:2rem}.piccoli-ricerca .ricerca-gruppo{margin-bottom:3rem}.piccoli-ricerca .ricerca-gruppo-titolo{font-family:"Playfair Display",Georgia,serif;font-size:1.3rem;font-weight:400;color:#1a1a1a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #f0ebe3}.piccoli-ricerca .ricerca-vuota{text-align:center;color:#7a7268;font-size:1rem;padding:4rem 0}.piccoli-blog{padding:2rem 3rem 4rem}@media(max-width: 768px){.piccoli-blog{padding:1.5rem 1.5rem 3rem}}.piccoli-blog .blog-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2rem}@media(max-width: 1024px){.piccoli-blog .blog-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.piccoli-blog .blog-grid{grid-template-columns:1fr}}.piccoli-blog .blog-card{border-radius:12px;overflow:hidden;background:#fff;transition:transform .3s ease;text-decoration:none;color:inherit;display:block}.piccoli-blog .blog-card:hover{transform:translateY(-4px)}.piccoli-blog .blog-card .card-img{aspect-ratio:16/10;overflow:hidden}.piccoli-blog .blog-card .card-img img{width:100%;height:100%;object-fit:cover}.piccoli-blog .blog-card .card-body{padding:1.5rem}.piccoli-blog .blog-card .card-category{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:#c4745a;margin-bottom:.5rem}.piccoli-blog .blog-card .card-title{font-family:"Playfair Display",Georgia,serif;font-size:1.1rem;font-weight:400;color:#1a1a1a;margin-bottom:.5rem}.piccoli-blog .blog-card .card-excerpt{font-size:.85rem;color:#7a7268;line-height:1.6;font-weight:300}.piccoli-articolo{padding:2rem 3rem 4rem;max-width:800px;margin:0 auto}@media(max-width: 768px){.piccoli-articolo{padding:1.5rem 1.5rem 3rem}}.piccoli-articolo .article-meta{display:flex;gap:1.5rem;font-size:.8rem;color:#7a7268;margin-bottom:2rem}.piccoli-articolo .article-featured-img{width:100%;border-radius:16px;margin-bottom:2rem}.piccoli-articolo .article-body{font-size:1rem;line-height:1.9;color:#535048}.piccoli-articolo .article-body h2{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:400;color:#1a1a1a;margin:2.5rem 0 1rem}.piccoli-articolo .article-body p{margin-bottom:1.2rem}.piccoli-articolo .article-body img{max-width:100%;border-radius:12px;margin:1.5rem 0}.piccoli-articolo .related-articles{margin-top:4rem;padding-top:2rem;border-top:1px solid #f0ebe3}.piccoli-breadcrumbs{display:flex;gap:.5rem;align-items:center;font-size:.75rem;color:#7a7268;padding:1rem 0}.piccoli-breadcrumbs a{color:#7a7268;text-decoration:none;transition:color .3s ease}.piccoli-breadcrumbs a:hover{color:#c4745a}.piccoli-breadcrumbs .separator{margin:0 .25rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#faf7f2}::-webkit-scrollbar-thumb{background:#7a7268;border-radius:3px}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}.slider-track{transition:none}.slide-bg{transition:none}.piccoli-loader{transition:none}.piccoli-loader-text,.piccoli-loader-logo{animation:none}html{scroll-behavior:auto}}
