:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.slider-glass[data-v-d4cd2d8a]{background:#ffffff26!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25)!important;color:#fff}.slider-glass .heading[data-v-d4cd2d8a],.slider-glass .sub[data-v-d4cd2d8a]{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.4)}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.tf-btn.disabled[data-v-50c71c6e]{opacity:.6;cursor:not-allowed;pointer-events:none}.product-image-swiper[data-v-50c71c6e],.product-image-swiper .swiper-wrapper[data-v-50c71c6e]{width:100%;height:100%}.product-image-swiper .swiper-slide[data-v-50c71c6e]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image-swiper .swiper-slide .img-product[data-v-50c71c6e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card-product .card-product-wrapper:hover .product-img .product-image-swiper .swiper-slide .img-product[data-v-50c71c6e]{opacity:1!important;filter:none!important;transform:none!important}.card-product .card-product-wrapper:hover .product-img .product-image-swiper .swiper-slide-active .img-product[data-v-50c71c6e],.product-image-swiper .swiper-slide[data-v-50c71c6e],.product-image-swiper .swiper-slide-active[data-v-50c71c6e]{opacity:1!important}.nav-prev-hot:after,.nav-next-hot:after{display:none!important}.content-grid[data-v-a960bcd0]{display:grid;gap:0}.content-grid-item[data-v-a960bcd0]{position:relative;overflow:hidden;height:230px}.content-grid-image[data-v-a960bcd0]{position:absolute;inset:0;overflow:hidden}.content-grid-image .img-style[data-v-a960bcd0],.content-grid-image .img-style>a[data-v-a960bcd0],.content-grid-image .img-style>div[data-v-a960bcd0]{width:100%;height:100%;display:block}.content-grid-image img[data-v-a960bcd0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.content-grid-image:hover img[data-v-a960bcd0]{transform:scale(1.05)}.content-grid-item .cls-btn[data-v-a960bcd0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:-moz-max-content;width:max-content}.content-grid-item--text[data-v-a960bcd0]{height:auto;min-height:200px;background:#f5f0eb;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:991px){.content-grid[data-v-a960bcd0]{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:575px){.content-grid[data-v-a960bcd0]{grid-template-columns:1fr!important}}.shop-page[data-v-c1edf186]{padding:40px 0}.filter-section[data-v-c1edf186]{margin-bottom:30px}.filter-title[data-v-c1edf186]{font-size:20px;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #eee}.filter-group[data-v-c1edf186]{margin-bottom:25px}.filter-group-title[data-v-c1edf186]{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.filter-checkboxes[data-v-c1edf186]{display:flex;flex-direction:column;gap:10px}.filter-checkbox[data-v-c1edf186]{display:flex;align-items:center;cursor:pointer;padding:8px 0}.filter-checkbox input[type=checkbox][data-v-c1edf186]{margin-right:10px;width:18px;height:18px;cursor:pointer}.filter-checkbox span[data-v-c1edf186]{font-size:14px;color:#555}.price-range-inputs[data-v-c1edf186]{display:flex;flex-direction:column;gap:15px}.price-range-inputs .input-group[data-v-c1edf186]{display:flex;flex-direction:column;gap:5px;width:100%}.price-range-inputs label[data-v-c1edf186]{font-size:14px;font-weight:500;color:#333}.price-range-inputs .form-control[data-v-c1edf186]{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.btn-apply-filter[data-v-c1edf186],.btn-clear-filter[data-v-c1edf186]{width:100%;margin-top:15px;padding:10px;font-weight:600}.btn-clear-filter[data-v-c1edf186]{margin-top:10px}.active-tag-badge[data-v-c1edf186]{display:inline-flex;align-items:center;gap:6px;background:#f0f0f0;border:1px solid #ccc;border-radius:20px;padding:4px 12px;font-size:13px;color:#333}.remove-tag[data-v-c1edf186]{font-size:16px;line-height:1;color:#888;text-decoration:none;cursor:pointer}.remove-tag[data-v-c1edf186]:hover{color:#000}.shop-header[data-v-c1edf186]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.page-title[data-v-c1edf186]{font-size:32px;font-weight:600;margin:0}.shop-toolbar[data-v-c1edf186]{display:flex;align-items:center;gap:15px}.product-count[data-v-c1edf186]{font-size:14px;color:#666}.pagination-wrapper[data-v-c1edf186]{display:flex;justify-content:center}.pagination[data-v-c1edf186]{display:flex;list-style:none;padding:0;gap:5px}.page-item[data-v-c1edf186]{margin:0}.page-link[data-v-c1edf186]{padding:8px 12px;border:1px solid #ddd;border-radius:4px;color:#333;text-decoration:none;cursor:pointer}.page-item.active .page-link[data-v-c1edf186]{background-color:#007bff;color:#fff;border-color:#007bff}.page-item.disabled .page-link[data-v-c1edf186]{opacity:.5;cursor:not-allowed}.page-link[data-v-c1edf186]:hover:not(.disabled){background-color:#f5f5f5}@media(max-width:768px){.shop-page[data-v-c1edf186]{padding:20px 0}}.compare-overlay[data-v-ef6550d4]{position:fixed;inset:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.compare-modal[data-v-ef6550d4]{background:#fff;border-radius:12px;width:100%;max-width:780px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.compare-modal-header[data-v-ef6550d4]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.compare-modal-title[data-v-ef6550d4]{margin:0;font-size:18px;font-weight:600}.compare-close-btn[data-v-ef6550d4]{background:none;border:none;font-size:20px;cursor:pointer;padding:4px;color:#666}.compare-close-btn[data-v-ef6550d4]:hover{color:#000}.compare-modal-body[data-v-ef6550d4]{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.compare-search-row[data-v-ef6550d4]{display:flex;gap:12px;flex-wrap:wrap}.compare-search-input[data-v-ef6550d4]{flex:1;min-width:160px;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none}.compare-search-input[data-v-ef6550d4]:focus{border-color:#000}.compare-select[data-v-ef6550d4]{padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;outline:none;min-width:140px}.compare-product-list[data-v-ef6550d4]{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:500px){.compare-product-list[data-v-ef6550d4]{grid-template-columns:1fr}}.compare-product-item[data-v-ef6550d4]{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #eee;border-radius:8px;cursor:pointer;transition:border-color .2s,box-shadow .2s;position:relative}.compare-product-item[data-v-ef6550d4]:not(.disabled):hover{border-color:#000;box-shadow:0 2px 8px #00000014}.compare-product-item.disabled[data-v-ef6550d4]{opacity:.45;cursor:not-allowed}.compare-product-img[data-v-ef6550d4]{width:56px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5}.compare-product-img img[data-v-ef6550d4]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.compare-product-info[data-v-ef6550d4]{flex:1;min-width:0}.compare-product-name[data-v-ef6550d4]{margin:0 0 4px;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-product-price[data-v-ef6550d4]{margin:0;font-size:13px;color:#555}.compare-product-check[data-v-ef6550d4]{color:#fff;background:#000;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;opacity:0;transition:opacity .2s}.compare-product-item:not(.disabled):hover .compare-product-check[data-v-ef6550d4]{opacity:1}.compare-product-current[data-v-ef6550d4]{font-size:11px;color:#888;font-style:italic}.compare-pagination[data-v-ef6550d4]{display:flex;align-items:center;justify-content:center;gap:16px}.compare-page-btn[data-v-ef6550d4]{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:4px 12px;font-size:18px;cursor:pointer}.compare-page-btn[data-v-ef6550d4]:disabled{opacity:.4;cursor:not-allowed}.compare-page-info[data-v-ef6550d4]{font-size:14px;color:#555}.breadcrumb-sec[data-v-bd43a4ae]{padding:20px 0}.breadcrumb-wrap[data-v-bd43a4ae]{display:flex;justify-content:space-between;align-items:center}.breadcrumb-list[data-v-bd43a4ae]{display:flex;align-items:center;gap:10px}.breadcrumb-item[data-v-bd43a4ae]{color:#666;text-decoration:none}.tf-product-stock[data-v-bd43a4ae]{margin-top:15px;padding:10px;background-color:#f5f5f5;border-radius:4px}.stock-info[data-v-bd43a4ae]{display:flex;align-items:center;gap:8px}.stock-label[data-v-bd43a4ae]{font-weight:500;color:#666}.stock-value[data-v-bd43a4ae]{font-weight:600}.stock-value.in-stock[data-v-bd43a4ae]{color:#28a745}.stock-value.out-of-stock[data-v-bd43a4ae]{color:#dc3545}.customizable-attr-option-input[data-v-bd43a4ae]{margin-bottom:10px}.customizable-attr-option-label[data-v-bd43a4ae]{display:block;margin-bottom:5px;font-weight:500;color:#333}.variant-picker-label[data-v-bd43a4ae]{display:flex;justify-content:space-between;align-items:center}.variant-picker-actions[data-v-bd43a4ae]{display:flex;gap:10px;align-items:center}.variant-reset[data-v-bd43a4ae]{font-size:12px;color:#666;text-decoration:underline;cursor:pointer}.variant-reset[data-v-bd43a4ae]:hover{color:#000}.tf-product-actions[data-v-bd43a4ae]{display:flex;flex-direction:column;gap:10px;margin-top:15px}.tf-product-actions>div[data-v-bd43a4ae]{width:100%}.tf-product-actions .tf-btn[data-v-bd43a4ae]{width:100%;padding:12px 20px;font-size:16px}.tf-product-customize-btn[data-v-bd43a4ae]{margin-top:0;margin-bottom:0}@media(min-width:768px){.tf-product-actions[data-v-bd43a4ae]{flex-direction:row;gap:10px}.tf-product-actions>div[data-v-bd43a4ae]{flex:1;width:auto}.tf-product-actions .tf-btn[data-v-bd43a4ae]{width:100%;padding:10px 15px;font-size:14px}}.breadcrumb-item.current[data-v-bd43a4ae]{color:#000;font-weight:500}.breadcrumb-prev-next[data-v-bd43a4ae]{display:flex;gap:15px}.breadcrumb-prev-next a[data-v-bd43a4ae]{color:#666;text-decoration:none;font-size:18px}.tf-product-media-wrap[data-v-bd43a4ae]{position:sticky;top:100px}.product-thumbs-slider[data-v-bd43a4ae]{display:flex;gap:20px}.tf-product-media-thumbs[data-v-bd43a4ae]{width:80px;height:572px}.tf-product-media-thumbs .swiper-slide[data-v-bd43a4ae]{cursor:pointer;opacity:.5;transition:opacity .3s}.tf-product-media-thumbs .swiper-slide-thumb-active[data-v-bd43a4ae]{opacity:1}.flat-wrap-media-product[data-v-bd43a4ae]{flex:1;position:relative}.tf-product-media-main[data-v-bd43a4ae]{width:100%}.tf-product-media-main img[data-v-bd43a4ae]{width:100%;height:auto}.tf-product-heading[data-v-bd43a4ae]{margin-bottom:30px}.brand-product[data-v-bd43a4ae]{display:block;font-size:14px;color:#666;margin-bottom:10px;text-transform:uppercase}.product-name[data-v-bd43a4ae]{font-size:32px;margin-bottom:15px}.product-rate[data-v-bd43a4ae]{display:flex;align-items:center;gap:10px;margin-bottom:20px}.list-star[data-v-bd43a4ae]{display:flex;gap:2px;color:#ffc107}.count-review[data-v-bd43a4ae]{color:#666;font-size:14px}.product-price[data-v-bd43a4ae]{display:flex;align-items:center;gap:15px;margin-bottom:20px}.price-new[data-v-bd43a4ae]{font-size:32px;font-weight:600;color:#000}.price-old[data-v-bd43a4ae]{font-size:24px;color:#999;text-decoration:line-through}.badge-sale[data-v-bd43a4ae]{background:#dc3545;color:#fff;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:500}.product-stock[data-v-bd43a4ae]{margin-bottom:30px}.stock[data-v-bd43a4ae]{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500}.stock.in-stock[data-v-bd43a4ae]{background:#d4edda;color:#155724}.stock.out-of-stock[data-v-bd43a4ae]{background:#f8d7da;color:#721c24}.tf-product-variant[data-v-bd43a4ae]{margin-bottom:30px}.variant-picker-item[data-v-bd43a4ae]{margin-bottom:25px}.variant-picker-label[data-v-bd43a4ae]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-weight:500}.variant-picker-label-value[data-v-bd43a4ae]{margin-left:8px;color:#666}.size-guide[data-v-bd43a4ae]{font-size:14px;color:#666;text-decoration:underline}.variant-picker-values[data-v-bd43a4ae]{display:flex;flex-wrap:wrap;gap:10px}.color-btn[data-v-bd43a4ae]{width:40px;height:40px;border-radius:50%;border:2px solid transparent;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:all .3s}.color-btn[data-v-bd43a4ae]:hover:not(.disabled){border-color:#000}.color-btn.active[data-v-bd43a4ae]{border-color:#000}.color-btn.disabled[data-v-bd43a4ae]{opacity:.3;cursor:not-allowed}.color-btn.disabled[data-v-bd43a4ae]:hover{border-color:transparent}.check-color[data-v-bd43a4ae]{width:32px;height:32px;border-radius:50%;background-size:cover;background-position:center;border:1px solid #ddd}.size-btn[data-v-bd43a4ae]{width:48px;height:48px;border-radius:50%;border:1px solid #ddd;font-size:20px;line-height:30px;color:#000;font-weight:500;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;cursor:pointer}.size-btn[data-v-bd43a4ae]:hover:not(.disabled){border-color:#000}.size-btn.active[data-v-bd43a4ae]{border-color:#000;background:transparent;color:#000}.size-btn.disabled[data-v-bd43a4ae]{opacity:.3;cursor:not-allowed}.tf-product-total-quantity[data-v-bd43a4ae]{margin-bottom:30px}.group-btn[data-v-bd43a4ae]{display:flex;gap:15px;margin-bottom:15px}.wg-quantity[data-v-bd43a4ae]{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px}.btn-quantity[data-v-bd43a4ae]{width:40px;height:40px;border:none;background:transparent;cursor:pointer;font-size:18px;transition:opacity .3s}.btn-quantity[data-v-bd43a4ae]:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.quantity-product[data-v-bd43a4ae]{width:60px;height:40px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:16px}.quantity-warning[data-v-bd43a4ae]{margin-top:10px;padding:10px 12px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:14px;line-height:1.4}.btn-add-to-cart[data-v-bd43a4ae]{flex:1;padding:12px 24px;text-align:center}.btn-add-to-cart.disabled[data-v-bd43a4ae],.tf-btn.disabled[data-v-bd43a4ae]{opacity:.5;cursor:not-allowed;pointer-events:none}.tf-product-extra-link[data-v-bd43a4ae]{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding-top:20px;border-top:1px solid #eee}.product-extra-icon[data-v-bd43a4ae]{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:14px}.product-extra-icon[data-v-bd43a4ae]:hover{color:#000}.tf-product-cate-sku[data-v-bd43a4ae]{list-style:none;padding:0;margin-bottom:30px}.item-cate-sku[data-v-bd43a4ae]{margin-bottom:10px}.item-cate-sku .label[data-v-bd43a4ae]{font-weight:500;margin-right:8px}.tf-product-trust-seal[data-v-bd43a4ae]{margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px}.text-seal[data-v-bd43a4ae]{margin-bottom:15px}.list-card[data-v-bd43a4ae]{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;justify-content:center}.card-item img[data-v-bd43a4ae]{height:30px;width:auto}.tf-product-delivery-return[data-v-bd43a4ae]{margin-bottom:30px}.product-delivery[data-v-bd43a4ae]{display:flex;align-items:center;gap:15px;margin-bottom:15px}.product-delivery .icon[data-v-bd43a4ae]{font-size:24px;color:#666}.tf-zoom-main[data-v-bd43a4ae]{position:sticky;top:30px;z-index:60}.tf-product-info-wrap[data-v-bd43a4ae]{overflow:visible}.thumbs-next-el[data-v-bd43a4ae]{right:-20px}.thumbs-prev-el[data-v-bd43a4ae]{left:-20px}.swiper-button-next[data-v-bd43a4ae]:after,.swiper-rtl .swiper-button-prev[data-v-bd43a4ae]:after{content:"next"}.tf-sticky-btn-atc[data-v-bd43a4ae]{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:15px 0;z-index:1000;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -2px 10px #0000001a}.tf-sticky-btn-atc.show[data-v-bd43a4ae]{transform:translateY(0)}.tf-sticky-atc-product[data-v-bd43a4ae]{gap:15px}.tf-sticky-atc-img[data-v-bd43a4ae]{width:60px;height:60px;flex-shrink:0}.tf-sticky-atc-img img[data-v-bd43a4ae]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tf-sticky-atc-title[data-v-bd43a4ae]{font-size:16px;font-weight:500}.tf-sticky-atc-infos[data-v-bd43a4ae]{flex:1;display:flex;align-items:center;gap:15px}.tf-sticky-atc-variant-price[data-v-bd43a4ae]{min-width:200px}.tf-sticky-atc-btns[data-v-bd43a4ae]{display:flex;align-items:center;gap:15px}.tf-product-info-quantity[data-v-bd43a4ae]{display:flex;align-items:center}.tf-product-description[data-v-bd43a4ae]{margin-top:20px;margin-bottom:20px}.tf-product-description .tf-rte[data-v-bd43a4ae]{line-height:1.8}.tf-product-description .tf-rte[data-v-bd43a4ae] h1,.tf-product-description .tf-rte[data-v-bd43a4ae] h2,.tf-product-description .tf-rte[data-v-bd43a4ae] h3,.tf-product-description .tf-rte[data-v-bd43a4ae] h4,.tf-product-description .tf-rte[data-v-bd43a4ae] h5,.tf-product-description .tf-rte[data-v-bd43a4ae] h6{margin-top:20px;margin-bottom:10px}.tf-product-description .tf-rte[data-v-bd43a4ae] p{margin-bottom:15px}.tf-product-description .tf-rte[data-v-bd43a4ae] ul,.tf-product-description .tf-rte[data-v-bd43a4ae] ol{margin-bottom:15px;padding-left:20px}.tf-product-description .tf-rte[data-v-bd43a4ae] li{margin-bottom:8px}.tf-product-customizable[data-v-bd43a4ae]{margin-bottom:30px}.customizable-attr-item[data-v-bd43a4ae]{margin-bottom:20px}.customizable-attr-label[data-v-bd43a4ae]{margin-bottom:8px}.customizable-attr-label label[data-v-bd43a4ae]{font-weight:500;font-size:14px;color:#333}.customizable-attr-input .form-select[data-v-bd43a4ae],.customizable-attr-input .form-control[data-v-bd43a4ae]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.customizable-attr-input .form-control[data-v-bd43a4ae]{resize:vertical;min-height:80px}.customizable-attr-input .form-select[data-v-bd43a4ae]:focus,.customizable-attr-input .form-control[data-v-bd43a4ae]:focus{outline:none;border-color:#000}.product-tags[data-v-bd43a4ae]{display:flex;flex-wrap:wrap;gap:6px}.product-tag-link[data-v-bd43a4ae]{display:inline-block;padding:2px 10px;border:1px solid #ccc;border-radius:20px;font-size:12px;color:#555;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.product-tag-link[data-v-bd43a4ae]:hover{background:#000;color:#fff;border-color:#000}.compare-section[data-v-bd43a4ae]{background:#f9f9f9;padding:40px 0}.compare-section-header[data-v-bd43a4ae]{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.compare-section-title[data-v-bd43a4ae]{font-size:22px;font-weight:600;margin:0}.compare-section-close[data-v-bd43a4ae]{background:none;border:1px solid #ccc;border-radius:6px;padding:6px 14px;font-size:13px;cursor:pointer;color:#555;display:flex;align-items:center;gap:6px}.compare-section-close[data-v-bd43a4ae]:hover{background:#000;color:#fff;border-color:#000}.compare-grid[data-v-bd43a4ae]{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:767px){.compare-grid[data-v-bd43a4ae]{grid-template-columns:1fr}}.compare-col[data-v-bd43a4ae]{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #00000012;display:flex;flex-direction:column}.compare-product-badge[data-v-bd43a4ae]{background:#111;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px}.compare-product-badge--alt[data-v-bd43a4ae]{background:#555}.compare-product-image[data-v-bd43a4ae]{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f5f5f5}.compare-product-image img[data-v-bd43a4ae]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.compare-product-details[data-v-bd43a4ae]{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px}.compare-name[data-v-bd43a4ae]{font-size:18px;font-weight:600;margin:0}.compare-price[data-v-bd43a4ae]{font-size:18px;font-weight:700;color:#111;margin:0}.compare-desc[data-v-bd43a4ae]{font-size:13px;color:#666;margin:0;line-height:1.6}.compare-meta[data-v-bd43a4ae]{font-size:13px;color:#555;display:flex;flex-direction:column;gap:4px;margin-top:4px}.compare-badge[data-v-bd43a4ae]{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:11px;font-weight:600;padding:2px 8px;border-radius:12px}.compare-view-btn[data-v-bd43a4ae]{display:inline-block;margin-top:12px;padding:10px 20px;background:#000;color:#fff;text-decoration:none;border-radius:6px;font-size:13px;font-weight:600;text-align:center;transition:background .2s}.compare-view-btn[data-v-bd43a4ae]:hover{background:#333;color:#fff}.wg-map[data-v-3ebb2df8]{margin-bottom:60px}.wg-map .map[data-v-3ebb2df8]{width:100%;height:400px;border-radius:8px}.contact-list[data-v-3ebb2df8]{list-style:none;padding:0;margin:30px 0}.contact-list li[data-v-3ebb2df8]{margin-bottom:20px}.contact-list p[data-v-3ebb2df8]{margin:0}.form-contact-wrap[data-v-3ebb2df8]{margin-top:30px}.form-default .wrap[data-v-3ebb2df8]{display:flex;flex-direction:column;gap:20px}.form-default .cols[data-v-3ebb2df8]{display:flex;gap:20px}.form-default fieldset[data-v-3ebb2df8]{flex:1;border:none;padding:0;margin:0}.form-default fieldset.textarea[data-v-3ebb2df8]{flex:1 1 100%}.form-default label[data-v-3ebb2df8]{display:block;margin-bottom:8px;font-weight:500}.form-default input[data-v-3ebb2df8],.form-default textarea[data-v-3ebb2df8]{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px}.form-default textarea[data-v-3ebb2df8]{min-height:150px;resize:vertical}.button-submit[data-v-3ebb2df8]{margin-top:10px}.tf-social-icon[data-v-3ebb2df8]{display:flex;gap:15px;list-style:none;padding:0;margin-top:30px}.tf-social-icon.style-large .social-item[data-v-3ebb2df8]{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;transition:all .3s}.tf-social-icon.style-large .social-item[data-v-3ebb2df8]:hover{background:#000;color:#fff}.error-message[data-v-3ebb2df8]{color:#dc3545;font-size:12px;margin-top:4px}.error-message span[data-v-3ebb2df8]{display:block}.form-default input.error[data-v-3ebb2df8],.form-default textarea.error[data-v-3ebb2df8]{border-color:#dc3545}.success-message-box[data-v-3ebb2df8]{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:8px;border:2px solid #28a745}.success-icon[data-v-3ebb2df8]{animation:scaleIn-3ebb2df8 .5s ease-out}@keyframes scaleIn-3ebb2df8{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-title[data-v-3ebb2df8]{color:#28a745;font-size:24px;font-weight:600}.success-text[data-v-3ebb2df8]{color:#666;font-size:16px}.error-message-box[data-v-3ebb2df8]{color:#dc3545;font-size:14px;margin-bottom:15px;padding:15px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}.success-message[data-v-3ebb2df8]{color:#28a745;font-size:14px;margin-bottom:15px;padding:10px;background-color:#d4edda;border-radius:4px}.error-message[data-v-f788dc05]{color:#dc3545;font-size:12px;margin-top:4px}.error-message span[data-v-f788dc05]{display:block}.tf-field-input.error[data-v-f788dc05]{border-color:#dc3545}.success-message[data-v-f788dc05]{color:#28a745;font-size:14px;margin-bottom:15px;padding:10px;background-color:#d4edda;border-radius:4px}.coupon-section[data-v-f788dc05]{padding:15px;background-color:#f8f9fa;border-radius:8px;margin-top:15px}.coupon-section .tf-field-input[data-v-f788dc05]{margin-bottom:0}.coupon-section .error-message[data-v-f788dc05]{color:#dc3545;font-size:12px}.coupon-section .success-message[data-v-f788dc05]{color:#28a745;font-size:12px;padding:8px;background-color:#d4edda;border-radius:4px;margin-bottom:0}.free-delivery-badge[data-v-f788dc05]{display:inline-block;background:#28a745;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;letter-spacing:.5px}.delivery-free-row .text-success[data-v-f788dc05]{color:#28a745!important;font-weight:600}.free-delivery-hint[data-v-f788dc05]{color:#e67e22;font-size:11px;padding:4px 0;font-style:italic}.search-modal-overlay[data-v-859fb189]{position:fixed;inset:0;background-color:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto}.search-modal[data-v-859fb189]{background:#fff;border-radius:8px;width:100%;max-width:800px;max-height:90vh;margin-top:50px;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.search-modal-header[data-v-859fb189]{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5}.search-modal-title[data-v-859fb189]{margin:0;font-size:20px;font-weight:600;color:#333}.search-modal-close[data-v-859fb189]{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-modal-close[data-v-859fb189]:hover{color:#000}.search-modal-body[data-v-859fb189]{padding:24px;flex:1;overflow-y:auto}.search-input-wrapper[data-v-859fb189]{position:relative;margin-bottom:24px}.search-input[data-v-859fb189]{width:100%;padding:12px 16px 12px 45px;border:2px solid #e5e5e5;border-radius:8px;font-size:16px;transition:border-color .2s}.search-input[data-v-859fb189]:focus{outline:none;border-color:#333}.search-icon[data-v-859fb189]{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999;font-size:18px}.search-loading[data-v-859fb189],.search-no-results[data-v-859fb189],.search-placeholder[data-v-859fb189]{text-align:center;padding:40px 20px;color:#666}.search-results[data-v-859fb189]{max-height:60vh;overflow-y:auto}.search-results-grid[data-v-859fb189]{display:flex;flex-direction:column;gap:16px}.search-result-item[data-v-859fb189]{display:flex;gap:16px;padding:16px;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s}.search-result-item[data-v-859fb189]:hover{border-color:#333;box-shadow:0 2px 8px #0000001a}.search-result-image[data-v-859fb189]{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f5f5f5}.search-result-image img[data-v-859fb189]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-info[data-v-859fb189]{flex:1;display:flex;flex-direction:column;justify-content:center}.search-result-name[data-v-859fb189]{margin:0 0 8px;font-size:16px;font-weight:500;color:#333}.search-result-price[data-v-859fb189]{margin:0;display:flex;align-items:center;gap:8px}.price-old[data-v-859fb189]{text-decoration:line-through;color:#999;font-size:14px}.price-new[data-v-859fb189]{color:#333;font-weight:600;font-size:16px}@media(max-width:768px){.search-modal[data-v-859fb189]{margin-top:20px;max-height:95vh}.search-modal-header[data-v-859fb189]{padding:16px 20px}.search-modal-body[data-v-859fb189]{padding:20px}.search-result-item[data-v-859fb189]{padding:12px}.search-result-image[data-v-859fb189]{width:60px;height:60px}}.mobile-menu-overlay[data-v-31c5c08e]{position:fixed;inset:0;background-color:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active[data-v-31c5c08e]{opacity:1;visibility:visible}.mobile-menu-drawer[data-v-31c5c08e]{position:fixed;top:0;left:0;width:300px;max-width:85vw;height:100vh;background:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:9999;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a}.mobile-menu-drawer.active[data-v-31c5c08e]{transform:translate(0)}.mobile-menu-header[data-v-31c5c08e]{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.mobile-menu-title[data-v-31c5c08e]{font-size:18px;font-weight:600;color:#333}.mobile-menu-close[data-v-31c5c08e]{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.mobile-menu-close[data-v-31c5c08e]:hover{color:#000}.mobile-menu-nav[data-v-31c5c08e]{flex:1;overflow-y:auto;padding:20px 0}.mobile-menu-list[data-v-31c5c08e]{list-style:none;padding:0;margin:0}.mobile-menu-item[data-v-31c5c08e]{border-bottom:1px solid #f5f5f5}.mobile-menu-link[data-v-31c5c08e]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:#333;text-decoration:none;font-size:16px;transition:background-color .2s,color .2s;cursor:pointer}.mobile-menu-link[data-v-31c5c08e]:hover{background-color:#f5f5f5;color:#000}.mobile-menu-link-with-sub[data-v-31c5c08e]{font-weight:500}.mobile-sub-menu[data-v-31c5c08e]{list-style:none;padding:0;margin:0;background-color:#f9f9f9;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-sub-menu.open[data-v-31c5c08e]{max-height:500px}.mobile-menu-link-with-sub .icon-arr-down[data-v-31c5c08e]{transition:transform .3s ease}.mobile-menu-link-with-sub .icon-arr-down.rotated[data-v-31c5c08e]{transform:rotate(180deg)}.mobile-sub-menu li[data-v-31c5c08e]{border-bottom:1px solid #e5e5e5}.mobile-sub-menu .mobile-menu-link[data-v-31c5c08e]{padding-left:40px;font-size:14px;font-weight:400}@media(max-width:768px){.mobile-menu-drawer[data-v-31c5c08e]{width:280px}}.tf-mini-cart-actions[data-v-28cce945]{margin-top:15px}.page-loader[data-v-5f04329f]{position:fixed;inset:0;z-index:99999;background:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none}.page-loader__spinner[data-v-5f04329f]{width:44px;height:44px;position:relative}.page-loader__ring[data-v-5f04329f]{width:100%;height:100%;border-radius:50%;border:2px solid transparent;border-top-color:#1a1a1a;border-right-color:#1a1a1a4d;animation:loader-spin-5f04329f .75s linear infinite}@keyframes loader-spin-5f04329f{to{transform:rotate(360deg)}}.loader-fade-enter-active[data-v-5f04329f]{transition:opacity .15s ease}.loader-fade-leave-active[data-v-5f04329f]{transition:opacity .4s ease .1s}.loader-fade-enter-from[data-v-5f04329f],.loader-fade-leave-to[data-v-5f04329f]{opacity:0}.chat-widget-wrapper[data-v-bab439b7]{position:fixed;bottom:24px;right:24px;z-index:9990;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-toggle-btn[data-v-bab439b7]{display:flex;align-items:center;gap:8px;padding:0 20px 0 16px;height:48px;border-radius:24px;background:linear-gradient(135deg,#c9a84c,#ddb95e);border:none;color:#fff;font-size:14px;font-weight:600;letter-spacing:.3px;cursor:pointer;box-shadow:0 4px 16px #a0781466;transition:box-shadow .2s,transform .15s;position:relative;white-space:nowrap}.chat-toggle-btn[data-v-bab439b7]:hover{box-shadow:0 6px 22px #a078148c;transform:translateY(-1px)}.chat-toggle-label[data-v-bab439b7]{line-height:1}.chat-badge[data-v-bab439b7]{position:absolute;top:-4px;right:-4px;background:#e53935;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid #fff}.chat-window[data-v-bab439b7]{width:360px;height:560px;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden}.chat-header[data-v-bab439b7]{background:linear-gradient(135deg,#b8922f,#d4a843);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-header-info[data-v-bab439b7]{display:flex;align-items:center;gap:12px}.chat-avatar[data-v-bab439b7]{width:38px;height:38px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:18px}.chat-title[data-v-bab439b7]{margin:0;font-size:15px;font-weight:600}.chat-status[data-v-bab439b7]{margin:0;font-size:12px;display:flex;align-items:center;gap:5px;opacity:.85}.status-dot[data-v-bab439b7]{width:7px;height:7px;border-radius:50%;background:#4caf50;animation:pulse-bab439b7 2s infinite}@keyframes pulse-bab439b7{0%,to{opacity:1}50%{opacity:.45}}.chat-close-btn[data-v-bab439b7]{background:#ffffff2e;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;padding:0;flex-shrink:0;position:relative;transition:background .2s}.chat-close-btn[data-v-bab439b7]:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='18' y1='6' x2='6' y2='18' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}.chat-close-btn[data-v-bab439b7]:hover{background:#ffffff59}.chat-messages[data-v-bab439b7]{flex:1;overflow-y:auto;padding:16px;background:#f7f7f7;display:flex;flex-direction:column;gap:12px}.chat-messages[data-v-bab439b7]::-webkit-scrollbar{width:5px}.chat-messages[data-v-bab439b7]::-webkit-scrollbar-track{background:transparent}.chat-messages[data-v-bab439b7]::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.chat-message[data-v-bab439b7]{display:flex;gap:8px;animation:msgSlide-bab439b7 .25s ease}@keyframes msgSlide-bab439b7{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-message.user[data-v-bab439b7]{flex-direction:row-reverse}.message-avatar[data-v-bab439b7]{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#b8922f,#d4a843);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.message-bubble[data-v-bab439b7]{max-width:75%;padding:10px 14px;border-radius:14px;background:#fff;box-shadow:0 1px 6px #0000000f}.chat-message.user .message-bubble[data-v-bab439b7]{background:linear-gradient(135deg,#b8922f,#d4a843);color:#fff}.message-text[data-v-bab439b7]{font-size:13px;line-height:1.55;word-wrap:break-word}.message-time[data-v-bab439b7]{font-size:10px;opacity:.55;margin-top:4px;text-align:right}.typing-indicator[data-v-bab439b7]{display:flex;gap:4px;align-items:center;padding:10px 14px}.typing-indicator span[data-v-bab439b7]{width:7px;height:7px;border-radius:50%;background:#bbb;animation:typing-bab439b7 1.3s infinite}.typing-indicator span[data-v-bab439b7]:nth-child(2){animation-delay:.2s}.typing-indicator span[data-v-bab439b7]:nth-child(3){animation-delay:.4s}@keyframes typing-bab439b7{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-input-wrapper[data-v-bab439b7]{padding:12px 16px;background:#fff;border-top:1px solid #efefef;display:flex;gap:8px;align-items:center;flex-shrink:0}.chat-input[data-v-bab439b7]{flex:1;min-width:0;padding:10px 14px;height:40px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:13px;outline:none;transition:border-color .2s;box-sizing:border-box}.chat-input[data-v-bab439b7]:focus{border-color:#c9a84c}.chat-input[data-v-bab439b7]:disabled{background:#f5f5f5;cursor:not-allowed}.chat-send-btn[data-v-bab439b7]{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#b8922f,#d4a843);border:none;cursor:pointer;position:relative;transition:filter .2s,transform .15s}.chat-send-btn[data-v-bab439b7]:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z'/%3E%3C/svg%3E") center/18px 18px no-repeat}.chat-send-btn[data-v-bab439b7]:hover:not(:disabled){filter:brightness(1.12);transform:translateY(-1px)}.chat-send-btn[data-v-bab439b7]:disabled{opacity:.4;cursor:not-allowed}.fade-enter-active[data-v-bab439b7],.fade-leave-active[data-v-bab439b7]{transition:opacity .25s}.fade-enter-from[data-v-bab439b7],.fade-leave-to[data-v-bab439b7]{opacity:0}.slide-up-enter-active[data-v-bab439b7],.slide-up-leave-active[data-v-bab439b7]{transition:all .28s ease}.slide-up-enter-from[data-v-bab439b7],.slide-up-leave-to[data-v-bab439b7]{opacity:0;transform:translateY(16px) scale(.93)}@media(max-width:480px){.chat-widget-wrapper[data-v-bab439b7]{bottom:12px;right:12px;left:12px}.chat-window[data-v-bab439b7]{width:100%;height:520px;border-radius:12px}}.container{margin-top:0!important}section>.container:first-child{margin-top:0!important}#main-content>*>.container:first-child{margin-top:0!important}#header .container,#header .row.wrapper-header{margin-top:0!important;padding-top:0!important}
