.choices{position:relative;overflow:hidden;margin-bottom:var(--choices-guttering,24px);font-size:var(--choices-font-size-lg,16px)}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled :is(.choices__inner,.choices__input){background-color:var(--choices-bg-color-disabled,#eaeaea);cursor:not-allowed!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed;color:var(--choices-item-disabled-color,#fff)}.choices [hidden]{position:absolute;inset:0;pointer-events:none;opacity:0}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:var(--choices-inner-one-padding,7.5px)}.choices[data-type*=select-one] .choices__input{display:block;width:var(--choices-width,100%);padding:var(--choices-dropdown-item-padding,10px);border-bottom:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);background-color:var(--choices-bg-color-dropdown,#fff);margin:0}.choices[data-type*=select-one] .choices__button{background-image:var(--choices-icon-cross-inverse, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg=="));padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:is(:hover,:focus){opacity:var(--choices-button-opacity-hover,1)}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px var(--choices-highlight-color,#005f75)}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:var(--choices-text-color,#333) transparent transparent transparent;border-width:var(--choices-arrow-size,5px);position:absolute;right:var(--choices-arrow-right,11.5px);top:50%;margin-top:var(--choices-arrow-margin-top,-2.5px);pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent var(--choices-text-color,#333);margin-top:var(--choices-arrow-margin-top-open,-7.5px)}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__inner{cursor:text}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__button{position:relative;display:inline-block;margin:0 calc(var(--choices-button-offset,8px)*-.5) 0 var(--choices-button-offset,8px);padding-left:calc(var(--choices-button-offset,8px)*2);border-left:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 90%,var(--choices-darken,#000));background-image:var(--choices-icon-cross, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg=="));background-size:var(--choices-button-dimension,8px);width:var(--choices-button-dimension,8px);line-height:var(--choices-button-line-height,1);border-radius:var(--choices-button-border-radius,0);opacity:var(--choices-button-opacity,.75)}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__button:is(:hover,:focus){--choices-button-opacity:var(--choices-button-opacity-hover, 1)}.choices__inner{display:inline-block;vertical-align:top;width:var(--choices-width,100%);background-color:var(--choices-bg-color,#f9f9f9);padding:var(--choices-inner-padding,7.5px 7.5px 3.75px);border:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);border-radius:var(--choices-border-radius,2.5px);font-size:var(--choices-font-size-md,14px);min-height:var(--choices-input-height,44px);overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:color-mix(in srgb,var(--choices-keyline-color,#ddd) 85%,var(--choices-darken,#000))}.is-open .choices__inner{border-radius:var(--choices-border-radius,2.5px) var(--choices-border-radius,2.5px) 0 0}.is-invalid .choices__inner{border-color:var(--choices-invalid-color,#d33141)}.is-flipped.is-open .choices__inner{border-radius:0 0 var(--choices-border-radius,2.5px) var(--choices-border-radius,2.5px)}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:var(--choices-list-single-padding,4px 16px 4px 4px)}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single,.choices__list--single .choices__item{width:var(--choices-width,100%)}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:var(--choices-border-radius-item,20px);padding:var(--choices-multiple-item-padding,4px 10px);font-size:var(--choices-font-size-sm,12px);font-weight:500;margin-right:var(--choices-multiple-item-margin,3.75px);margin-bottom:var(--choices-multiple-item-margin,3.75px);background-color:var(--choices-primary-color,#005f75);border:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 95%,var(--choices-darken,#000));color:var(--choices-item-color,#fff);word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:var(--choices-multiple-item-margin,3.75px)}.choices__list--multiple .choices__item.is-highlighted{background-color:color-mix(in srgb,var(--choices-primary-color,#005f75) 95%,var(--choices-darken,#000));border:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 90%,var(--choices-darken,#000))}.is-disabled .choices__list--multiple .choices__item{background-color:color-mix(in srgb,var(--choices-disabled-color,#eaeaea) 75%,var(--choices-darken,#000));border:1px solid color-mix(in srgb,var(--choices-disabled-color,#eaeaea) 65%,var(--choices-darken,#000))}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:var(--choices-z-index,1);position:absolute;width:var(--choices-width,100%);background-color:var(--choices-bg-color-dropdown,#fff);border:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);top:100%;margin-top:-1px;border-bottom-left-radius:var(--choices-border-radius,2.5px);border-bottom-right-radius:var(--choices-border-radius,2.5px);overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:color-mix(in srgb,var(--choices-keyline-color,#ddd) 85%,var(--choices-darken,#000))}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:var(--choices-dropdown-item-padding,10px);font-size:var(--choices-font-size-md,14px)}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text],.choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]::after{content:attr(data-select-text);font-size:var(--choices-font-size-sm,12px);position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-selected::after,.choices__list[aria-expanded] .choices__item--selectable.is-selected::after{content:none!important}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list--dropdown .choices__item--selectable.is-selected,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-selected{background-color:var(--choices-highlighted-color,#f2f2f2)}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid color-mix(in srgb,var(--choices-keyline-color,#ddd) 90%,var(--choices-lighten,#fff));color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:var(--choices-bg-color,#f9f9f9);font-size:var(--choices-font-size-md,14px);margin-bottom:var(--choices-input-margin-bottom,5px);border:0;border-radius:0;max-width:var(--choices-width,100%);padding:var(--choices-input-padding,4px 0 4px 2px)}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:var(--choices-placeholder-opacity,.5)}.mb-0{margin-bottom:0!important}.relative{position:relative}.text-600{font-family:Manrope-Semibold,sans-serif!important;font-weight:600!important}.text-bold{font-family:Manrope-Bold,sans-serif!important;font-weight:700!important}.text-dark{color:#111827}.text-black{color:#000!important}.text-white{color:#fff!important}.text-accent{color:#f97316!important}.text-center{text-align:center}.block{display:block!important}.hidden{display:none!important}.text-upper{text-transform:uppercase}.text-right{text-align:right!important}.img-contain{-o-object-fit:contain;object-fit:contain}.img-cover{-o-object-fit:cover;object-fit:cover}.img-absolute{position:absolute;top:0;left:0;width:100%;height:100%}.w-full{width:100%!important}.visually-hidden{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;border:0}.line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mb-0{margin-bottom:0!important}.relative{position:relative}.text-600{font-family:Manrope-Semibold,sans-serif!important;font-weight:600!important}.text-bold{font-family:Manrope-Bold,sans-serif!important;font-weight:700!important}.text-dark{color:#111827}.text-black{color:#000!important}.text-white{color:#fff!important}.text-accent{color:#f97316!important}.text-center{text-align:center}.block{display:block!important}.hidden{display:none!important}.text-upper{text-transform:uppercase}.text-right{text-align:right!important}.img-contain{-o-object-fit:contain;object-fit:contain}.img-cover{-o-object-fit:cover;object-fit:cover}.img-absolute{position:absolute;top:0;left:0;width:100%;height:100%}.w-full{width:100%!important}.visually-hidden{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;border:0}.line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breadcrumbs{margin-bottom:1.5rem}@media only screen and (min-width:1024px){.breadcrumbs{margin-bottom:2rem}}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;line-height:1.3}.breadcrumbs__item{display:flex;align-items:center;gap:8px;color:#1f2937;font-size:.875rem}.breadcrumbs__item:not(:last-child):after{content:"/";color:currentColor}.breadcrumbs__item.active{color:#f97316}.breadcrumbs__item.active .breadcrumbs__link{text-decoration:none}.breadcrumbs__link{display:flex;align-items:center;color:currentColor;text-decoration:underline}@media (hover:hover) and (pointer:fine){a.breadcrumbs__link{transition-duration:.3s;transition-property:color}a.breadcrumbs__link:hover{color:#000}}nav.woocommerce-pagination{margin-top:1.5rem}@media only screen and (min-width:1024px){nav.woocommerce-pagination{margin-top:2rem}}nav.woocommerce-pagination ul.page-numbers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;border:0}nav.woocommerce-pagination ul.page-numbers li{margin:0;padding:0;border:0}nav.woocommerce-pagination ul.page-numbers li a.page-numbers,nav.woocommerce-pagination ul.page-numbers li span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.375rem;height:2.375rem;padding:0 .75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:color .3s,border-color .3s,background-color .3s,box-shadow .3s}@media only screen and (min-width:768px){nav.woocommerce-pagination ul.page-numbers li a.page-numbers,nav.woocommerce-pagination ul.page-numbers li span.page-numbers{min-width:2.625rem;height:2.625rem}}nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover{border-color:#f97316;color:#f97316;background-color:rgba(249,115,22,.06)}nav.woocommerce-pagination ul.page-numbers li a.page-numbers:focus-visible{outline:0;border-color:#f97316;box-shadow:0 0 0 .1875rem rgba(249,115,22,.16)}nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current{border-color:#f97316;background-color:#f97316;color:#fff}nav.woocommerce-pagination ul.page-numbers li span.page-numbers.dots{min-width:auto;border-color:transparent;background-color:transparent;color:#9ca3af;pointer-events:none}nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next,nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev{min-width:2.625rem;color:#1f2937}nav.woocommerce-pagination ul.page-numbers li a.page-numbers.next:hover,nav.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:hover{color:#fff;border-color:#1f2937;background-color:#1f2937}.custom-select{width:100%;margin:0;font-size:.875rem}.custom-select .choices__inner{min-height:2.75rem;padding:.5rem 2.75rem 0 .875rem;border:1px solid #d1d5db;border-radius:12px;background-color:#fff;color:#1f2937;font-size:14px;font-weight:500;display:flex;align-items:center;transition:border-color .3s,box-shadow .3s,color .3s,background-color .3s}.custom-select.is-focused .choices__inner,.custom-select.is-open .choices__inner,.custom-select:hover .choices__inner{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.12)}.custom-select .choices__list--single{padding:0}.custom-select .choices__item{color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s,background-color .3s}.custom-select[data-type*=select-one]::after{right:16px;width:8px;height:8px;margin-top:-6px;border:0;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:rotate(45deg);transition:transform .3s,border-color .3s}.custom-select[data-type*=select-one].is-open::after{margin-top:-2px;transform:rotate(225deg);border-color:#f97316}.custom-select .choices__list--dropdown,.custom-select .choices__list[aria-expanded]{margin-top:6px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;box-shadow:0 12px 30px rgba(17,24,39,.12);overflow:hidden;z-index:50}.custom-select .choices__list--dropdown .choices__list,.custom-select .choices__list[aria-expanded] .choices__list{max-height:260px}.custom-select .choices__list--dropdown .choices__item,.custom-select .choices__list[aria-expanded] .choices__item{padding:11px 14px;color:#374151;font-size:14px;font-weight:500}.custom-select .choices__list--dropdown .choices__item--selectable.is-highlighted,.custom-select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:rgba(249,115,22,.08);color:#f97316}.custom-select .choices__list--dropdown .choices__item.is-selected,.custom-select .choices__list[aria-expanded] .choices__item.is-selected{color:#f97316;background-color:rgba(249,115,22,.08)}.custom-select.is-disabled .choices__inner{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.mb-0{margin-bottom:0!important}.relative{position:relative}.text-600{font-family:Manrope-Semibold,sans-serif!important;font-weight:600!important}.text-bold{font-family:Manrope-Bold,sans-serif!important;font-weight:700!important}.text-dark{color:#111827}.text-black{color:#000!important}.text-white{color:#fff!important}.text-accent{color:#f97316!important}.text-center{text-align:center}.block{display:block!important}.hidden{display:none!important}.text-upper{text-transform:uppercase}.text-right{text-align:right!important}.img-contain{-o-object-fit:contain;object-fit:contain}.img-cover{-o-object-fit:cover;object-fit:cover}.img-absolute{position:absolute;top:0;left:0;width:100%;height:100%}.w-full{width:100%!important}.visually-hidden{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;border:0}.line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkbox,.filters__checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.125rem;height:1.125rem;border:2px solid #d1d5db;border-radius:.25rem;cursor:pointer;flex-shrink:0;position:relative;background:#fff;transition:background .3s,border-color .3s}.checkbox::after,.filters__checkbox::after{content:"";position:absolute;top:.125rem;left:.3125rem;width:.3125rem;height:.5625rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.checkbox:checked,.filters__checkbox:checked{background:#f97316;border-color:#f97316}.checkbox:checked::after,.filters__checkbox:checked::after{opacity:1}.checkbox:hover:not(:checked),.filters__checkbox:hover:not(:checked){border-color:#9ca3af}.products-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media only screen and (min-width:481px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:991px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.product-card__btn-holder{position:relative}.product-card__btn-holder .added_to_cart.wc-forward{position:absolute;top:-1px;right:-1px;display:inline-flex;align-items:center;justify-content:center;min-height:2.625rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#1f2937;font-size:.8125rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap}@media only screen and (min-width:1280px){.product-card__btn-holder .added_to_cart.wc-forward{transition:background-color .3s,border-color .3s,color .3s,transform .3s}.product-card__btn-holder .added_to_cart.wc-forward:hover{background:#f97316;border-color:#f97316;color:#fff}}.product-card__btn-holder .added_to_cart.wc-forward:focus-visible{outline:1px solid rgba(249,115,22,.25);outline-offset:1px}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #f3f4f6;border-radius:12px;overflow:hidden}@media only screen and (min-width:1280px){.product-card{transition:box-shadow .3s}.product-card:hover{box-shadow:0 .75rem 2rem rgba(0,0,0,.1)}.product-card:hover .product-card__title{color:#f97316}.product-card:hover .product-card__img{transform:scale(1.04)}}.product-card--out-of-stock{opacity:.6}.product-card__out-of-stock{color:#dc2626}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1rem;cursor:pointer}@media only screen and (min-width:1024px){.product-card__body{padding:1rem 1.25rem}}.product-card__image{aspect-ratio:1/1;overflow:hidden;margin-bottom:1rem;border-radius:8px;background:#f9fafb;display:flex;align-items:center;justify-content:center}.product-card__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .5s ease}.product-card__title{font-size:.9375rem;font-weight:600;color:#1f2937;line-height:1.4;margin:0;transition:color .3s}.product-card__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.product-card__stars{display:flex;align-items:center;gap:.125rem}.product-card__star{color:#e5e7eb;flex-shrink:0}.product-card__star--filled{color:#f97316}.product-card__reviews{font-size:.75rem;color:#6b7280}.product-card__specs{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.1875rem}.product-card__spec{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#9ca3af;cursor:pointer;transition:color .3s,border-color .3s,background .3s;z-index:2}@media (hover:hover) and (pointer:fine){.product-card__wishlist{transition-duration:.3s;transition-property:color,border-color}.product-card__wishlist:hover{color:#f97316;border-color:#f97316}}.product-card__wishlist.is-active{color:#f97316;border-color:#f97316}.product-card__wishlist.is-active svg{fill:#f97316}.product-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:1rem;border-top:1px solid #f3f4f6;background:#f9fafb}@media only screen and (min-width:768px){.product-card__footer{min-height:4.5625rem}}@media only screen and (min-width:1024px){.product-card__footer{padding:1rem 1.25rem}}.product-card__price-group{display:flex;flex-direction:column;gap:.125rem}.product-card__price{font-size:1.125rem;font-weight:700;color:#111827}.product-card__price .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}.product-card__price-old{font-size:.8125rem;color:#9ca3af;text-decoration:line-through}.product-card__price-old .woocommerce-Price-amount{font-size:inherit;color:inherit}.product-card__btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#16a34a;color:#fff;border-radius:8px;text-decoration:none;transition:background .3s;flex-shrink:0}@media (hover:hover) and (pointer:fine){.product-card__btn{transition-duration:.3s;transition-property:background}.product-card__btn:hover{background:#15803d}}.product-card__btn.loading{opacity:.6;pointer-events:none}.product-card__btn.added{background:#15803d}.category__layout{display:flex;flex-direction:column;gap:1.5rem}@media only screen and (min-width:960px){.category__layout{flex-direction:row;align-items:flex-start;gap:2rem}}.category__sidebar{position:fixed;top:0;left:0;height:100%;width:18.75rem;max-width:85vw;z-index:300;overflow-y:auto;background:#fff;transform:translateX(-100%);transition:transform .3s ease}.category__sidebar.is-open{transform:translateX(0)}@media only screen and (min-width:960px){.category__sidebar{position:static;height:auto;width:16rem;max-width:none;z-index:auto;overflow-y:visible;background:0 0;transform:none;transition:none;flex-shrink:0}}.category__filter-toggle{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .3s,color .3s}@media only screen and (min-width:960px){.category__filter-toggle{display:none}}.category__filter-toggle:hover{border-color:#f97316;color:#f97316}.category__filter-toggle svg{flex-shrink:0}.filters-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:299}.filters-overlay.is-visible{display:block}@media only screen and (min-width:960px){.filters-overlay{display:none!important}}body.filters-open{overflow:hidden}@media only screen and (min-width:960px){body.filters-open{overflow:auto}}.category__content{flex:1;min-width:0}.category__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}@media only screen and (max-width:959px){.category__header .h2-title,.category__header .h3-title{width:100%}}.category__title-count{font-weight:400;font-size:1.125rem;color:#9ca3af}.category__sort{border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;color:#374151;background:#fff;cursor:pointer;outline:0;transition:border-color .3s}.category__sort:focus{border-color:#f97316}.category__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media only screen and (min-width:480px){.category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:768px){.category__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:960px){.category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1200px){.category__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.category__products-result{position:relative}.category__loader{display:none;position:absolute;inset:0;z-index:5;align-items:center;justify-content:center;min-height:240px;background:rgba(255,255,255,.65)}.category__loader-spinner{width:42px;height:42px;border:3px solid rgba(0,0,0,.12);border-top-color:currentColor;border-radius:50%;animation:category-loader-spin .8s linear infinite}.category__products-result.is-loading .category__loader{display:flex}.category__products-result.is-loading .category__empty,.category__products-result.is-loading .category__grid{opacity:.4;pointer-events:none}@keyframes category-loader-spin{to{transform:rotate(360deg)}}@media only screen and (max-width:959px){.admin-bar .filters{padding-top:3.75rem}}.filters{background:#fff;padding:1.25rem;min-height:100%}@media only screen and (min-width:960px){.filters{border:1px solid #f3f4f6;border-radius:16px;min-height:auto;position:sticky;top:1rem}}.filters .btn{margin-top:1.5rem}.filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.filters__title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.filters__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border:none;background:0 0;cursor:pointer;color:#9ca3af;font-size:1.125rem;border-radius:8px;transition:color .3s,background .3s}.filters__close:hover{color:#374151;background:#f3f4f6}@media only screen and (min-width:960px){.filters__close{display:none}}.filters__group{margin-bottom:1.5rem}.filters__group:last-of-type{margin-bottom:0}.filters__group-title{font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.filters__price-row{display:flex;gap:.5rem}.filters__price-input{padding:.5rem .75rem}.filters__checkbox-list{display:flex;flex-direction:column;gap:.625rem}.filters__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select{width:12.5rem}@media (min-width:480px){.custom-select{flex:0 0 14.375rem;max-width:14.375rem}}
