@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap";:root{--lqholz-bg: #F2F0E9;--lqholz-bg-alt: #E8E6DF;--lqholz-text: #2C2A25;--lqholz-text-secondary: #59554D;--lqholz-text-muted: #8C8880;--lqholz-border: #D6D3CC;--lqholz-border-dark: #B0ADA6;--lqholz-accent: #9A5B38;--lqholz-accent-light: #B87652;--lqholz-white: #FFFFFF;--lqholz-black: #1F1D1B;--lqholz-font-serif: "Cormorant Garamond", Georgia, serif;--lqholz-font-sans: "DM Sans", -apple-system, sans-serif;--lqholz-space-xs: .5rem;--lqholz-space-sm: 1rem;--lqholz-space-md: 1.5rem;--lqholz-space-lg: 2.5rem;--lqholz-space-xl: 3.5rem;--lqholz-space-2xl: 5rem;--lqholz-gutter: 1.25rem;--lqholz-radius: 2px;--lqholz-transition: .4s cubic-bezier(.16, 1, .3, 1)}@media(min-width:768px){:root{--lqholz-space-md: 2rem;--lqholz-space-lg: 3.5rem;--lqholz-space-xl: 5rem;--lqholz-space-2xl: 7rem;--lqholz-gutter: 2rem}}body{font-family:var(--lqholz-font-sans);background-color:var(--lqholz-bg);color:var(--lqholz-text)}h1,h2,h3,h4,h5,h6,.lqholz-heading{font-family:var(--lqholz-font-serif);font-weight:400;letter-spacing:-.03em;line-height:1.1}.lqholz-label{font-family:var(--lqholz-font-sans);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--lqholz-accent)}.lqholz-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:var(--lqholz-gutter);padding-right:var(--lqholz-gutter);box-sizing:border-box}.lqholz-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--lqholz-font-sans);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:0;border:1px solid transparent;cursor:pointer;transition:all var(--lqholz-transition);text-decoration:none;white-space:nowrap}@media(min-width:768px){.lqholz-btn{padding:1.2rem 2.5rem}}.lqholz-btn-primary{background:var(--lqholz-text);color:var(--lqholz-bg);border-color:var(--lqholz-text)}.lqholz-btn-primary:hover{background:var(--lqholz-black);border-color:var(--lqholz-black)}.lqholz-btn-secondary{background:transparent;color:var(--lqholz-text);border-color:var(--lqholz-text)}.lqholz-btn-secondary:hover{background:var(--lqholz-text);color:var(--lqholz-bg)}.lqholz-btn-outline-white{background:transparent;color:var(--lqholz-white);border-color:var(--lqholz-white)}.lqholz-btn-outline-white:hover{background:var(--lqholz-white);color:var(--lqholz-black)}.lqholz-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.lqholz-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.lqholz-hero__bg img{width:100%;height:100%;object-fit:cover;filter:sepia(12%) contrast(95%)}.lqholz-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f2f0e9f2,#f2f0e9d9 30%,#f2f0e966)}@media(min-width:768px){.lqholz-hero__overlay{background:linear-gradient(90deg,#f2f0e9f7,#f2f0e9e6 35%,#f2f0e91a)}}.lqholz-hero__container{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding-left:var(--lqholz-gutter);padding-right:var(--lqholz-gutter);box-sizing:border-box}.lqholz-hero__content{max-width:700px}.lqholz-hero__label{display:inline-block;padding:var(--lqholz-space-xs) 0;color:var(--lqholz-accent);font-size:.65rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;margin-bottom:var(--lqholz-space-md);border-bottom:1px solid var(--lqholz-accent)}@media(min-width:768px){.lqholz-hero__label{font-size:.7rem;letter-spacing:.25em}}.lqholz-hero__title{font-size:clamp(2.25rem,6vw,5.5rem);line-height:1.05;margin-bottom:var(--lqholz-space-md)}.lqholz-hero__subtitle{font-size:1rem;color:var(--lqholz-text-secondary);margin-bottom:var(--lqholz-space-lg);max-width:520px;line-height:1.7}@media(min-width:768px){.lqholz-hero__subtitle{font-size:1.125rem;margin-bottom:var(--lqholz-space-xl)}}.lqholz-hero__ctas{display:flex;flex-direction:column;gap:var(--lqholz-space-sm)}@media(min-width:480px){.lqholz-hero__ctas{flex-direction:row;flex-wrap:wrap}}.lqholz-collections{padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-collections{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-collections__header{text-align:center;margin-bottom:var(--lqholz-space-lg);padding:0}@media(min-width:768px){.lqholz-collections__header{margin-bottom:var(--lqholz-space-xl)}}.lqholz-collections__grid{display:grid;gap:var(--lqholz-space-sm);max-width:1400px;margin:0 auto}@media(min-width:768px){.lqholz-collections__grid{grid-template-columns:repeat(3,1fr);gap:var(--lqholz-space-md)}}.lqholz-collection-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--lqholz-radius)}.lqholz-collection-card img{width:100%;height:100%;object-fit:cover;filter:sepia(8%) contrast(98%);transition:transform .6s cubic-bezier(.16,1,.3,1)}.lqholz-collection-card:hover img{transform:scale(1.03)}.lqholz-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1f1d1bd9,#1f1d1b4d 40%,#1f1d1b00)}.lqholz-collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:var(--lqholz-space-md);color:var(--lqholz-white)}@media(min-width:768px){.lqholz-collection-card__content{padding:var(--lqholz-space-lg)}}.lqholz-collection-card__title{font-family:var(--lqholz-font-serif);font-size:1.25rem;margin-bottom:var(--lqholz-space-xs);font-weight:400}@media(min-width:768px){.lqholz-collection-card__title{font-size:1.5rem}}.lqholz-collection-card__desc{font-size:.8125rem;opacity:.85}@media(min-width:768px){.lqholz-collection-card__desc{font-size:.875rem}}.lqholz-collection-card__link{display:inline-flex;align-items:center;gap:var(--lqholz-space-xs);margin-top:var(--lqholz-space-sm);font-size:.875rem;font-weight:500;opacity:0;transform:translateY(10px);transition:all var(--lqholz-transition)}.lqholz-collection-card:hover .lqholz-collection-card__link{opacity:1;transform:translateY(0)}.lqholz-differentiators{background:var(--lqholz-bg-alt);border-top:1px solid var(--lqholz-border);border-bottom:1px solid var(--lqholz-border);padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-differentiators{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-diff-grid{display:grid;gap:var(--lqholz-space-md);max-width:1400px;margin:0 auto;grid-template-columns:1fr}@media(min-width:480px){.lqholz-diff-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.lqholz-diff-grid{grid-template-columns:repeat(4,1fr);gap:var(--lqholz-space-md)}}.lqholz-diff-item{text-align:center;padding:var(--lqholz-space-md) var(--lqholz-space-sm);position:relative}@media(min-width:768px){.lqholz-diff-item{padding:var(--lqholz-space-lg) var(--lqholz-space-sm)}.lqholz-diff-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60px;width:1px;background:var(--lqholz-border)}}.lqholz-diff-item__icon{width:36px;height:36px;margin:0 auto var(--lqholz-space-sm);color:var(--lqholz-accent)}@media(min-width:768px){.lqholz-diff-item__icon{width:40px;height:40px}}.lqholz-diff-item__icon svg{width:100%;height:100%;stroke-width:1}.lqholz-diff-item__title{font-family:var(--lqholz-font-serif);font-size:.9375rem;font-weight:500;margin-bottom:var(--lqholz-space-xs)}@media(min-width:768px){.lqholz-diff-item__title{font-size:1rem}}.lqholz-diff-item__desc{font-size:.75rem;color:var(--lqholz-text-secondary);line-height:1.5}@media(min-width:768px){.lqholz-diff-item__desc{font-size:.8125rem}}.lqholz-feature{padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-feature{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-feature__grid{display:grid;gap:var(--lqholz-space-lg);align-items:center;max-width:1400px;margin:0 auto}@media(min-width:768px){.lqholz-feature__grid{grid-template-columns:1.2fr 1fr;gap:var(--lqholz-space-2xl)}}.lqholz-feature__image{position:relative;aspect-ratio:4/3;border-radius:var(--lqholz-radius);overflow:hidden}.lqholz-feature__image img{width:100%;height:100%;object-fit:cover;filter:sepia(8%) contrast(98%)}.lqholz-feature__badge{position:absolute;top:var(--lqholz-space-sm);left:var(--lqholz-space-sm);background:transparent;color:var(--lqholz-white);padding:var(--lqholz-space-xs) 0;font-size:.65rem;text-transform:uppercase;letter-spacing:.2em;border-bottom:1px solid var(--lqholz-white)}@media(min-width:768px){.lqholz-feature__badge{top:var(--lqholz-space-md);left:var(--lqholz-space-md);font-size:.7rem}}.lqholz-feature__content p{color:var(--lqholz-text-secondary);margin-bottom:var(--lqholz-space-md);line-height:1.7}@media(min-width:768px){.lqholz-feature__content p{margin-bottom:var(--lqholz-space-lg)}}.lqholz-feature__list{list-style:none;padding:0;margin:0 0 var(--lqholz-space-md)}@media(min-width:768px){.lqholz-feature__list{margin:0 0 var(--lqholz-space-lg)}}.lqholz-feature__list li{display:flex;align-items:center;gap:var(--lqholz-space-sm);padding:var(--lqholz-space-xs) 0;color:var(--lqholz-text-secondary);font-size:.875rem}@media(min-width:768px){.lqholz-feature__list li{font-size:.9375rem}}.lqholz-feature__list li:before{content:"";width:6px;height:6px;background:var(--lqholz-accent);border-radius:50%;flex-shrink:0}.lqholz-gallery{background:var(--lqholz-bg-alt);padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-gallery{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-gallery__header{text-align:center;margin-bottom:var(--lqholz-space-lg);padding:0}@media(min-width:768px){.lqholz-gallery__header{margin-bottom:var(--lqholz-space-xl)}}.lqholz-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--lqholz-space-xs);max-width:1400px;margin:0 auto}@media(min-width:480px){.lqholz-gallery__grid{gap:var(--lqholz-space-sm)}}@media(min-width:768px){.lqholz-gallery__grid{grid-template-columns:repeat(3,1fr);gap:var(--lqholz-space-md)}}@media(min-width:1024px){.lqholz-gallery__grid{grid-template-columns:repeat(6,1fr)}.lqholz-gallery__item:first-child{grid-column:span 2;grid-row:span 2}}.lqholz-gallery__item{aspect-ratio:1;border-radius:var(--lqholz-radius);overflow:hidden}.lqholz-gallery__item img{width:100%;height:100%;object-fit:cover;filter:sepia(8%) contrast(98%);transition:transform .6s cubic-bezier(.16,1,.3,1)}.lqholz-gallery__item:hover img{transform:scale(1.1)}.lqholz-testimonials{background:var(--lqholz-bg-alt);padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-testimonials{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-testimonials__header{text-align:center;margin-bottom:var(--lqholz-space-lg);padding:0}@media(min-width:768px){.lqholz-testimonials__header{margin-bottom:var(--lqholz-space-xl)}}.lqholz-testimonials__grid{display:grid;gap:var(--lqholz-space-md);max-width:1400px;margin:0 auto}@media(min-width:768px){.lqholz-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:var(--lqholz-space-lg)}}.lqholz-testimonial{background:transparent;border-left:2px solid var(--lqholz-accent);padding:0 0 0 var(--lqholz-space-md)}.lqholz-testimonial__quote{font-family:var(--lqholz-font-serif);font-size:1.125rem;color:var(--lqholz-text);margin-bottom:var(--lqholz-space-md);line-height:1.5}@media(min-width:768px){.lqholz-testimonial__quote{font-size:1.4rem}}.lqholz-testimonial__author{font-weight:500;font-size:.875rem}@media(min-width:768px){.lqholz-testimonial__author{font-size:.9375rem}}.lqholz-testimonial__location{font-size:.75rem;color:var(--lqholz-text-secondary)}@media(min-width:768px){.lqholz-testimonial__location{font-size:.8125rem}}.lqholz-quote{background:var(--lqholz-bg-alt);padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-quote{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-quote__grid{display:grid;gap:var(--lqholz-space-lg);max-width:1400px;margin:0 auto}@media(min-width:1024px){.lqholz-quote__grid{grid-template-columns:1fr 1.2fr;gap:var(--lqholz-space-2xl)}}.lqholz-quote__info h2{margin-bottom:var(--lqholz-space-md)}.lqholz-quote__info p{color:var(--lqholz-text-secondary);margin-bottom:var(--lqholz-space-md);line-height:1.7}@media(min-width:768px){.lqholz-quote__info p{margin-bottom:var(--lqholz-space-lg)}}.lqholz-quote__benefits{list-style:none;padding:0;margin:0}.lqholz-quote__benefits li{display:flex;align-items:flex-start;gap:var(--lqholz-space-sm);padding:var(--lqholz-space-sm) 0;border-bottom:1px solid var(--lqholz-border);font-size:.875rem}@media(min-width:768px){.lqholz-quote__benefits li{font-size:1rem}}.lqholz-quote__benefits li:last-child{border-bottom:none}.lqholz-quote__benefits svg{width:18px;height:18px;color:var(--lqholz-accent);flex-shrink:0;margin-top:2px}@media(min-width:768px){.lqholz-quote__benefits svg{width:20px;height:20px}}.lqholz-quote__form{background:var(--lqholz-white);padding:var(--lqholz-space-md);border-radius:var(--lqholz-radius);border:1px solid var(--lqholz-border)}@media(min-width:768px){.lqholz-quote__form{padding:var(--lqholz-space-xl)}}.lqholz-form-row{display:grid;gap:var(--lqholz-space-md);margin-bottom:var(--lqholz-space-md)}@media(min-width:480px){.lqholz-form-row--two-col{grid-template-columns:1fr 1fr}}.lqholz-form-group{display:flex;flex-direction:column;gap:var(--lqholz-space-xs)}.lqholz-form-label{font-size:.8125rem;font-weight:500}.lqholz-form-label span{color:var(--lqholz-text-muted);font-weight:400}.lqholz-form-input,.lqholz-form-select,.lqholz-form-textarea{padding:var(--lqholz-space-sm);border:1px solid var(--lqholz-border-dark);border-radius:var(--lqholz-radius);font-size:1rem;font-family:inherit;transition:border-color var(--lqholz-transition);background:var(--lqholz-white);width:100%;box-sizing:border-box}.lqholz-form-input:focus,.lqholz-form-select:focus,.lqholz-form-textarea:focus{outline:none;border-color:var(--lqholz-accent)}.lqholz-form-textarea{min-height:100px;resize:vertical}.lqholz-process{padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-process{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-process__header{text-align:center;margin-bottom:var(--lqholz-space-lg);padding:0}@media(min-width:768px){.lqholz-process__header{margin-bottom:var(--lqholz-space-xl)}}.lqholz-timeline{display:grid;gap:var(--lqholz-space-md);max-width:1400px;margin:0 auto;grid-template-columns:1fr}@media(min-width:480px){.lqholz-timeline{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.lqholz-timeline{grid-template-columns:repeat(4,1fr);gap:var(--lqholz-space-md)}}.lqholz-timeline__item{text-align:center;position:relative}@media(min-width:768px){.lqholz-timeline__item:not(:last-child):after{content:"";position:absolute;top:32px;left:calc(50% + 40px);width:calc(100% - 80px);height:1px;background:var(--lqholz-border)}}.lqholz-timeline__number{width:56px;height:56px;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;margin:0 auto var(--lqholz-space-sm);font-family:var(--lqholz-font-serif);font-size:1.25rem;color:var(--lqholz-accent);border:2px solid var(--lqholz-border-dark)}@media(min-width:768px){.lqholz-timeline__number{width:64px;height:64px;font-size:1.5rem;margin-bottom:var(--lqholz-space-md)}}.lqholz-timeline__title{font-family:var(--lqholz-font-serif);font-size:1rem;margin-bottom:var(--lqholz-space-xs)}@media(min-width:768px){.lqholz-timeline__title{font-size:1.125rem}}.lqholz-timeline__desc{font-size:.8125rem;color:var(--lqholz-text-secondary)}@media(min-width:768px){.lqholz-timeline__desc{font-size:.875rem}}.lqholz-faq{background:var(--lqholz-bg-alt);padding:var(--lqholz-space-xl) var(--lqholz-gutter)}@media(min-width:768px){.lqholz-faq{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-faq__header{text-align:center;margin-bottom:var(--lqholz-space-lg);padding:0}@media(min-width:768px){.lqholz-faq__header{margin-bottom:var(--lqholz-space-xl)}}.lqholz-faq__list{max-width:960px;margin:0 auto}.lqholz-faq__item{border-bottom:1px solid var(--lqholz-border)}.lqholz-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--lqholz-space-md) 0;font-family:var(--lqholz-font-serif);font-size:1rem;font-weight:400;text-align:left;background:none;border:none;cursor:pointer;gap:var(--lqholz-space-sm)}@media(min-width:768px){.lqholz-faq__question{font-size:1.125rem}}.lqholz-faq__question svg{width:18px;height:18px;flex-shrink:0;transition:transform var(--lqholz-transition)}@media(min-width:768px){.lqholz-faq__question svg{width:20px;height:20px}}.lqholz-faq__item[open] .lqholz-faq__question svg{transform:rotate(45deg)}.lqholz-faq__answer{padding-bottom:var(--lqholz-space-md);color:var(--lqholz-text-secondary);line-height:1.7;font-size:.9375rem}.lqholz-cta{background:var(--lqholz-black);color:var(--lqholz-white);text-align:center;padding:var(--lqholz-space-xl) var(--lqholz-gutter);position:relative}@media(min-width:768px){.lqholz-cta{padding:var(--lqholz-space-2xl) var(--lqholz-gutter)}}.lqholz-cta:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:40px;background:#fff3}@media(min-width:768px){.lqholz-cta:before{height:60px}}.lqholz-cta h2{color:var(--lqholz-white);margin-bottom:var(--lqholz-space-sm);font-size:clamp(1.5rem,4vw,2.75rem)}.lqholz-cta p{color:#fff9;max-width:500px;margin:0 auto var(--lqholz-space-md);font-size:.9375rem}@media(min-width:768px){.lqholz-cta p{margin-bottom:var(--lqholz-space-lg);font-size:1rem}}.lqholz-whatsapp{position:fixed;bottom:var(--lqholz-space-sm);right:var(--lqholz-space-sm);width:48px;height:48px;background:var(--lqholz-black);border-radius:0;display:flex;align-items:center;justify-content:center;z-index:900;transition:all var(--lqholz-transition);border:1px solid var(--lqholz-black);text-decoration:none}@media(min-width:768px){.lqholz-whatsapp{bottom:var(--lqholz-space-md);right:var(--lqholz-space-md);width:52px;height:52px}}.lqholz-whatsapp:hover{background:transparent}.lqholz-whatsapp svg{width:22px;height:22px;fill:#fff;transition:fill var(--lqholz-transition)}@media(min-width:768px){.lqholz-whatsapp svg{width:24px;height:24px}}.lqholz-whatsapp:hover svg{fill:var(--lqholz-black)}.lqholz-section-title{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:var(--lqholz-space-sm)}.lqholz-img-filter img{filter:sepia(8%) contrast(98%)}.product-card{border-radius:var(--lqholz-radius)!important}.product-card__image img{filter:sepia(8%) contrast(98%)}.header{border-bottom:1px solid var(--lqholz-border)}.lqholz-footer{background:var(--lqholz-black);color:var(--lqholz-white);padding:var(--lqholz-space-xl) var(--lqholz-gutter) var(--lqholz-space-md)}@media(min-width:768px){.lqholz-footer{padding:var(--lqholz-space-2xl) var(--lqholz-gutter) var(--lqholz-space-lg)}}.lqholz-footer__grid{display:grid;gap:var(--lqholz-space-lg);margin-bottom:var(--lqholz-space-xl);max-width:1400px;margin-left:auto;margin-right:auto}@media(min-width:768px){.lqholz-footer__grid{grid-template-columns:2fr repeat(3,1fr);margin-bottom:var(--lqholz-space-2xl)}}.lqholz-footer__brand p{color:#fff9;font-size:.8125rem;max-width:280px;line-height:1.6}@media(min-width:768px){.lqholz-footer__brand p{font-size:.875rem}}.lqholz-footer__title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--lqholz-space-sm);color:#ffffff80}@media(min-width:768px){.lqholz-footer__title{font-size:.75rem;margin-bottom:var(--lqholz-space-md)}}.lqholz-footer__links{list-style:none;padding:0;margin:0}.lqholz-footer__links li{margin-bottom:var(--lqholz-space-xs)}.lqholz-footer__links a{font-size:.875rem;color:#fffc;text-decoration:none;transition:color var(--lqholz-transition)}@media(min-width:768px){.lqholz-footer__links a{font-size:.9375rem}}.lqholz-footer__links a:hover{color:var(--lqholz-white)}.lqholz-footer__bottom{display:flex;flex-direction:column;gap:var(--lqholz-space-sm);padding-top:var(--lqholz-space-md);border-top:1px solid rgba(255,255,255,.1);max-width:1400px;margin-left:auto;margin-right:auto}@media(min-width:768px){.lqholz-footer__bottom{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--lqholz-space-md);padding-top:var(--lqholz-space-lg)}}.lqholz-footer__copyright{font-size:.75rem;color:#ffffff80}@media(min-width:768px){.lqholz-footer__copyright{font-size:.8125rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/lqholz-craft.css.map */
