@charset "UTF-8";@keyframes salePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes saleShimmer{0%{background-position:200% center}to{background-position:-200% center}}@keyframes saleGlow{0%,to{box-shadow:0 0 5px #dc262680,0 4px 12px #dc262666}50%{box-shadow:0 0 15px #dc2626cc,0 6px 20px #dc262699}}.product-hero{padding-top:calc(80px + 3rem);padding-bottom:6rem;background:linear-gradient(135deg,#3e3e3e,#313131);position:relative;overflow-x:clip}.product-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top left,rgba(184,125,86,.15),transparent 50%),radial-gradient(ellipse at bottom right,rgba(212,165,116,.1),transparent 50%);pointer-events:none;z-index:0}.product-hero:after{content:"";position:absolute;top:80px;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(184,125,86,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}@media(max-width:991px){.product-hero{padding-top:calc(70px + 2rem);padding-bottom:4rem}}@media(max-width:767px){.product-hero{padding-top:calc(60px + 1.5rem);padding-bottom:3rem}}@media(max-width:575px){.product-hero{padding-top:calc(56px + 1rem);padding-bottom:2rem}}.product-hero__container{max-width:1400px;margin:0 auto;padding:0 3rem;position:relative;z-index:1}@media(max-width:1199px){.product-hero__container{padding:0 2rem}}@media(max-width:767px){.product-hero__container{padding:0 1.5rem}}@media(max-width:575px){.product-hero__container{padding:0 1rem}}.product-hero__breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;font-size:1rem}@media(max-width:767px){.product-hero__breadcrumbs{margin-bottom:2rem;font-size:.875rem}}@media(max-width:575px){.product-hero__breadcrumbs{margin-bottom:1.5rem;font-size:11px;gap:4px}}.product-hero__breadcrumbs a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.product-hero__breadcrumbs a:hover{color:#d4a574}.product-hero__breadcrumbs span{color:#fff6}.product-hero__breadcrumbs .current{color:#d4a574;font-weight:600}.product-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}@media(max-width:1199px){.product-hero__content{gap:4rem}}@media(max-width:991px){.product-hero__content{grid-template-columns:1fr;gap:3rem}}.product-hero__gallery{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:140px;height:fit-content}@media(max-width:991px){.product-hero__gallery{position:static}}.product-hero__main-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #1a1a1a66}@media(max-width:767px){.product-hero__main-image{border-radius:8px}}.product-hero__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;background:#f5f1e8}@media(max-width:767px){.product-hero__image-wrapper{aspect-ratio:4/3}}.product-hero__image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#3e3e3e00;transition:background .2s ease;pointer-events:none}.product-hero__image-wrapper:hover:after{background:#3e3e3e08}.product-hero__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-hero__zoom-hint{position:absolute;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#3e3e3ed9;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:500;opacity:0;transition:opacity .2s ease;pointer-events:none}.product-hero__zoom-hint svg{stroke:#fff}@media(max-width:767px){.product-hero__zoom-hint{bottom:1rem;right:1rem;font-size:10px;padding:4px 1rem}}.product-hero__image-wrapper:hover .product-hero__zoom-hint{opacity:1}.product-hero__progress{position:absolute;top:0;left:0;height:5px;background:linear-gradient(90deg,#b87d56,#d4a574);width:0;transition:width .1s linear;z-index:5}.product-hero__badges{position:absolute;top:2rem;left:2rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}@media(max-width:767px){.product-hero__badges{top:1.5rem;left:1.5rem}}@media(max-width:575px){.product-hero__badges{top:1rem;left:1rem;gap:4px}}@media(max-width:374px){.product-hero__badges{position:static}}.product-hero__badge{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:#fff;box-shadow:0 4px 16px #3e3e3e1a}.product-hero__badge svg{width:14px;height:14px}@media(max-width:575px){.product-hero__badge{padding:4px 8px;font-size:.625rem;gap:4px}.product-hero__badge svg{width:12px;height:12px}}.product-hero__badge--custom{background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff}.product-hero__badge--custom svg{stroke:#fff}@media(max-width:374px){.product-hero__badge--custom{position:absolute;top:1rem;left:1rem;z-index:2}}.product-hero__badge--warranty{background:#fff;color:#3e3e3e}.product-hero__badge--warranty svg{stroke:#b87d56}@media(max-width:374px){.product-hero__badge--warranty{position:absolute;top:calc(1rem + 32px);left:1rem;z-index:2}}.product-hero__badge--sale{flex-direction:column;align-items:flex-start;gap:.125rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:8px;overflow:hidden;animation:salePulse 2s ease-in-out infinite,saleGlow 2s ease-in-out infinite}.product-hero__badge--sale:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%,transparent 100%);background-size:250% 100%;animation:saleShimmer 2.5s linear infinite;pointer-events:none}.product-hero__badge--sale .sale-badge__text{font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.product-hero__badge--sale .sale-badge__occasion{font-size:.875rem;font-weight:500;opacity:.95;text-transform:capitalize;position:relative;z-index:1}@media(max-width:767px){.product-hero__badge--sale{padding:.5rem 1rem}.product-hero__badge--sale .sale-badge__text{font-size:.875rem}.product-hero__badge--sale .sale-badge__occasion{font-size:.625rem}}@media(max-width:374px){.product-hero__badge--sale{position:absolute;top:auto;bottom:0;left:0;right:0;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.375rem .5rem;border-radius:0;z-index:3;animation:saleGlow 2s ease-in-out infinite}.product-hero__badge--sale .sale-badge__text{font-size:.625rem}.product-hero__badge--sale .sale-badge__occasion{font-size:.563rem}.product-hero__badge--sale .sale-badge__occasion:before{content:"•";margin-right:.25rem}}.product-hero__thumbnails{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:767px){.product-hero__thumbnails{gap:.5rem;flex-wrap:wrap;justify-content:flex-start;overflow:visible}}.product-hero__thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 4px 16px #1a1a1a4d;opacity:.7}@media(max-width:1199px){.product-hero__thumb{width:70px;height:70px}}@media(max-width:767px){.product-hero__thumb{width:56px;height:56px}}@media(max-width:575px){.product-hero__thumb{width:48px;height:48px;border-radius:4px}}.product-hero__thumb img{width:100%;height:100%;object-fit:cover}.product-hero__thumb:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 8px 24px #1a1a1a66}.product-hero__thumb.active{opacity:1;box-shadow:0 0 0 3px #b87d56,0 8px 24px #b87d5666}.product-hero__info{padding-top:0}@media(max-width:991px){.product-hero__info{padding-top:0}}.product-hero__title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.15;letter-spacing:-.02em}@media(max-width:1199px){.product-hero__title{font-size:2.5rem}}@media(max-width:767px){.product-hero__title{font-size:2rem}}@media(max-width:575px){.product-hero__title{font-size:1.5rem;margin-bottom:.5rem}}.product-hero__sku{font-size:1rem;color:#fff9;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem}@media(max-width:767px){.product-hero__sku{margin-bottom:1.5rem}}@media(max-width:575px){.product-hero__sku{font-size:.875rem;margin-bottom:1rem}}.product-hero__description{margin-bottom:3rem;padding:2rem;background:#ffffff0d;border-radius:12px;border-left:4px solid #B87D56;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.product-hero__description{padding:1.5rem;margin-bottom:2rem}}@media(max-width:575px){.product-hero__description{padding:1rem;margin-bottom:1.5rem;border-left-width:3px}}.product-hero__description p{font-size:1.125rem;color:#ffffffd9;line-height:1.7;margin:0}@media(max-width:767px){.product-hero__description p{font-size:1rem}}@media(max-width:575px){.product-hero__description p{font-size:.875rem;line-height:1.6}}.product-hero__specs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}@media(max-width:767px){.product-hero__specs{grid-template-columns:1fr;gap:.5rem;margin-bottom:2rem}}@media(max-width:575px){.product-hero__specs{gap:6px;margin-bottom:1.5rem}}.product-hero__spec{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#ffffffe6;font-weight:500;padding:1rem 1.5rem;background:#ffffff14;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.product-hero__spec{font-size:.875rem;padding:.5rem 1rem}}@media(max-width:575px){.product-hero__spec{font-size:11px;padding:6px .5rem;gap:.5rem}}.product-hero__spec svg{width:20px;height:20px;stroke:#d4a574;flex-shrink:0}@media(max-width:767px){.product-hero__spec svg{width:16px;height:16px}}@media(max-width:575px){.product-hero__spec svg{width:14px;height:14px}}.product-hero__colors{margin-bottom:3rem}@media(max-width:767px){.product-hero__colors{margin-bottom:2rem}}@media(max-width:575px){.product-hero__colors{margin-bottom:1.5rem}}.product-hero__colors-label{display:block;font-size:1rem;font-weight:600;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:575px){.product-hero__colors-label{font-size:.875rem;margin-bottom:.5rem}}.product-hero__color-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-hero__color{padding:.5rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;font-size:1rem;color:#fffc;cursor:default;transition:all .2s ease}@media(max-width:767px){.product-hero__color{font-size:.875rem;padding:.5rem 1rem}}@media(max-width:575px){.product-hero__color{font-size:10px;padding:4px 8px}}.product-hero__color:hover{border-color:#b87d56;color:#fff;background:#b87d5633}.product-hero__colors-note{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fff9;margin-top:1rem}.product-hero__colors-note svg{stroke:#d4a574;flex-shrink:0}.product-hero__highlights{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}@media(max-width:767px){.product-hero__highlights{margin-bottom:2rem}}.product-hero__highlight{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d5633,#d4a57426);border-radius:9999px;font-size:1rem;color:#fff;font-weight:500}@media(max-width:767px){.product-hero__highlight{font-size:.875rem;padding:.5rem 1rem}}.product-hero__highlight svg{width:16px;height:16px;stroke:#d4a574}.product-hero__share{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}@media(max-width:767px){.product-hero__share{margin-bottom:2rem;gap:1.5rem}}@media(max-width:575px){.product-hero__share{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}}.product-hero__share-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#fff9;font-weight:500;cursor:default;transition:color .2s ease}.product-hero__share-label:hover{color:#ffffffe6}.product-hero__share-label:hover .product-hero__share-icon{animation:shareIconBounce .6s ease}.product-hero__share-icon{width:18px;height:18px;stroke:currentColor;transition:all .2s ease}@media(max-width:767px){.product-hero__share-icon{width:16px;height:16px}}@keyframes shareIconBounce{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.2) rotate(-10deg)}50%{transform:scale(.95) rotate(5deg)}75%{transform:scale(1.1) rotate(-3deg)}}.product-hero__share-buttons{display:flex;gap:1rem}@media(max-width:575px){.product-hero__share-buttons{gap:.5rem}}.product-hero__share-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.product-hero__share-btn{width:38px;height:38px}}@media(max-width:575px){.product-hero__share-btn{width:34px;height:34px}}.product-hero__share-btn svg{width:20px;height:20px;stroke:currentColor;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.product-hero__share-btn svg{width:18px;height:18px}}@media(max-width:575px){.product-hero__share-btn svg{width:16px;height:16px}}.product-hero__share-btn:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1a1a1a66}.product-hero__share-btn:hover svg{transform:scale(1.15)}.product-hero__share-btn--whatsapp:hover{background:#25d366;border-color:#25d366;box-shadow:0 8px 20px #25d36666}.product-hero__share-btn--whatsapp:hover svg{stroke:#fff;animation:iconShake .5s ease}.product-hero__share-btn--copy{cursor:pointer;position:relative;overflow:visible}.product-hero__share-btn--copy:hover{background:#b87d56;border-color:#b87d56;box-shadow:0 8px 20px #b87d5666}.product-hero__share-btn--copy:hover svg{stroke:#fff;animation:iconPulse .4s ease}.product-hero__share-btn--instagram:hover{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);border-color:transparent;box-shadow:0 8px 20px #e1306c66}.product-hero__share-btn--instagram:hover svg{stroke:#fff;animation:iconRotate .5s ease}.product-hero__share-btn--x:hover{background:#000;border-color:#000;box-shadow:0 8px 20px #1a1a1a66}.product-hero__share-btn--x:hover svg{stroke:#fff;animation:iconBounce .4s ease}.product-hero__copy-toast{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(10px);background:#fff;color:#3e3e3e;font-size:.875rem;font-weight:500;padding:.5rem 1.5rem;border-radius:8px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 16px #1a1a1a33;pointer-events:none;z-index:100}.product-hero__copy-toast:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.product-hero__copy-toast.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}@keyframes iconShake{0%,to{transform:translate(0) scale(1.15)}20%{transform:translate(-3px) rotate(-5deg) scale(1.15)}40%{transform:translate(3px) rotate(5deg) scale(1.15)}60%{transform:translate(-2px) rotate(-3deg) scale(1.15)}80%{transform:translate(2px) rotate(3deg) scale(1.15)}}@keyframes iconPulse{0%,to{transform:scale(1.15)}50%{transform:scale(1.35)}}@keyframes iconRotate{0%{transform:scale(1.15) rotate(0)}to{transform:scale(1.15) rotate(360deg)}}@keyframes iconBounce{0%,to{transform:translateY(0) scale(1.15)}50%{transform:translateY(-4px) scale(1.15)}}.product-hero__actions{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(max-width:767px){.product-hero__actions{gap:1rem;margin-bottom:2rem}}.product-hero__cta-primary,.product-hero__cta-secondary{width:100%;justify-content:center;padding:1.5rem 2rem;font-size:1.125rem}@media(max-width:767px){.product-hero__cta-primary,.product-hero__cta-secondary{padding:1rem 1.5rem;font-size:1rem}}.product-hero__trust{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:767px){.product-hero__trust{gap:1.5rem;padding:1.5rem}}@media(max-width:575px){.product-hero__trust{gap:1rem;padding:1rem;border-radius:8px}}.product-hero__trust-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#ffffffd9;font-weight:500}@media(max-width:767px){.product-hero__trust-item{font-size:.875rem;gap:.5rem}}@media(max-width:575px){.product-hero__trust-item{font-size:10px;gap:4px}}.product-hero__trust-item svg{stroke:#d4a574;flex-shrink:0;width:20px;height:20px}@media(max-width:767px){.product-hero__trust-item svg{width:16px;height:16px}}@media(max-width:575px){.product-hero__trust-item svg{width:14px;height:14px}}.product-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#1a1a1a;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.product-lightbox:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 0%,transparent 40%,rgba(26,26,26,.6) 100%);pointer-events:none;z-index:1}.product-lightbox:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}.product-lightbox.active{opacity:1;visibility:visible}.product-lightbox.active .product-lightbox__image{opacity:1;transform:scale(1)}.product-lightbox.active .product-lightbox__thumbnails{opacity:1;transform:translateY(0)}.product-lightbox__container{position:relative;width:95vw;height:95vh;max-width:1600px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.product-lightbox__close{position:fixed;top:2rem;right:2rem;width:56px;height:56px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:10}@media(max-width:767px){.product-lightbox__close{top:1.5rem;right:1.5rem;width:44px;height:44px}}.product-lightbox__close svg{stroke:#fff;width:28px;height:28px;transition:transform .4s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.product-lightbox__close svg{width:22px;height:22px}}.product-lightbox__close:hover{background:#fff;border-color:#fff}.product-lightbox__close:hover svg{stroke:#1a1a1a;transform:rotate(90deg)}.product-lightbox__image-wrapper{position:relative;width:100%;height:calc(100% - 130px);display:flex;align-items:center;justify-content:center;padding:2rem 3rem;margin-bottom:1.5rem}@media(max-width:767px){.product-lightbox__image-wrapper{height:calc(100% - 100px);padding:1.5rem;margin-bottom:1rem}}.product-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;opacity:0;transform:scale(.9);transition:all .6s cubic-bezier(.4,0,.2,1);box-shadow:0 30px 100px #1a1a1acc}.product-lightbox__progress-bar{position:absolute;top:0;left:0;height:4px;background:linear-gradient(90deg,#b87d56,#d4a574);width:0%;z-index:15;pointer-events:none}.product-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:70px;height:70px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.product-lightbox__nav{width:48px;height:48px}}.product-lightbox__nav svg{stroke:#fffc;width:28px;height:28px;transition:all .3s ease}@media(max-width:767px){.product-lightbox__nav svg{width:22px;height:22px}}.product-lightbox__nav:hover{background:#fff;border-color:#fff;transform:translateY(-50%) scale(1.1)}.product-lightbox__nav:hover svg{stroke:#1a1a1a}.product-lightbox__nav--prev{left:2rem}@media(max-width:767px){.product-lightbox__nav--prev{left:1rem}}.product-lightbox__nav--prev:hover svg{transform:translate(-3px)}.product-lightbox__nav--next{right:2rem}@media(max-width:767px){.product-lightbox__nav--next{right:1rem}}.product-lightbox__nav--next:hover svg{transform:translate(3px)}.product-lightbox__thumbnails{display:flex;gap:1.5rem;padding:2rem 3rem;background:linear-gradient(180deg,transparent 0%,rgba(26,26,26,.8) 100%);max-width:100%;overflow-x:auto;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1) .2s;position:absolute;bottom:0;left:0;right:0;justify-content:center}@media(max-width:767px){.product-lightbox__thumbnails{gap:1rem;padding:1.5rem}}.product-lightbox__thumbnails::-webkit-scrollbar{height:4px}.product-lightbox__thumbnails::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.product-lightbox__thumbnails::-webkit-scrollbar-thumb{background:#b87d56;border-radius:2px}.product-lightbox__thumb{width:80px;height:80px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;opacity:.4;filter:grayscale(50%)}@media(max-width:767px){.product-lightbox__thumb{width:56px;height:56px}}.product-lightbox__thumb img{width:100%;height:100%;object-fit:cover}.product-lightbox__thumb:hover{opacity:.8;filter:grayscale(0%);transform:scale(1.05)}.product-lightbox__thumb.active{border-color:#fff;opacity:1;filter:grayscale(0%);box-shadow:0 0 30px #ffffff4d;transform:scale(1.1)}.product-lightbox__counter{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);color:#ffffff80;font-size:1.125rem;font-weight:300;letter-spacing:.2em;font-family:Playfair Display,Georgia,serif}@media(max-width:767px){.product-lightbox__counter{top:1rem;font-size:1rem}}.sensory-strip{background:linear-gradient(135deg,#f5f1e880,#b87d5614);border-top:1px solid rgba(184,125,86,.1);border-bottom:1px solid rgba(184,125,86,.1);padding:2rem 0;position:relative;overflow:hidden}@media(max-width:575px){.sensory-strip{padding:1.5rem 0}}.sensory-strip__container{width:100%;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;z-index:1}@media(max-width:1199px){.sensory-strip__container{padding:0 2rem;gap:1rem}}@media(max-width:767px){.sensory-strip__container{padding:0 1.5rem;flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media(max-width:575px){.sensory-strip__container{padding:0 1rem;gap:1rem}}.sensory-strip__item{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:767px){.sensory-strip__item{flex:1 1 calc(50% - 1.5rem);min-width:140px}}@media(max-width:575px){.sensory-strip__item{flex:1 1 calc(50% - 1rem);min-width:120px;gap:.5rem}}.sensory-strip__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#b87d5626,#d4a57426);border-radius:50%;flex-shrink:0}.sensory-strip__icon svg{stroke:#b87d56}@media(max-width:767px){.sensory-strip__icon{width:40px;height:40px}.sensory-strip__icon svg{width:22px;height:22px}}@media(max-width:575px){.sensory-strip__icon{width:32px;height:32px}.sensory-strip__icon svg{width:18px;height:18px}}.sensory-strip__text{display:flex;flex-direction:column;gap:1px}.sensory-strip__title{color:#3e3e3e;font-size:1rem;font-weight:600;white-space:nowrap}@media(max-width:1199px){.sensory-strip__title{font-size:.875rem}}@media(max-width:767px){.sensory-strip__title{font-size:1rem;white-space:normal}}@media(max-width:575px){.sensory-strip__title{font-size:.875rem}}.sensory-strip__subtitle{color:#666;font-size:.875rem}@media(max-width:575px){.sensory-strip__subtitle{font-size:10px}}.sensory-strip__divider{width:1px;height:36px;background:#b87d5633;flex-shrink:0}@media(max-width:767px){.sensory-strip__divider{display:none}}.sensory-strip__message{width:100%;margin:1.5rem auto 0;padding:0 3rem;display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center;position:relative;z-index:1}.sensory-strip__message span{color:#666;font-size:1rem}.sensory-strip__message span a{color:#b87d56;text-decoration:underline;transition:color .2s ease}.sensory-strip__message span a:hover{color:#d4a574}.sensory-strip__message svg{stroke:#b87d56;flex-shrink:0}@media(max-width:767px){.sensory-strip__message{padding:0 1.5rem;font-size:.875rem}}@media(max-width:575px){.sensory-strip__message{padding:0 1rem;margin-top:1rem;gap:.5rem}.sensory-strip__message span{font-size:11px;line-height:1.4}.sensory-strip__message svg{width:14px;height:14px}}.product-details{padding:6rem 0}@media(max-width:767px){.product-details{padding:4rem 0}}.product-details{background:#fff}.product-details__container{max-width:1100px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.product-details__container{padding:0 1.5rem}}@media(max-width:575px){.product-details__container{padding:0 1rem}}.product-details__header{text-align:center;margin-bottom:4rem}@media(max-width:575px){.product-details__header{margin-bottom:2rem}}.product-details__title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:600;color:#3e3e3e;margin-bottom:1rem}.product-details__title span{color:#b87d56}@media(max-width:767px){.product-details__title{font-size:2rem}}@media(max-width:575px){.product-details__title{font-size:1.5rem;margin-bottom:.5rem}}.product-details__subtitle{font-size:1.125rem;color:#666}@media(max-width:575px){.product-details__subtitle{font-size:1rem}}.product-details__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:991px){.product-details__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:575px){.product-details__grid{gap:1rem}}.product-details__card{background:#f8f8f8;border-radius:12px;overflow:hidden;transition:all .3s ease}.product-details__card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.product-details__card--full{grid-column:1/-1}@media(max-width:575px){.product-details__card{border-radius:8px}}.product-details__card-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#b87d560d;border-bottom:1px solid rgba(184,125,86,.1)}@media(max-width:767px){.product-details__card-header{padding:1.5rem;gap:1rem}}@media(max-width:575px){.product-details__card-header{padding:1rem;gap:.5rem}}.product-details__card-header svg{stroke:#b87d56;flex-shrink:0}@media(max-width:767px){.product-details__card-header svg{width:20px;height:20px}}@media(max-width:575px){.product-details__card-header svg{width:18px;height:18px}}.product-details__card-header h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;margin:0}@media(max-width:767px){.product-details__card-header h3{font-size:1.125rem}}@media(max-width:575px){.product-details__card-header h3{font-size:1rem}}.product-details__card-content{padding:2rem;font-size:1.125rem;color:#666;line-height:1.7}@media(max-width:767px){.product-details__card-content{padding:1.5rem;font-size:1rem}}@media(max-width:575px){.product-details__card-content{padding:1rem;font-size:.875rem;line-height:1.6}}.product-details__card-content p{margin-bottom:1.5rem}.product-details__card-content p:last-child{margin-bottom:0}@media(max-width:575px){.product-details__card-content p{margin-bottom:1rem}}.product-details__showroom-note{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#b87d5614;border-radius:8px;margin-top:1.5rem;font-size:1rem;color:#3e3e3e}.product-details__showroom-note svg{stroke:#b87d56;flex-shrink:0;margin-top:2px}@media(max-width:575px){.product-details__showroom-note{padding:1rem;margin-top:1rem;font-size:.875rem;gap:.5rem}.product-details__showroom-note svg{width:16px;height:16px}}.product-details__table{width:100%;border-collapse:collapse}.product-details__table tr{border-bottom:1px solid rgba(62,62,62,.08)}.product-details__table tr:last-child{border-bottom:none}.product-details__table td{padding:1rem 0}.product-details__table td:first-child{font-weight:500;color:#3e3e3e;width:40%}.product-details__table td:last-child{color:#666;text-align:right}.product-details__material,.product-details__care{margin-bottom:1.5rem}.product-details__material:last-child,.product-details__care:last-child{margin-bottom:0}.product-details__material h4,.product-details__care h4{font-size:.875rem;font-weight:600;color:#b87d56;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em}.product-details__material p,.product-details__care p{margin-bottom:0;color:#3e3e3e}.product-details__quality-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.product-details__quality-list li{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#3e3e3e}.product-details__quality-list li svg{stroke:#b87d56;flex-shrink:0}.product-details__warranty-badge{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#b87d5626,#d4a5741a);border-radius:8px;margin-bottom:1.5rem}.product-details__warranty-badge svg{stroke:#b87d56}.product-details__warranty-badge span{font-size:1.125rem;font-weight:600;color:#3e3e3e}@media(max-width:767px){.product-details__warranty-badge span{font-size:1rem}}.product-details__warranty-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.product-details__warranty-list li{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#666}.product-details__warranty-list li:before{content:"";width:6px;height:6px;background:#b87d56;border-radius:50%;flex-shrink:0}.product-details__reasons{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:767px){.product-details__reasons{grid-template-columns:1fr}}.product-details__reasons li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:#666}.product-details__reasons li svg{stroke:#b87d56;flex-shrink:0;margin-top:2px}.product-details__cta{margin-top:3rem;text-align:center}.product-details__cta p{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#b87d561a,#d4a57414);border-radius:9999px;font-size:1rem;font-weight:500;color:#3e3e3e;margin:0}@media(max-width:767px){.product-details__cta p{padding:1rem 1.5rem;font-size:.875rem}}.product-details__cta p svg{stroke:#b87d56;flex-shrink:0}.customization{padding:6rem 0}@media(max-width:767px){.customization{padding:4rem 0}}.customization{background:linear-gradient(135deg,#b87d5608,#d4a57408)}.customization__container{max-width:1000px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.customization__container{padding:0 1.5rem}}@media(max-width:575px){.customization__container{padding:0 1rem}}.customization__header{text-align:center;margin-bottom:3rem}@media(max-width:575px){.customization__header{margin-bottom:2rem}}.customization__title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;color:#3e3e3e;margin-bottom:.5rem}.customization__title span{color:#b87d56}@media(max-width:767px){.customization__title{font-size:1.5rem}}@media(max-width:575px){.customization__title{font-size:1.25rem}}.customization__subtitle{font-size:1.125rem;color:#666}@media(max-width:767px){.customization__subtitle{font-size:1rem}}@media(max-width:575px){.customization__subtitle{font-size:.875rem}}.customization__process{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 8px #00000014}@media(max-width:767px){.customization__process{padding:2rem 1.5rem}}@media(max-width:575px){.customization__process{padding:1.5rem 1rem;border-radius:12px}}.customization__steps{display:flex;align-items:flex-start;justify-content:center}@media(max-width:991px){.customization__steps{flex-direction:column;gap:1rem}}@media(max-width:575px){.customization__steps{gap:0}}.customization__step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:0 1.5rem;position:relative}@media(max-width:991px){.customization__step{flex-direction:row;text-align:left;padding:1rem 0;gap:1.5rem}}@media(max-width:575px){.customization__step{padding:.5rem 0;gap:.5rem;border-bottom:1px solid rgba(184,125,86,.08)}.customization__step:last-child{border-bottom:none}}.customization__step-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b87d561a,#d4a57414);border-radius:50%;margin-bottom:1rem;flex-shrink:0}.customization__step-icon svg{stroke:#b87d56}@media(max-width:991px){.customization__step-icon{width:48px;height:48px;margin-bottom:0}.customization__step-icon svg{width:24px;height:24px}}@media(max-width:575px){.customization__step-icon{width:36px;height:36px}.customization__step-icon svg{width:18px;height:18px}}.customization__step-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#b87d56;color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;margin-bottom:.5rem;flex-shrink:0}@media(max-width:991px){.customization__step-number{position:absolute;top:1rem;left:36px;width:20px;height:20px;font-size:10px}}@media(max-width:575px){.customization__step-number{top:.5rem;left:24px;width:16px;height:16px;font-size:8px}}.customization__step-title{font-size:1rem;font-weight:600;color:#3e3e3e;margin:0 0 2px}@media(max-width:991px){.customization__step-title{font-size:1.125rem}}@media(max-width:575px){.customization__step-title{font-size:.875rem}}.customization__step-text{font-size:.875rem;color:#666;margin:0;line-height:1.4}@media(max-width:991px){.customization__step-text{font-size:1rem}}@media(max-width:575px){.customization__step-text{font-size:10px;line-height:1.3}}.customization__step-connector{display:flex;align-items:center;justify-content:center;color:#b87d564d;padding-top:2rem}@media(max-width:991px){.customization__step-connector{display:none}}.customization__cta{text-align:center;margin-top:3rem}@media(max-width:767px){.customization__cta{margin-top:2rem}}@media(max-width:575px){.customization__cta{margin-top:1.5rem}}.trust-strip{padding:4rem 0;background:#f5f1e8}@media(max-width:575px){.trust-strip{padding:2rem 0}}.trust-strip__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.trust-strip__container{padding:0 1.5rem}}@media(max-width:575px){.trust-strip__container{padding:0 1rem}}.trust-strip__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media(max-width:767px){.trust-strip__grid{gap:1.5rem}}@media(max-width:575px){.trust-strip__grid{gap:1rem}}.trust-strip__item{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;flex:0 1 auto;min-width:220px;max-width:280px}.trust-strip__item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}@media(max-width:991px){.trust-strip__item{min-width:200px;max-width:260px}}@media(max-width:767px){.trust-strip__item{flex-direction:column;text-align:center;padding:1.5rem;min-width:140px;max-width:180px}}@media(max-width:575px){.trust-strip__item{padding:1rem;border-radius:8px;gap:.5rem;min-width:120px;max-width:160px}}.trust-strip__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#b87d561a,#d4a5741a);border-radius:50%;flex-shrink:0}.trust-strip__icon svg{stroke:#b87d56}@media(max-width:767px){.trust-strip__icon{width:50px;height:50px}.trust-strip__icon svg{width:24px;height:24px}}@media(max-width:575px){.trust-strip__icon{width:40px;height:40px}.trust-strip__icon svg{width:20px;height:20px}}.trust-strip__content{display:flex;flex-direction:column}.trust-strip__number{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#b87d56;line-height:1.2}@media(max-width:767px){.trust-strip__number{font-size:1.5rem}}@media(max-width:575px){.trust-strip__number{font-size:1.25rem}}.trust-strip__label{font-size:1rem;color:#666;margin-top:2px}@media(max-width:575px){.trust-strip__label{font-size:.875rem}}.trust-strip__tagline{text-align:center;font-size:1.125rem;color:#666;margin-top:3rem}@media(max-width:575px){.trust-strip__tagline{font-size:1rem;margin-top:2rem}}.trust-strip__tagline a{color:#b87d56;text-decoration:underline;transition:color .2s ease}.trust-strip__tagline a:hover{color:#d4a574}.why-visit{padding:3rem 0;background:linear-gradient(135deg,#b87d560a,#d4a57405)}@media(max-width:575px){.why-visit{padding:2rem 0}}.why-visit__container{max-width:1100px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.why-visit__container{padding:0 1.5rem}}@media(max-width:575px){.why-visit__container{padding:0 1rem}}.why-visit__content{display:flex;align-items:center;justify-content:space-between;gap:3rem}@media(max-width:1199px){.why-visit__content{flex-direction:column;text-align:center;gap:2rem}}@media(max-width:575px){.why-visit__content{gap:1.5rem}}.why-visit__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;margin:0;white-space:nowrap;flex-shrink:0}@media(max-width:767px){.why-visit__title{font-size:1.125rem}}@media(max-width:575px){.why-visit__title{font-size:1rem;white-space:normal}}.why-visit__reasons{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:767px){.why-visit__reasons{gap:.5rem}}.why-visit__reason{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:9999px;font-size:1rem;color:#3e3e3e;white-space:nowrap;box-shadow:0 2px 8px #1a1a1a0f;transition:all .2s ease}.why-visit__reason svg{stroke:#b87d56;flex-shrink:0}.why-visit__reason span{font-weight:500}.why-visit__reason:hover{transform:translateY(-2px);box-shadow:0 4px 12px #b87d5626}.why-visit__reason:hover svg{stroke:#9a6441}@media(max-width:767px){.why-visit__reason{padding:.5rem 1rem;font-size:.875rem;gap:.5rem}.why-visit__reason svg{width:16px;height:16px}}@media(max-width:575px){.why-visit__reason{padding:4px .5rem;font-size:10px;gap:4px}.why-visit__reason svg{width:14px;height:14px}}.why-visit__divider{display:none}.why-visit__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#b87d56;color:#fff;border-radius:9999px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.why-visit__cta svg{stroke:#fff;transition:transform .2s ease}.why-visit__cta:hover{background:#a16944;color:#fff;transform:translate(4px)}.why-visit__cta:hover svg{stroke:#fff;transform:translate(3px)}@media(max-width:767px){.why-visit__cta{width:100%;justify-content:center;padding:1.5rem 2rem}}@media(max-width:575px){.why-visit__cta{padding:1rem 1.5rem;font-size:.875rem}.why-visit__cta svg{width:14px;height:14px}}.showroom-cta{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}@media(max-width:767px){.showroom-cta{min-height:450px}}@media(max-width:575px){.showroom-cta{min-height:360px;padding:2rem 0}}.showroom-cta__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.showroom-cta__background img{width:100%;height:100%;object-fit:cover}.showroom-cta__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3e3e3ed9,#3e3e3eb3,#b87d5699)}.showroom-cta__container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media(max-width:767px){.showroom-cta__container{padding:0 1.5rem}}@media(max-width:575px){.showroom-cta__container{padding:0 1rem}}.showroom-cta__content{text-align:center;color:#fff}@media(max-width:575px){.showroom-cta__content{padding:1rem 0}}.showroom-cta__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:9999px;font-size:1rem;font-weight:500;margin-bottom:2rem}.showroom-cta__badge svg{stroke:#d4a574}@media(max-width:575px){.showroom-cta__badge{font-size:10px;padding:3px .5rem;margin-bottom:1rem;gap:3px}.showroom-cta__badge svg{width:12px;height:12px}}.showroom-cta__title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(26,26,26,.3)}.showroom-cta__title span{color:#d4a574}@media(max-width:991px){.showroom-cta__title{font-size:2.5rem}}@media(max-width:767px){.showroom-cta__title{font-size:2rem}}@media(max-width:575px){.showroom-cta__title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.3}}.showroom-cta__subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:3rem}@media(max-width:767px){.showroom-cta__subtitle{font-size:1.25rem}}@media(max-width:575px){.showroom-cta__subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.4}}.showroom-cta__features{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}@media(max-width:991px){.showroom-cta__features{flex-direction:column;align-items:center;gap:1rem}}@media(max-width:575px){.showroom-cta__features{gap:4px;margin-bottom:1.5rem}}.showroom-cta__feature{display:flex;align-items:center;gap:1rem;font-size:1.125rem;color:#ffffffe6}.showroom-cta__feature svg{stroke:#d4a574;flex-shrink:0}@media(max-width:575px){.showroom-cta__feature{font-size:.875rem;gap:4px}.showroom-cta__feature svg{width:14px;height:14px}}.showroom-cta__actions{display:flex;justify-content:center;gap:1.5rem}@media(max-width:767px){.showroom-cta__actions{flex-direction:column;align-items:center}}@media(max-width:575px){.showroom-cta__actions{gap:.5rem}}.showroom-cta__btn{min-width:180px}@media(max-width:767px){.showroom-cta__btn{width:100%;max-width:280px}}@media(max-width:575px){.showroom-cta__btn{max-width:100%;width:100%;padding:1rem 1.5rem;font-size:.875rem}}.related-products{padding:6rem 0}@media(max-width:767px){.related-products{padding:4rem 0}}.related-products{background:#f8f8f8}.related-products__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.related-products__container{padding:0 1.5rem}}@media(max-width:575px){.related-products__container{padding:0 1rem}}.related-products__header{text-align:center;margin-bottom:3rem}@media(max-width:575px){.related-products__header{margin-bottom:2rem}}.related-products__title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;color:#3e3e3e;margin-bottom:.5rem}@media(max-width:767px){.related-products__title{font-size:1.5rem}}@media(max-width:575px){.related-products__title{font-size:1.25rem}}.related-products__subtitle{font-size:1.125rem;color:#666}@media(max-width:575px){.related-products__subtitle{font-size:1rem}}.related-products__carousel{position:relative;padding:0 4rem}@media(max-width:767px){.related-products__carousel{padding:0}}.related-products__carousel .swiper{overflow:visible}.related-products__carousel .swiper-wrapper{padding-bottom:1.5rem;justify-content:center}.related-products__carousel .swiper-slide{height:auto}.related-products__card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none;height:100%}@media(max-width:575px){.related-products__card{border-radius:8px}}.related-products__card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #00000029}.related-products__card:hover .related-products__image{transform:scale(1.05)}.related-products__card:hover .related-products__cta{color:#b87d56}.related-products__card:hover .related-products__cta svg{transform:translate(4px)}.related-products__image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f8f8f8}.related-products__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.related-products__badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:500}.related-products__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}@media(max-width:575px){.related-products__content{padding:1rem}}.related-products__name{font-size:1.125rem;font-weight:600;color:#3e3e3e;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:575px){.related-products__name{font-size:1rem}}.related-products__specs{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.related-products__spec{font-size:.875rem;color:#666}@media(max-width:575px){.related-products__spec{font-size:10px}}.related-products__divider{color:#ccc}.related-products__colors{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:1rem}.related-products__color{padding:2px .5rem;background:#f8f8f8;border-radius:4px;font-size:.688rem;color:#666}.related-products__color--more{background:#b87d561a;color:#b87d56}@media(max-width:575px){.related-products__color{font-size:9px;padding:1px 4px}}.related-products__cta{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#3e3e3e;margin-top:auto;transition:color .2s ease}.related-products__cta svg{transition:transform .2s ease}@media(max-width:575px){.related-products__cta{font-size:.875rem}.related-products__cta svg{width:14px;height:14px}}.related-products__nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}@media(max-width:767px){.related-products__nav{display:none}}.related-products__nav-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border:1px solid #F8F8F8;border-radius:50%;cursor:pointer;transition:all .2s ease;pointer-events:auto;box-shadow:0 2px 8px #00000014}.related-products__nav-btn:hover{background:#b87d56;border-color:#b87d56;color:#fff}.related-products__nav-btn:hover svg{stroke:#fff}.related-products__nav-btn:disabled{opacity:.5;cursor:not-allowed}.related-products__nav-btn:disabled:hover{background:#fff;border-color:#f8f8f8}.related-products__nav-btn:disabled:hover svg{stroke:currentColor}.related-products__nav-btn svg{stroke:#3e3e3e;transition:stroke .2s ease}.related-products__pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.related-products__pagination .swiper-pagination-bullet{width:8px;height:8px;background:#ccc;border-radius:50%;opacity:1;transition:all .2s ease}.related-products__pagination .swiper-pagination-bullet-active{background:#b87d56;width:24px;border-radius:4px}.related-products__cta-wrapper{text-align:center;margin-top:3rem}@media(max-width:575px){.related-products__cta-wrapper{margin-top:2rem}}.related-products__view-all{display:inline-flex;align-items:center;justify-content:center;gap:1rem;font-size:1.125rem;font-weight:500;color:#b87d56;text-decoration:none;transition:all .2s ease}.related-products__view-all:hover{color:#d4a574}.related-products__view-all:hover svg{transform:translate(4px)}.related-products__view-all svg{transition:transform .2s ease}@media(max-width:575px){.related-products__view-all{width:100%;padding:1rem 1.5rem;background:#fff;border:1px solid rgba(184,125,86,.3);border-radius:8px;font-size:1rem;gap:.5rem;box-shadow:0 2px 8px #00000014}.related-products__view-all:hover{background:#b87d560d;border-color:#b87d56}.related-products__view-all svg{width:16px;height:16px}}.recently-viewed{padding:3rem 0;background:#fff;border-top:1px solid #F8F8F8}.recently-viewed__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.recently-viewed__container{padding:0 1.5rem}}.recently-viewed__header{margin-bottom:2rem}.recently-viewed__title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:#3e3e3e;margin-bottom:.5rem}.recently-viewed__subtitle{font-size:1rem;color:#666}.recently-viewed__grid{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.recently-viewed__grid::-webkit-scrollbar{height:4px}.recently-viewed__grid::-webkit-scrollbar-track{background:#f8f8f8;border-radius:2px}.recently-viewed__grid::-webkit-scrollbar-thumb{background:#b87d56;border-radius:2px}.recently-viewed__card{display:flex;align-items:center;gap:1.5rem;min-width:280px;max-width:320px;padding:1rem;background:#f8f8f8;border-radius:12px;text-decoration:none;transition:all .2s ease;flex-shrink:0}.recently-viewed__card:hover{background:#f0f0f0;transform:translateY(-2px)}.recently-viewed__card:hover .recently-viewed__image{transform:scale(1.05)}.recently-viewed__image-wrapper{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#fff}.recently-viewed__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recently-viewed__content{flex-grow:1;overflow:hidden}.recently-viewed__name{font-size:1rem;font-weight:500;color:#3e3e3e;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recently-viewed__material{font-size:.875rem;color:#666}.sticky-cta{position:fixed;bottom:-100%;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #1a1a1a1f;padding:1rem 1.5rem;z-index:100;transition:bottom .3s ease}.sticky-cta.visible{bottom:0}@media(min-width:768px){.sticky-cta{display:none}}@media(max-width:575px){.sticky-cta{padding:.5rem 1rem}}.sticky-cta__container{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}@media(max-width:575px){.sticky-cta__container{gap:.5rem}}.sticky-cta__product{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(184,125,86,.1)}@media(max-width:575px){.sticky-cta__product{gap:.5rem;padding-bottom:.5rem}}.sticky-cta__thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid #F8F8F8}@media(max-width:575px){.sticky-cta__thumb{width:40px;height:40px;border-radius:4px}}.sticky-cta__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.sticky-cta__name{font-size:1rem;font-weight:600;color:#3e3e3e;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:575px){.sticky-cta__name{font-size:.875rem}}.sticky-cta__material{font-size:.875rem;color:#666}@media(max-width:575px){.sticky-cta__material{font-size:10px}}.sticky-cta__actions{display:flex;align-items:center;gap:.5rem}.sticky-cta__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;flex:1}@media(max-width:575px){.sticky-cta__btn{padding:.5rem 1rem;font-size:.875rem;gap:4px}}.sticky-cta__btn--icon{flex:0 0 auto;width:44px;height:44px;padding:0;background:#f8f8f8;color:#3e3e3e}.sticky-cta__btn--icon:hover{background:#3e3e3e1a}@media(max-width:575px){.sticky-cta__btn--icon{width:36px;height:36px}.sticky-cta__btn--icon svg{width:18px;height:18px}}.sticky-cta__btn--whatsapp{background:#25d366;color:#fff}.sticky-cta__btn--whatsapp:hover{background:#1fb855;color:#fff}.sticky-cta__btn--whatsapp svg{fill:#fff}.sticky-cta__btn--secondary{background:#3e3e3e0f;color:#3e3e3e}.sticky-cta__btn--secondary:hover{background:#3e3e3e1a}.sticky-cta__btn--secondary svg{stroke:#b87d56}.floating-cta{position:fixed;right:2rem;bottom:50%;transform:translateY(50%) translate(120%);background:#fff;border-radius:16px;box-shadow:0 8px 32px #3e3e3e1f,0 2px 8px #3e3e3e14;padding:2rem;z-index:100;transition:transform .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.floating-cta.visible{transform:translateY(50%) translate(0)}@media(max-width:991px){.floating-cta{display:none}}.floating-cta__accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#b87d56,#d4a574)}.floating-cta__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.floating-cta__header{text-align:center}.floating-cta__label{font-size:.875rem;font-weight:600;color:#3e3e3e;text-transform:uppercase;letter-spacing:.08em}.floating-cta__btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 3rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap;position:relative;overflow:hidden}.floating-cta__btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 4px 12px #25d3664d}.floating-cta__btn--whatsapp:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff3;border-radius:inherit;animation:pulse-ring 2s infinite;opacity:0}.floating-cta__btn--whatsapp:hover{background:#1fb855;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.floating-cta__btn--whatsapp:hover:before{animation:none}.floating-cta__btn--whatsapp:hover svg{fill:#fff}.floating-cta__btn--whatsapp svg{fill:#fff}.floating-cta__divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(184,125,86,.2),transparent)}.floating-cta__actions{display:flex;gap:1rem}.floating-cta__action{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#3e3e3e0a;border-radius:50%;color:#666;text-decoration:none;transition:all .2s ease}.floating-cta__action svg{stroke:currentColor}.floating-cta__action:hover{background:#b87d561a;color:#b87d56;transform:translateY(-2px)}@keyframes pulse-ring{0%{opacity:0;transform:scale(.9)}50%{opacity:.3}to{opacity:0;transform:scale(1.1)}}.showrooms{padding:6rem 0}@media(max-width:767px){.showrooms{padding:4rem 0}}.showrooms{background:#fff}.showrooms__container{max-width:100%;padding:0 3rem}@media(max-width:767px){.showrooms__container{padding:0 1.5rem}}.showrooms__header{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.showrooms__header{padding:0 1rem}}.showrooms__header{text-align:center;margin-bottom:4rem}.showrooms__title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#3e3e3e;margin-bottom:1.5rem}@media(max-width:767px){.showrooms__title{font-size:2rem}}.showrooms__title span{color:#b87d56}.showrooms__subtitle{font-size:1.125rem;color:#666}.showrooms__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1199px){.showrooms__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.showrooms__grid{grid-template-columns:1fr;gap:1.5rem}}.showrooms__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:all .3s ease}.showrooms__card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #00000029}.showrooms__card:hover .showrooms__image{transform:scale(1.05)}.showrooms__image-wrapper{position:relative;height:280px;overflow:hidden}@media(max-width:1199px){.showrooms__image-wrapper{height:260px}}@media(max-width:767px){.showrooms__image-wrapper{height:220px}}.showrooms__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.showrooms__badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.showrooms__content{padding:1.5rem}@media(max-width:1199px){.showrooms__content{padding:1.5rem}}@media(max-width:767px){.showrooms__content{padding:1rem 1.5rem}}.showrooms__name{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#3e3e3e;margin-bottom:2px;line-height:1.2}@media(max-width:1199px){.showrooms__name{font-size:1.25rem}}@media(max-width:767px){.showrooms__name{font-size:1.125rem}}.showrooms__location{font-size:.875rem;color:#b87d56;font-weight:600;margin-bottom:.5rem}@media(max-width:1199px){.showrooms__location{font-size:1rem}}.showrooms__specialties-wrapper{overflow:hidden;margin-bottom:1rem;padding:.5rem 0;border-top:1px solid rgba(184,125,86,.1);border-bottom:1px solid rgba(184,125,86,.1);position:relative}.showrooms__specialties-wrapper:before,.showrooms__specialties-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:20px;z-index:2;pointer-events:none}.showrooms__specialties-wrapper:before{left:0;background:linear-gradient(to right,#FFFFFF,transparent)}.showrooms__specialties-wrapper:after{right:0;background:linear-gradient(to left,#FFFFFF,transparent)}.showrooms__specialties{list-style:none;display:flex;flex-wrap:nowrap;gap:1rem;animation:showroom-specialty-marquee 12s linear infinite;will-change:transform;width:max-content}.showrooms__specialties:hover{animation-play-state:paused}.showrooms__specialty{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;color:#b87d56;white-space:nowrap;flex-shrink:0}@media(max-width:1199px){.showrooms__specialty{font-size:1rem}}.showrooms__specialty:after{content:"•";color:#b87d5666;margin-left:.5rem}@keyframes showroom-specialty-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.showrooms__address{font-size:.875rem;color:#666;line-height:1.4;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.showrooms__address svg{width:14px;height:14px;fill:#b87d56;flex-shrink:0;margin-top:1px}@media(max-width:1199px){.showrooms__address{font-size:1rem}}.showrooms__contact{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:1rem}.showrooms__contact svg{width:14px;height:14px;fill:#b87d56}.showrooms__contact a{color:#b87d56;font-weight:500;padding:2px 4px;margin:-2px -4px;border-radius:4px;transition:all .3s ease}.showrooms__contact a:hover{background:#b87d561a;color:#9a6441}@media(max-width:1199px){.showrooms__contact{font-size:1rem}}.showrooms__actions{display:flex;gap:.5rem}.showrooms__btn{flex:1;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;text-align:center;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}@media(max-width:1199px){.showrooms__btn{padding:1rem 1.5rem;font-size:1rem}}@media(max-width:767px){.showrooms__btn{padding:.5rem 1rem;font-size:.875rem}}.showrooms__btn svg{width:14px;height:14px;fill:currentColor;transition:fill .3s ease}@media(max-width:1199px){.showrooms__btn svg{width:16px;height:16px}}@media(max-width:767px){.showrooms__btn svg{width:14px;height:14px}}.showrooms__btn--primary{background-color:#b87d56;color:#fff}.showrooms__btn--primary:hover{background-color:#a16944;color:#fff}.showrooms__btn--primary:hover svg{fill:#fff}.showrooms__btn--outline{background-color:transparent;color:#b87d56;border:1px solid #B87D56}.showrooms__btn--outline:hover{background-color:#b87d56;color:#fff}.showrooms__btn--outline:hover svg{fill:#fff}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-animate].animate-in{opacity:1;transform:translateY(0)}[data-animate=fade-up]{transform:translateY(30px)}[data-animate=fade-down]{transform:translateY(-30px)}[data-animate=fade-left]{transform:translate(30px)}[data-animate=fade-right]{transform:translate(-30px)}.product-hero__image{transition:opacity .15s ease,transform .5s ease}
