:root{--header-height:64px;--color-background:#fff0f5;--color-surface:#f6e7f7;--color-accent:#311021ff;--color-accent-hover:#c078a0;--color-header-footer-bg:var(--color-accent);--color-header-footer-text:#fff;--color-header-footer-hover:#d8a9c3;--color-text:#5a2a4d;--font-family:'Helvetica Neue', Helvetica, Arial, sans-serif}@media(min-width:768px){:root{--header-height:80px}}html,body{min-height:100%;margin:0;padding:0;box-sizing:border-box;color:var(--color-text);background:var(--color-background);font-family:var(--font-family)}*,*:before,*:after{box-sizing:inherit}body{min-height:100vh;display:grid;background:var(--color-background);grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer"}.site-header{grid-area:header;background:var(--color-header-footer-bg);color:var(--color-header-footer-text);width:100%}.site-main{grid-area:main;min-height:0;width:100%}.site-footer{grid-area:footer;background:var(--color-header-footer-bg);color:var(--color-header-footer-text);width:100%}.site-container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;padding:1rem 1.5rem}h1{margin-block:.67em;font-size:2em}.site-header{background:var(--color-header-footer-bg);color:var(--color-header-footer-text);width:100vw}.header-inner{display:flex;flex-direction:column;transition:max-height .4s ease;overflow:hidden}.header-top{display:flex;justify-content:space-between;align-items:center}.logo img{height:80px;width:auto;display:block}.hamburger{font-size:2rem;background:0 0;border:none;color:var(--color-header-footer-text);cursor:pointer}.main-nav{max-height:0;overflow:hidden;display:flex;flex-direction:column;margin-top:.5rem;transition:max-height .4s ease}.main-nav.open{max-height:500px}.main-nav a{color:#fff;text-decoration:none;padding:.75rem 0}.main-nav a:hover,.main-nav a:focus{color:var(--color-accent-hover);border-color:var(--color-header-footer-hover)}@media(min-width:768px){.header-inner{flex-direction:row;align-items:center;overflow:visible}.header-top{flex:1;justify-content:flex-start}.main-nav{max-height:none;margin-top:0;display:flex;flex-direction:row;gap:1.5rem;transition:none}.main-nav a{padding:0}.hamburger{display:none}}.footer-inner{margin-top:1rem}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start}.footer-title{font-weight:600;font-size:1.1rem;color:var(--color-header-footer-text);margin-bottom:1rem;min-height:1.5rem;display:flex;align-items:center}.footer-item{display:flex;align-items:center;min-height:2.6rem;gap:.75rem;margin-bottom:.5rem;font-size:.95rem;width:100%;box-sizing:border-box;text-decoration:none;border:2px solid transparent;border-radius:8px;padding:.25rem;box-sizing:border-box;transition:border-color .3s ease}a.footer-item{text-decoration:none !important;color:inherit}.footer-item:hover,.footer-item:focus{border-color:var(--color-header-footer-hover)}.footer-item>.contact-text,.footer-item>a,.footer-item>span{display:inline-block;vertical-align:middle}.footer-item:last-child{margin-bottom:0}.footer-item-subscribe{min-height:calc((2 * 2.6rem) + .5rem);flex-direction:column;align-items:flex-start;gap:.6rem;justify-content:center}.footer-item-empty{visibility:hidden;min-height:2.6rem}.subscribe-text{font-weight:600;display:block;margin-bottom:.2rem}.subscribe-form{width:100%}.subscribe-input-wrapper{position:relative;width:100%;max-width:320px;box-sizing:border-box}.subscribe-input{width:100%;padding:.5rem 3.5rem .5rem .75rem;font-size:1rem;border:1px solid var(--color-accent);border-radius:30px;font-family:var(--font-family);color:var(--color-text);box-sizing:border-box;transition:border-color .3s}.subscribe-input:focus{outline:none;border-color:var(--color-accent-hover);box-shadow:0 0 5px var(--color-accent-hover)}.subscribe-button{position:absolute;top:50%;right:.3rem;transform:translateY(-50%);background:var(--color-accent);border:none;padding:.35rem .75rem;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s;z-index:2}.subscribe-button:hover,.subscribe-button:focus{background:var(--color-accent-hover);outline:none}.subscribe-button img.subscribe-icon{width:18px;height:18px;pointer-events:none;user-select:none}.icon-contact,.subscribe-icon{width:20px;height:20px;flex-shrink:0;display:inline-block;vertical-align:middle;filter:brightness(0)invert(1)}.contact-text{color:var(--color-header-footer-text);display:inline-block}.footer-item a{color:var(--color-header-footer-text);text-decoration:none;transition:color .2s;font-weight:500;font-size:.95rem;display:inline-block}.footer-item a:hover,.footer-item a:focus{color:var(--color-accent-hover)}.visually-hidden{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.contact-section{padding:1.5rem 1rem;margin:2rem auto;max-width:98vw;border-radius:1rem;font-family:sans-serif}.contact-intro{margin-bottom:1.2rem;text-align:center}.contact-title{font-size:1.5rem;color:#22223b;margin-bottom:.5rem}.contact-description{color:#555;margin-bottom:1rem}.contact-form .form-group-container{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#4a4e69;margin-bottom:.4em;font-size:1rem}.form-input,.form-textarea{padding:.6em 1em;border:1px solid #bfc0c0;border-radius:.5em;font-size:1rem;font-family:inherit;background:#f5f6fa;transition:border .2s}.form-input:focus,.form-textarea:focus{border:1.5px solid #4a4e69;outline:none;background:#fff}.form-textarea{min-height:90px;resize:vertical}.form-submit{margin:1.5rem 0 0;padding:.8em 2em;background:#4a4e69;color:#fff;border:none;border-radius:.7em;font-size:1rem;font-weight:700;cursor:pointer;transition:background .18s;letter-spacing:.05em;box-shadow:0 3px 12px rgba(74,78,105,7%)}.form-submit:hover,.form-submit:focus{background:#22223b}@media(min-width:600px){.contact-section{padding:2.5rem;max-width:480px}.contact-title{font-size:2rem}.form-group-container{gap:1.2rem}.form-textarea{min-height:100px}.form-submit{font-size:1.1rem;padding:.9em 2.2em;margin-top:2rem}}.product-price{margin-top:auto;font-size:1rem;color:#335;display:flex;align-items:center}.old-price{text-decoration:line-through;color:#888;margin-right:8px;font-weight:400}.sale-price{color:#e24f3c;font-weight:600}.product-layout{display:block}.product-layout>*{padding:1rem 0}@media(min-width:768px){.product-layout{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.filters-sidebar,.product-filters{flex:2 2;min-width:180px;max-width:350px;position:sticky;top:1rem;height:fit-content;overflow-y:auto;max-height:calc(100vh - 2rem);margin-bottom:0}.product-grid{flex:5 5;min-width:0}}.product-filters{margin-top:1.5rem;display:grid;grid-template-columns:150px 1fr;row-gap:16px;column-gap:0;align-items:center}.product-filters select{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #d0d7e3;background:#fff;font-size:.95rem;font-weight:500;color:#223;appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='none' stroke='%23333' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/ %3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;transition:all .25s ease;box-shadow:0 1px 2px rgba(0,0,0,6%)}.product-filters select:hover{border-color:#9bb2d6}.product-filters select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.25)}.filters-sidebar{background:#f8f8f8;border-radius:8px;padding:1.2rem 1rem;width:100%;max-width:100%;box-sizing:border-box;position:static;margin-bottom:1.5rem}.filters-sidebar h2{font-size:1.1rem;margin-bottom:1rem;letter-spacing:1px;color:#335}.filters-table{width:100%;border-collapse:separate;border-spacing:0 12px}.filters-table tr{height:var(--filter-row-height,40px)}.filters-table label{font-size:.98rem;color:#345;vertical-align:middle}.filters-table select{width:100%;padding:.3rem .5rem;border-radius:4px;border:1px solid #bcc3d3;background:#fff;transition:border-color .25s,box-shadow .25s}.filters-table select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.5)}#reset-filters{grid-column:1/-1;margin-top:1rem;padding:.65rem 1rem;border-radius:8px;border:none;background:linear-gradient(135deg,#4a90e2,#357ab8);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;text-align:center;transition:background .3s ease,transform .15s ease}#reset-filters:hover{background:linear-gradient(135deg,#5ba5f0,#4076c0)}#reset-filters:active{transform:scale(.97)}@media(min-width:768px){.filters-sidebar{position:sticky;top:1rem;min-width:200px;max-height:calc(100vh - 2rem);overflow-y:auto;margin-bottom:0}}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-link{text-decoration:none;color:inherit}.product-item{aspect-ratio:3/4;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.75rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;text-align:center;transition:box-shadow .3s ease;height:100%}.product-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-image-wrapper{height:75%;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;overflow:hidden}.product-item-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.product-info{display:flex;flex-direction:column;justify-content:flex-end;flex-grow:1}.product-item-title{font-size:1rem;margin:0 0 .25rem;color:#333}.product-price{font-weight:700;color:#111;margin:0}.product-article{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.product-article{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.product-info{align-self:start;display:block}}.product-images{display:flex;flex-direction:column;align-items:center}.main-image-container{width:100%;max-width:600px;aspect-ratio:4/3;margin-bottom:1rem;position:relative;overflow:hidden;border:1px solid #ddd;box-shadow:0 2px 8px rgb(0 0 0/.1)}.main-image-container img.main-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}.thumb-gallery{width:100%;max-width:600px;display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;justify-items:center}.thumb-gallery img.thumb-image{width:100%;max-width:80px;cursor:pointer;border:2px solid transparent;box-sizing:border-box;transition:border-color .3s ease;object-fit:cover;aspect-ratio:1/1;border-radius:4px}.thumb-gallery img.thumb-image:hover{border-color:gray}.thumb-gallery img.active-thumb{border-color:#007acc}.info-grid{display:grid;grid-template-columns:max-content 1fr;column-gap:1rem;row-gap:1rem;align-items:center}.label{font-weight:600;color:#333}.value select,.value{font-size:1rem;color:#555}.description-container{margin-top:1.5rem;color:#444;line-height:1.5}.description-container p{margin:0}