@keyframes hero-entrance{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-line{0%{height:0;opacity:0}50%{height:60px;opacity:1}to{height:60px;opacity:0}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - clamp(.5rem,1vw,1rem)))}}.viola-theme{--color-bg: #f9f9f9;--color-text: #54565A;--color-text-muted: #8b8e94;--color-white: #ffffff;--color-accent: #c9a96e;--color-border: rgba(0, 0, 0, .08);--font-primary: "Google Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(1rem, 2vw, 1.5rem);--space-md: clamp(2rem, 5vw, 4rem);--space-lg: clamp(4rem, 8vw, 8rem);--radius-sm: 4px;--radius-md: 8px;--transition-base: .3s ease;--shadow-sm: 0 4px 20px rgba(0,0,0,.08);--shadow-md: 0 8px 40px rgba(0,0,0,.12);background-color:var(--color-bg, #f9f9f9);color:var(--color-text, #54565A);font-family:var(--font-primary, sans-serif);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative;min-height:100vh}.viola-theme *,.viola-theme *:before,.viola-theme *:after{box-sizing:border-box;margin:0;padding:0}.viola-theme :focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}.viola-theme .skip-link{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:var(--color-text);color:var(--color-white);text-decoration:none;z-index:9999;transition:top .2s}.viola-theme .skip-link:focus{top:1rem}.viola-theme .site-header{position:fixed;top:35px;left:50px;width:calc(100% - 100px);z-index:100;padding:0 3%;height:90px;border-radius:6px;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .3s;background-color:#fff;box-shadow:0 10px 40px #0000000d;border:1px solid rgba(0,0,0,.04)}.viola-theme .site-header.hidden{transform:translateY(calc(-100% - 35px))}.viola-theme .site-header.scrolled{background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 15px 50px #00000014}@media (max-width: 768px){.viola-theme .site-header{top:20px;left:20px;width:calc(100% - 40px);height:75px;border-radius:12px}.viola-theme .site-header.hidden{transform:translateY(calc(-100% - 20px))}}.viola-theme .header-container{display:grid;grid-template-columns:auto 1fr auto;align-items:center;max-width:1440px;height:100%;margin:0 auto;gap:2rem}.viola-theme .logo a{display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:opacity var(--transition-base)}.viola-theme .logo a:hover{opacity:.8}.viola-theme .logo__img{display:block;width:auto;height:50px;max-width:150px;object-fit:contain;object-position:left center}.viola-theme .main-nav{display:flex;justify-content:center}.viola-theme .main-nav ul{display:flex;gap:clamp(.8rem,2.2vw,2rem);list-style:none;margin:0;padding:0;align-items:center;height:100%}.viola-theme .main-nav li{position:relative;display:flex;align-items:center;height:100%}.viola-theme .main-nav a{display:inline-flex;align-items:center;gap:4px;text-decoration:none;color:var(--color-text);font-weight:500;font-size:16px;text-transform:none;letter-spacing:.3px;white-space:nowrap;position:relative;padding:4px 0;transition:color var(--transition-base)}.viola-theme .main-nav a:hover{color:var(--color-accent)}.viola-theme .main-nav li.has-dropdown:hover>a{color:var(--color-accent)}.viola-theme .nav__chevron{flex-shrink:0;transition:transform .25s ease}.viola-theme .main-nav li.has-dropdown:hover>a .nav__chevron{transform:rotate(180deg)}.viola-theme .header-utility{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.viola-theme .utility-link{display:inline-flex;align-items:center;padding:.3rem .35rem;font-size:15px;font-weight:500;color:var(--color-text);text-decoration:none;text-transform:none;letter-spacing:.3px;background:transparent;border:none;cursor:pointer;font-family:var(--font-primary);min-height:48px;transition:color var(--transition-base);white-space:nowrap}.viola-theme .utility-link:hover{color:var(--color-accent)}.viola-theme .utility-dropdown{position:relative;display:inline-block}.viola-theme .lang-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--color-white);box-shadow:0 10px 30px #0000001a;border-radius:6px;padding:.5rem 0;opacity:0;visibility:hidden;transition:all .3s ease;min-width:60px;text-align:center;z-index:100}.viola-theme .utility-dropdown:hover .lang-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.viola-theme .lang-dropdown-menu a{display:block;padding:.4rem 1rem;color:var(--color-text);text-decoration:none;font-size:.85rem;font-weight:600;transition:background-color .2s,color .2s}.viola-theme .lang-dropdown-menu a:hover{background-color:#00000008;color:var(--color-accent)}.viola-theme .utility-lang{position:relative;padding-left:.5rem;text-transform:uppercase;font-weight:700}.viola-theme .utility-divider{height:14px;width:1px;background:var(--color-border);margin:0 .15rem}.viola-theme .icon-btn{display:flex;align-items:center;justify-content:center;min-width:32px;min-height:48px;background:transparent;border:none;cursor:pointer;color:var(--color-text);transition:color var(--transition-base),transform var(--transition-base);border-radius:var(--radius-sm);padding:0 .2rem}.viola-theme .icon-btn:hover{color:var(--color-accent);transform:scale(1.1)}.viola-theme .utility-icon{min-width:36px;padding:0}.viola-theme .hero-section{position:relative;height:100vh;min-height:600px;background-color:#f4f2ee;overflow:hidden}.viola-theme .hero-slider{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.viola-theme .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),visibility 1.2s,transform 1.2s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;padding:0 5%;z-index:1}.viola-theme .hero-slide.active{opacity:1;visibility:visible;transform:translateY(0);z-index:2}.viola-theme .hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;will-change:transform;transform:scale(1.05);transition:transform 6s ease-out}.viola-theme .hero-slide.active .hero-slide-bg{transform:scale(1)}.viola-theme .hero-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffb3,#fff0 50%);z-index:-1}.viola-theme .hero-content{position:relative;z-index:2;color:#1a1a1a;max-width:720px;animation:hero-entrance 1s cubic-bezier(.22,1,.36,1) both;animation-delay:.2s}.viola-theme .slider-controls{position:absolute;right:5%;top:50%;transform:translateY(-50%);z-index:10;display:flex;flex-direction:column;gap:1rem;align-items:center}.viola-theme .slider-dot{width:8px;height:8px;border-radius:50%;background:#1a1a1a33;border:1px solid transparent;cursor:pointer;transition:all var(--transition-base);padding:0}.viola-theme .slider-dot:hover{background:#1a1a1a80}.viola-theme .slider-dot.active{background:transparent;border:1px solid #1a1a1a;width:14px;height:14px;margin:2px 0}.viola-theme .hero-content h1,.viola-theme .hero-content h2{font-size:clamp(3rem,6vw + 1rem,6rem);line-height:1.05;font-weight:400;letter-spacing:-2px;margin-bottom:1.5rem}.viola-theme .hero-content p{font-size:clamp(1rem,1.5vw,1.2rem);margin-bottom:1.5rem;max-width:460px;opacity:.8;font-weight:400;line-height:1.7;border-left:2px solid rgba(26,26,26,.2);padding-left:1.5rem}.viola-theme .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;min-height:48px;background-color:transparent;color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;border-radius:50px;border:1px solid rgba(26,26,26,.3);transition:all var(--transition-base)}.viola-theme .btn-primary:hover{background-color:#fff;color:#1a1a1a;border-color:#fff;box-shadow:0 4px 15px #0000000d}.viola-theme .hero-section:after{content:"";position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:1px;height:60px;background:linear-gradient(to bottom,rgba(255,255,255,.8),transparent);z-index:2;animation:scroll-line 2s ease-in-out infinite}.viola-theme .collections-section{background:var(--color-white);padding:clamp(6rem,10vw,10rem) 0 clamp(4rem,8vw,8rem) 0}.viola-theme .collections-wrapper{max-width:1440px;margin:0 auto;padding:0 5%}.viola-theme .promo-banner{position:relative;width:100%;min-height:clamp(380px,50vh,550px);border-radius:8px;overflow:hidden;margin-bottom:clamp(4rem,6vw,6rem);display:flex;align-items:center;background:#111}.viola-theme .promo-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.viola-theme .promo-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 50%,transparent 100%);z-index:2}.viola-theme .promo-banner__content{position:relative;z-index:3;padding:clamp(2rem,5vw,5rem);max-width:650px;color:var(--color-white)}.viola-theme .promo-banner__label{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffb3;margin-bottom:1.2rem}.viola-theme .promo-banner__title{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.15;letter-spacing:-1px;margin-bottom:1rem;color:var(--color-white)}.viola-theme .promo-banner__text{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.6;color:#ffffffd9;margin-bottom:2.5rem;max-width:480px}.viola-theme .promo-banner__link{display:inline-block;font-size:1rem;font-weight:500;color:var(--color-white);text-decoration:none;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.5);transition:border-color var(--transition-base)}.viola-theme .promo-banner__link:hover,.viola-theme .promo-banner__link:focus-visible{border-bottom-color:var(--color-white)}@media (max-width: 768px){.viola-theme .promo-banner{align-items:flex-end}.viola-theme .promo-banner:after{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 60%,transparent 100%)}}.viola-theme .collections-slogan{text-align:center;max-width:800px;margin:0 auto clamp(4rem,6vw,6rem) auto;padding:75px 1rem}.viola-theme .collections-slogan p{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:300;line-height:1.4;color:#555;letter-spacing:-.5px;margin:0}.viola-theme .section-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;align-items:start;margin-bottom:clamp(4rem,7vw,6rem);gap:.5rem 2rem}.viola-theme .section-label{grid-column:1 / -1;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:4px;color:var(--color-accent);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.viola-theme .section-label:before{content:"";display:block;width:24px;height:1px;background-color:var(--color-accent)}.viola-theme .section-header h2{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.05;letter-spacing:-1px;color:var(--color-text)}.viola-theme .section-header p{font-size:clamp(.95rem,1.5vw,1.1rem);color:var(--color-text-muted);max-width:380px;line-height:1.8;align-self:end;padding-bottom:.5rem}.viola-theme .reveal-up{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.viola-theme .reveal-up.is-visible{opacity:1;transform:translateY(0)}.viola-theme .delay-100{transition-delay:.1s}.viola-theme .delay-200{transition-delay:.2s}.viola-theme .delay-300{transition-delay:.3s}.viola-theme .collections-grid{display:flex;flex-direction:row;height:clamp(400px,60vh,650px);gap:19px;width:100%}.viola-theme .collection-card{position:relative;overflow:hidden;background:#e8e4df;border-radius:12px;flex:1;transition:flex .6s cubic-bezier(.25,1,.5,1);cursor:pointer}.viola-theme .collection-card:hover,.viola-theme .collection-card:focus-within{flex:3}.viola-theme .collection-card__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.viola-theme .collection-card__figure{margin:0;padding:0;width:100%;height:100%;overflow:hidden}.viola-theme .collection-card__figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.viola-theme .collection-card__link:hover .collection-card__figure img,.viola-theme .collection-card__link:focus-visible .collection-card__figure img{transform:scale(1.06)}.viola-theme .collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:clamp(1rem,2vw,2rem);background:transparent;opacity:1}.viola-theme .collection-card__link:hover .collection-card__overlay,.viola-theme .collection-card__link:focus-visible .collection-card__overlay{background:transparent}.viola-theme .collection-card__info{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:var(--color-white)}.viola-theme .collection-card__title{position:absolute;bottom:1.5rem;left:1.5rem;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:300;line-height:1.1;letter-spacing:-.5px;margin:0;color:#383838;opacity:0;transform:translateY(15px);transition:opacity .4s ease,transform .4s cubic-bezier(.22,1,.36,1);text-shadow:none;text-align:left;width:auto;pointer-events:none}.viola-theme .collection-card__link:hover .collection-card__title,.viola-theme .collection-card__link:focus-visible .collection-card__title{opacity:1;transform:translateY(0)}.viola-theme .collection-card__cta{position:absolute;top:1.5rem;left:1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:1;color:var(--color-white);transition:transform .4s cubic-bezier(.22,1,.36,1)}.viola-theme .collection-card__link:hover .collection-card__cta,.viola-theme .collection-card__link:focus-visible .collection-card__cta{transform:translate(10px)}.viola-theme .collection-card__link:hover .collection-card__cta,.viola-theme .collection-card__link:focus-visible .collection-card__cta{transform:translate(8px)}.viola-theme .products-section{background-color:var(--color-white);padding:clamp(2rem,4vw,4rem) 0 clamp(4rem,8vw,8rem) 0}.viola-theme .products-wrapper{max-width:1440px;margin:0 auto;padding:0 5%}.viola-theme .products-header{display:flex;justify-content:flex-start;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.viola-theme .products-title-wrapper{display:flex;align-items:center;gap:1.5rem}.viola-theme .products-explore{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text);text-decoration:none;transition:color .3s}.viola-theme .products-explore:hover{color:var(--color-accent)}.viola-theme .products-separator{color:#ccc;font-weight:300}.viola-theme .products-header h2{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:300;color:var(--color-text);letter-spacing:-.3px;margin:0}.viola-theme .products-marquee{width:100%;overflow:hidden;position:relative}.viola-theme .products-track{display:flex;width:max-content;gap:clamp(1rem,2vw,2rem);animation:marquee-scroll 25s linear infinite}.viola-theme .products-track:hover{animation-play-state:paused}.viola-theme .product-card{width:clamp(280px,30vw,400px);flex-shrink:0}.viola-theme .product-card__link{display:block;text-decoration:none;color:inherit;group:product}.viola-theme .product-card__figure{background-color:transparent;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;padding:0}.viola-theme .product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.viola-theme .product-card__link:hover .product-card__img{transform:scale(1.05)}.viola-theme .product-card__info{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;margin-top:1.25rem;padding:0 .25rem}.viola-theme .product-card__title{font-size:1rem;font-weight:400;color:var(--color-text)}.viola-theme .product-card__arrow{color:var(--color-text-muted);transition:transform var(--transition-base),color var(--transition-base)}.viola-theme .product-card__link:hover .product-card__arrow{transform:translate(6px);color:var(--color-text)}@media (max-width: 900px){.viola-theme .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.viola-theme .products-grid{grid-template-columns:1fr}.viola-theme .product-card__figure{aspect-ratio:16 / 9}}.viola-theme .virtual-tour-split{padding:clamp(4rem,8vw,6rem) 0;background-color:var(--color-white)}.viola-theme .virtual-tour-split__container{max-width:1240px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem}.viola-theme .virtual-tour-split__content{max-width:480px;margin-left:auto}.viola-theme .virtual-tour-split__label{display:inline-block;font-size:.8rem;font-weight:500;letter-spacing:3px;color:#c92a2a;margin-bottom:1rem;text-transform:uppercase}.viola-theme .virtual-tour-split__title{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.15;font-weight:400;color:var(--color-text);margin-bottom:1.5rem;letter-spacing:-.5px}.viola-theme .virtual-tour-split__text{font-size:1.05rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:2rem}.viola-theme .btn-secondary{display:inline-flex;align-items:center;padding:.8rem 1.5rem;background-color:#f0f0f0;color:var(--color-text);text-decoration:none;font-weight:500;border-radius:30px;transition:background-color var(--transition-base),transform var(--transition-base)}.viola-theme .btn-secondary:hover{background-color:#e4e4e4;transform:translateY(-2px)}.viola-theme .virtual-tour-split__image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000014}.viola-theme .virtual-tour-split__image img{width:100%;height:auto;display:block}@media (max-width: 900px){.viola-theme .virtual-tour-split__container{grid-template-columns:1fr;text-align:center}.viola-theme .virtual-tour-split__content{margin:0 auto}}.viola-theme .blog-section{background-color:var(--color-white);padding:clamp(4rem,8vw,8rem) 0 clamp(8rem,12vw,12rem) 0}.viola-theme .blog-header h2{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:400;color:var(--color-text);letter-spacing:-.3px;margin:0}.viola-theme .blog-card__figure{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:5px;margin:0 0 .75rem;background-color:#f4f4f4}.viola-theme .blog-card__title{font-size:.95rem;font-weight:400;line-height:1.5;color:#555;margin-bottom:.25rem;min-height:auto}.viola-theme .blog-card__readmore{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.85rem;color:#c92a2a;font-weight:500;transition:color var(--transition-base)}.viola-theme .blog-card__link:hover .blog-card__readmore{color:#a02020}.viola-theme .blog-section{padding:clamp(2rem,4vw,4rem) 0 clamp(8rem,12vw,12rem) 0}.viola-theme .blog-wrapper{max-width:1440px;margin:0 auto;padding:0 5%}.viola-theme .blog-header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.viola-theme .blog-header h2{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;color:var(--color-text);letter-spacing:-.3px}.viola-theme .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,2rem)}.viola-theme .blog-card__link{display:block;text-decoration:none;color:inherit}.viola-theme .blog-card__figure{position:relative;aspect-ratio:16 / 10;overflow:hidden;margin:0 0 1.5rem;background-color:#f4f4f4}.viola-theme .blog-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.viola-theme .blog-card__link:hover .blog-card__img{transform:scale(1.05)}.viola-theme .blog-card__title{font-size:1rem;font-weight:500;line-height:1.5;color:var(--color-text);margin-bottom:1.5rem;min-height:3rem}.viola-theme .blog-card__readmore{display:flex;align-items:center;justify-content:space-between;font-size:.95rem;color:var(--color-text-muted);transition:color var(--transition-base)}.viola-theme .blog-card__readmore svg{transition:transform var(--transition-base)}.viola-theme .blog-card__link:hover .blog-card__readmore{color:var(--color-text)}.viola-theme .blog-card__link:hover .blog-card__readmore svg{transform:translate(6px)}@media (max-width: 900px){.viola-theme .blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.viola-theme .blog-grid{grid-template-columns:1fr}}.viola-theme .site-footer{background-color:#e6f2f2;color:var(--color-text);padding:clamp(3rem,6vw,5rem) 5% 2rem;position:relative;z-index:10}.viola-theme .footer-wrapper{max-width:1440px;margin:0 auto}.viola-theme .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(3rem,6vw,5rem)}.viola-theme .footer-logo{height:28px;margin-bottom:1.5rem}.viola-theme .brand-col p{color:#444;font-size:.95rem;line-height:1.6;margin-bottom:0}.viola-theme .footer-col h4{font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase;color:var(--color-text)}.viola-theme .footer-links{list-style:none}.viola-theme .footer-links li{margin-bottom:.8rem}.viola-theme .footer-links a,.viola-theme .footer-contact-link{color:#555;text-decoration:none;font-size:.95rem;transition:color var(--transition-base);display:block}.viola-theme .footer-contact-link{margin-bottom:.5rem}.viola-theme .footer-links a:hover,.viola-theme .footer-contact-link:hover{color:var(--color-text)}.viola-theme .newsletter-form{display:flex;position:relative;max-width:100%;margin-bottom:1.5rem}.viola-theme .newsletter-form input{width:100%;padding:12px 40px 12px 16px;border:1px solid rgba(0,0,0,.1);border-radius:4px;background:#fff;font-size:.95rem;color:var(--color-text);outline:none;transition:border-color var(--transition-base),box-shadow var(--transition-base)}.viola-theme .newsletter-form input::placeholder{color:#888}.viola-theme .newsletter-form input:focus{border-color:#666;box-shadow:0 0 0 3px #0000000d}.viola-theme .newsletter-form button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#555;cursor:pointer;padding:5px 10px;transition:color var(--transition-base),transform var(--transition-base);display:flex;align-items:center;justify-content:center}.viola-theme .newsletter-form button:hover{color:var(--color-text);transform:translateY(-50%) translate(3px)}.viola-theme .footer-socials{display:flex;gap:1.25rem;margin-top:1.5rem;justify-content:flex-start}.viola-theme .footer-socials a{color:#555;transition:color var(--transition-base),transform var(--transition-base);display:flex;align-items:center;justify-content:center}.viola-theme .footer-socials a:hover{color:var(--color-text);transform:translateY(-3px)}.viola-theme .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;font-size:.85rem;color:#555}.viola-theme .footer-bottom-left{display:flex;align-items:center;gap:1.5rem}.viola-theme .lang-flags{display:flex;gap:.5rem;font-weight:500}.viola-theme .lang-flags .flag{cursor:pointer;opacity:.5;transition:opacity .3s}.viola-theme .lang-flags .flag.active,.viola-theme .lang-flags .flag:hover{opacity:1;color:var(--color-text)}.viola-theme .footer-bottom-left strong{color:var(--color-text);font-weight:600}.viola-theme .footer-bottom-right{display:flex;align-items:center;gap:2rem}.viola-theme .footer-socials{display:flex;gap:1.5rem}.viola-theme .footer-socials a{color:var(--color-text);transition:color var(--transition-base),transform var(--transition-base)}.viola-theme .footer-socials a:hover{transform:translateY(-3px)}.viola-theme .scroll-top-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid rgba(0,0,0,1);cursor:pointer;color:#000;transition:all .3s ease}.viola-theme .scroll-top-btn:hover{background:#000;color:#fff}@media (max-width: 900px){.viola-theme .footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.viola-theme .footer-bottom{flex-direction:column;gap:2rem;align-items:flex-start}}@media (max-width: 576px){.viola-theme .footer-grid{grid-template-columns:1fr;gap:2.5rem}.viola-theme .footer-bottom{align-items:center;text-align:center}.viola-theme .footer-bottom-left,.viola-theme .footer-bottom-right{flex-direction:column;gap:1.5rem}}.viola-theme .wa-widget{position:fixed;bottom:30px;right:30px;z-index:9999;font-family:var(--font-primary)}.viola-theme .wa-btn{width:60px;height:60px;background-color:#25d366;border-radius:50%;border:none;box-shadow:0 4px 12px #25d36666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.viola-theme .wa-btn:hover{transform:scale(1.1)}.viola-theme .wa-popup{position:absolute;bottom:80px;right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transform-origin:bottom right;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.viola-theme .wa-widget.open .wa-popup{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.viola-theme .wa-popup-header{background:linear-gradient(135deg,#121212,#2a2a2a);color:#fff;padding:20px;display:flex;align-items:center;gap:12px;position:relative}.viola-theme .wa-avatar{width:48px;height:48px;border-radius:50%;background:#333;overflow:hidden;flex-shrink:0;border:2px solid #25d366}.viola-theme .wa-avatar img{width:100%;height:100%;object-fit:cover}.viola-theme .wa-title h4{margin:0 0 4px;font-size:1rem;font-weight:600}.viola-theme .wa-title p{margin:0;font-size:.8rem;color:#ccc}.viola-theme .wa-close{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;opacity:.6;transition:opacity .3s}.viola-theme .wa-close:hover{opacity:1}.viola-theme.wa-popup-{padding:20px;background:#f9f9f9}.viola-theme .wa-popup-body form{display:flex;flex-direction:column;gap:12px}.viola-theme .wa-popup-body input{padding:12px 15px;border:1px solid #e0e0e0;border-radius:6px;font-size:.95rem;outline:none;transition:border-color .3s}.viola-theme .wa-popup-body input:focus{border-color:#25d366}.viola-theme .wa-popup-body button{padding:12px;background:#25d366;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .3s}.viola-theme .wa-popup-body button:hover{background:#20bd5a}@media (max-width: 900px){.viola-theme .main-nav,.viola-theme .header-utility .utility-link{display:none}.viola-theme .header-container{grid-template-columns:auto 1fr auto}}@media (max-width: 768px){.viola-theme .hero-content h1{letter-spacing:-.5px}.viola-theme .collections-grid{flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:5%;padding-bottom:1rem;-webkit-overflow-scrolling:touch;gap:1rem;display:flex}.viola-theme .collection-card{flex:0 0 75%;height:450px;scroll-snap-align:center}.viola-theme .collection-card:hover,.viola-theme .collection-card:focus-within{flex:0 0 75%}.viola-theme .section-header{grid-template-columns:1fr}.viola-theme .section-header p{max-width:100%}}@media (max-width: 480px){.viola-theme .collection-card{flex:0 0 85%;height:380px}}@media (min-width: 1920px){.viola-theme .header-container,.viola-theme .hero-content{max-width:1600px}.viola-theme .main-nav a{font-size:.95rem}}@media (prefers-reduced-motion: reduce){.viola-theme *,.viola-theme *:before,.viola-theme *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.viola-theme .product-page--minimal{background-color:#fff;padding-top:4rem;padding-bottom:4rem}.viola-theme .minimal-hero{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:2rem 5%}.viola-theme .minimal-hero__image-container{width:100%;max-width:650px;height:600px;margin:0 auto 5rem;position:relative}.viola-theme .minimal-hero__img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out}.viola-theme .minimal-hero__img.active{opacity:1;z-index:1}@media (max-width: 768px){.viola-theme .minimal-hero__image-container{height:400px;margin-bottom:3rem}}.viola-theme .minimal-hero__content{width:100%;max-width:800px;margin:0 auto;text-align:left}.viola-theme .minimal-hero__title{font-size:clamp(3rem,6vw,4.5rem);font-weight:500;color:#000;margin-left:-3px;margin-bottom:0;letter-spacing:-1.5px;line-height:1.1}.viola-theme .minimal-hero__subtitle{font-size:.95rem;font-weight:400;color:#888;text-transform:uppercase;letter-spacing:1px;margin-top:-.3rem;margin-bottom:2.5rem}.viola-theme .minimal-hero__desc{font-size:1.15rem;line-height:1.45;font-weight:400;color:var(--color-text);margin-bottom:3rem}.viola-theme .btn-sharp{display:inline-block;background-color:#e6f2f2;color:#1a1a1a;padding:1.2rem 2rem;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;border-radius:25px;border:1px solid #E6F2F2;text-decoration:none;transition:all .3s ease;margin-top:0}.viola-theme .btn-sharp:hover{background-color:#fff;color:#1a1a1a;border-color:#e6f2f2}.viola-theme .product-details-tabs{max-width:800px;margin:150px auto;padding:0}.viola-theme .apple-style-heading{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:2.5rem;letter-spacing:-.5px;line-height:1.1}.viola-theme .tab-buttons{display:inline-flex;background-color:#e6f2f2;border-radius:25px;padding:6px;margin-bottom:3rem}.viola-theme .tab-btn{flex:none;text-align:center;background-color:transparent;border:none;font-size:1.05rem;font-weight:400;color:#1a1a1a;cursor:pointer;padding:.8rem 1.8rem;transition:all .3s ease;font-family:inherit;border-radius:25px}.viola-theme .tab-btn:hover:not(.active){color:#000;background-color:#0000000d}.viola-theme .tab-btn.active{background-color:#1a1a1a;color:#fff;font-weight:500;box-shadow:0 4px 12px #0000001a}.viola-theme .tab-content{display:none;animation:fadeInTab .4s ease forwards}.viola-theme .tab-content.active{display:block}@media (max-width: 768px){.viola-theme .tab-btn{padding:1rem .5rem;font-size:.85rem;letter-spacing:.5px}.viola-theme .btn-sharp{padding:1rem 1.5rem;font-size:.85rem}}@media (max-width: 576px){.viola-theme .product-details-tabs{flex-direction:column}.viola-theme .tab-btn{width:100%;border-bottom:1px solid #EAE6DF}.viola-theme .tab-btn:last-child{border-bottom:none}}.viola-theme .product-page{padding-top:100px}.viola-theme .related-products-carousel{padding:4rem 0 7rem;background:#fff;overflow:hidden}.viola-theme .related-carousel-title{text-align:center;font-size:1.5rem;font-weight:400;color:var(--color-text-muted);margin-bottom:2.5rem}.viola-theme .related-carousel-wrapper{width:100%;overflow:hidden;position:relative}.viola-theme .related-carousel-track{display:flex;width:max-content;animation:scroll 30s linear infinite}.viola-theme .related-carousel-track:hover{animation-play-state:paused}.viola-theme .carousel-item{display:flex;flex-direction:column;width:320px;height:320px;text-decoration:none;color:inherit;position:relative;padding:2rem;transition:background .4s ease,box-shadow .4s ease}.viola-theme .carousel-item:nth-child(odd){background:#f6f6f6}.viola-theme .carousel-item:nth-child(2n){background:#fbfbfb}.viola-theme .carousel-item:hover{background:#fff;box-shadow:0 10px 30px #0000000f;z-index:10}.viola-theme .carousel-item-title{font-size:1.1rem;color:#1a1a1a;font-weight:500;margin-bottom:auto}.viola-theme .carousel-item img{width:100%;height:200px;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s cubic-bezier(.22,1,.36,1)}.viola-theme .carousel-item:hover img{transform:scale(1.1)}.viola-theme .white-bottom-area{background-color:#fff;width:100%;padding-top:1px}.viola-theme .product-details-menu{max-width:1440px;margin:0 auto;padding:3rem 5% 4rem}.viola-theme .menu-list{width:100%}.viola-theme .menu-item{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:2rem 0;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.08);font-family:var(--font-primary);font-size:1.3rem;font-weight:400;color:#1a1a1a;cursor:pointer;text-align:left;transition:padding .3s,color .3s}.viola-theme .menu-item:last-child{border-bottom:1px solid rgba(0,0,0,.08)}.viola-theme .menu-item:hover{color:var(--color-accent);padding-left:1rem}.viola-theme .acc-toggle-icon{margin-left:auto;width:14px;height:14px;position:relative}.viola-theme .acc-toggle-icon:before,.viola-theme .acc-toggle-icon:after{content:"";position:absolute;background-color:#1a1a1a;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s}.viola-theme .acc-toggle-icon:before{top:6px;left:0;width:14px;height:2px}.viola-theme .acc-toggle-icon:after{top:0;left:6px;width:2px;height:14px}.viola-theme .accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease,opacity .4s ease;opacity:0;padding:0 1rem;background:transparent}.viola-theme .accordion-content.active{max-height:3500px;padding:2.5rem 1rem;opacity:1}.viola-theme .menu-item.accordion-header.active{padding-left:1rem;color:var(--color-accent);border-bottom-color:var(--color-accent)}.viola-theme .menu-item.accordion-header.active .acc-toggle-icon:after{transform:rotate(90deg) scale(0)}.viola-theme .menu-item.accordion-header.active .acc-toggle-icon:before{background-color:var(--color-accent);transform:rotate(180deg)}.viola-theme .doc-list{list-style:none;padding:0}.viola-theme .doc-list li{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-weight:300;color:#1a1a1a}.viola-theme .doc-list a{color:#1a1a1a;transition:color .3s,transform .3s}.viola-theme .doc-list a:hover{color:var(--color-accent);transform:translateY(2px)}.viola-theme .material-group{margin-bottom:4rem}.viola-theme .material-group h4{font-size:1.25rem;font-weight:500;color:#1a1a1a;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:2.5rem}.viola-theme .swatch-grid{display:flex;flex-wrap:wrap;gap:2rem 2.1rem}.viola-theme .swatch-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;width:70px}.viola-theme .swatch-color{width:70px;height:70px;border-radius:4px;margin-bottom:.8rem;transition:transform .3s,box-shadow .3s;border:none}.viola-theme .swatch-item:hover .swatch-color{transform:scale(1.05);box-shadow:0 4px 14px #0000001f}.viola-theme .swatch-item span{font-size:.85rem;color:#4a4a4a;font-weight:400;line-height:1.4;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.viola-theme .specs-placeholder p{font-weight:300;line-height:1.8;color:#1a1a1a}@media (max-width: 1024px){.viola-theme .product-hero{grid-template-columns:1fr}.viola-theme .product-gallery__main{height:auto;aspect-ratio:4/3;max-height:500px}}@keyframes fadeInTab{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
