:root{color-scheme:light;--bspc-blue-primary:#0071e3;--bspc-blue-hover:#0077ed;--bspc-green-primary:#34c759;--bspc-green-hover:#2fa94e;--bspc-red-error:#e02020;--bspc-text-primary:#1d1d1f;--bspc-text-secondary:#515154;--bspc-text-light:#6e6e73;--bspc-text-dark:var(--bspc-text-primary);--bspc-text-placeholder:#aaa;--bspc-bg-light:#f5f5f7;--bspc-bg-white:#ffffff;--bspc-border-light:#e5e5ea;--bspc-border-medium:#d2d2d7;--bspc-border-dark:#c7c7cc;--bspc-content-width:1120px;--bspc-content-width-wider:1200px;--bspc-grid-gap:clamp(15px, 3vw, 20px);--bspc-page-gutter:clamp(16px, 4vw, 24px);--bspc-mobile-padding:var(--bspc-page-gutter);--bspc-desktop-padding:var(--bspc-page-gutter);--bspc-radius-small:8px;--bspc-radius-medium:14px;--bspc-radius-large:22px;--bspc-shadow-light:0 2px 8px rgba(0, 0, 0, 0.04);--bspc-shadow-medium:0 8px 24px rgba(0, 0, 0, 0.08);--bspc-shadow-strong:0 12px 32px rgba(0, 0, 0, 0.12);--bspc-card-bg:#ffffff;--bspc-card-border:var(--bspc-border-light);--bspc-card-radius:var(--bspc-radius-large);--bspc-card-shadow:var(--bspc-shadow-light);--bspc-card-shadow-hover:var(--bspc-shadow-medium);--bspc-success-bg:#eaf7ee;--bspc-success-text:#2a7d3a;--bspc-success-border:#cfe9d7;--bspc-error-bg:#faeceb;--bspc-error-text:#bf2e26;--bspc-error-border:#f3cdc8;--bspc-focus-ring:0 0 0 4px rgba(0, 113, 227, 0.25);--z-header:1000;--z-dialog:1010;--z-dock:1020;--bspc-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bspc-ease-apple:cubic-bezier(.23,1,.32,1);--header-height-desktop:65px;--header-height-mobile:60px;--header-bg-initial:rgba(255,255,255,.78);--header-bg-scrolled:rgba(255,255,255,.96);--header-blur:12px;--header-border-color:rgba(0,0,0,.08);--header-text-color:#1d1d1f;--header-icon-color:#333;--header-link-hover:#0071e3;--header-z-index:1000;--dialog-z-index:1010;--admin-bar-height-desktop:32px;--admin-bar-height-mobile:46px;--dock-height:clamp(56px, 6.5vw, 64px);--dock-radius:16px;--dock-blur:18px;--bpc-accent:#0A84FF;--bpc-ctl-size:clamp(36px, 3.5vw, 44px);--bpc-icon-size:clamp(18px, 2.6vw, 22px);--content-width:var(--bspc-content-width-wider);--light-gray-bg:var(--bspc-bg-light);--medium-gray-border:var(--bspc-border-light);--dark-gray-text:var(--bspc-text-light);--easing-smooth:var(--bspc-ease-apple)}html{scroll-behavior:smooth}body{overflow-x:hidden;font-family:var(--bspc-font-family);color:var(--bspc-text-primary);background-color:var(--bspc-bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;margin:0}.screen-reader-text,.sr-only{white-space:nowrap}.sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal}.skip-link.screen-reader-text:focus{position:absolute;left:10px;top:10px;width:auto;height:auto;padding:8px 12px;background:#fff;color:#000;border-radius:8px;box-shadow:0 8px 24px rgb(0 0 0/.2);z-index:9999;clip:auto;clip-path:none;overflow:visible;white-space:normal}[role=button]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--bspc-focus-ring);border-radius:calc(var(--bspc-radius-small) - 2px);border-color:var(--bspc-blue-primary)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}::selection{background-color:rgb(0 113 227/.2);color:inherit}@media (max-width:980px){body #primary{padding-top:var(--header-height-mobile)}}.bpc-section{max-width:var(--bspc-content-width);margin-left:auto;margin-right:auto;padding-left:var(--bspc-page-gutter);padding-right:var(--bspc-page-gutter);box-sizing:border-box}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6em 1.2em;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;border:0;border-radius:var(--bspc-radius-medium);cursor:pointer;user-select:none;transition:background-color .2s var(--bspc-ease-apple),color .2s var(--bspc-ease-apple),border-color .2s var(--bspc-ease-apple),transform .2s var(--bspc-ease-apple);background-color:var(--bspc-blue-primary);color:var(--bspc-bg-white)}.btn:focus,.btn:hover{background-color:var(--bspc-blue-hover);color:var(--bspc-bg-white)}.btn:disabled,.btn:disabled:hover{opacity:.6;cursor:not-allowed;background-color:var(--bspc-blue-primary);color:var(--bspc-bg-white)}.bpc-card-unified{background-color:#fff;border:1px solid var(--bspc-border-light);border-radius:var(--bspc-radius-large,22px);box-shadow:var(--bspc-shadow-light);padding:22px;width:100%;box-sizing:border-box}@media (max-width:768px){.bpc-card-unified{padding:18px 16px;border-radius:var(--bspc-radius-medium,14px);box-shadow:var(--bspc-shadow-light)}}.bspc-btn{transition:transform .2s var(--bspc-ease-apple),box-shadow .2s var(--bspc-ease-apple),background-color .2s var(--bspc-ease-apple)}.bspc-btn:active{transform:scale(.98)}@media print{@media print{.bpc-footer,footer,header,nav{display:none!important}body{background:#fff!important;color:#000!important}.bpc-section{padding:0;margin:0}}}.bpc-skip-link{position:absolute;top:-100%;left:16px;z-index:calc(var(--header-z-index, 99990) + 10);padding:10px 20px;background:var(--bspc-blue-primary,#0071e3);color:#fff;font-size:14px;font-weight:600;border-radius:0 0 10px 10px;text-decoration:none;transition:top .15s ease}.bpc-skip-link:focus{top:0;outline:2px solid #fff;outline-offset:2px}.bresciapc-main-header{position:sticky;top:0;left:0;width:100%;z-index:var(--header-z-index);height:var(--header-height-desktop);background-color:var(--header-bg-initial);-webkit-backdrop-filter:saturate(180%) blur(var(--header-blur));backdrop-filter:saturate(180%) blur(var(--header-blur));border-bottom:1px solid var(--header-border-color);transition:background-color .35s ease,backdrop-filter .35s ease,height .25s ease,box-shadow .35s ease,top .25s ease;box-sizing:border-box}@media (max-width:768px){.bresciapc-main-header{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgb(255 255 255/.95)}}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.bresciapc-main-header{background-color:rgb(255 255 255/.95)}}.header-container{max-width:var(--content-width);height:100%;margin:0 auto;padding:0 var(--bspc-page-gutter);display:flex;justify-content:space-between;align-items:center;gap:20px}.header-logo{flex-shrink:0}.header-logo a{display:inline-block;vertical-align:middle}header#bresciapc-header .header-logo img{display:block;height:clamp(26px,3vw,34px);width:auto;max-width:160px;object-fit:contain;transition:height .25s ease}.header-nav-desktop{flex-grow:1;display:flex;justify-content:center}.header-nav-desktop ul.header-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:clamp(14px,2.5vw,30px)}.header-nav-desktop li.menu-item{position:relative}.header-nav-desktop li.menu-item>a{display:block;text-decoration:none;color:var(--header-text-color);font-size:14px;font-weight:500;padding:10px 6px;border-bottom:2px solid #fff0;transition:color .2s ease,border-color .2s ease;position:relative}.header-nav-desktop li.menu-item>a::after{content:"";display:block;position:absolute;left:50%;bottom:-3px;transform:translateX(-50%) scaleX(0);width:26px;height:2px;border-radius:2px;background:var(--header-link-hover);transition:transform .22s var(--easing-smooth)}@media (max-width:480px){.mobile-menu .mobile-menu-icon{display:none}}.header-nav-desktop li.menu-item:focus-within>a::after,.header-nav-desktop li.menu-item:hover>a::after{transform:translateX(-50%) scaleX(1)}.header-nav-desktop li.menu-item-has-children:hover>a,.header-nav-desktop li.menu-item>a:focus,.header-nav-desktop li.menu-item>a:hover{color:var(--header-link-hover);border-bottom-color:#fff0;outline:0}.header-nav-desktop li.menu-item>a:focus-visible{border-bottom-color:var(--header-link-hover);box-shadow:0 0 0 2px var(--header-link-hover)}.header-nav-desktop .submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:460px;max-width:760px;background:rgb(255 255 255/.92);-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);border-radius:var(--bspc-radius-large);box-shadow:var(--bspc-shadow-strong);padding:18px 22px;opacity:0;visibility:hidden;pointer-events:none;z-index:calc(var(--header-z-index)1);transition:opacity .22s ease,visibility 0s linear .22s,transform .22s ease;margin-top:0}.header-nav-desktop .submenu::before{content:"";display:block;position:absolute;top:-14px;left:0;right:0;height:14px}.header-nav-desktop li.menu-item-has-children>a{padding-bottom:8px}.header-nav-desktop li.menu-item-has-children:focus-within>.submenu,.header-nav-desktop li.menu-item-has-children:hover>.submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition-delay:0s}.header-nav-desktop .submenu-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px 14px}.header-nav-desktop .submenu-item{text-align:center}.header-nav-desktop .submenu-image{margin-bottom:8px;background:var(--bspc-bg-light);border-radius:var(--bspc-radius-medium);overflow:hidden;height:74px;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .18s ease,box-shadow .18s ease;border:1px solid var(--bspc-border-light)}.header-nav-desktop .submenu-item:hover .submenu-image{transform:scale(1.05);box-shadow:0 6px 16px rgb(0 0 0/.1)}.header-nav-desktop .submenu-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}.header-nav-desktop .submenu-link{text-decoration:none;color:var(--header-text-color);font-size:13px;font-weight:600;display:block;padding:5px 0;transition:color .18s ease}.header-nav-desktop .submenu-link:focus,.header-nav-desktop .submenu-link:hover{color:var(--header-link-hover)}.header-nav-desktop .submenu-cta{margin:10px auto 0;text-align:center}.header-nav-desktop .submenu-cta-link{display:inline-block;padding:8px 14px;font-size:14px;font-weight:500;border:1px solid var(--medium-gray-border);border-radius:10px;background-color:var(--light-gray-bg);color:var(--header-text-color);text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.header-nav-desktop .submenu-cta-link:focus,.header-nav-desktop .submenu-cta-link:hover{background-color:var(--header-link-hover);color:#fff;border-color:var(--header-link-hover)}.header-icons{display:flex;align-items:center;flex-shrink:0;gap:4px}.header-icon{background:0 0;border:0;padding:8px;margin:0;cursor:pointer;color:var(--header-icon-color);border-radius:50%;transition:color .2s ease,background-color .2s ease;position:relative;display:inline-flex;justify-content:center;align-items:center}.header-icon:hover{background-color:#fff0;color:var(--header-link-hover)}.header-icon:focus-visible{outline:2px solid var(--header-link-hover);outline-offset:1px;background-color:#fff0;color:var(--header-link-hover)}.header-icon svg{width:24px;height:24px;display:block}.cart-icon .cart-count{position:absolute;top:0;right:0;background-color:var(--header-link-hover);color:#fff;font-size:10px;font-weight:700;line-height:1;border-radius:10px;padding:2px 5px;min-width:17px;text-align:center;pointer-events:none;transition:transform .18s ease,opacity .18s ease;transform:scale(1) translate(35%,-35%)}.cart-icon .cart-count.empty{opacity:0;transform:scale(0) translate(35%,-35%)}.hamburger-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;position:relative}.hamburger-icon.hamburger-apple .line{position:absolute;height:3px;width:22px;background-color:currentColor;border-radius:1px;transition:transform .28s var(--easing-smooth),top .28s var(--easing-smooth);transform-origin:center}.hamburger-icon.hamburger-apple .line-top{top:18px}.hamburger-icon.hamburger-apple .line-bottom{top:26px}.hamburger-icon:focus-visible,.hamburger-icon:hover{background-color:#fff0}.mini-cart-panel,.mobile-menu,.search-dialog{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;visibility:hidden;transition:visibility 0s linear .35s}.mini-cart-overlay,.mobile-menu-overlay,.search-dialog-overlay{position:absolute;inset:0;background-color:rgb(0 0 0/.55);opacity:0;transition:opacity .35s ease;cursor:pointer;z-index:1}.search-dialog-content{z-index:2;display:flex;flex-direction:column;height:100%}.mini-cart-content,.mobile-menu-content{position:relative;z-index:2;display:flex;flex-direction:column}.search-dialog-content{margin:8vh auto auto;width:90%;max-width:640px;border-radius:16px;max-height:75vh;transform:translateY(-30px) scale(.98);opacity:0;transition:opacity .26s ease,transform .26s var(--easing-smooth);background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 8px 30px rgb(0 0 0/.15)}.search-dialog .dialog-close-button{position:absolute;top:12px;right:12px}.mini-cart-panel .dialog-close-button,.mobile-menu .dialog-close-button,.search-dialog .dialog-close-button{width:40px;height:40px;border:0;background:rgb(0 0 0/.06);border-radius:50%;cursor:pointer;color:#1d1d1f;display:flex;align-items:center;justify-content:center;z-index:11;transition:background-color .15s ease,color .15s ease,transform .15s ease;flex-shrink:0;padding:0;font-size:22px}.mini-cart-panel .dialog-close-button:hover,.mobile-menu .dialog-close-button:hover,.search-dialog .dialog-close-button:hover{background:rgb(0 0 0/.1);color:#1d1d1f}.mini-cart-panel .dialog-close-button:active,.mobile-menu .dialog-close-button:active,.search-dialog .dialog-close-button:active{transform:scale(.92)}.mini-cart-panel .dialog-close-button:focus-visible,.mobile-menu .dialog-close-button:focus-visible,.search-dialog .dialog-close-button:focus-visible{outline:2px solid var(--header-link-hover);outline-offset:2px}.search-dialog .search-form-container{padding:20px;display:flex;align-items:center;border-bottom:1px solid var(--header-border-color);position:relative;background:#fff}.search-dialog .search-icon-inline{width:20px;height:20px;color:#6e6e73;margin-right:12px;flex-shrink:0;stroke-width:2px}.search-dialog .search-dialog-input{flex-grow:1;font-size:1rem;padding:12px 14px;border:1px solid var(--medium-gray-border);border-radius:14px;background:#fff;color:var(--header-text-color);width:100%;box-shadow:0 1px 0 rgb(0 0 0/.03) inset}.search-dialog .search-dialog-input:focus{outline:0;border-color:var(--header-link-hover);box-shadow:0 0 0 3px rgb(0 113 227/.15)}.search-dialog .search-results-container{padding:0;flex-grow:1;min-height:140px;overflow-y:auto;background:#fff}.mobile-menu-content{margin-left:0;margin-top:0;width:86%;max-width:400px;height:100%;border-radius:0;box-shadow:5px 0 24px rgb(0 0 0/.14);transform:translateX(-100%);transition:transform .35s var(--easing-smooth);overflow:hidden;background:#fff}.mobile-menu-header{position:sticky;top:0;z-index:10;background:#fff;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--medium-gray-border);min-height:60px}.mobile-menu-header .mobile-menu-title{padding:15px 10px 15px 0;margin:0;flex-grow:1;font-weight:600}.mobile-menu-header .dialog-close-button{position:static;margin-left:10px}.mobile-menu-scrollable-content{height:100%;overflow-y:auto;padding-bottom:calc(var(--dock-height) + env(safe-area-inset-bottom,0) + 24px)}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu .menu-item{border-bottom:1px solid #f0f0f0;margin:0}.mobile-menu .menu-item:last-child,.mobile-menu .sub-menu li.menu-item:last-child{border-bottom:none}.mobile-menu .menu-item-wrapper{display:flex;align-items:center;gap:12px}.mobile-menu .mobile-menu-icon,.mobile-menu .mobile-menu-icon-placeholder{width:24px;height:24px;margin-left:20px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--dark-gray-text)}.mobile-menu .menu-item-wrapper a{display:block;padding:14px 10px 14px 0;text-decoration:none;color:var(--header-text-color);font-size:1rem;font-weight:600;flex-grow:1}.mobile-menu .menu-item-wrapper .submenu-toggle{order:99;width:36px;height:36px;padding:0;border:0;background:#fff0;cursor:pointer;border-radius:8px;margin-right:10px}.mobile-menu .menu-item-wrapper .submenu-toggle .plus-icon{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.4rem;font-weight:400;transition:transform .28s var(--easing-smooth);color:var(--primary-blue,#0a84ff)}.mobile-menu .menu-item-wrapper .submenu-toggle:focus-visible,.mobile-menu .menu-item-wrapper .submenu-toggle:hover{outline:2px solid #fff0;background:rgb(0 0 0/.06)}.mobile-menu .sub-menu{list-style:none;padding:6px 0;margin:0 0 6px;background:#f9f9f9;border-top:1px solid #eee;overflow:hidden;max-height:0;transition:max-height .35s ease,padding-top .35s ease,padding-bottom .35s ease}.mobile-menu .sub-menu[hidden]{display:none}.mobile-menu .sub-menu li.menu-item{border-bottom:1px solid #ececec;margin:0}.mobile-menu .sub-menu a{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 40px;font-size:.94rem;color:#333;text-decoration:none;font-weight:500}.mobile-menu .sub-menu a:hover{background:#ededf0;color:var(--header-link-hover)}.mobile-menu-utilities{margin-top:0;background:#fff}.mobile-menu-utilities .menu-item-title{background:#f5f5f7;padding:12px 20px 8px;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#6e6e73;font-weight:600;border-top:1px solid #e5e5ea;border-bottom:1px solid #e5e5ea}.mobile-menu-utilities .mobile-menu-list{border-radius:0;box-shadow:none;border:0;padding:0;margin:0}.mobile-menu-utilities .menu-item{list-style:none;border-bottom:1px solid #f0f0f0;margin:0}.mobile-menu-utilities .menu-item:last-child{border-bottom:none}.mobile-menu-utilities .menu-item a{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;min-height:48px;font-weight:600;font-size:16px;color:var(--header-text-color);text-decoration:none;transition:background-color .2s ease}.mobile-menu-utilities .menu-item a:active{background-color:#f5f5f7}.mobile-menu-utilities .menu-item a .link-content{display:flex;align-items:center;gap:14px}.mobile-menu-utilities .mobile-utility-icon{width:20px;height:20px;color:var(--bpc-accent,#0071e3);flex-shrink:0}.mobile-menu-utilities .menu-item a::after{content:"";display:block;width:7px;height:7px;border-right:2px solid #c7c7cc;border-bottom:2px solid #c7c7cc;transform:rotate(-45deg);margin-left:auto;opacity:1}.mobile-menu a:focus-visible,.mobile-menu button:focus-visible{outline:2px solid var(--bpc-accent);outline-offset:-2px}.mini-cart-panel{justify-content:flex-end}.mini-cart-content{margin-left:auto;width:92%;max-width:380px;height:100%;border-radius:0;box-shadow:-5px 0 24px rgb(0 0 0/.14);transform:translateX(100%);transition:transform .35s var(--easing-smooth);overflow:hidden;background:#fff}.mini-cart-panel .dialog-close-button{position:absolute;top:12px;right:12px}.mini-cart-content .widget_shopping_cart_content{padding:0 22px 22px;flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 65px);overflow-y:auto}@media (max-width:1200px){.header-container{padding:0 18px}}@media (max-width:980px){.bresciapc-main-header{height:var(--header-height-mobile)}.header-container{padding:0 14px;gap:14px}.header-nav-desktop{display:none}.header-icons{gap:0}.header-icon{padding:6px}.header-icon svg{width:19px;height:19px}.cart-icon .cart-count{min-width:16px;padding:2px 4px;font-size:9px;transform:scale(1) translate(30%,-30%)}}@media (max-width:480px){.header-container{padding:0 10px}.header-icon{padding:5px}.header-icon svg{width:18px;height:18px}.mobile-menu-content{max-width:320px;width:86%}.mini-cart-content{max-width:320px;width:92%}.search-dialog-content{max-width:calc(100% - 18px);margin-top:6vh}.search-dialog .search-form-container{padding:16px}}.hamburger-icon{inline-size:var(--bpc-ctl-size);block-size:var(--bpc-ctl-size)}.header-icon svg{inline-size:var(--bpc-icon-size);block-size:var(--bpc-icon-size)}.mini-cart-panel,.mobile-menu,.search-dialog{z-index:var(--dialog-z-index)}.header-nav-desktop .header-nav-list>li>a:focus-visible,.header-nav-desktop .submenu-link:focus-visible{outline:2px solid var(--header-link-hover);outline-offset:3px;border-radius:8px}.mobile-menu-scrollable-content,.search-dialog .search-results-container{-webkit-overflow-scrolling:touch}.search-dialog-content,.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.bpc-search-empty{border-radius:18px;background:rgb(255 255 255/.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(0 0 0/.06);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:16px;padding:40px 20px;margin:0 12px 12px}.bpc-search-empty-ico{width:120px;height:120px;opacity:.12;background-repeat:no-repeat;background-position:center;background-size:120px 120px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.5 18a7.5 7.5 0 1 1 7.5-7.5A7.51 7.51 0 0 1 10.5 18Zm0-13A5.5 5.5 0 1 0 16 10.5 5.51 5.51 0 0 0 10.5 5Z' fill='%23000000'/%3E%3Cpath d='M20.3 21.7 16.6 18a1 1 0 0 1 1.4-1.4l3.7 3.7a1 1 0 0 1-1.4 1.4Z' fill='%23000000'/%3E%3C/svg%3E")}.bpc-search-empty-msg{font-size:.95rem;line-height:1.5;color:rgb(0 0 0/.8)}.bpc-search-empty-link{display:inline-block;margin-left:6px;padding:8px 14px;border-radius:14px;border:1px solid var(--bspc-blue-primary);background:var(--bspc-blue-primary);color:var(--bspc-bg-light);font-weight:600;text-decoration:none;transition:background-color .2s ease,border-color .2s ease;pointer-events:auto}.bpc-search-empty-link:hover{background:var(--bspc-blue-primary-hover,#0064d2);border-color:var(--bspc-blue-primary-hover,#0064d2);color:var(--bspc-bg-light)}.bpc-footer{background-color:var(--bspc-bg-light,#f5f5f7);color:var(--bspc-text-light,#6e6e73);font-size:13px;line-height:1.5;padding:60px 0 30px;border-top:1px solid var(--bspc-border-light);margin-top:auto}.bpc-footer-grid{display:grid;gap:40px}@media (min-width:992px){.bpc-footer-grid{grid-template-columns:280px 1fr;align-items:start}.bpc-footer-links-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}}@media (max-width:991px){.bpc-footer-links-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}}.bpc-footer-brand{display:flex;flex-direction:column;gap:15px}.bpc-footer .footer-logo img{display:block;max-width:140px;height:auto;opacity:.9}.bpc-footer .footer-contact-info p{margin:0 0 6px;font-size:13px}.bpc-footer .footer-contact-info a{color:var(--bspc-text-primary,#1d1d1f);text-decoration:none;transition:color .2s ease}.bpc-footer .footer-contact-info a:hover{color:var(--bspc-blue-primary,#0071e3)}.bpc-footer .footer-socials{display:flex;gap:15px;margin-top:10px}.bpc-footer .footer-menu a,.bpc-footer .footer-socials a{color:var(--bspc-text-secondary);transition:color .2s ease,transform .2s ease}.bpc-footer .footer-socials a:hover{color:var(--bspc-blue-primary);transform:translateY(-2px)}.bpc-footer .footer-col-title{font-size:13px;font-weight:600;color:var(--bspc-text-primary,#1d1d1f);margin:0 0 12px;letter-spacing:normal}.bpc-footer .footer-menu{list-style:none;padding:0;margin:0}.bpc-footer .footer-menu li{margin-bottom:8px}.bpc-footer .footer-menu a{text-decoration:none;transition:color .2s ease}.bpc-footer .footer-menu a:hover{color:var(--bspc-text-primary);text-decoration:underline}@media (max-width:767px){.bpc-footer{padding:40px 0 20px;text-align:left}.bpc-footer-grid{display:block}.bpc-footer-brand{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid var(--bspc-border-light)}.bpc-footer-links-wrapper{display:block}.bpc-footer .footer-col{border-bottom:1px solid var(--bspc-border-light)}.bpc-footer .footer-col-title{margin:0;padding:14px 0;cursor:pointer;position:relative;display:flex;justify-content:space-between;align-items:center;user-select:none;-webkit-tap-highlight-color:#fff0}.bpc-footer .footer-col-title::after{content:"+";font-size:16px;font-weight:400;transition:transform .3s ease}.bpc-footer .footer-menu{display:none;padding-bottom:15px}}.bpc-footer .footer-legal,.bpc-footer-bottom{display:flex;flex-wrap:wrap;align-items:center}.bpc-footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--bspc-border-light);justify-content:space-between;gap:15px}.bpc-footer .footer-legal{gap:20px}.bpc-footer .copyright{margin:0;font-size:12px;color:#999}.bpc-footer .legal-menu{list-style:none;padding:0;margin:0;display:flex;gap:15px}.bpc-footer .legal-menu a{color:var(--bspc-text-secondary);text-decoration:none;font-size:12px;padding-right:15px;border-right:1px solid #d2d2d7;line-height:1}.bpc-footer .legal-menu li:last-child a{border-right:none;padding-right:0}.bpc-footer .legal-menu a:hover{text-decoration:underline}@media (max-width:768px){.bpc-footer .footer-legal,.bpc-footer-bottom{flex-direction:column;align-items:flex-start}.bpc-footer .footer-legal{gap:10px}.bpc-footer .legal-menu{flex-wrap:wrap}}ol,ul{box-sizing:border-box}: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}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0-44px}button.pswp__button--zoom:hover{background-position:-88px 0}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__bg{background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__scroll-wrap{overflow:hidden}.pswp__container{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp__container{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--close{background-position:0-44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);background-color:rgba(0,0,0,.5)}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.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}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--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}.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:#7ad03a;--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}@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{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{color:#958e09;font-size:1.25em}:root{--hub-z-bar:2147483640;--hub-z-overlay:2147483645;--hub-z-modal:2147483647;--hub-height:38px;--hub-blue:#0071e3;--hub-green:#34c759;--hub-font:var(--bspc-font-family)}.bpc-breadcrumb-shell{background:#fff0;border-bottom:none}.bpc-breadcrumb{max-width:var(--bspc-content-width,1200px);margin:0 auto;padding:10px 24px;display:flex;align-items:center;font-size:.8rem;line-height:1.4;color:#6e6e73;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.bpc-breadcrumb::-webkit-scrollbar{display:none}.bpc-breadcrumb-list{list-style:none;margin:0;padding:0;gap:0}.bpc-breadcrumb-item,.bpc-breadcrumb-list{display:inline-flex;align-items:center}.bpc-breadcrumb-item+.bpc-breadcrumb-item::before{content:"›";color:#c7c7cc;font-size:.85em;margin:0 8px;font-weight:300}.bpc-breadcrumb a{color:#6e6e73;text-decoration:none;transition:color .15s ease}.bpc-breadcrumb a:focus-visible,.bpc-breadcrumb a:hover{color:#0071e3;text-decoration:underline;text-underline-offset:2px}.bpc-breadcrumb [aria-current=page]{color:#1d1d1f;font-weight:600}@media (max-width:768px){.bpc-breadcrumb{padding:8px 16px;font-size:.78rem}.bpc-breadcrumb-item+.bpc-breadcrumb-item::before{margin:0 6px}}.bspc-shipping-box{margin:16px 0;padding:32px;border:1px solid rgb(0 0 0/.04);border-radius:var(--bspc-radius-large,22px);background:#fff;box-shadow:0 12px 32px rgb(0 0 0/.05)}.bspc-shipping-box__title{margin:0 0 8px;font-size:clamp(1.3rem,3.5vw,1.6rem);font-weight:700;letter-spacing:-.02em;color:#1d1d1f}.bspc-shipping-box__lead{font-size:.95rem;color:#6e6e73;margin-bottom:24px;line-height:1.55}.bspc-shipping-box__address-card{background:#f5f5f7;border-radius:14px;padding:20px;margin-bottom:24px;border:1px solid rgb(0 0 0/.04)}.bspc-shipping-box__address-card span{display:block;font-size:1rem;color:#1d1d1f;line-height:1.45}.bspc-shipping-box__address-card .address-name{font-weight:700;font-size:1.15rem;margin-bottom:2px}.bspc-shipping-box__hours-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:#6e6e73;margin:0 0 8px}.bspc-shipping-box__hours-list{list-style:none;padding:0;margin:0 0 24px;font-size:15px;color:#1d1d1f}.bspc-shipping-box__notes-wrapper{background:#eff6ff;padding:16px;border-radius:12px;border:1px solid rgb(0 113 227/.08)}.bspc-shipping-box__note{margin:0 0 8px;font-size:14px;color:#005bb5;line-height:1.5;display:flex;align-items:flex-start;gap:8px}.bspc-shipping-box__note svg{flex-shrink:0;margin-top:2px}.bspc-shipping-box__note:last-child{margin:0}@media (max-width:768px){.bspc-shipping-box{padding:24px 20px}}@media (prefers-reduced-motion:reduce){.bspc-modal,.bspc-modal-card{transition:none!important;animation:none!important}}.bspc-modal{border:0;background:#fff0;max-width:none;width:100%;margin:0;position:fixed;inset:0;display:grid;place-items:center;padding:env(safe-area-inset-top,20px) 16px env(safe-area-inset-bottom,20px);z-index:99999;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:100dvh;min-height:100vh}.bspc-modal[hidden],.single-product div.product p.price{display:none}.bspc-modal::backdrop{background:rgb(17 17 17/.6);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px)}.bspc-modal-card{width:min(760px,94vw);max-height:calc(100dvh - 40px);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 30px 80px rgb(0 0 0/.18);padding:28px 24px;position:relative;box-sizing:border-box;transform:scale(.95);transition:transform .3s ease}@media (max-width:768px){.bspc-modal{align-items:flex-end;padding:0}.bspc-modal-card{width:100%;max-width:100%;border-radius:24px 24px 0 0;padding-bottom:calc(28px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .3s cubic-bezier(.19,1,.22,1);max-height:92dvh;max-height:92vh;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.bspc-modal-card::before{content:"";display:block;width:36px;height:4px;background-color:#c7c7cc;border-radius:2px;margin:-10px auto 16px}}.bspc-close{position:absolute;top:calc(12px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));width:44px;height:44px;border-radius:999px;border:0;background:rgb(0 0 0/.06);color:#1d1d1f;font-size:26px;line-height:44px;cursor:pointer;z-index:20;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.bspc-close:hover{background:rgb(0 0 0/.1)}.bspc-close:active{transform:scale(.92)}.bspc-modal-card .bspc-sub,.bspc-modal-card h3{padding-right:58px}.bspc-micro{display:block;margin-top:6px;font-size:12px;line-height:1.35;opacity:.75}.bspc-modal-card h3{font-size:22px;margin:0 0 6px}.bspc-modal-card .bspc-sub{opacity:.8;margin:0 0 18px}.bspc-mini{display:flex;gap:12px;border:1px solid #eef0f3;border-radius:14px;padding:10px 12px;margin:0 0 14px}.bspc-mini-thumb img{width:56px;height:56px;object-fit:cover;border-radius:12px;background:#f7f7f8}.bspc-mini-rows{flex:1;min-width:0}.bspc-mini-line{display:flex;justify-content:space-between;gap:10px;padding:4px 0}.bspc-mini-line+.bspc-mini-line{border-top:1px dashed #eef0f3}.bspc-mini-label{opacity:.65;font-size:13px}.bspc-mini-val{font-weight:600}.bspc-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:6px 0 10px}@media (max-width:640px){.bspc-choice-grid{grid-template-columns:1fr}}.bspc-choice-card{appearance:none;width:100%;text-align:left;border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:6px;position:relative}.bspc-choice-card::after{content:"›";position:absolute;right:14px;top:12px;font-size:24px;opacity:.35}.bspc-choice-card:hover{box-shadow:0 12px 30px rgb(0 0 0/.06)}.bspc-choice-card:focus{outline:0}.bspc-choice-card:focus-visible{box-shadow:0 0 0 3px rgb(10 132 255/.35);border-color:#0a84ff}.bspc-choice-title{font-weight:700;font-size:15px}.bspc-choice-desc{font-size:13px;opacity:.75;line-height:1.35}.bspc-reassurance{margin:10px 0 0;padding:10px 12px;border:1px solid #eef0f3;background:#f7f8fa;border-radius:14px;font-size:13px}.bspc-appt-box{border:1px solid #eef0f3;background:#fafafa;border-radius:16px;padding:12px 14px;margin:0 0 14px;display:grid;gap:8px}.bspc-appt-row{display:flex;gap:8px}.bspc-appt-k{font-weight:700;white-space:nowrap}.bspc-appt-v{flex:1}.bspc-appt-link{margin-left:10px;font-weight:700;color:#0a84ff;text-decoration:none}.bspc-appt-link:hover{text-decoration:underline}.bspc-appt-note{margin-top:2px;font-size:13px}.bspc-btn{appearance:none;border:0;border-radius:14px;padding:12px 18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;background:#0a84ff;color:#fff}.bspc-btn.outline{background:#edf4ff;color:#0a84ff}.bspc-ico{display:inline-flex;line-height:0}.bspc-form,.bspc-grid{display:grid;gap:14px}.bspc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bspc-form label{display:flex;flex-direction:column;font-size:14px;gap:6px}.bspc-form input,.bspc-form textarea{border-radius:12px;border:1px solid #d1d5db;padding:12px 14px;font-size:15px;outline:0;background-color:#f9fafb;color:#111827}.bspc-form input:focus,.bspc-form select:focus,.bspc-form textarea:focus{border-color:#0a84ff;box-shadow:0 0 0 3px rgb(10 132 255/.15)}.bspc-form select{-webkit-appearance:none;appearance:none;cursor:pointer;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:15px;background-color:#f9fafb;color:#111827}.bspc-fieldset .bspc-radio-group,.bspc-radio-field .bspc-radio-options,.bspc-radio-group{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width:360px){.bspc-fieldset .bspc-radio-group,.bspc-radio-field .bspc-radio-options,.bspc-radio-group{grid-template-columns:1fr}}.bspc-fieldset .bspc-radio-option,.bspc-radio-field .bspc-radio-option,.bspc-radio-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px 10px;border:2px solid #e5e7eb;border-radius:14px;background:#fafbfc;cursor:pointer;font-size:14px;line-height:1.3;gap:4px;min-height:64px;transition:border-color .2s ease,background .2s ease}.bspc-radio-option:hover{border-color:#c5d5e8;background:#f5f8fc}.bspc-radio-field .bspc-radio-option input[type=radio],.bspc-radio-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.bspc-radio-field .bspc-radio-indicator,.bspc-radio-indicator{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;margin-bottom:2px;transition:border-color .2s ease}.bspc-radio-option input[type=radio]:checked+.bspc-radio-indicator{border-color:#0a84ff}.bspc-radio-option input[type=radio]:checked+.bspc-radio-indicator::after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#0a84ff}.bspc-radio-option:has(input[type=radio]:checked){border-color:#0a84ff;background:#f0f5ff}.bspc-radio-text{display:inline-block}.bspc-radio-text small{display:block;font-size:11px;opacity:.65;font-weight:400}.bspc-radio-option input[type=radio]:checked~.bspc-radio-text{color:#0a84ff;font-weight:700}.bspc-privacy,.bspc-submit{display:flex;align-items:center}.bspc-privacy{gap:10px;font-size:14px}.bspc-privacy input[type=checkbox]{width:20px;height:20px;accent-color:var(--bspc-blue-primary,#0071e3)}.bspc-form .bspc-hp{position:absolute;left:-9999em;opacity:0;height:0;width:0}.bspc-submit{flex-direction:column;gap:12px;margin-top:6px}.bspc-feedback{padding:12px 14px;background:#ecfdf5;border:1px solid #10b98133;border-radius:12px}.bspc-progress{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin:12px 0 20px}.bspc-progress-bar{height:100%;width:50%;background-color:#0a84ff;border-radius:3px;transition:width .4s cubic-bezier(.19,1,.22,1)}.bspc-step-indicator{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1d1d1f;padding:10px 14px;background:#f0f5ff;border:1px solid rgb(10 132 255/.15);border-radius:12px;margin-bottom:14px}.bspc-step-indicator::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#0a84ff;flex-shrink:0}@media (max-width:480px){.bspc-step-nav{flex-direction:column;align-items:stretch}.bspc-step-nav .bspc-btn{width:100%;justify-content:center;text-align:center}.bspc-step-nav .bspc-submit{width:100%}}.bspc-field{position:relative}.bspc-field input,.bspc-field select,.bspc-field textarea{padding-left:42px}.bspc-field::before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.55;background-repeat:no-repeat;background-size:18px 18px}.bspc-field.icon-user::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.33 0-8 2.17-8 5v1h16v-1c0-2.83-3.67-5-8-5z'/%3E%3C/svg%3E")}.bspc-field.icon-phone::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24 11.72 11.72 0 0 0 3.68.59 1 1 0 0 1 1 1V21a1 1 0 0 1-1 1A17 17 0 0 1 3 8a1 1 0 0 1 1-1h3.47a1 1 0 0 1 1 1 11.72 11.72 0 0 0 .59 3.68 1 1 0 0 1-.24 1.01z'/%3E%3C/svg%3E")}.bspc-field.icon-mail::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5-8-5V6l8 5 8-5z'/%3E%3C/svg%3E")}.bspc-field.icon-city::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 14.5 9 2.5 2.5 0 0 1 12 11.5z'/%3E%3C/svg%3E")}.bspc-field.icon-date::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 15H5V10h14zm0-11H5V6h14z'/%3E%3C/svg%3E")}.bspc-field.icon-time::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%236e6e73'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 11h5v-2h-4V7h-2v6z'/%3E%3C/svg%3E")}@media (max-width:640px){.bspc-grid{grid-template-columns:1fr}.bspc-modal-card{padding:22px 16px;padding-bottom:calc(28px + env(safe-area-inset-bottom))}.bspc-form,.bspc-grid{gap:10px}}.how-it-works-section{padding:60px 20px;background:#f5f5f7;border-radius:18px;margin-bottom:50px}.how-it-works-subtitle{text-align:center;max-width:600px;margin:-15px auto 40px;color:#6e6e73}.how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.how-step-card{background:#fff;padding:25px;border-radius:16px;border:1px solid #e5e5e5;position:relative;transition:transform .2s}.how-step-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgb(0 0 0/.05)}.step-number{font-size:3rem;font-weight:700;color:#f0f0f2;position:absolute;top:10px;right:20px;line-height:1}.step-title{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:#1d1d1f;position:relative}.step-desc{font-size:.95rem;color:#6e6e73;line-height:1.5;margin:0;position:relative}.bspc-link-btn{background:0 0;border:0;padding:0;width:100%;display:block;text-align:center;font-size:13px;color:#555;cursor:pointer;text-decoration:underline;margin-top:10px}.bspc-link-btn.js-bspc-open-info{margin-top:15px}.bspc-link-btn:hover{color:#222}.bspc-link-btn:focus-visible{outline:2px solid var(--apple-blue,#0071e3);outline-offset:3px;border-radius:6px}@media (max-width:768px){.bspc-submit .bspc-btn{width:100%;justify-content:center;min-height:52px;font-size:16px}}.bspc-contact-options .bspc-btn.outline{background:#25d366;color:#fff;border:0;border-radius:14px;padding:12px 20px;font-weight:600;font-size:15px;transition:background .15s ease,transform .15s ease;width:100%;justify-content:center}.bspc-contact-options .bspc-btn.outline:hover{background:#20bd5a}.bspc-contact-options .bspc-btn.outline:active{transform:scale(.97)}.bspc-mini-total{border-top:1px solid #e5e7eb;padding-top:6px;margin-top:2px}.bspc-mini-total .bspc-mini-label{opacity:1;font-weight:700;color:#1d1d1f}.bspc-mini-total .bspc-mini-val{font-size:16px;color:#0a84ff}.bspc-step-nav .bspc-btn.outline{background:#fff0;color:#1d1d1f;border:2px solid #d1d5db;font-weight:600}.bspc-step-nav .bspc-btn.outline:hover{background:#f5f5f7;border-color:#9ca3af}.bspc-step-nav .bspc-btn.outline:active{transform:scale(.97)}fieldset.bspc-fieldset{border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin:0}.bspc-fieldset legend{font-weight:700;font-size:14px;padding:0 6px;color:#1d1d1f}@media (max-width:768px){.bspc-close{position:sticky;top:0;float:right;background:rgb(0 0 0/.08);margin-top:-8px;margin-right:-8px;margin-bottom:4px}}.single-product .product_title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;color:#1d1d1f;margin-bottom:20px;text-align:center}@media (min-width:992px){.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;align-items:start}.single-product div.product>.woocommerce-product-gallery{grid-column:1;grid-row:1;position:sticky;top:calc(var(--header-height-desktop, 65px) + 24px);align-self:start;max-width:100%;margin:0}.single-product div.product>.summary.entry-summary{grid-column:2;grid-row:1}.single-product div.product>:not(.woocommerce-product-gallery):not(.summary):not(.entry-summary){grid-column:1/-1}.single-product .product_title{text-align:left}.single-product .summary .bpc-trust-badges,.single-product .summary .product-variations-accordion{max-width:100%;margin-left:0;margin-right:0}}.single-product #primary{max-width:var(--bspc-content-width-wider,1280px);width:100%;margin-left:auto;margin-right:auto;padding-left:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px);box-sizing:border-box;background:#fff0}.single-product div.product{position:relative}body.single-product{background-color:#f5f5f7;background-image:radial-gradient(ellipse at 15% 5%,rgb(0 113 227/.06)0,transparent 60%),radial-gradient(ellipse at 85% 80%,rgb(52 199 89/.04)0,transparent 60%);position:relative}@media (prefers-reduced-motion:reduce),(prefers-reduced-transparency:reduce){body.single-product{background-image:none}}.single-product .apple-related-section,.single-product .bpc-product-seo-text,.single-product .bpc-section,.single-product .bpc-trust-badges,.single-product .bspc-applecom-cta,.single-product .bspc-faq-accordion,.single-product .how-it-works-section,.single-product .product-variations-accordion{max-width:var(--bspc-content-width,1120px);width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}@media (max-width:991px){.single-product .woocommerce-product-gallery{max-width:var(--bspc-content-width,1120px);width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}}@media (max-width:768px){.single-product #primary{padding-left:16px;padding-right:16px}.single-product .apple-related-section,.single-product .bpc-card-unified,.single-product .bpc-product-seo-text,.single-product .bpc-section,.single-product .bpc-trust-badges,.single-product .bspc-applecom-cta,.single-product .bspc-faq-accordion,.single-product .bspc-modal-card,.single-product .bspc-shipping-box,.single-product .how-it-works-section,.single-product .product .summary.entry-summary,.single-product .product-variations-accordion,.single-product .woocommerce-product-gallery{width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}}.single-product .apple-related-section,.single-product .bpc-product-seo-text,.single-product .bpc-trust-badges,.single-product .bspc-applecom-cta,.single-product .bspc-faq-accordion,.single-product .how-it-works-section,.single-product .product-variations-accordion{margin-top:48px;margin-bottom:48px}@media (max-width:768px){.single-product .apple-related-section,.single-product .bpc-product-seo-text,.single-product .bpc-trust-badges,.single-product .bspc-applecom-cta,.single-product .bspc-faq-accordion,.single-product .bspc-shipping-box,.single-product .how-it-works-section,.single-product .product-variations-accordion{margin-top:32px;margin-bottom:32px}}.single-product .bpc-card-unified{border-radius:22px;box-shadow:0 12px 32px rgb(0 0 0/.05);border:1px solid rgb(0 0 0/.04)}@media (max-width:768px){.single-product .bpc-card-unified{border-radius:var(--bspc-radius-large,18px);box-shadow:0 12px 32px rgb(0 0 0/.05)}}.single-product .bspc-shipping-box{max-width:var(--bspc-content-width,1120px);width:100%;margin:48px auto;box-sizing:border-box}@media (max-width:768px){.single-product .bspc-shipping-box{margin-top:36px;margin-bottom:36px}}.single-product .how-it-works-section{background:#fff;border:1px solid rgb(0 0 0/.04);border-radius:22px;box-shadow:0 12px 32px rgb(0 0 0/.05);padding:2.5rem 1.5rem}.single-product .how-it-works-header .section-title{margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:700;text-align:center;color:var(--bspc-text-primary,#1d1d1f)}.single-product .how-it-works-subtitle{text-align:center;max-width:600px;margin:0 auto 1.5rem;color:var(--bspc-text-secondary,#6e6e73);font-size:1rem}.single-product .how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.single-product .how-step-card{background:var(--bspc-bg-light);border:1px solid var(--bspc-border-light);border-radius:var(--bspc-radius-medium,14px);box-shadow:var(--bspc-shadow-light);padding:1.5rem;position:relative;transition:transform .2s ease,box-shadow .3s ease}.single-product .how-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(0 0 0/.06)}.single-product .how-step-card .step-number{font-size:3rem;font-weight:700;color:rgb(0 113 227/.1);position:absolute;top:.5rem;right:.75rem;line-height:1;pointer-events:none}.single-product .how-step-card .step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--bspc-text-primary,#1d1d1f);position:relative}.single-product .how-step-card .step-desc{font-size:.95rem;color:var(--bspc-text-secondary,#6e6e73);line-height:1.5;margin:0;position:relative}@media (max-width:768px){.single-product .how-it-works-section{padding:2rem 1rem}.single-product .how-it-works-grid{grid-template-columns:1fr;gap:0}.single-product .how-step-card{padding:1.25rem;position:relative;margin-bottom:0}.single-product .how-step-card:not(:last-child)::after{content:"";display:block;width:2px;height:28px;background:repeating-linear-gradient(to bottom,#d1d1d6 0,#d1d1d6 5px,transparent 5px,transparent 10px);margin:0 auto}.single-product .how-step-card .step-number{font-size:2.4rem;color:rgb(0 113 227/.08)}}@media (max-width:991px){.single-product div.product{padding-top:0!important;margin-top:0!important}.single-product .woocommerce-product-gallery{margin-top:4px}}@media (min-width:992px){.single-product div.product{display:grid!important;grid-template-columns:55% 45%;gap:60px;align-items:start}.single-product .product .summary.entry-summary,.single-product .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important;padding:0!important}.single-product .woocommerce-product-gallery{position:-webkit-sticky;position:sticky;top:calc(var(--header-height-desktop, 52px) + 30px);z-index:10;align-self:start;max-height:calc(100vh - var(--header-height-desktop, 52px) - 60px);background:radial-gradient(circle at center,#fff 0,#f5f5f7 100%);border-radius:var(--bspc-radius-large,18px);border:1px solid rgb(0 0 0/.04);box-shadow:0 12px 32px rgb(0 0 0/.05);transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s ease;overflow:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.single-product .woocommerce-product-gallery::-webkit-scrollbar{display:none}.single-product .woocommerce-product-gallery img{border-radius:20px;transition:transform .6s cubic-bezier(.25,1,.5,1);will-change:transform}.single-product div.product>:not(.woocommerce-product-gallery):not(.summary){grid-column:1/-1;width:100%}}@media (max-width:991px){.single-product .woocommerce-product-gallery{background:rgb(255 255 255/.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid rgb(0 0 0/.04);border-radius:var(--bspc-radius-large,18px);box-shadow:0 12px 32px rgb(0 0 0/.05);padding:10px;position:relative}}@media (min-width:992px) and (hover:hover) and (pointer:fine){.single-product .woocommerce-product-gallery:hover{box-shadow:0 25px 50px rgb(0 0 0/.06)}.single-product .woocommerce-product-gallery:hover img{transform:scale(1.04)}}@media (min-width:992px) and (prefers-reduced-motion:reduce){.single-product .woocommerce-product-gallery,.single-product .woocommerce-product-gallery img{transition:none}.single-product .woocommerce-product-gallery:hover{box-shadow:0 15px 35px rgb(0 0 0/.03)}.single-product .woocommerce-product-gallery:hover img{transform:none}}.bspc-applecom-cta{padding:32px 28px;text-align:center}.bspc-cta-title{font-size:clamp(1.3rem,3.5vw,1.6rem);font-weight:700;margin:0 0 6px;color:var(--bspc-text-primary,#1d1d1f);letter-spacing:-.02em}.bspc-cta-subtitle{font-size:.95rem;margin:0 0 20px;color:var(--bspc-text-secondary,#6e6e73)}.bspc-cta-actions{display:flex;justify-content:center;align-items:stretch;gap:12px;flex-wrap:wrap;max-width:420px;margin:0 auto}.bspc-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:600;font-size:.95rem;line-height:1;padding:14px 22px;border-radius:14px;min-height:48px;min-width:48px;border:1px solid rgb(0 0 0/.06);transition:transform .12s ease,box-shadow .2s ease,opacity .15s ease;touch-action:manipulation}.bspc-cta-btn svg{width:20px;height:20px;flex-shrink:0}.bspc-cta-btn:hover{transform:translateY(-1px);opacity:.98}.bspc-cta-btn:active{transform:scale(.985)}.bspc-cta-btn:focus-visible{outline:2px solid rgb(0 113 227/.35);outline-offset:2px}.bspc-cta-btn--contact,.bspc-cta-btn--whatsapp{color:#fff;border-color:rgb(0 0 0/.06);box-shadow:var(--bspc-shadow-light)}.bspc-cta-btn--whatsapp{background:#25d366}.bspc-cta-btn--contact:hover,.bspc-cta-btn--whatsapp:hover{box-shadow:var(--bspc-shadow-medium)}.bspc-cta-btn--contact{background:var(--bspc-blue-primary,#0071e3)}@media (max-width:768px){.bspc-applecom-cta{padding:18px 16px}.bspc-cta-btn{width:100%}}.bpc-product-seo-card{width:100%;background:#fff;border-radius:var(--bspc-radius-large,22px);border:1px solid rgb(0 0 0/.04);box-shadow:0 12px 32px rgb(0 0 0/.05);padding:40px 36px}.bpc-product-seo-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--bspc-text-primary,#1d1d1f);margin:0 0 12px;text-align:left}.bpc-product-seo-lead{font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.65;color:var(--bspc-text-secondary,#515154);margin:0 0 28px;text-align:left;max-width:640px}.bpc-product-seo-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0}.bpc-product-seo-feature{display:flex;align-items:center;gap:12px;font-size:.95rem;font-weight:600;color:var(--bspc-text-primary,#1d1d1f);padding:14px 0;border-bottom:1px solid #f2f2f7}.bpc-product-seo-feature:nth-last-child(-n+2){border-bottom:none}.bpc-product-seo-check{width:28px;height:28px;min-width:28px;background:#e8f4fd;color:var(--bspc-blue-primary,#0071e3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:1;font-weight:700}@media (max-width:640px){.bpc-product-seo-card{padding:28px 20px}.bpc-product-seo-features{grid-template-columns:1fr}.bpc-product-seo-feature:last-child{border-bottom:none}}.bspc-faq-accordion{padding:2rem 1.5rem;background-color:#fff;border:1px solid rgb(0 0 0/.04);border-radius:var(--bspc-radius-large,22px);box-shadow:0 12px 32px rgb(0 0 0/.05);overflow:hidden}.bspc-faq-accordion .faq-icon{display:none}.bspc-faq-accordion .faq-title{margin:0 0 1.5rem;font-size:clamp(1.6rem,5vw,2rem);font-weight:700;line-height:1.3;text-align:center;background:linear-gradient(90deg,var(--bspc-blue-primary,#0071e3),#7928ca);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;color:var(--bspc-blue-primary,#0071e3)}.bspc-faq-accordion .faq-item{padding:1rem 0;border-top:1px solid #e5e5ea}.bspc-faq-accordion .faq-item:first-of-type{border-top:none}.bspc-faq-accordion .faq-question{position:relative;display:block;width:100%;padding-right:1.75rem;font-weight:600;font-size:1rem;color:var(--bspc-text-primary,#1d1d1f);cursor:pointer;border:0;background:0 0;text-align:left;outline:0;min-height:44px}.bspc-faq-accordion .faq-question::after{content:"";position:absolute;right:0;top:.6rem;width:12px;height:12px;border-right:2px solid var(--bspc-blue-primary,#0071e3);border-bottom:2px solid var(--bspc-blue-primary,#0071e3);transform:rotate(45deg);transition:transform .25s cubic-bezier(.23,1,.32,1)}.bspc-faq-accordion .faq-answer{margin-top:.5rem;color:var(--bspc-text-secondary,#6b6b6f);font-size:.95rem;line-height:1.6}.bspc-faq-accordion .faq-answer p:last-child{margin-bottom:0}@media (max-width:768px){.bspc-faq-accordion{padding:1.5rem 1rem}}.bspc-faq-accordion .faq-more-link{margin-top:2rem;text-align:center}.bspc-faq-accordion .faq-more-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;padding:12px 20px;border-radius:var(--bspc-radius-medium,16px);background:var(--bspc-blue-primary,#0071e3);color:#fff;text-decoration:none;box-shadow:0 6px 20px rgb(0 113 227/.15);transition:transform .15s ease,box-shadow .2s ease;min-width:180px}.bspc-faq-accordion .faq-more-btn:focus-visible,.bspc-faq-accordion .faq-more-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(0 113 227/.25);outline:0}@media (max-width:768px){.bspc-faq-accordion .faq-more-btn{width:100%;min-width:0}}.bpc-trust-badges{display:flex;flex-direction:column;gap:12px;width:100%;position:relative}.bpc-trust-badge{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid rgb(0 0 0/.04);border-radius:18px;box-shadow:0 4px 16px rgb(0 0 0/.04);padding:20px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.bpc-trust-badge:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 0 0/.06)}.bpc-trust-badge__icon-wrap{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#f0f6ff;display:flex;align-items:center;justify-content:center}.bpc-trust-badge__icon-wrap img{width:22px;height:22px;object-fit:contain}.bpc-trust-badge__header{display:contents}.bpc-trust-badge__title{font-size:.95rem;font-weight:600;color:#1d1d1f;margin:0;line-height:1.25}.bpc-trust-badge__text{font-size:.85rem;color:#6e6e73;line-height:1.5;margin:0;flex:1}.bpc-trust-badge__link{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:#0071e3;text-decoration:none;flex-shrink:0;transition:gap .15s ease}.bpc-trust-badge__link:hover{gap:7px;text-decoration:underline;text-underline-offset:2px}@media (max-width:768px){.bpc-trust-badges{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:0 5% 12px;width:100%;position:relative}.bpc-trust-badges::-webkit-scrollbar{display:none}.bpc-trust-badges::after{content:"›";position:sticky;right:0;top:0;flex-shrink:0;width:32px;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:300;color:#c7c7cc;background:linear-gradient(to right,transparent,rgb(245 245 247/.9) 40%);pointer-events:none;animation:bpcTrustScroll 1.5s ease-in-out infinite}@keyframes bpcTrustScroll{0%,to{opacity:1;transform:translateX(0)}50%{opacity:.5;transform:translateX(4px)}}.bpc-trust-badge{flex:0 0 90%;max-width:90%;scroll-snap-align:center;flex-direction:column;align-items:flex-start;gap:10px;padding:18px}.bpc-trust-badge__header{display:flex;align-items:center;gap:10px}.bpc-trust-badge__link{margin-top:2px}}@media (prefers-reduced-motion:reduce){.bpc-trust-badges::after{animation:none}}.apple-related-section{--apple-blue:#0071e3;--apple-radius:24px;overflow:hidden;clear:both}.apple-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-align:center;margin-bottom:32px;letter-spacing:-.02em;color:#1d1d1f}.apple-card-link{display:block;height:100%;text-decoration:none;color:inherit}.apple-carousel-container{position:relative;margin:0 auto;padding:0 20px}.apple-carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:20px 10px 50px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.apple-carousel-track::-webkit-scrollbar{display:none}.apple-product-card{flex:0 0 clamp(260px,32vw,320px);background:#fff;border-radius:var(--bspc-radius-large,22px);border:1px solid rgb(0 0 0/.04);box-shadow:0 12px 32px rgb(0 0 0/.05);transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s ease;scroll-snap-align:start;text-decoration:none}.apple-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgb(0 0 0/.08)}.apple-card-image{background:#f5f5f7;height:240px;display:flex;align-items:center;justify-content:center;border-radius:22px 22px 0 0;padding:30px;overflow:hidden}.apple-card-image img{max-height:100%;width:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s cubic-bezier(.25,1,.5,1)}.apple-product-card:hover .apple-card-image img{transform:scale(1.07)}.apple-card-info{padding:30px 24px;text-align:center}.apple-card-name{font-size:1.15rem;font-weight:600;margin-bottom:20px;color:#1d1d1f;line-height:1.3}.apple-card-cta{display:inline-block;background:var(--apple-blue);color:#fff;padding:12px 32px;border-radius:50px;font-size:.95rem;font-weight:500;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px rgb(0 113 227/.2)}.apple-product-card:hover .apple-card-cta{background:#0077ed;transform:scale(1.05);box-shadow:0 6px 15px rgb(0 113 227/.3)}.apple-nav-btn{position:absolute;top:45%;width:60px;height:60px;border-radius:50%;background:rgb(255 255 255/.9);backdrop-filter:blur(10px);border:1px solid rgb(0 0 0/.08);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px rgb(0 0 0/.08)}.apple-nav-btn.prev{left:-1px}.apple-nav-btn.next{right:-1px}@media (max-width:768px){.apple-nav-btn{display:none}.apple-related-section{padding:40px 0}.apple-product-card{flex:0 0 72vw;max-width:300px}.apple-carousel-track{padding-left:16px;padding-right:16px;gap:16px}.apple-card-image{height:180px;padding:20px}.apple-card-info{padding:20px 16px}.apple-card-name{margin-bottom:16px;font-size:1rem}.apple-card-cta{padding:10px 28px;font-size:.9rem}}.product-variations-accordion{background:#fff;border-radius:22px;box-shadow:0 12px 32px rgb(0 0 0/.05);border:1px solid rgb(0 0 0/.04);overflow:hidden;isolation:isolate}.product-variations-accordion__item{position:relative;border-bottom:1px solid #f2f2f7;transition:background-color .2s ease;cursor:pointer;-webkit-tap-highlight-color:#fff0}.product-variations-accordion__item:last-child{border-bottom:none}.product-variations-accordion__item:active{background-color:#f9f9f9}.variation-header{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;padding:20px 24px;width:100%;box-sizing:border-box}.variation-header:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:14px}.variation-icon-box{width:48px;height:48px;background:#f0f6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#1d1d1f;flex-shrink:0}.variation-icon-box img{width:26px;height:26px;object-fit:contain}.variation-title{font-size:1.1rem;font-weight:700;color:#1d1d1f;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word;word-break:normal}.variation-price-mobile{display:none;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.price-badge-request,.variation-price{font-size:1.25rem;font-weight:700;color:#0071e3;white-space:nowrap;letter-spacing:-.03em}.price-badge-request{display:inline-block;background:#eff6ff;font-size:.75rem;text-transform:uppercase;padding:6px 12px;border-radius:8px;border:1.5px solid rgb(0 113 227/.25);letter-spacing:.5px}.variation-chevron{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#b1b1b8;transition:transform .3s cubic-bezier(.25,1,.5,1),color .3s}.variation-chevron svg{width:24px;height:24px;stroke-width:2.5px}.product-variations-accordion__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);background-color:#fff;content-visibility:auto}.variation-content-inner{overflow:hidden}.variation-details-box{padding:0 24px 24px;border-top:1px solid #f2f2f7}@media (max-width:768px){.variation-details-box{padding:0 16px 20px}}.variation-full-text{font-size:.95rem;line-height:1.6;color:#1d1d1f;display:none;margin-top:16px;margin-bottom:16px}.bpc-action-grid{display:flex;gap:12px;flex-wrap:wrap}.bpc-btn-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:14px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;border:0;transition:transform .1s ease,box-shadow .2s ease;min-width:140px}.bpc-btn-action:active{transform:scale(.97)}.bpc-btn-action.primary{background:#0071e3;color:#fff;box-shadow:0 4px 14px rgb(0 113 227/.3)}.bpc-btn-action.primary:hover{background:#0077ed;box-shadow:0 6px 20px rgb(0 113 227/.4)}.bpc-btn-action.secondary{background:#1d1d1f;color:#fff;box-shadow:0 4px 14px rgb(0 0 0/.15)}.bpc-btn-action.whatsapp{background:#25d366;color:#fff;box-shadow:0 4px 14px rgb(37 211 102/.25)}.variation-center-col{display:flex;flex-direction:column;gap:6px;min-width:0}.variation-snippet-wrapper{position:relative;max-height:3.2em;overflow:hidden;transition:max-height .3s ease}.product-variations-accordion__item:not(.is-open) .variation-snippet-wrapper::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:20px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}.variation-right-col{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;height:100%;gap:4px}@media (max-width:768px){.product-variations-accordion{border-radius:22px;border:1px solid rgb(0 0 0/.04);box-shadow:0 12px 32px rgb(0 0 0/.05);overflow:hidden}.variation-header{padding:16px 20px;gap:14px;grid-template-columns:auto 1fr auto}.variation-icon-box{width:44px;height:44px}.variation-title{font-size:1.05rem}.variation-snippet-wrapper{max-height:2.4em;overflow:hidden;display:block}.variation-price{font-size:1.2rem;font-weight:700;color:#0071e3;text-align:right;margin-top:2px}.variation-price-mobile{display:flex}.variation-right-col{display:none}.bpc-action-grid{flex-direction:column}.bpc-btn-action{width:100%;padding:16px}.mobile-chevron svg{width:22px;height:22px;stroke-width:2.5px}}