:root{--v-teal:#3d5a5e;--v-teal-dark:#2f4f4f;--v-teal-rgb:61,90,94;--v-gold:#c9a227;--v-white:#fff;--v-bg:#f7f7f8;--v-text:#1a1a1a;--v-muted:#6b7280;--v-input-bg:#f0f1f3;--v-radius-xl:2.75rem;--v-radius-lg:1.25rem;--v-radius-pill:999px;--v-shadow:0 8px 32px #00000014;--v-font:"Vazirmatn",Tahoma,system-ui,sans-serif;--v-max:1280px;--primary:var(--v-teal);--secondary:var(--v-teal-dark)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body.v-body{font-family:var(--v-font);background:var(--v-bg);color:var(--v-text);-webkit-font-smoothing:antialiased;touch-action:pan-y pinch-zoom;min-height:100%;margin:0;line-height:1.65;overflow:hidden auto}body.v-scroll-locked{touch-action:none;overflow:hidden!important}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.v-gold-bar{color:#333;text-align:center;padding:max(.4rem,env(safe-area-inset-top))1rem .4rem;z-index:30;background:#fff;border-bottom:1px solid #eee;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;width:100%;font-size:clamp(.72rem,2.4vw,.88rem);font-weight:500;display:flex}.v-gold-bar__price{justify-content:center;align-items:center;gap:.5rem;min-width:0;display:flex}.v-gold-bar__social{display:none}.v-gold-bar__social .v-actions{background:0 0;border-radius:0;gap:.05rem;padding:0}.v-gold-bar__social .v-actions a{width:26px;height:26px}.v-gold-bar__social .v-actions a svg{width:16px;height:16px}.v-gold-bar__text{color:var(--v-teal);font-weight:600}.v-gold-pulse{flex-shrink:0;width:10px;height:10px;position:relative}.v-gold-pulse__dot{background:linear-gradient(135deg,#e8c547 0%,var(--v-gold,#c9a227)55%,#a67c00 100%);z-index:2;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 6px #c9a2278c}.v-gold-pulse:before,.v-gold-pulse:after{content:"";border:2px solid #c9a227a6;border-radius:50%;animation:2.2s ease-out infinite v-gold-wave;position:absolute;inset:-2px}.v-gold-pulse:after{animation-delay:1.1s}@keyframes v-gold-wave{0%{opacity:.85;transform:scale(.55)}to{opacity:0;transform:scale(2.6)}}@media (prefers-reduced-motion:reduce){.v-gold-pulse:before,.v-gold-pulse:after{opacity:.35;animation:none}}.v-shell-top{z-index:20;background:var(--v-white);border-radius:0 0 var(--v-radius-xl)var(--v-radius-xl);box-shadow:var(--v-shadow);margin:0 max(.5rem,2vw);margin-bottom:calc(-1*var(--v-radius-xl));padding:.75rem 1.25rem 1.5rem;position:relative}.v-nav{max-width:var(--v-max);grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;margin:0 auto;display:grid}.v-nav-end{justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.v-nav-start{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.v-nav-links{align-items:center;gap:.25rem;display:flex}.v-nav-links a{border-radius:var(--v-radius-pill);padding:.55rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s}.v-nav-links a:hover{background:var(--v-input-bg)}.v-nav-links a.is-active{background:var(--v-teal);color:#fff}.v-brand{text-align:center;flex-direction:column;align-items:center;gap:.15rem;display:flex}.v-brand-icon{width:36px;height:36px;color:var(--v-teal)}.v-brand-name{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.v-brand-tag{color:var(--v-muted);font-size:.7rem;font-weight:400}.v-brand img{width:auto;max-height:48px;margin:0 auto}.v-actions{background:var(--v-input-bg);border-radius:var(--v-radius-pill);align-items:center;gap:.5rem;padding:.35rem .65rem;display:flex}.v-actions a,.v-actions button{cursor:pointer;width:36px;height:36px;color:var(--v-text);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.v-actions a:hover{background:#0000000f}.v-menu-toggle{background:var(--v-input-bg);cursor:pointer;width:44px;height:44px;color:var(--primary,var(--v-teal));border:none;border-radius:50%;justify-content:center;align-items:center;display:none}.v-hero-wrap{margin-bottom:2rem;position:relative}.v-hero{border-radius:var(--v-radius-xl);background:#0d0d0d;min-height:52vh;margin:0 max(.5rem,2vw);position:relative;overflow:hidden}.v-hero-media{opacity:.92;background-position:50%;background-size:cover;position:absolute;inset:0}.v-hero-media:after{content:"";background:linear-gradient(#00000026 0%,#00000073 100%);position:absolute;inset:0}.v-hero-spacer{height:calc(var(--v-radius-xl) + 4rem)}.v-shell-bottom{z-index:20;background:var(--v-white);border-radius:var(--v-radius-xl)var(--v-radius-xl)0 0;margin:calc(-1*var(--v-radius-xl))max(.5rem,2vw)0;padding:1.25rem 1.25rem 1.5rem;position:relative;box-shadow:0 -4px 24px #0000000f}.v-filter-form{max-width:var(--v-max);flex-wrap:wrap;align-items:stretch;gap:.65rem;margin:0 auto;display:flex}.v-filter-fields{flex-wrap:wrap;flex:1;gap:.5rem;min-width:0;display:flex}.v-field{flex:1;min-width:120px;position:relative}.v-field select,.v-field input[type=search],.v-field input[type=number]{appearance:none;background:var(--v-input-bg);border-radius:var(--v-radius-pill);width:100%;color:var(--v-text);cursor:pointer;border:none;padding:.85rem 2rem .85rem 1rem;font-family:inherit;font-size:max(.85rem,16px)}.v-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:.85rem 50%;background-repeat:no-repeat}.v-field label{color:var(--v-muted);background:var(--v-white);pointer-events:none;padding:0 .25rem;font-size:.65rem;position:absolute;top:-.5rem;right:1rem}.v-btn-search{background:var(--v-teal);color:#fff;border-radius:var(--v-radius-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.v-btn-search:hover{background:var(--v-teal-dark)}.v-btn-search svg{width:18px;height:18px}.v-main{max-width:var(--v-max);margin:0 auto;padding:2rem 1.25rem 3rem}.v-page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.v-page-head h1{margin:0;font-size:1.5rem;font-weight:700}.v-sort select{appearance:none;background:var(--v-white);border-radius:var(--v-radius-pill);box-shadow:var(--v-shadow);cursor:pointer;border:none;padding:.6rem 2rem .6rem 1rem;font-family:inherit;font-size:max(.9rem,16px)}.v-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.v-card{background:var(--v-white);border-radius:var(--v-radius-lg);box-shadow:var(--v-shadow);transition:transform .25s,box-shadow .25s;overflow:hidden}.v-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001f}.v-card-media{aspect-ratio:1;background:#e8e8ea;position:relative;overflow:hidden}.v-card-media img{object-fit:cover;width:100%;height:100%}.v-card-placeholder{height:100%;color:var(--v-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.v-card-body{padding:1rem}.v-card-title{margin:0 0 .35rem;font-size:.95rem;font-weight:600;line-height:1.4}.v-card-meta{color:var(--v-muted);margin:0 0 .5rem;font-size:.78rem}.v-card-price{color:var(--v-teal);font-size:.95rem;font-weight:700}.v-card--out-of-stock .v-card-media img{opacity:.55}.v-card-badge{z-index:1;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700;line-height:1.2;position:absolute;top:.65rem;right:.65rem}.v-card-badge--out{color:#c62828;background:#ffebee}.v-product-unavailable{color:#e65100;background:#fff3e0;border-radius:.75rem;margin:0;padding:.85rem 1rem;font-weight:600}.v-stock-notify{border-radius:var(--v-radius-lg);background:#f8fafb;border:1px solid #e5e7eb;width:100%;margin-top:1rem;padding:1.15rem}.v-stock-notify__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.v-stock-notify__hint{color:var(--v-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.v-stock-notify__form{flex-direction:column;gap:0;max-width:100%;display:flex}.v-stock-notify__form .v-field--stacked{flex:none;width:100%;min-width:0;margin-bottom:1rem}.v-stock-notify__form .v-field--stacked label{pointer-events:auto;color:var(--v-text);background:0 0;margin-bottom:.35rem;padding:0;font-size:.85rem;font-weight:600;display:block;position:static}.v-stock-notify__form input,.v-stock-notify__form select{box-sizing:border-box;border-radius:var(--v-radius-lg);width:100%;color:var(--v-text);appearance:none;background:#fff;border:1px solid #e5e7eb;padding:.75rem 1rem;font-family:inherit;font-size:max(.9rem,16px)}.v-stock-notify__form select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:.85rem 50%;background-repeat:no-repeat;padding-left:2rem}.v-stock-notify__submit{justify-content:center;width:100%;margin-top:.25rem}.v-captcha-field{width:100%;margin-bottom:1rem}.v-captcha-question{border-radius:var(--v-radius-lg);letter-spacing:.04em;text-align:center;background:#eef2f4;margin:0 0 .5rem;padding:.65rem .85rem;font-size:1.05rem;font-weight:700}.v-captcha-input{box-sizing:border-box;width:100%}.v-captcha-hint{color:var(--v-muted);margin:.35rem 0 0;font-size:.8rem}.v-captcha-hint--cart{margin-top:0;margin-bottom:1rem}.v-cart-captcha-wrap{border-radius:var(--v-radius-lg);background:#f8fafb;border:1px solid #e5e7eb;margin-bottom:1rem;padding:1rem}.v-product-cart-form .v-captcha-field{flex:100%;min-width:100%}.v-inner-hero{background:var(--v-teal-dark);color:#fff;border-radius:var(--v-radius-xl);text-align:center;z-index:5;margin:0 max(.5rem,2vw);padding:3.5rem 1.5rem 2rem;position:relative}.v-inner-hero--compact,.v-inner-hero--full{border-radius:var(--v-radius-xl);margin:0 max(.5rem,2vw);padding:3.5rem 1.5rem 2rem}.v-inner-hero h1{margin:0;font-size:1.75rem;font-weight:700}.v-inner-hero p{opacity:.85;margin:.5rem 0 0;font-size:.95rem}.v-product{background:var(--v-white);border-radius:var(--v-radius-xl);box-shadow:var(--v-shadow);grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem;display:grid}.v-product-gallery img.main{border-radius:var(--v-radius-lg);aspect-ratio:1;object-fit:cover;width:100%}.v-thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.v-thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:12px;width:72px;height:72px}.v-thumbs img:hover{border-color:var(--v-teal)}.v-product-title-row{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.v-product-title-row h1{flex:1;min-width:0;margin:0;font-size:1.6rem}.v-share-icon-btn{background:var(--v-white);width:40px;height:40px;color:var(--v-teal);cursor:pointer;box-shadow:var(--v-shadow);border:1px solid #e8e8ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s;display:inline-flex}.v-share-icon-btn svg{width:20px;height:20px}.v-share-icon-btn:hover{background:var(--v-teal);color:#fff}.v-share-icon-btn.is-copied{color:#2e7d32;background:#e8f5e9;border-color:#c8e6c9}.v-product-price{color:var(--v-teal);margin-bottom:1rem;font-size:1.35rem;font-weight:700}.v-product-weights{margin-bottom:1rem}.v-product-weights__label{color:var(--v-muted);margin-bottom:.5rem;font-size:.85rem;display:block}.v-product-weights__options{flex-wrap:wrap;gap:.5rem;display:flex}.v-weight-chip{border:1px solid var(--v-border);color:var(--v-text);cursor:pointer;background:#fff;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;transition:border-color .2s,background .2s,color .2s}.v-weight-chip.is-active,.v-weight-chip:hover{border-color:var(--v-teal);background:var(--v-teal);color:#fff}.v-specs--extra-costs{border-top:1px dashed var(--v-border);margin-top:-.5rem;padding-top:.75rem}.v-similar{margin:1.75rem 0 1.25rem}.v-similar__title{color:var(--v-text);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.v-specs{gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:grid}.v-specs li{background:var(--v-input-bg);border-radius:var(--v-radius-pill);justify-content:space-between;padding:.65rem 1rem;font-size:.88rem;display:flex}.v-specs span{color:var(--v-muted)}.v-prose{color:#333;line-height:1.9}.v-btn{background:var(--v-teal);color:#fff;border-radius:var(--v-radius-pill);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.v-btn:hover{background:var(--v-teal-dark);color:#fff}.v-btn-outline{border:2px solid var(--v-teal);color:var(--v-teal);background:0 0}.v-btn-outline:hover{background:var(--v-teal);color:#fff}.v-back{color:var(--v-muted);align-items:center;gap:.35rem;margin-top:1.5rem;font-size:.9rem;display:inline-flex}.v-back:hover{color:var(--v-teal)}.v-main--full{max-width:none;padding:0 0 3rem}.v-contact-page{background:var(--v-bg);width:100%}.v-contact-global{background:var(--v-white);border-bottom:1px solid #e8e8ea;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem max(1rem,3vw);display:flex}.v-contact-global .v-actions{background:var(--v-input-bg)}.v-contact-pill{background:var(--v-input-bg);border-radius:var(--v-radius-pill);padding:.45rem 1rem;font-size:.88rem}.v-branch-tabs{background:var(--v-white);z-index:10;border-bottom:1px solid #e8e8ea;flex-wrap:wrap;gap:.5rem;padding:1rem max(1rem,3vw);display:flex;position:sticky;top:0}.v-branch-tab{background:var(--v-input-bg);color:var(--v-text);border-radius:var(--v-radius-pill);cursor:pointer;border:none;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.v-branch-tab:hover{background:#e4e5e8}.v-branch-tab.is-active{background:var(--v-teal);color:#fff}.v-branch-panels{width:100%}.v-branch-panel{display:none}.v-branch-panel.is-active{display:block}.v-branch-layout{background:var(--v-white);grid-template-columns:1fr 1.2fr;gap:0;min-height:min(70vh,640px);display:grid}.v-branch-info{flex-direction:column;gap:1rem;padding:2rem max(1.25rem,4vw);display:flex}.v-branch-map-wrap{background:#e8e8ea;height:min(70vh,640px);min-height:360px;position:relative}.v-branch-map{z-index:1;width:100%;height:100%;min-height:360px}.v-branch-map iframe{display:block}.v-branch-map-placeholder{min-height:360px;color:var(--v-muted);background:var(--v-input-bg);justify-content:center;align-items:center;padding:2rem;display:flex}.v-branch-map-actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.v-contact-empty{text-align:center;color:var(--v-muted);padding:4rem 1.5rem}@media (width<=900px){.v-branch-layout{grid-template-columns:1fr}.v-branch-map,.v-branch-map-wrap{min-height:320px}}.v-about-page{background:var(--v-white);width:100%;padding:2.5rem max(1.25rem,4vw) 3.5rem}.v-about-prose{color:#333;max-width:900px;margin:0 auto;font-size:1.02rem;line-height:1.9}.v-about-prose h1,.v-about-prose h2,.v-about-prose h3{color:var(--v-teal-dark);margin:1.5rem 0 .75rem;font-weight:700}.v-about-prose h1{font-size:1.75rem}.v-about-prose h2{font-size:1.4rem}.v-about-prose h3{font-size:1.15rem}.v-about-prose p{margin:0 0 1rem}.v-about-prose ul,.v-about-prose ol{margin:0 0 1rem;padding-right:1.5rem}.v-about-prose img{border-radius:var(--v-radius-lg);max-width:100%;height:auto;margin:1rem 0}.v-about-prose a{color:var(--v-teal);text-decoration:underline}.v-about-prose blockquote{border-right:4px solid var(--v-gold);background:var(--v-input-bg);border-radius:0 var(--v-radius-lg)var(--v-radius-lg)0;margin:1.25rem 0;padding:1rem 1.25rem}.v-about-empty{text-align:center;color:var(--v-muted);padding:3rem 1rem}.v-about-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;max-width:1100px;margin:2.5rem auto 0;display:grid}.v-about-gallery__item{border-radius:var(--v-radius-lg);box-shadow:var(--v-shadow);margin:0;overflow:hidden}.v-about-gallery__trigger{cursor:zoom-in;width:100%;font:inherit;color:inherit;background:0 0;border:0;padding:0;display:block}.v-about-gallery__trigger:focus-visible{outline:2px solid var(--v-gold);outline-offset:2px}.v-about-gallery__item img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .2s;display:block}.v-about-gallery__trigger:hover img,.v-about-gallery__trigger:focus-visible img{transform:scale(1.03)}.v-lightbox{z-index:1200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.v-lightbox[hidden]{display:none!important}.v-lightbox.is-open{display:flex}.v-lightbox__backdrop{cursor:zoom-out;background:#000000e0;position:absolute;inset:0}.v-lightbox__stage{z-index:1;max-width:min(96vw,1100px);max-height:90vh;margin:0;position:relative}.v-lightbox__img{object-fit:contain;border-radius:var(--v-radius-lg);width:auto;max-width:min(96vw,1100px);height:auto;max-height:90vh;display:block;box-shadow:0 8px 40px #00000073}.v-lightbox__close{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .15s;display:flex;position:absolute;top:1rem;left:1rem}.v-lightbox__close:hover,.v-lightbox__close:focus-visible{background:#ffffff38}.v-lightbox__close svg{width:1.35rem;height:1.35rem}.v-lightbox__nav{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.v-lightbox__nav:hover,.v-lightbox__nav:focus-visible{background:#ffffff38}.v-lightbox__nav svg{width:1.35rem;height:1.35rem}.v-lightbox__prev{left:1rem}.v-lightbox__next{right:1rem}@media (width<=640px){.v-lightbox{padding:.5rem}.v-lightbox__close{top:.75rem;left:.75rem}.v-lightbox__prev{left:.5rem}.v-lightbox__next{right:.5rem}.v-lightbox__img{max-height:85vh}}.v-content-card{background:var(--v-white);border-radius:var(--v-radius-xl);box-shadow:var(--v-shadow);max-width:800px;margin:0 auto;padding:2rem}.v-contact-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.v-contact-item{background:var(--v-input-bg);border-radius:var(--v-radius-lg);padding:1.25rem}.v-contact-item strong{color:var(--v-teal);margin-bottom:.35rem;display:block}.v-social{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.v-social a{background:var(--v-teal);color:#fff;border-radius:var(--v-radius-pill);padding:.5rem 1rem;font-size:.85rem}.v-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem;display:flex}.v-pagination .v-meta{color:var(--v-muted);padding:.6rem 1rem;font-size:.88rem}.v-footer{background:var(--v-teal-dark);color:#ffffffd9;border-radius:var(--v-radius-xl)var(--v-radius-xl)0 0;margin-top:3rem;padding:2.5rem 1.25rem 1.5rem}.v-footer-inner{max-width:var(--v-max);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:0 auto;display:grid}.v-footer h3{color:#fff;margin:0 0 .75rem;font-size:1rem}.v-footer a{color:#ffffffe6}.v-footer a:hover{color:var(--v-gold)}.v-footer-bottom{max-width:var(--v-max);text-align:center;opacity:.7;border-top:1px solid #ffffff26;margin:2rem auto 0;padding-top:1rem;font-size:.8rem}.v-drawer-overlay{z-index:100;pointer-events:none;background:#00000080;display:none;position:fixed;inset:0}.v-drawer-overlay.is-open{pointer-events:auto;display:block}.v-drawer{background:var(--v-white);z-index:101;width:min(320px,88vw);height:100%;padding:1.5rem;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto}.v-drawer.is-open{right:0}.v-drawer nav{flex-direction:column;gap:.25rem;margin-top:1rem;display:flex}.v-drawer nav a{border-radius:var(--v-radius-lg);padding:.85rem 1rem;font-weight:500}.v-drawer nav a.is-active{background:var(--v-teal);color:#fff}.v-empty{text-align:center;color:var(--v-muted);padding:3rem 1rem}.v-products-wrap{max-width:calc(var(--v-max) + 320px);margin:0 auto;padding:1.5rem 1.25rem 3rem}.v-products-layout{grid-template-columns:280px 1fr;align-items:start;gap:1.75rem;display:grid}.v-products-sidebar{background:var(--v-white);border-radius:var(--v-radius-xl);box-shadow:var(--v-shadow);padding:1.25rem;position:sticky;top:1rem}.v-pl-sidebar-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.v-pl-sidebar-head h2{margin:0;font-size:1.05rem;font-weight:700}.v-pl-acc{border-radius:var(--v-radius-lg);background:#fafafb;border:1px solid #ececef;margin-bottom:.65rem;overflow:hidden}.v-pl-acc__head{cursor:pointer;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.88rem;font-weight:600;list-style:none;display:flex}.v-pl-acc__head::-webkit-details-marker{display:none}.v-pl-acc__head:after{content:"";border-right:2px solid var(--v-muted);border-bottom:2px solid var(--v-muted);flex-shrink:0;width:8px;height:8px;transition:transform .2s;transform:rotate(45deg)}.v-pl-acc[open] .v-pl-acc__head:after{margin-top:4px;transform:rotate(-135deg)}.v-pl-acc__body{padding:0 1rem 1rem}.v-pl-select{appearance:none;background:var(--v-white);border-radius:var(--v-radius-pill);width:100%;color:var(--v-text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:.85rem 50%;background-repeat:no-repeat;border:none;padding:.75rem 2rem .75rem 1rem;font-family:inherit;font-size:.88rem;box-shadow:inset 0 0 0 1px #e8e8ec}.v-pl-acc__body--row{flex-direction:column;gap:.65rem;display:flex}.v-pl-acc__body--row .v-field{min-width:0}.v-pl-filter-actions{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.v-pl-filter-actions .v-btn{text-align:center;justify-content:center;width:100%}.v-pl-filter-actions .v-btn-outline{background:var(--v-input-bg);color:var(--v-text);border:1px solid #e5e7eb}.v-pl-filter-actions .v-btn-outline:hover{background:var(--v-input-bg);color:var(--v-text)}.v-pl-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.v-pl-toolbar__actions{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.v-pl-toolbar-btn{background:var(--v-white);border-radius:var(--v-radius-pill);cursor:pointer;box-shadow:var(--v-shadow);border:1px solid #e8e8ec;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.v-pl-sort-pill{color:var(--v-teal);background:rgba(var(--v-teal-rgb),.1);border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:500}.v-pl-sort{flex:1;min-width:0;position:relative}.v-pl-sort-menu{background:var(--v-white);border-radius:var(--v-radius-lg);z-index:30;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;box-shadow:0 12px 40px #0000001f}.v-pl-sort-menu a{border-radius:var(--v-radius-lg);padding:.65rem .85rem;font-size:.88rem;display:block}.v-pl-sort-menu a.is-active,.v-pl-sort-menu a:hover{background:rgba(var(--v-teal-rgb),.1);color:var(--v-teal)}.v-pl-filter-icon{background:var(--v-white);width:48px;height:48px;color:var(--v-teal);cursor:pointer;box-shadow:var(--v-shadow);border:1px solid #e8e8ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:none}.v-pl-filter-icon svg{width:22px;height:22px}.v-pl-count{color:var(--v-muted);width:100%;margin:0;font-size:.88rem}.v-grid--products{grid-template-columns:repeat(4,1fr)}.v-pl-filter-sheet{z-index:201}.v-page-products .v-sheet-overlay{z-index:200}.v-page-products .v-sheet-overlay,.v-page-products .v-filter-sheet{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,visibility .25s,transform .3s;position:fixed}.v-page-products .v-sheet-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;background:#00000073;inset:0}.v-page-products .v-filter-sheet{background:#fff;border-radius:1.5rem 1.5rem 0 0;max-height:88vh;padding:1.25rem;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.v-page-products .v-filter-sheet.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.v-page-products .v-sheet-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.v-page-products .v-sheet-head h2{margin:0;font-size:1.1rem}.v-page-products .v-sheet-close{cursor:pointer;background:#f0f1f3;border:none;border-radius:50%;width:36px;height:36px;font-size:1.25rem;line-height:1}.v-cart-link{width:40px;height:40px;color:var(--v-teal);background:var(--v-input-bg);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.v-cart-link svg{width:22px;height:22px}.v-cart-badge{background:var(--v-gold);color:#fff;text-align:center;border-radius:999px;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:18px;position:absolute;top:-2px;left:-2px}.v-messages{margin-bottom:1rem}.v-message{border-radius:var(--v-radius-lg);margin:0 0 .5rem;padding:.75rem 1rem;font-size:.9rem}.v-message--success{color:#1b5e20;background:#e8f5e9}.v-message--error{color:#b71c1c;background:#ffebee}.v-message--warning{color:#f57f17;background:#fff8e1}.v-message--info{color:#0d47a1;background:#e3f2fd}.v-product-actions{flex-wrap:wrap;align-items:flex-end;gap:.65rem;margin-top:1.5rem;display:flex}.v-product-cart-form{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:200px;display:flex}.v-product-qty-label{align-items:center;gap:.35rem;font-size:.85rem;display:flex}.v-product-qty{border-radius:var(--v-radius-pill);border:1px solid #e5e7eb;width:4rem;padding:.5rem;font-family:inherit}.v-btn-sm{padding:.5rem 1rem;font-size:.82rem}.v-cart-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.v-cart-row{background:var(--v-white);border-radius:var(--v-radius-lg);box-shadow:var(--v-shadow);grid-template-columns:80px 1fr auto;align-items:start;gap:1rem;padding:1rem;display:grid}.v-cart-row__thumb img{object-fit:cover;border-radius:var(--v-radius-lg);width:80px;height:80px}.v-cart-row__info h2{margin:0 0 .35rem;font-size:1rem}.v-cart-row__qty{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.v-cart-row__qty input[type=number]{border-radius:var(--v-radius-pill);border:1px solid #e5e7eb;width:4rem;padding:.4rem}.v-cart-row__total{text-align:left}.v-cart-remove{color:#c62828;cursor:pointer;background:0 0;border:none;margin-top:.35rem;font-size:.82rem}.v-cart-summary{background:var(--v-white);border-radius:var(--v-radius-xl);box-shadow:var(--v-shadow);max-width:400px;padding:1.25rem}.v-cart-summary__total{margin:0 0 1rem;font-size:1.1rem}.v-cart-checkout{justify-content:center;width:100%;margin-bottom:.75rem}.v-checkout-grid{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}.v-checkout-heading{margin:0 0 1rem;font-size:1.1rem}.v-checkout-form .v-field--stacked{min-width:0;margin-bottom:1rem}.v-checkout-form .v-field--stacked label{background:0 0;margin-bottom:.35rem;padding:0;font-size:.85rem;display:block;position:static}.v-checkout-form input,.v-checkout-form textarea{border-radius:var(--v-radius-lg);border:1px solid #e5e7eb;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:max(.9rem,16px)}.v-checkout-form .v-captcha-input{box-sizing:border-box;width:100%}.v-ltr-input{text-align:left;direction:ltr}.v-field-error{color:#c62828;margin-top:.25rem;font-size:.8rem;display:block}.v-checkout-summary,.v-checkout-form-wrap{background:var(--v-white);border-radius:var(--v-radius-xl);box-shadow:var(--v-shadow);padding:1.5rem}.v-checkout-lines{margin:0 0 1rem;padding:0;list-style:none}.v-checkout-lines li{border-bottom:1px solid #f0f0f2;justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.88rem;display:flex}.v-checkout-submit{justify-content:center;width:100%;margin-top:.5rem}.v-order-success{text-align:center;background:var(--v-white);border-radius:var(--v-radius-xl);max-width:560px;box-shadow:var(--v-shadow);margin:0 auto;padding:2rem}.v-order-success__icon{color:#2e7d32;background:#e8f5e9;border-radius:50%;width:56px;height:56px;margin:0 auto 1rem;font-size:1.75rem;line-height:56px}.v-order-success__code{font-size:1.05rem}.v-order-success__hint{color:var(--v-muted)}.v-order-success .v-checkout-lines{text-align:right}.v-about-prose{padding:40px}@media (width<=768px){.v-checkout-grid{grid-template-columns:1fr}.v-cart-row{grid-template-columns:64px 1fr}.v-cart-row__total{grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.v-product-cart-form{flex-direction:column;align-items:stretch}.v-product-actions .v-btn{justify-content:center;width:100%}}@media (width>=901px){.v-pl-toolbar__actions,.v-pl-sort{flex:none}.v-pl-toolbar-btn{flex:none;min-width:11rem}.v-pl-count{width:auto}.v-pl-toolbar{flex-wrap:nowrap}}@media (width<=1024px){.v-grid--products{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.v-products-layout{grid-template-columns:1fr}.v-products-sidebar{display:none}.v-pl-filter-icon{display:inline-flex}.v-pl-toolbar{flex-direction:column;align-items:stretch}.v-pl-toolbar__actions{order:1}.v-pl-count{order:2;width:100%}.v-gold-bar{text-align:start;justify-content:space-between;gap:.65rem}.v-gold-bar__price{flex:0 auto;justify-content:flex-start;min-width:0}.v-gold-bar__social{flex-shrink:0;align-items:center;display:flex}.v-actions{background:0 0;border-radius:0;padding:0}.v-contact-global .v-actions{background:var(--v-input-bg);border-radius:var(--v-radius-pill);padding:.35rem .65rem}body:has(.v-gold-bar) .v-nav-start>.v-actions{display:none}.v-nav{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto);align-items:center}.v-nav-links{display:none}.v-menu-toggle{width:40px;height:40px;display:flex}.v-menu-toggle svg{width:22px;height:22px}.v-cart-link{width:40px;height:40px}.v-cart-link svg{width:22px;height:22px}.v-nav-end,.v-nav-start{flex-wrap:nowrap;flex-shrink:0}.v-nav-start{justify-content:flex-end;gap:.35rem}.v-nav-start .v-actions{gap:.2rem;display:flex}.v-nav-start .v-actions a{width:32px;height:32px}.v-brand{justify-self:center;min-width:0}.v-brand img{width:auto;max-height:44px}.v-filter-form{flex-direction:column}.v-btn-search{width:100%}.v-product{grid-template-columns:1fr}}@media (width<=600px){:root{--v-radius-xl:1.75rem}.v-field{flex:calc(50% - .25rem);min-width:calc(50% - .25rem)}.v-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.v-grid--products{grid-template-columns:repeat(2,1fr)}.v-card-body{padding:.75rem}.v-card-title{font-size:.85rem}}.v-num,.v-card-price,.v-product-price,.v-cart-badge{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:embed}.v-pwa-install{left:max(.75rem,env(safe-area-inset-left));right:max(.75rem,env(safe-area-inset-right));bottom:max(.75rem,env(safe-area-inset-bottom));z-index:120;background:var(--v-teal-dark);color:#fff;border-radius:var(--v-radius-lg);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;position:fixed;box-shadow:0 12px 40px #00000038}.v-pwa-install[hidden]{display:none!important}.v-pwa-install__text{flex:1;min-width:0;margin:0;font-size:.82rem;line-height:1.5}.v-pwa-install__actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.v-pwa-install__btn{background:var(--v-gold);color:#1a1a1a;border-radius:var(--v-radius-pill);cursor:pointer;white-space:nowrap;border:none;padding:.5rem .85rem;font-family:inherit;font-size:.82rem;font-weight:700}.v-pwa-install__dismiss{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:32px;height:32px;font-size:1.25rem;line-height:1}@media (display-mode:standalone){.v-pwa-install{display:none!important}}@media screen and (width<=767px){html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.v-body input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),.v-body select,.v-body textarea{font-size:16px}}