:root{--bg:#07080c;--bg-2:#0d0f16;--bg-card:#111318;--bg-card-h:#181c24;--border:rgba(255,255,255,0.07);--border-h:rgba(53,233,122,0.25);--text:#eef0f6;--text-muted:#7e8399;--text-dim:#4a4f66;--accent:#35E97A;--accent-dark:#22c462;--accent-glow:rgba(53,233,122,0.22);--accent-soft:rgba(53,233,122,0.08);--radius:12px;--radius-lg:20px;--t:0.26s cubic-bezier(.4,0,.2,1)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);min-height:100vh;top:0!important}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none;box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:0;transition:all var(--t);white-space:nowrap;line-height:1.4}.btn-primary{background:var(--accent);color:#07080c}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 24px var(--accent-glow)}.announcement-bar{background:linear-gradient(90deg,#0a1a10 0,#0d2218 50%,#0a1a10 100%);border-bottom:1px solid rgb(53 233 122/.15);color:#7fd9a8;font-size:.78rem;font-weight:500;height:40px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;letter-spacing:.01em;position:relative;z-index:200}.announcement-bar strong,.announcement-close:hover,.nav-logo span{color:var(--accent)}.announcement-close{background:0 0;border:0;color:#4d8c68;cursor:pointer;font-size:.85rem;padding:4px 6px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color var(--t)}.navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:68px;background:rgb(7 8 12/.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);transition:var(--t)}.nav-logo,.nav-logo-text{font-weight:800;letter-spacing:0}.nav-logo{font-size:1.25rem;color:#fff;display:flex;align-items:center;gap:8px;white-space:nowrap}.nav-logo-text{color:inherit;font-size:inherit}.nav-links{display:flex;align-items:center;gap:4px}.dropdown-column a,.nav-link{color:var(--text-muted);transition:color var(--t),background var(--t)}.nav-link{font-size:.88rem;font-weight:500;padding:8px 13px;border-radius:8px;display:flex;align-items:center;gap:4px}.nav-link:hover{color:var(--text);background:rgb(255 255 255/.04)}.dropdown-arrow{font-size:.65rem}.nav-dropdown{position:relative;padding-bottom:30px;margin-bottom:-30px}.dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#161921;border:1px solid var(--border);border-radius:var(--radius);padding:20px;gap:24px;box-shadow:0 24px 60px rgb(0 0 0/.55);min-width:560px;grid-template-columns:repeat(4,1fr);z-index:500}.dropdown-menu::before{content:"";position:absolute;top:-60px;left:0;right:0;height:60px}.dropdown-menu--narrow{min-width:220px;grid-template-columns:1fr}.nav-dropdown:hover .dropdown-menu{display:grid}.dropdown-column{display:flex;flex-direction:column;gap:3px}.dropdown-heading,.footer-links-group h4{font-size:.7rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.dropdown-column a{font-size:.85rem;padding:5px 8px;border-radius:6px}.dropdown-column a:hover{color:var(--accent);background:var(--accent-soft)}.nav-actions{display:flex;align-items:center;gap:10px}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer;padding:4px}.nav-hamburger span{display:block;height:2px;width:22px;background:var(--text);border-radius:2px;transition:var(--t)}.footer{background:var(--bg);padding:70px 0 30px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding-bottom:48px;border-bottom:1px solid var(--border)}.footer-logo{font-size:1.2rem;font-weight:800;letter-spacing:1.5px;color:#fff;margin-bottom:12px}.footer-email,.footer-links-group a:hover,.footer-logo span{color:var(--accent)}.footer-brand p{font-size:.85rem;color:var(--text-dim);line-height:1.65;margin-bottom:16px}.footer-email{font-size:.85rem;font-weight:500}.footer-email:hover{text-decoration:underline}.footer-links-group{display:flex;flex-direction:column;gap:10px}.footer-links-group h4{font-size:.72rem}.footer-links-group a{font-size:.86rem;color:var(--text-muted);transition:color var(--t)}.footer-bottom{padding-top:28px}.footer-disclaimer{font-size:.73rem;color:var(--text-dim);line-height:1.65;margin-bottom:16px}.footer-copy{font-size:.78rem;color:var(--text-dim);text-align:center}@media (max-width:1100px){.footer-top{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.footer-top{grid-template-columns:1fr;gap:30px}}.nav-logo-img{height:54px;width:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 5px rgb(53 233 122/.4))}@media (max-width:768px){.nav-actions .btn-primary{display:none!important}.nav-actions{gap:8px!important}.nav-logo{font-size:1.1rem!important}}.woocommerce div.product form.cart .variations select,.woocommerce select,.woocommerce-page select{background-color:#111318!important;color:#fff!important;border:1px solid rgb(255 255 255/.07)!important;border-radius:8px!important;padding:8px 14px!important;min-width:220px!important;height:42px!important;appearance:auto!important;-webkit-appearance:auto!important}.woocommerce .quantity input.qty,.woocommerce select option{background-color:#111318!important;color:#fff!important}.woocommerce .quantity input.qty{color:#eef0f6!important;border:1px solid rgb(255 255 255/.07)!important;border-radius:8px!important;height:42px!important;width:60px!important;padding:0!important;text-align:center!important}.woocommerce button.button,.woocommerce button.button.alt{background-color:#35e97a!important;color:#07080c!important;border-radius:8px!important;height:42px!important;padding:0 24px!important;font-weight:600!important;border:0!important;line-height:initial!important}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{padding-bottom:20px!important;vertical-align:middle!important}.woocommerce div.product form.cart .variations th{color:#7e8399!important;text-align:left!important;font-weight:600!important;padding-right:15px!important}.woocommerce div.product form.cart .variations label{margin:0!important;font-weight:700;text-align:left}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:#111318!important;border:1px solid rgb(255 255 255/.07)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#7e8399!important;display:inline-block;padding:.5em 0;font-weight:700;text-decoration:none}@font-face{font-display:swap;font-family:"FontAwesome";src:url(/wp-content/plugins/brands-for-woocommerce/berocket/assets/fonts/fontawesome-webfont.woff2?v=4.7.0)format("woff2"),url(/wp-content/plugins/brands-for-woocommerce/berocket/assets/fonts/fontawesome-webfont.woff?v=4.7.0)format("woff"),url(/wp-content/plugins/brands-for-woocommerce/berocket/assets/fonts/fontawesome-webfont.ttf?v=4.7.0)format("truetype");font-weight:400;font-style:normal}.entry-content{counter-reset:footnotes}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text{border:0;clip-path:inset(50%);margin:-1px;overflow-wrap:normal!important;padding:0}.screen-reader-text:focus{font-size:1em;clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0/.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:table}.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;padding:0;position:relative;width:22.05%;margin:0 3.8% 2.992em 0}.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce ul.products li.first,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}.woocommerce table.shop_attributes tr,.woocommerce-page table.shop_attributes tr{display:block}.woocommerce table.shop_attributes tr td,.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr th{display:block;max-width:100%;width:auto;text-align:left;padding:.5em}.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr th{padding-bottom:.25em;border-bottom:0}.woocommerce table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr td{padding-top:.25em}.woocommerce table.shop_attributes tr td>:first-child,.woocommerce-page table.shop_attributes tr td>:first-child{padding-top:0;margin-top:0}.woocommerce table.shop_attributes tr td>:last-child,.woocommerce-page table.shop_attributes tr td>:last-child{padding-bottom:0;margin-bottom:0}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}}:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2)format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff)format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2)format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff)format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf)format("truetype");font-weight:400;font-style:normal}.screen-reader-text{word-wrap:normal!important}.clear,.woocommerce .woocommerce-breadcrumb::after,.woocommerce div.product form.cart::after{clear:both}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product div.images img,.woocommerce ul.products li.product a img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0-5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0#e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0#e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em}.woocommerce div.product form.cart .variations select{max-width:100%;display:inline-block;margin-right:1em;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=)no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before,.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce #review_form #respond::after,.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link,.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product a img{margin:0 0 1em}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce .cart .button{float:none}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0;border:0}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0/.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0/.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0/.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}#ppc-button-ppcp-gateway{line-height:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.wpgs-for,.wpgs-nav{display:none}.wpgs-lightbox-icon{position:relative}.wpgs-lightbox-icon::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;z-index:9;font-weight:900;content:url(https://s.w.org/images/core/emoji/14.0.0/svg/1f50d.svg);display:block;line-height:2;text-indent:0;width:25px;height:35px;text-align:center;border-radius:3px;top:10px;right:15px;position:absolute}@media only screen and (min-width:991px){.wpgs-lightbox-icon::before{display:none}}@font-face{font-display:swap;font-family:"slick";font-weight:400;font-style:normal;src:url(/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.eot);src:url(/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.woff)format("woff"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.ttf)format("truetype"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.svg#slick)format("svg")}@font-face{font-display:swap;font-family:"Flaticon";src:url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.eot);src:url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.woff)format("woff"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.ttf)format("truetype"),url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.svg#Flaticon)format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-display:swap;font-family:"Flaticon";src:url(/wp-content/plugins/woo-product-gallery-slider/assets/css/font/Flaticon.svg#Flaticon)format("svg")}}