*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100svh;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-body-family);font-size:var(--font-body-size);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.45}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}button,input[type=submit]{cursor:pointer}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:800;line-height:1.08;letter-spacing:0}.shopify-section{--content-width: min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);display:grid;grid-template-columns:var(--content-grid);width:100%;position:relative}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.nb-container{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin-inline:auto}.nb-button,.shopify-payment-button__button,button[name=add],input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:9px 18px;border:0;border-radius:var(--style-button-radius);background:var(--color-accent);color:#fff;font-size:13px;font-weight:600;line-height:15.6px;text-transform:uppercase;transition:opacity .18s ease,transform .18s ease,background .18s ease}.nb-button:hover,button[name=add]:hover,input[type=submit]:hover{opacity:.86}.nb-button--dark{background:#000}.nb-button--wide{width:100%}.nb-eyebrow{color:var(--color-muted);font-size:11px;font-weight:800;text-transform:uppercase}.nb-muted{color:var(--color-muted)}.nb-price{color:var(--color-accent);font-weight:800}.nb-price s{margin-right:5px;color:#7d7d7d;font-weight:500}.nb-stars{color:#eabe12;font-size:12px;font-weight:400;letter-spacing:2px;white-space:nowrap}.nb-form-input,input[type=text],input[type=email],input[type=tel],input[type=search],input[type=number],input[type=password],textarea,select{width:100%;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background:#fff;color:var(--color-foreground);padding:10px 14px}textarea{min-height:130px;resize:vertical}.nb-header{position:relative;z-index:20;background:#fff;border-bottom:1px solid #efefef}.nb-header__main{--wd-container-w: min(1320px, 100%);max-width:100%;width:clamp(var(--wd-container-w),95%,100%);min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding-inline:15px}.nb-header__logo img{width:var(--logo-width, 110px)}.nb-header__logo-text{color:var(--color-text);font-size:24px;font-weight:700;line-height:1}.nb-header__menu{display:flex;align-items:center;justify-content:center;gap:24px;font-size:var(--nb-header-menu-size, 16px);font-weight:600}.nb-header__drawer-account{display:none}@media(min-width:990px){.nb-header__menu>.nb-header__drawer-account{display:none}.nb-header__menu>a{position:relative;display:inline-block;padding-block:1px;line-height:1.2}.nb-header__menu>a:after{content:"";position:absolute;top:100%;left:0;width:0;height:2px;background:var(--color-accent);transition:width .4s cubic-bezier(.19,1,.22,1)}.nb-header__menu>a:hover:after,.nb-header__menu>a:focus-visible:after{width:100%}}.nb-header__drawer-head,.nb-header__drawer-search,.nb-header__drawer-locales,.nb-header__drawer-social,.nb-header__drawer-overlay{display:none}.nb-header__icons{display:flex;align-items:center;gap:16px;color:#0a0a0a;font-size:15px;font-weight:700}.nb-header__icons svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nb-header__locales{position:relative}.nb-header__locale-current{display:flex;align-items:center;gap:4px;list-style:none;cursor:pointer}.nb-header__locale-current::-webkit-details-marker{display:none}.nb-header__locales .nb-flag{flex:0 0 auto;display:block;width:27px;height:18px;border-radius:3px;stroke:none;stroke-width:0;object-fit:cover}.nb-header__locale-caret{display:grid;place-items:center;transition:transform .18s ease}.nb-header__icons .nb-header__locale-caret svg{width:14px;height:14px;stroke-width:2.4}.nb-header__locales[open] .nb-header__locale-caret{transform:rotate(180deg)}.nb-header__locale-menu{position:absolute;z-index:30;top:calc(100% + 10px);right:0;display:grid;gap:2px;min-width:156px;padding:6px;border:1px solid #e8e8e8;border-radius:10px;background:#fff;box-shadow:0 12px 28px #00000024}.nb-header__locale-option{display:flex;align-items:center;gap:9px;width:100%;padding:7px 8px;border:0;border-radius:7px;background:none;color:inherit;font-size:14px;font-weight:400;line-height:1.2;text-align:left;cursor:pointer}.nb-header__locale-option:hover{background:#f2f5f5}.nb-header__locale-option.is-active{font-weight:700}.nb-flag--code{display:grid;place-items:center;font-size:11px;font-weight:700;line-height:1}.nb-header__search{display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:inherit}body.nb-search-modal-open{overflow:hidden}.nb-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:grid;align-items:start;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease}.nb-search-modal.is-open{visibility:visible;opacity:1}.nb-search-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0000006b}.nb-search-modal__panel{position:relative;z-index:1;width:min(980px,calc(100% - 48px));max-height:min(760px,calc(100vh - 80px));margin:40px auto 0;overflow-y:auto;background:#fff;box-shadow:0 18px 60px #0003;padding:34px 38px 38px;transform:translateY(-12px);transition:transform .22s ease}.nb-search-modal.is-open .nb-search-modal__panel{transform:translateY(0)}.nb-search-modal__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.nb-search-modal__head h2{margin:0;color:#333;font-size:24px;line-height:1.2}.nb-search-modal__close{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--color-border);background:#fff;color:#111}.nb-search-modal__close svg,.nb-search-modal__form svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nb-search-modal__form{display:grid;grid-template-columns:minmax(0,1fr) 52px;border-bottom:2px solid #222}.nb-search-modal__form:focus-within{border-color:var(--color-accent)}.nb-search-modal__form input[type=search]{height:54px;border:0;border-radius:0;padding:0 12px;font-size:16px;outline:0}.nb-search-modal__form button{display:grid;place-items:center;border:0;background:#111;color:#fff}.nb-search-modal__results{margin-top:28px}.nb-quick-search-group+.nb-quick-search-group{margin-top:26px}.nb-quick-search-group h3{margin:0 0 10px;color:#777;font-size:11px;line-height:1.3;text-transform:uppercase}.nb-quick-search-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.nb-quick-search-item{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:96px;border-bottom:1px solid var(--color-border);padding:11px 0}.nb-quick-search-item__image{width:74px;height:74px;object-fit:contain;background:#f7f7f7}.nb-quick-search-item__placeholder{width:74px;height:74px;display:grid;place-items:center;background:#f7f7f7;color:#aaa}.nb-quick-search-item__placeholder svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.nb-quick-search-item__title{min-width:0;color:#333;font-size:14px;font-weight:600;line-height:1.35}.nb-quick-search-item__arrow{color:var(--color-accent);font-size:18px}.nb-search-modal__message{margin:0;padding:30px 0 12px;color:#777;font-size:14px;text-align:center}.nb-search-modal__all{width:max-content;display:block;margin:28px auto 0;border-bottom:1px solid currentColor;color:#333;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase}.nb-search-modal__all[hidden]{display:none}@media(max-width:749px){.nb-search-modal__panel{width:100%;height:100%;max-height:none;margin:0;padding:24px 18px 36px}.nb-search-modal__head{margin-bottom:18px}.nb-search-modal__head h2{font-size:21px}.nb-quick-search-list{grid-template-columns:1fr}.nb-quick-search-item{grid-template-columns:66px minmax(0,1fr) auto;min-height:84px}.nb-quick-search-item__image,.nb-quick-search-item__placeholder{width:66px;height:66px}}.nb-header__social img{width:18px;height:18px;object-fit:contain}.nb-header__cart{position:relative;display:inline-flex;align-items:center;gap:8px}.nb-header__cart-count{position:absolute;top:-8px;left:15px;min-width:15px;height:15px;display:grid;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:9px;line-height:1}.nb-menu-toggle{display:none;width:34px;height:34px;border:0;background:transparent;padding:7px;font-size:16px;line-height:16px}.nb-menu-toggle span{display:block;height:2px;margin:4px 0;background:#000}.nb-whatsapp{position:fixed;right:0;bottom:78px;z-index:54;width:58px;height:58px;display:grid;place-items:center;background:var(--color-accent);color:#fff}.nb-whatsapp svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nb-mobile-toolbar{display:none}.nb-footer{grid-column:1 / -1;background:#000;color:#d8d8d8;font-size:16px;line-height:1.5}.nb-footer a{color:#d8d8d8;line-height:inherit}.nb-footer p,.nb-footer li{line-height:inherit}.nb-footer__inner{width:min(calc(var(--page-width) + var(--nb-footer-extra-width, 0px)),calc(100% - 40px));margin-inline:auto;padding:var(--nb-footer-pt, 48px) 0 var(--nb-footer-pb, 26px);min-height:var(--nb-footer-min-height, 0px);display:grid;grid-template-columns:minmax(0,max-content) minmax(0,max-content) minmax(0,max-content) minmax(240px,300px);align-items:stretch;justify-content:space-between;gap:0 clamp(24px,3vw,var(--nb-footer-col-gap, 40px))}.nb-footer__brand .nb-footer__col-body{max-width:var(--nb-footer-brand-width, 268px)}.nb-footer .nb-footer__posts .nb-footer__col-body{max-width:var(--nb-footer-posts-width, 460px)}.nb-footer__brand{grid-column:1}.nb-footer__nav{grid-column:2}.nb-footer__posts{grid-column:3}.nb-footer__connect{grid-column:4}.nb-footer__brand,.nb-footer__nav,.nb-footer__posts,.nb-footer__connect{padding:18px 0;display:flex;flex-direction:column;min-width:0}.nb-footer__col-body{margin-block:0}.nb-footer__brand .nb-footer__col-body,.nb-footer__nav .nb-footer__col-body,.nb-footer__posts .nb-footer__col-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--nb-footer-item-gap, 14px)}.nb-footer--spread .nb-footer__brand .nb-footer__col-body,.nb-footer--spread .nb-footer__nav .nb-footer__col-body,.nb-footer--spread .nb-footer__posts .nb-footer__col-body{justify-content:space-between}.nb-footer__brand .nb-footer__col-body .nb-footer__contact-row,.nb-footer .nb-footer__posts .nb-footer__col-body .nb-footer__post{margin-bottom:0}.nb-footer__legal{margin-top:0}.nb-footer__legal{margin-top:10px}.nb-footer__contact-row{display:grid;grid-template-columns:var(--nb-footer-icon-size, 21px) 1fr;gap:11px;margin:0 0 6px;font-size:var(--nb-footer-text-size, 16px);line-height:1.45}.nb-footer__contact-icon,.nb-footer__link-icon{width:var(--nb-footer-icon-size, 21px);height:1.45em;display:grid;place-items:center;color:var(--color-accent)}.nb-footer .nb-icon{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nb-footer .nb-icon-img{width:100%;height:100%;object-fit:contain}.nb-footer .nb-icon-tint{width:100%;height:100%;display:block;background:currentColor;-webkit-mask:var(--nb-icon-src) center / contain no-repeat;mask:var(--nb-icon-src) center / contain no-repeat}.nb-footer .nb-icon-raw{width:100%;height:100%;display:grid;place-items:center}.nb-footer .nb-icon-raw svg{width:100%;height:100%}.nb-footer__logo{width:186px;filter:brightness(0) invert(1)}.nb-footer__logo-text{display:inline-block;color:#fff;font-size:24px;font-weight:700;line-height:1}.nb-footer h2{margin-bottom:var(--nb-footer-heading-gap, 14px);color:#fff;font-size:17px;line-height:1.2;font-weight:500;text-transform:uppercase}.nb-footer h2,.nb-footer__logo-wrap{width:fit-content;max-width:100%}.nb-footer__logo-wrap{margin-bottom:var(--nb-footer-heading-gap, 14px)}.nb-footer h2:after,.nb-footer__logo-wrap:after{content:"";display:block;width:25%;height:2px;margin-top:8px;background:#09a9af}.nb-footer__connect h2{font-size:17px;line-height:1.2;font-weight:600}.nb-footer ul{display:grid;gap:7px;padding:0;list-style:none}.nb-footer__nav li{font-size:var(--nb-footer-nav-size, 16px)}.nb-footer__nav a{display:grid;grid-template-columns:var(--nb-footer-icon-size, 21px) 1fr;gap:11px;align-items:start}.nb-footer__nav{line-height:1.4}.nb-footer__post{display:grid;grid-template-columns:96px 1fr;gap:12px;margin-bottom:20px;font-size:13px}.nb-footer__post--no-image,.nb-footer .nb-footer__posts .nb-footer__post--no-image{grid-template-columns:1fr}.nb-footer .nb-footer__posts .nb-footer__post{grid-template-columns:96px 1fr;gap:14px;margin-bottom:0;padding-bottom:var(--nb-footer-posts-gap, 18px);border-bottom:1px solid var(--nb-footer-divider, var(--color-accent));font-size:14.5px;line-height:1.4}.nb-footer .nb-footer__posts .nb-footer__post:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.nb-footer .nb-footer__posts .nb-footer__post a{font-size:14.5px;line-height:1.4}.nb-footer__post-date{margin-top:3px;color:#8f8f8f;font-size:12px}.nb-footer .nb-muted{margin-top:2px;color:var(--color-accent);font-weight:800}.nb-footer__post img{width:96px;height:auto;border-radius:10px}.nb-footer__social{display:flex;align-items:center;justify-content:center;gap:16px}.nb-footer__social img{width:18px;height:18px;object-fit:contain}.nb-footer__payments{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 8px;font-size:11.5px}.nb-footer__payments span{display:inline;margin:0}.nb-footer__payments ul{display:flex;flex-wrap:wrap;align-items:center;gap:4px;justify-content:center;margin:0;padding:0;list-style:none}.nb-footer__payments li{display:flex}.nb-footer__payment-icon{width:34px;height:22px}.nb-footer__newsletter{display:grid;gap:9px}.nb-footer__klaviyo{width:100%}.nb-footer__newsletter--fallback{display:none}.nb-footer__newsletter--fallback.is-visible{display:grid}.nb-footer__newsletter input{height:38px;border:1px solid #d8d8d8;border-radius:0;background:#fff;color:#222;padding:0 12px;font-size:13.5px}.nb-footer__newsletter input::placeholder{color:#777;opacity:1}.nb-footer__newsletter input:focus{border-color:var(--color-accent);outline:2px solid transparent}.nb-footer__newsletter button{width:100%;min-height:38px;border:0;border-radius:var(--style-button-radius);background:var(--color-accent);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase}.nb-footer__newsletter-message,.nb-footer__newsletter-errors{margin:0;font-size:14px;line-height:1.5}.nb-footer__newsletter-message{color:#fff}.nb-footer__newsletter-errors{color:#ffb4b4}.nb-footer__newsletter-errors ul{display:block;margin:0;padding-left:18px;list-style:disc}.nb-footer__gesture{width:min(1360px,calc(100% - 40px));margin:-90px auto 34px;display:flex;justify-content:flex-end;padding-right:80px;color:var(--color-accent)}.nb-footer__gesture svg{width:62px;height:62px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-10deg)}.nb-footer__bar{border-top:1px solid #0daab0;background:#1d1d1d;padding:8px 18px;text-align:center}.nb-footer__bar-inner{width:min(var(--page-width),100%);margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 22px}.nb-footer__bar small{color:#aaa}.nb-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:54px 28px}.nb-product-card{position:relative;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;text-align:left;line-height:1.4}.nb-product-card__media{position:relative;aspect-ratio:1;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.nb-product-card__media img{width:100%;height:100%;object-fit:contain}.nb-product-card__placeholder{width:100%;height:100%;background:#f1f3f3;fill:#c8cece}.nb-product-card__badge{position:absolute;z-index:2;top:7px;left:7px;padding:8px 16px;border-radius:35px;background:var(--color-accent);color:#fff;font-size:13px;font-weight:600;line-height:1.2;text-transform:uppercase;white-space:nowrap}.nb-product-card__quick{display:none}.nb-product-card h3{min-height:0;margin:-.2em 0;color:#333;font-size:16px;font-weight:600;line-height:1.4}.nb-product-card__category{margin:-.2em 0;color:var(--color-muted);font-size:14px;line-height:1.4}.nb-product-card .nb-stars{margin:-.2em 0;font-size:16px;line-height:1}.nb-product-grid--no-rating .nb-stars,.nb-product-grid--no-rating .jdgm-prev-badge,.nb-product-grid--no-rating .jdgm-widget{display:none!important}.nb-product-card .nb-price{display:block;margin:-.2em 0;font-size:16px;font-weight:600;line-height:1.4}.nb-product-card .nb-price s{color:#bbb;font-size:90%;font-weight:400}.nb-product-card .nb-button{min-height:36px;padding:5px 14px;font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap}.nb-product-card>.nb-button{width:100%}.nb-product-card__form{width:100%;display:flex}.nb-product-card__form .nb-button{width:100%}.nb-product-card__form .nb-button[disabled],button[name=add][disabled]{opacity:.45;cursor:not-allowed}.nb-cart-form-error{grid-column:1 / -1;width:100%;color:#b00020;font-size:12px;font-weight:700;text-align:left}.nb-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;visibility:hidden}.nb-cart-drawer.is-open{pointer-events:auto;visibility:visible}.nb-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0000006b;opacity:0;transition:opacity .24s ease}.nb-cart-drawer.is-open .nb-cart-drawer__overlay{opacity:1}.nb-cart-drawer__panel{position:absolute;top:0;right:0;width:min(340px,calc(100vw - 28px));height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-16px 0 40px #0000002e;transform:translate(104%);transition:transform .24s ease}.nb-cart-drawer.is-open .nb-cart-drawer__panel{transform:translate(0)}.nb-cart-drawer__header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 20px;border-bottom:1px solid var(--color-border)}.nb-cart-drawer__header h2{font-size:22px}.nb-cart-drawer__close{width:auto;height:34px;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#222;font-size:16px;font-weight:600;line-height:1}.nb-cart-drawer__close span:first-child{font-size:30px;font-weight:300;line-height:.8}.nb-cart-drawer__items{flex:1;overflow:auto;padding:8px 15px}.nb-cart-drawer__item{display:grid;grid-template-columns:78px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--color-border)}.nb-cart-drawer__image{aspect-ratio:1;display:grid;place-items:center;background:#fff}.nb-cart-drawer__image img{width:100%;height:100%;object-fit:contain}.nb-cart-drawer__info h3{margin-bottom:7px;font-size:13px;line-height:1.25}.nb-cart-drawer__info p,.nb-cart-drawer__line,.nb-cart-drawer__remove,.nb-cart-drawer__footer p{color:var(--color-muted);font-size:12px}.nb-cart-drawer__shipping .nb-shipping-bar__track{margin-top:10px}.nb-cart-drawer__line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.nb-cart-drawer__line strong{color:var(--color-accent)}.nb-cart-drawer__quantity{display:inline-flex;min-height:32px;border:1px solid var(--color-border)}.nb-cart-drawer__quantity button{width:28px;border:0;background:#f6f6f6;color:var(--color-foreground);font-weight:700}.nb-cart-drawer__quantity input{width:34px;min-width:0;border:0;border-radius:0;padding:0;text-align:center;-webkit-appearance:textfield;appearance:textfield}.nb-cart-drawer__quantity input::-webkit-inner-spin-button,.nb-cart-drawer__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}[data-cart-drawer][aria-busy=true] .nb-cart-drawer__items,[data-cart-page][aria-busy=true]{opacity:.55;pointer-events:none}.nb-cart-update-error{margin:10px 15px;color:#b42318;font-size:12px}.nb-cart-drawer__remove{display:inline-block;margin-top:9px;text-decoration:underline}.nb-cart-drawer__footer,.nb-cart-drawer__empty{display:grid;gap:12px;padding:20px 15px 24px;border-top:1px solid var(--color-border)}.nb-cart-drawer__empty{justify-items:center;gap:18px;padding-top:30px;border-top:0;text-align:center}.nb-cart-drawer__empty-icon{width:88px;height:88px;margin-bottom:4px;fill:none;stroke:#e9e9e9;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.nb-cart-drawer__empty p{font-size:16px;font-weight:700;line-height:1.4}.nb-cart-drawer__empty .nb-button{min-height:36px;padding:10px 18px;font-size:12px}.nb-cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;font-size:15px;font-weight:800}.nb-cart-drawer__checkout{display:grid;gap:10px}.nb-cart-drawer__terms{display:flex;align-items:flex-start;gap:9px;text-align:left}.nb-cart-drawer__terms input[type=checkbox]{width:16px;height:16px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--color-accent);cursor:pointer}.nb-cart-drawer__terms label{font-size:12px;line-height:1.5;cursor:pointer}.nb-cart-drawer__terms label a{text-decoration:underline}.nb-cart-drawer__footer .nb-cart-drawer__terms-error{margin:0;color:#c0392b;font-size:12px;line-height:1.4}.nb-cart-drawer__footer .nb-cart-drawer__terms-error[hidden]{display:none}.nb-cart-drawer__dynamic{position:relative}.nb-cart-drawer__dynamic-inner{transition:opacity .15s ease}.nb-cart-drawer__dynamic-guard{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;padding:0;border:0;background:transparent;cursor:not-allowed}.nb-cart-drawer__checkout--gated:not(.is-terms-accepted) .nb-cart-drawer__dynamic-guard{display:block}.nb-cart-drawer__checkout--gated:not(.is-terms-accepted) .nb-cart-drawer__dynamic-inner{opacity:.45;pointer-events:none}.nb-cart-drawer__checkout--gated:not(.is-terms-accepted) button[name=checkout]{opacity:.55;cursor:not-allowed}body.nb-cart-drawer-open{overflow:hidden}.nb-page-hero{margin:32px 0 46px}.nb-page-hero img{width:100%}.nb-shipping-bar__text{margin:0}.nb-shipping-bar__track{display:block;height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:#eee}.nb-shipping-bar__fill{display:block;height:100%;border-radius:inherit;background:var(--nb-shipping-fill, #09a9af);transition:width .35s ease,background .35s ease}.nb-shipping-bar--complete .nb-shipping-bar__fill{background:var(--nb-shipping-fill-complete, var(--nb-shipping-fill, #09a9af))}@media(prefers-reduced-motion:reduce){.nb-shipping-bar__fill{transition:none}}.nb-accordion{border-top:1px solid var(--color-border)}.nb-accordion__item{border-bottom:1px solid var(--color-border)}.nb-accordion__button{width:100%;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;border:0;background:transparent;padding:18px 0;text-align:left;font-weight:800}.nb-accordion__button:before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid var(--color-accent);transition:transform .18s ease}.nb-accordion__item[open] .nb-accordion__button:before{transform:rotate(90deg)}.nb-accordion__content{padding:0 0 20px 18px;color:#333}.nb-accordion__content>*{margin-bottom:14px}.nb-accordion__content>*:last-child{margin-bottom:0}.nb-accordion__content ul,.nb-accordion__content ol{padding-left:20px;list-style:revert}.nb-accordion__content li{margin-bottom:6px}.nb-accordion__content a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}@media(max-width:989px){.nb-header__top{height:40px;font-size:12px}.nb-header__main{width:100%;min-height:60px;grid-template-columns:auto 1fr auto;gap:12px;padding:0 15px;border-bottom:1px solid #ececec}.nb-menu-toggle{display:block}.nb-header__logo{justify-self:center}.nb-header.is-open{z-index:600}.nb-header__menu{position:fixed;top:0;left:0;bottom:0;z-index:520;width:min(315px,calc(100vw - 48px));display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:#fff;border-right:1px solid var(--color-border);box-shadow:18px 0 35px #0000002e;padding:18px 22px 34px;overflow-y:auto;transform:translate(-105%);visibility:hidden;transition:transform .22s ease,visibility .22s ease}.nb-header.is-open .nb-header__menu{transform:translate(0);visibility:visible}.nb-header__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:block;border:0;background:#0000006b;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.nb-header.is-open .nb-header__drawer-overlay{opacity:1;visibility:visible}body.nb-mobile-menu-open{overflow:hidden}.nb-header__drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;color:#111;font-size:18px;font-weight:800}.nb-header__drawer-logo img{display:block;width:min(150px,55vw);height:auto}.nb-header__menu>a:not(.nb-header__drawer-account){display:flex;align-items:center;justify-content:space-between;gap:12px}.nb-header__menu>a:not(.nb-header__drawer-account):after{content:"";flex:0 0 auto;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);opacity:.4}.nb-header__drawer-search{order:1;margin-top:24px}.nb-header__drawer-locales{order:2;display:block;margin-top:16px}.nb-header__drawer-locales>summary{list-style:none;cursor:pointer}.nb-header__drawer-locales>summary::-webkit-details-marker{display:none}.nb-header__drawer-locale--current .nb-header__locale-caret{margin-left:auto;display:grid;place-items:center;transition:transform .18s ease}.nb-header__drawer-locales[open] .nb-header__locale-caret{transform:rotate(180deg)}.nb-header__drawer-locale--current .nb-header__locale-caret svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.nb-header__drawer-locale-list{display:grid;gap:6px;margin-top:6px}.nb-header__drawer-locale{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:1px solid var(--color-border);border-radius:10px;background:#fff;color:#111;font:inherit;font-size:14px;font-weight:600;text-align:left;cursor:pointer}.nb-header__drawer-locale.is-active{border-color:var(--color-accent)}.nb-header__drawer-locale .nb-flag{flex:0 0 auto;width:26px;height:18px;border-radius:3px;stroke:none;stroke-width:0;object-fit:cover}.nb-header__drawer-social{order:3;display:flex;align-items:center;gap:14px;margin-top:18px}.nb-header__menu .nb-header__drawer-social-link{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--color-border);border-radius:50%;background:#fff}.nb-header__drawer-social-link img{width:18px;height:18px;object-fit:contain}.nb-header__icons .nb-header__locales{display:none}.nb-header__drawer-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:0;background:#fff;color:#111}.nb-header__drawer-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.nb-header__drawer-search{display:grid;grid-template-columns:1fr 42px;margin-bottom:0;overflow:hidden;border:1px solid var(--color-border);border-radius:10px;background:#f7f7f7}.nb-header__drawer-search input{min-width:0;height:42px;border:0;background:transparent;padding:0 12px;font:inherit;font-size:13px}.nb-header__drawer-search button{display:grid;place-items:center;border:0;border-left:1px solid var(--color-border);background:#fff;color:#111}.nb-header__drawer-search svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nb-header__menu a{padding:14px 0;border-bottom:1px solid var(--color-border);color:#111;font-size:var(--nb-header-menu-size-mobile, 18px);font-weight:700}.nb-header__drawer-account{display:flex;align-items:center;gap:10px;border-bottom:0}.nb-header__drawer-account svg{flex:0 0 auto;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nb-header__social{display:none}.nb-header__icons{gap:14px}.nb-header__icons svg{width:24px;height:24px}.nb-header__locales .nb-flag{width:24px;height:16px}.nb-header__logo img{width:min(174px,var(--logo-width, 174px))}.nb-whatsapp{bottom:24px}.nb-footer__inner{width:min(100% - 40px,370px);grid-template-columns:1fr;padding:var(--nb-footer-pt-mobile, 38px) 0 var(--nb-footer-pb-mobile, 22px);min-height:0;gap:var(--nb-footer-row-gap-mobile, 26px)}.nb-footer__brand,.nb-footer__nav,.nb-footer__posts,.nb-footer__connect{grid-column:1;padding:0}.nb-footer__brand .nb-footer__col-body,.nb-footer .nb-footer__posts .nb-footer__col-body{max-width:none}.nb-footer__brand .nb-footer__col-body,.nb-footer__nav .nb-footer__col-body,.nb-footer__posts .nb-footer__col-body{display:block;gap:0}.nb-footer__nav .nb-footer__col-body{display:grid}.nb-footer__brand .nb-footer__col-body .nb-footer__contact-row{margin-bottom:6px}.nb-footer .nb-footer__posts .nb-footer__col-body .nb-footer__post{margin-bottom:0;padding-bottom:var(--nb-footer-posts-gap, 18px)}.nb-footer .nb-footer__posts .nb-footer__col-body .nb-footer__post+.nb-footer__post{padding-top:var(--nb-footer-posts-gap, 18px)}.nb-footer .nb-footer__posts .nb-footer__col-body .nb-footer__post:last-child{padding-bottom:0}.nb-footer__contact-row{margin-bottom:6px;font-size:15.5px}.nb-footer__logo{width:min(180px,100%)}.nb-footer h2{margin-bottom:var(--nb-footer-heading-gap, 14px);font-size:16px;line-height:1.2;font-weight:500}.nb-footer__connect h2{font-size:16px;line-height:1.2;font-weight:600}.nb-footer__nav ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:8px}.nb-footer__nav li{font-size:15.5px;min-height:2.8em}.nb-footer .nb-footer__posts .nb-footer__post{grid-template-columns:96px 1fr;gap:14px;padding-left:0;font-size:14px;line-height:1.4}.nb-footer__connect{padding-bottom:0}.nb-footer__gesture{width:min(100% - 40px,370px);justify-content:center;margin:24px auto 44px;padding-right:0}.nb-footer__gesture svg{width:52px;height:52px}.nb-footer__bar{padding:10px 18px}.nb-footer__bar-inner{gap:8px 16px}.nb-footer__payments ul{flex-wrap:nowrap;gap:4px;max-width:100%}.nb-footer__payment-icon{flex:0 0 auto;width:min(34px,calc((100vw - 36px - (var(--nb-pay-count, 6) - 1) * 4px) / var(--nb-pay-count, 6)));height:auto;aspect-ratio:34 / 22}.nb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 14px}.nb-product-grid .nb-product-card{height:100%}.nb-product-grid .nb-product-card h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;min-height:2.8em;overflow:hidden}.nb-product-grid .nb-product-card .nb-price{margin-top:auto}.jdgm-cards-carousel .jdgm-content{overflow:hidden}.jdgm-cards-carousel .jdgm-cards-wrapper{overflow:visible!important}.jdgm-cards-carousel .jdgm-title{display:block!important;-webkit-line-clamp:none!important;line-clamp:none!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;max-width:12ch;margin-inline:auto;line-height:1.12}.jdgm-card .jdgm-product-name a,.jdgm-carousel-item .jdgm-product-name a,.jdgm-carousel .jdgm-product-name a{-webkit-line-clamp:3!important;line-clamp:3!important;font-size:12px!important;line-height:1.3!important;overflow-wrap:anywhere}.nb-mobile-toolbar{position:fixed;left:0;right:0;bottom:0;z-index:350;height:55px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-top:1px solid #e6e6e6;background:#fff;box-shadow:0 -2px 8px #00000014}.nb-mobile-toolbar--collection,.nb-mobile-toolbar--article{grid-template-columns:repeat(4,1fr)}.nb-mobile-toolbar a,.nb-mobile-toolbar button{position:relative;min-width:0;height:55px;display:grid;place-items:center;align-content:center;gap:2px;color:#1f2526;font-size:16px;line-height:16px;text-align:center}.nb-mobile-toolbar button{border:0;background:transparent;font-family:inherit}.nb-mobile-toolbar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nb-mobile-toolbar__count{position:absolute;top:8px;left:calc(50% + 5px);min-width:15px;height:15px;display:grid;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:9px;line-height:1}}@media(max-width:479px){.nb-header__main{gap:8px;padding-inline:18px}.nb-header__icons{gap:10px}.nb-header__logo img{width:min(154px,var(--logo-width, 154px),42vw)}}@media(max-width:520px){.nb-product-card h3{font-size:14.4px;font-weight:600;line-height:1.4;min-height:0}.nb-product-card__category{font-size:14px}.nb-product-card .nb-stars,.nb-product-card .nb-price{font-size:14.4px}.nb-product-card__badge{font-size:14.4px;padding:6px 12px}.nb-button{min-height:28px;padding:8px 12px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/critical.css.map */
