.hero{background:var(--sand);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;min-height:620px;max-width:var(--max);width:calc(100% - 64px);margin:32px auto;border-radius:24px;position:relative;overflow:hidden}.hero-copy{padding:48px;width:100%;max-width:460px;margin:0 0 0 auto}.hero-eyebrow{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-soft);margin-bottom:18px}.hero-eyebrow .bar{width:2px;height:34px;background:var(--amber);display:inline-block}.hero h1{font-size:52px;line-height:1.05;margin-bottom:18px}.hero p.lede{color:var(--ink-soft);margin-bottom:28px;font-size:16px;max-width:38ch}.hero-art{display:flex;align-items:center;justify-content:flex-start;padding:32px;height:100%}.hero-art img{width:auto;height:auto;max-width:100%;max-height:520px;border-radius:4px;filter:drop-shadow(0 18px 30px rgb(43 36 32 / .35))}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s ease}.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.hero-nav{position:absolute;bottom:0;z-index:2;width:44px;height:44px;border-radius:0;border:1px solid rgb(59 74 58 / .3);background:rgb(59 74 58 / .14);display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer;color:var(--forest);transition:.15s}.hero-nav:hover{background:var(--forest);color:var(--paper)}.hero-prev{left:0;border-bottom-left-radius:24px}.hero-next{right:0;border-bottom-right-radius:24px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:2;display:flex;gap:8px}.hero-dot{width:9px;height:9px;border-radius:50%;border:none;background:rgb(59 74 58 / .25);cursor:pointer;padding:0;transition:.2s}.hero-dot.is-active{background:var(--forest);width:22px;border-radius:5px}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0 32px;max-width:var(--max);margin:48px auto}.tile{border-radius:20px;padding:32px;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.tile.sage{background:rgb(185 196 170 / .45)}.tile.sand{background:rgb(234 217 184 / .45)}.section{padding:80px 32px;max-width:var(--max);margin:0 auto}.section-head{text-align:center;max-width:520px;margin:0 auto 48px}.section-head h2{font-size:34px;margin-bottom:14px}.section-head p{color:var(--ink-soft);font-size:15px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.spotlight{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}.spotlight-feature{background:var(--blush);border-radius:4px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;min-height:520px;overflow:hidden}.spotlight-feature img{position:absolute;top:24px;right:24px;left:24px;width:calc(100% - 48px);height:60%;object-fit:cover;border-radius:4px}.spotlight-feature h3{font-size:26px;margin-bottom:6px}.spotlight-feature .count{font-size:13px;color:var(--ink-soft)}.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.spotlight-grid .card .thumb{aspect-ratio:1/1.05}.banner2{background:var(--forest);color:var(--paper);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;min-height:540px;max-width:var(--max);width:calc(100% - 64px);margin:32px auto;border-radius:24px;overflow:hidden}.banner2 img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:left center}.banner2-copy{padding:48px;width:100%;max-width:440px;margin:0 0 0 auto}.banner2-copy .hero-eyebrow{color:var(--sand)}.banner2-copy .hero-eyebrow .bar{background:var(--amber)}.banner2-copy h2{color:var(--paper);font-size:40px;margin-bottom:16px}.banner2-copy p{color:#D9D2C4;margin-bottom:26px;max-width:36ch}.banner2-copy .btn{background:var(--amber);border-color:var(--amber);color:var(--forest)}.banner2-copy .btn:hover{background:var(--forest);border-color:var(--paper);color:var(--paper)}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.journal-card{text-align:center}.journal-card img{width:min(220px,100%);height:auto;aspect-ratio:1/1;object-fit:cover;margin:0 auto 20px;border-radius:50%;border:3px solid var(--amber)}.journal-card .tag{font-size:12px;color:var(--amber);font-weight:700;margin-bottom:8px;letter-spacing:.02em}.journal-card h4{font-size:19px;margin-bottom:10px;line-height:1.25}.journal-card p{color:var(--ink-soft);font-size:14px;margin-bottom:14px}.journal-card .read{font-size:13px;font-weight:700;border-bottom:2px solid var(--amber);padding-bottom:2px}.about{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center;max-width:var(--max);margin:0 auto;padding:80px 32px}.about img{height:auto;border-radius:50%;aspect-ratio:1/1;object-fit:cover;border:3px solid var(--amber)}.about h2{font-size:30px;margin-bottom:16px}.about p{color:var(--ink-soft);margin-bottom:14px;max-width:60ch}.about .sig{font-family:'Fraunces',serif;font-style:italic;font-size:20px;margin-top:12px}@media(max-width:860px){.hero,.tiles,.banner2,.spotlight{grid-template-columns:1fr}.grid,.spotlight-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:1fr;gap:28px}.about{grid-template-columns:1fr;text-align:center;gap:24px;padding:48px 16px}.about img{margin:0 auto;width:160px}.about p{margin-left:auto;margin-right:auto}.hero{width:calc(100% - 32px);margin:16px auto;min-height:0;border-radius:18px;display:grid}.hero-slide{position:relative;inset:auto;grid-area:1 / 1;grid-template-columns:1fr;padding-bottom:12px}.hero:has(.hero-nav) .hero-slide{padding-bottom:64px}.hero-art{order:-1;padding:24px 24px 0;justify-content:center;height:auto}.hero-art img{max-height:280px;width:auto;max-width:100%;margin:0 auto;filter:drop-shadow(0 8px 10px rgb(43 36 32 / .28))}.hero-copy{padding:24px;max-width:none;margin:0}.hero h1{font-size:32px}.hero p.lede{font-size:15px;margin-bottom:22px;max-width:none}.hero-nav{width:40px;height:40px}.hero-prev{border-bottom-left-radius:18px}.hero-next{border-bottom-right-radius:18px}.hero-dots{bottom:15px}.tiles{padding:0 16px;margin:28px auto;gap:14px}.tile{min-height:220px;padding:20px;border-radius:16px}.tile-label{padding:12px 16px}.tile-label h3{font-size:19px}.section{padding:44px 16px}.section-head{margin-bottom:28px}.section-head h2{font-size:27px}.grid{gap:16px}.banner2{width:calc(100% - 32px);margin:16px auto;min-height:0;border-radius:18px}.banner2-copy{padding:28px 24px 8px;max-width:none;margin:0}.banner2-copy h2{font-size:30px}.banner2-copy p{max-width:none}.banner2 img{width:100%;height:auto;min-height:0;aspect-ratio:16/10;margin:24px 0 0}}@font-face{font-family:'Fraunces';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/Fraunces-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Fraunces';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/Fraunces-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Karla';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/Karla-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Karla';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/Karla-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--paper:#FAF6EF;--paper-deep:#F3ECDF;--ink:#2B2420;--ink-soft:#5B5147;--forest:#3B4A3A;--amber:#C1872F;--sage:#B9C4AA;--sand:#EAD9B8;--blush:#E8C9BC;--line:#DED3C0;--max:1180px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:'Karla',sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,.display{font-family:'Fraunces',serif;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.max{max-width:var(--max);margin:0 auto;padding:0 32px}.btn{display:inline-block;border:1.5px solid var(--ink);padding:13px 28px;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:2px;transition:.15s;cursor:pointer;text-align:center;background:none}.btn:hover{background:var(--ink);color:var(--paper)}.btn.solid{background:var(--forest);border-color:var(--forest);color:var(--paper)}.btn.solid:hover{background:var(--ink);border-color:var(--ink)}.btn.ghost{border-color:var(--line)}.btn[disabled],.btn.disabled{background:var(--line);border-color:var(--line);color:var(--ink-soft);cursor:not-allowed}.site-header{position:sticky;top:0;z-index:100}.topbar{background:var(--forest);color:var(--paper);font-size:13px;text-align:center;padding:8px 12px;letter-spacing:.02em}header.site{background:var(--paper);border-bottom:1px solid var(--line)}.site-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;max-width:var(--max);margin:0 auto}@font-face{font-family:'Cinzel';src:url(../fonts/Cinzel-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap}.logo{display:inline-flex;align-items:baseline;gap:4px;font-family:'Cinzel',serif;font-size:26px;font-weight:500;letter-spacing:.02em}.logo-mark{color:var(--forest)!important}.logo-name{color:var(--amber)!important;text-transform:uppercase}nav.main{display:flex;gap:32px;font-size:15px}nav.main a{padding:4px 0;border-bottom:2px solid #fff0}nav.main a:hover{border-color:var(--amber)}.icons{display:flex;gap:22px;align-items:center}.icons a{color:var(--ink);display:flex;transition:.15s;position:relative}.icons a:hover{color:var(--amber)}.icons svg{width:20px;height:20px}.cart-count{position:absolute;top:-11px;left:calc(100% - 10px);overflow:hidden;background:linear-gradient(135deg,#dba851 0%,var(--amber) 45%,#a26f1f 100%);color:var(--paper);font-size:12px;font-weight:700;line-height:1;white-space:nowrap;min-width:19px;height:19px;padding:0 7px;box-sizing:border-box;border-radius:999px;display:flex;align-items:center;justify-content:center}.cart-count[hidden]{display:none}.cart-count::after{content:'';position:absolute;top:-50%;bottom:-50%;left:-60%;width:45%;background:linear-gradient(105deg,transparent 0%,rgb(255 255 255 / .85) 50%,transparent 100%);transform:translateX(0) skewX(-20deg);opacity:0;pointer-events:none}.cart-count.is-shining{animation:cart-pop .5s ease-out}.cart-count.is-shining::after{animation:cart-shine .9s ease-out .1s}@keyframes cart-shine{0%{transform:translateX(0) skewX(-20deg);opacity:1}100%{transform:translateX(420%) skewX(-20deg);opacity:1}}@keyframes cart-pop{0%{transform:scale(1)}40%{transform:scale(1.25)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.cart-count.is-shining,.cart-count.is-shining::after{animation:none}}.search-panel{background:var(--paper-deep);border-bottom:1px solid var(--line);padding:14px 32px}.search-panel[hidden]{display:none}.search-form{display:flex;max-width:640px;margin:0 auto;border:1px solid var(--line);border-radius:999px;background:var(--paper);overflow:hidden}.search-form:focus-within{border-color:var(--amber)}.search-form input{flex:1;border:0;background:#fff0;padding:11px 20px;font:inherit;font-size:15px;color:var(--ink);outline:0;min-width:0}.search-form button{border:0;background:#fff0;padding:0 18px;color:var(--ink);cursor:pointer;display:flex;align-items:center}.search-form button:hover{color:var(--amber)}.search-form svg{width:20px;height:20px}.crumb{background:var(--paper-deep);padding:16px 32px;font-size:13px;color:var(--ink-soft)}.crumb .sep{margin:0 6px;opacity:.5}.crumb .current{color:var(--ink);font-weight:600}.tile-art{position:absolute;top:4%;right:0;width:74%;height:90%;object-fit:contain;opacity:.92}.tile-label{display:inline-block;align-self:flex-start;position:relative;z-index:1;background:rgb(250 246 239 / .72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;padding:16px 22px}.tile-label h3{font-size:22px;margin-bottom:4px}.tile-label .count{font-size:13px;color:var(--ink-soft)}.card .thumb{display:block;background:var(--paper-deep);border-radius:8px;overflow:hidden;aspect-ratio:4/5;margin-bottom:14px;position:relative;border:1px solid var(--amber);box-shadow:0 6px 16px -8px rgb(43 36 32 / .25);transition:box-shadow .25s}.card .thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.2);transition:transform .3s,opacity 1s,filter .25s}.card .thumb img.thumb-hover{opacity:0}.card:hover .thumb img.thumb-hover{opacity:1}.card:hover .thumb{box-shadow:0 14px 30px -10px rgb(43 36 32 / .35)}.card:hover .thumb img{filter:brightness(1.06)}.card h4{font-weight:600;font-size:15px;margin-bottom:4px}.card .price-tag{color:var(--amber);font-weight:700;font-size:14px;position:relative}.card .price-tag .regular-price{color:var(--ink-soft);font-weight:400;margin-left:6px}.card .discount-badge{position:absolute;top:10px;left:10px;z-index:1;background:var(--amber);color:var(--paper);padding:4px 10px;border-radius:20px;font-size:12px}.card .medium-tag{font-size:12px;color:var(--ink-soft);margin-bottom:4px}footer.site{background:var(--paper-deep);border-top:1px solid var(--line);padding:64px 32px 32px}.foot-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:40px}.foot-grid h5{font-size:14px;letter-spacing:.03em;margin-bottom:16px;color:var(--ink-soft)}.foot-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.foot-logo{display:inline-flex;margin-bottom:14px}.foot-addr{color:var(--ink-soft);font-size:14px;line-height:1.7}.foot-bottom{max-width:var(--max);margin:48px auto 0;padding-top:24px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-soft)}.wa-captcha{margin:8px 0 18px}.wa-captcha-error{color:#b03030;font-size:13px;margin:0 0 8px}.foot-bottom a{text-decoration:underline;text-underline-offset:3px}.foot-bottom a:hover{color:var(--amber)}#notifications{max-width:var(--max);margin:16px auto 0;padding:0 32px}.alert{border-radius:8px;padding:14px 18px;font-size:14px;margin-bottom:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.alert ul{margin:0;padding-left:18px}.alert-error{background:#F6E4E1;color:#8A3B2F}.alert-warning{background:var(--sand);color:#6B4A12}.alert-success{background:rgb(185 196 170 / .5);color:#33422F}.alert-info{background:var(--paper-deep);color:var(--ink-soft)}.alert-close{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;color:inherit;opacity:.6}.alert-close:hover{opacity:1}@media(max-width:860px){.foot-grid{grid-template-columns:1fr 1fr}}.section{max-width:var(--max);margin:0 auto;padding:40px 32px 64px}.contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:56px;align-items:start}.contact-info h2{font-size:22px;margin-bottom:12px}.contact-lede{color:var(--ink-soft);font-size:14px;line-height:1.7;margin-bottom:28px}.contact-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.contact-info-list li{display:flex;align-items:center;gap:14px;font-size:15px}.contact-icon{color:var(--forest);width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--paper-deep);border-radius:50%}.contact-icon svg{width:18px;height:18px}.contact-info-list a{color:var(--ink)}.contact-info-list a:hover{color:var(--amber)}.contact-form-col .login-form{background:rgb(250 246 239 / .6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:18px;padding:36px}.contact-form-col .login-form header h1{font-family:'Fraunces',serif;font-size:22px;font-weight:600;margin-bottom:8px;color:var(--ink)}.contact-form-col .login-form header p{color:var(--ink-soft);font-size:14px;margin-bottom:26px}.contact-form-col .form-fields{display:flex;flex-direction:column;gap:18px}.contact-form-col .form-fields label>span{display:block;font-size:13px;color:var(--ink-soft);margin-bottom:6px}.contact-form-col input[type=email],.contact-form-col input[type=text]:not([name=url]),.contact-form-col input[type=file],.contact-form-col select,.contact-form-col textarea{width:100%;border:1px solid var(--line);background:var(--paper);padding:11px 14px;border-radius:10px;font-family:inherit;font-size:14px;transition:border-color .15s}.contact-form-col input:focus,.contact-form-col select:focus,.contact-form-col textarea:focus{outline:none;border-color:var(--amber)}.contact-form-col textarea{resize:vertical}.contact-form-col .form-footer{margin-top:26px}.contact-form-col button[type=submit]{background:var(--amber);color:var(--paper);border:1px solid var(--amber);padding:12px 30px;border-radius:30px;font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:.15s}.contact-form-col button[type=submit]:hover{background:var(--ink);border-color:var(--ink)}@media (max-width:900px){.contact-layout{grid-template-columns:1fr;gap:36px}}input[type="checkbox"]{accent-color:var(--amber);width:17px;height:17px;flex-shrink:0;cursor:pointer}.gdpr_consent .psgdpr_consent_message{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--ink-soft);cursor:pointer}.gdpr_consent input[type="checkbox"]{margin-top:2px}.gdpr_consent .psgdpr_consent_icon{display:none}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:40px;max-width:var(--max);margin:0 auto;padding:40px 32px 64px;align-items:start}.account-menu{display:flex;flex-direction:column;gap:2px}.account-menu a{padding:12px 14px;border-radius:8px;font-size:14px}.account-menu a:hover,.account-menu a.current{background:var(--paper-deep)}.account-menu a.signout{color:#8A3B2F;margin-top:10px}.account-content h1{font-size:30px;margin-bottom:16px}.account-content>p{color:var(--ink-soft);margin-bottom:24px}.account-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.account-links-grid a{display:flex;align-items:center;gap:12px;padding:20px;border:1px solid var(--line);border-radius:10px;font-size:15px;font-weight:600}.account-links-grid a:hover{border-color:var(--amber)}.order-history{width:100%;border-collapse:collapse;font-size:14px}.order-history__header,.order-history__row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1fr 1fr auto;gap:12px;padding:14px 0;align-items:center}.order-history__header{font-weight:600;color:var(--ink-soft);border-bottom:1px solid var(--line)}.order-history__row{border-bottom:1px solid var(--line)}.order-history__status{padding:4px 10px;border-radius:20px;font-size:12px;color:#fff}.address-card{border:1px solid var(--line);border-radius:10px;padding:20px;margin-bottom:16px}.address-card--add{display:flex;align-items:center;justify-content:center;border-style:dashed;color:var(--ink-soft);font-weight:600;min-height:100px}@media(max-width:860px){.account-layout{grid-template-columns:1fr}.account-links-grid{grid-template-columns:1fr}.order-history__header,.order-history__row{grid-template-columns:1fr 1fr}}.field{margin-bottom:18px}.field label{display:block;font-size:13px;color:var(--ink-soft);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--paper);padding:11px 14px;font-family:inherit;font-size:14px;border-radius:2px}.field--error input,.field--error select,.field--error textarea{border-color:#8A3B2F}.field-comment{font-size:12px;color:var(--ink-soft);margin-top:6px}.checkout-form-fields .field{margin-bottom:0}.account-content .checkout-form-fields{display:flex;flex-direction:column;gap:18px;margin-bottom:26px}.field input[type="checkbox"],.field input[type="radio"]{width:17px;height:17px;padding:0;border:0;background:none;margin:2px 0 0;flex-shrink:0;accent-color:var(--amber)}.field input[type="radio"]{margin:0}.field label:has(>input[type="checkbox"]){font-size:13px;line-height:1.5;cursor:pointer}.account-content .form-intro{color:var(--ink-soft);font-size:14px;line-height:1.6;margin-bottom:22px}.account-content .form-back{margin-top:24px;font-size:13px}.account-content .form-back a{color:var(--ink-soft)}.account-content .form-back a:hover{color:var(--ink)}.pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;padding:6px;background:none;border:0;color:var(--ink-soft);cursor:pointer}.pw-toggle:hover{color:var(--ink)}.pw-toggle .pw-eye-open,.pw-toggle.is-visible .pw-eye-closed{display:none}.pw-toggle.is-visible .pw-eye-open{display:block}#login-form .field-row{display:flex;margin-bottom:0}.account-layout--single{display:block;max-width:520px}.account-layout--single .account-content h1{font-size:32px;margin-bottom:24px}.nav-toggle{display:none}@media(max-width:1100px){.topbar{font-size:12px;padding:7px 12px}header.site{position:relative}.site-inner{padding:12px 16px;gap:12px}.logo{font-size:21px}.icons{gap:16px}.icons a{padding:6px 0}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0 6px;margin-left:2px;background:none;border:0;cursor:pointer;color:var(--ink)}.nav-toggle span{display:block;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}nav.main{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:4px 16px 12px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 18px 24px -18px rgb(43 36 32 / .4);max-height:calc(100vh - 110px);overflow-y:auto}.site-header.nav-open nav.main{display:flex}nav.main a{padding:15px 4px;font-size:17px;border-bottom:1px solid var(--line)}nav.main a:last-child{border-bottom:0}nav.main a:hover{border-color:var(--line);color:var(--amber)}.search-panel{padding:12px 16px}}@media(max-width:860px){.crumb{padding:12px 16px}.section{padding:36px 16px 48px}#notifications{padding:0 16px}.max{padding:0 16px}.account-layout{padding:24px 16px 48px;gap:24px}.account-layout--single{max-width:none}.account-layout--single .account-content h1,.account-content h1{font-size:26px}.contact-form-col .login-form{padding:22px 18px}footer.site{padding:40px 16px 24px}.foot-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.foot-brand{grid-column:1 / -1}.foot-bottom{margin-top:32px;padding-top:18px}}@media(max-width:480px){.btn{padding:13px 22px}.foot-grid{gap:24px 16px}}.cart-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.cart-modal-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .45)}.cart-modal-dialog{position:relative;background:var(--paper);border:1px solid var(--line);max-width:440px;width:100%;padding:28px 24px 24px;box-shadow:0 12px 40px rgb(0 0 0 / .25)}.cart-modal-dialog h3{margin:0 0 16px}.cart-modal-x{position:absolute;top:8px;right:12px;background:none;border:0;font-size:28px;line-height:1;cursor:pointer;color:var(--ink-soft)}.cart-modal-item{display:flex;gap:14px;align-items:center;margin-bottom:14px}.cart-modal-item img{width:72px;height:72px;object-fit:cover}.cart-modal-name{font-weight:600}.cart-modal-price{color:var(--amber)}.cart-modal-total{color:var(--ink-soft);margin-bottom:18px}.cart-modal-error{margin:0 0 18px}.cart-modal-actions{display:flex;flex-wrap:wrap;gap:10px}.cart-modal-actions .btn{flex:1 1 auto;justify-content:center;text-align:center;font-family:inherit;cursor:pointer}@media(max-width:688px){#cm{padding:14px 16px!important;left:8px;right:8px;bottom:8px}#cm #c-ttl{font-size:15px;margin-bottom:6px}#cm #c-txt{font-size:12.5px;line-height:1.4}.cc_div #cm #c-bns{flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:12px}#cm #c-bns .c-bn{flex:1 1 calc(50% - 4px);width:auto;margin:0!important;padding:11px 8px;font-size:13px;min-height:44px}#cm #c-bns .c-bn:last-child{flex-basis:100%;min-height:40px}}@media(max-width:860px){.icons{gap:2px}.icons a{padding:12px 10px}.foot-grid ul{gap:0}.foot-grid a:not(.logo){display:inline-block;padding:10px 0}.foot-bottom a{display:inline-block;padding:8px 0}.share a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}}.ps-socialfollow-discord{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA3MSA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik02MC4xMDQ1IDQuODk3OEM1NS41NzkyIDIuODIxNCA1MC43MjY1IDEuMjkxNiA0NS42NTI3IDAuNDE1NDJDNDUuNTYwMyAwLjM5ODUxIDQ1LjQ2OCAwLjQ0MDc2OSA0NS40MjA0IDAuNTI1Mjg5QzQ0Ljc5NjMgMS42MzUzIDQ0LjEwNSAzLjA4MzQgNDMuNjIwOSA0LjIyMTZDMzguMTYzNyAzLjQwNDYgMzIuNzM0NSAzLjQwNDYgMjcuMzg5MiA0LjIyMTZDMjYuOTA1IDMuMDU4MSAyNi4xODg2IDEuNjM1MyAyNS41NjE3IDAuNTI1Mjg5QzI1LjUxNDEgMC40NDM1ODkgMjUuNDIxOCAwLjQwMTMzIDI1LjMyOTQgMC40MTU0MkMyMC4yNTg0IDEuMjg4OCAxNS40MDU3IDIuODE4NiAxMC44Nzc2IDQuODk3OEMxMC44Mzg0IDQuOTE0NyAxMC44MDQ4IDQuOTQyOSAxMC43ODI1IDQuOTc5NUMxLjU3Nzk1IDE4LjczMDkgLTAuOTQzNTYxIDMyLjE0NDMgMC4yOTM0MDggNDUuMzkxNEMwLjI5OTAwNSA0NS40NTYyIDAuMzM1Mzg2IDQ1LjUxODIgMC4zODU3NjEgNDUuNTU3NkM2LjQ1ODY2IDUwLjAxNzQgMTIuMzQxMyA1Mi43MjQ5IDE4LjExNDcgNTQuNTE5NUMxOC4yMDcxIDU0LjU0NzcgMTguMzA1IDU0LjUxMzkgMTguMzYzOCA1NC40Mzc4QzE5LjcyOTUgNTIuNTcyOCAyMC45NDY5IDUwLjYwNjMgMjEuOTkwNyA0OC41MzgzQzIyLjA1MjMgNDguNDE3MiAyMS45OTM1IDQ4LjI3MzUgMjEuODY3NiA0OC4yMjU2QzE5LjkzNjYgNDcuNDkzMSAxOC4wOTc5IDQ2LjYgMTYuMzI5MiA0NS41ODU4QzE2LjE4OTMgNDUuNTA0MSAxNi4xNzgxIDQ1LjMwNCAxNi4zMDY4IDQ1LjIwODJDMTYuNjc5IDQ0LjkyOTMgMTcuMDUxMyA0NC42MzkxIDE3LjQwNjcgNDQuMzQ2MUMxNy40NzEgNDQuMjkyNiAxNy41NjA2IDQ0LjI4MTMgMTcuNjM2MiA0NC4zMTUxQzI5LjI1NTggNDkuNjIwMiA0MS44MzU0IDQ5LjYyMDIgNTMuMzE3OSA0NC4zMTUxQzUzLjM5MzUgNDQuMjc4NSA1My40ODMxIDQ0LjI4OTggNTMuNTUwMiA0NC4zNDMzQzUzLjkwNTcgNDQuNjM2MyA1NC4yNzc5IDQ0LjkyOTMgNTQuNjUyOSA0NS4yMDgyQzU0Ljc4MTYgNDUuMzA0IDU0Ljc3MzIgNDUuNTA0MSA1NC42MzMzIDQ1LjU4NThDNTIuODY0NiA0Ni42MTk3IDUxLjAyNTkgNDcuNDkzMSA0OS4wOTIxIDQ4LjIyMjhDNDguOTY2MiA0OC4yNzA3IDQ4LjkxMDIgNDguNDE3MiA0OC45NzE4IDQ4LjUzODNDNTAuMDM4IDUwLjYwMzQgNTEuMjU1NCA1Mi41Njk5IDUyLjU5NTkgNTQuNDM1QzUyLjY1MTkgNTQuNTEzOSA1Mi43NTI2IDU0LjU0NzcgNTIuODQ1IDU0LjUxOTVDNTguNjQ2NCA1Mi43MjQ5IDY0LjUyOSA1MC4wMTc0IDcwLjYwMTkgNDUuNTU3NkM3MC42NTUxIDQ1LjUxODIgNzAuNjg4NyA0NS40NTkgNzAuNjk0MyA0NS4zOTQyQzcyLjE3NDcgMzAuMDc5MSA2OC4yMTQ3IDE2Ljc3NTcgNjAuMTk2OCA0Ljk4MjNDNjAuMTc3MiA0Ljk0MjkgNjAuMTQzNyA0LjkxNDcgNjAuMTA0NSA0Ljg5NzhaTTIzLjcyNTkgMzcuMzI1M0MyMC4yMjc2IDM3LjMyNTMgMTcuMzQ1MSAzNC4xMTM2IDE3LjM0NTEgMzAuMTY5M0MxNy4zNDUxIDI2LjIyNSAyMC4xNzE3IDIzLjAxMzMgMjMuNzI1OSAyMy4wMTMzQzI3LjMwOCAyMy4wMTMzIDMwLjE2MjYgMjYuMjUzMiAzMC4xMDY2IDMwLjE2OTNDMzAuMTA2NiAzNC4xMTM2IDI3LjI4IDM3LjMyNTMgMjMuNzI1OSAzNy4zMjUzWk00Ny4zMTc4IDM3LjMyNTNDNDMuODE5NiAzNy4zMjUzIDQwLjkzNzEgMzQuMTEzNiA0MC45MzcxIDMwLjE2OTNDNDAuOTM3MSAyNi4yMjUgNDMuNzYzNiAyMy4wMTMzIDQ3LjMxNzggMjMuMDEzM0M1MC45IDIzLjAxMzMgNTMuNzU0NSAyNi4yNTMyIDUzLjY5ODYgMzAuMTY5M0M1My42OTg2IDM0LjExMzYgNTAuOSAzNy4zMjUzIDQ3LjMxNzggMzcuMzI1M1oiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI3MSIgaGVpZ2h0PSI1NSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);background-position:50%;background-size:2rem auto}.blockreassurance{padding-top:10px;text-align:center;width:100%}.blockreassurance .reass-item{display:inline-block;text-align:center;vertical-align:top}.blockreassurance .block-title{font-weight:700}.blockreassurance .block-icon,.blockreassurance .block-icon img,.blockreassurance .block-icon svg{height:70px}@media (max-width:575px){.blockreassurance{text-align:left}.blockreassurance .block-icon{display:inline-block;height:35px;float:left;margin:10px;width:35px}.blockreassurance .block-icon img,.blockreassurance .block-icon svg{height:35px;width:35px}.blockreassurance .block-title{display:inline-block;height:35px;max-width:calc(100% - 55px);padding-top:10px}}.blockreassurance_product{margin-top:25px}.blockreassurance_product .item-product{display:inline-block;height:35px;float:left;margin-right:5px;padding-top:5px;width:35px}.blockreassurance_product .item-product img,.blockreassurance_product .item-product svg{height:35px;width:35px}.blockreassurance_product p.block-title{line-height:40px}body#checkout .container-blockreassurance{min-height:auto}/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 .product-comment-modal .material-icons[data-icon]:before,.product-comment-list-item .material-icons[data-icon]:before,.product-comments-additional-info .material-icons[data-icon]:before,#product-comments-list-header .material-icons[data-icon]:before,#product-comments-list-footer .material-icons[data-icon]:before{content:attr(data-icon)}.btn-comment,.btn-comment-inverse{height:36px;border-radius:2px;background-color:#6b868f;color:#fff;font-size:14px;box-shadow:2px 2px 4px 0 rgb(0 0 0 / .2);padding:8px}.btn-comment .material-icons,.btn-comment-inverse .material-icons{font-size:20px;margin-right:7px}.btn-comment:hover{background-color:#3c4d52}.btn-comment-inverse{background-color:#fff;color:#363a41;border:1px solid #979797}.btn-comment-inverse:hover{background-color:#6b868f;border:1px solid #6b868f;color:#fff}.btn-comment-big{padding:13px 16px;height:45px}.btn-comment-huge{padding:13px 28px;height:45px}.link-comment{color:#232323}.link-comment:hover,.link-comment:active{text-decoration:underline;color:#232323}.product-comments-additional-info{margin:20px 0;font-weight:300;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;font-size:14px}.product-comments-additional-info .link-comment.post-product-comment{border-left:1px solid #979797;padding-left:12px;margin-left:12px}.product-comments-additional-info .comments-note{margin-right:30px;margin-bottom:20px}.product-comment-modal .modal-header{border:none;padding:30px 30px 15px}.product-comment-modal .modal-body{padding:15px 30px 30px}.product-comment-modal .modal-header .h2{float:left;font-size:20px}.product-comment-modal .modal-dialog{width:calc(100% - 30px);max-width:774px}.product-comment-modal .modal-dialog .h3{font-size:14px}.product-comment-modal .modal-dialog .product-flag{display:none}.product-comment-modal .modal-dialog .product-cover,.product-comment-modal .modal-dialog .product-cover img{width:99px;height:99px}.product-comment-modal label.form-label{font-size:16px;margin:10px 0}.product-comment-modal input{width:100%;height:44px;border:1px solid #bfbfbf;padding:0 10px}.product-comment-modal textarea{width:100%;min-height:80px;border:1px solid #bfbfbf;margin-bottom:10px;padding:10px 10px}.product-comment-modal .btn-comment,.product-comment-modal .btn-comment-inverse{font-size:16px;line-height:16px;font-weight:700}.product-comment-modal .required{font-size:12px;margin-left:5px}.product-comment-modal .post-comment-buttons{display:flex;flex-direction:row;justify-content:flex-end}.product-comment-modal .post-comment-buttons .btn-comment{margin-left:15px}#product-comment-posted-modal .post-comment-buttons,#product-comment-post-error .post-comment-buttons,#update-comment-usefulness-post-error .post-comment-buttons{margin-top:30px}.product-comment-modal .modal-header .material-icons{color:#40a85f;font-size:30px;line-height:25px}.product-comment-modal .modal-header .material-icons.error{color:#a94442}.product-comment-modal .modal-header .material-icons.feedback{color:#f39d72}.star-content{margin:0 0 0 5px;display:flex;flex-direction:row;flex-wrap:nowrap}.star-content div.star,.star-content div.star-on,.star-content div.star-hover{display:block;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAUCAYAAAD2rd/BAAAAAXNSR0IArs4c6QAABHlJREFUSA2tVmtoXFUQnrn7iia2ypIEYhUfaHwgVkirtPVB/0igqGiNFEVMg1LIbt7dPPDHgtKYNsmuuwn4p5XGQrEBFRT8I6RCS31i/WWlldIfim5srTbvvfeO32y8cnezubsrHjg5c2a++c7szJxzQ1Tm6BxJNpYJrRi2cDS2VWc5jkY5oM5kst627A9EhMvBV4qxTSuisxy/sgK2FuU1IbqvczjVXA5pJZhrU311RNKic1X29i4ZcHxmxg+KfUojbEW96Sq3Gqb9KpIR0qlyKYaSAV/58rtnSaQBRD8L8ZMdB9++qxRpuXaZifvRZblkqI/KqvPyLxkwSKJMfJV9/t3KiF5u9yKsxLZ48dozQrLJ8VFZdc6+2Op5iaJvpR4U2zxrsJFIDXb1RA+MnyTih8IbgzfH29vnihF66eRYfMOyLNXZtlkrFtWJ2K+jFZrcPgjoG2bjTfZRxjD8syGuyvBL8b8cDEdG0/cYK+YuKGrxBtThV9Yho7V4EXAZqJ6YQwEK3p0YbL8QHUnsFkumEfQCk/wmzBkckGGRjK2yUKaGAu8ND0UuOwfMHe4dgIyqSK32qaOvZMUZyzhzFj6TxmO31p/HYXfaJDEE+QoMD4McfcTnmHkawe/XYPWA8NbNH7HBSRB8gmAvIdAbgN1pE7XBHGODsu5g1ad67+gIluP/NVjl+Mf3uHLh7NURHU7uR3ZBLj8FKNTsBOnYi63Rg6nHxbI+RLaDxLQnPdDzcTGc6ubf7d2HhEyIkG89TDE9M1lIXKS6dewdtf8bsG4iw8nnSewptME8aJ+eiHWfVn2xER1OvIhLeARtdMUg367UYOe3xXBu3fzh3mZU8gR0NW69hzxnELdUt4196mDyXomJwa5pP/FOZEzIlM86DySfcoDuNVcNkWNoi/OhQPCRcoJVfz2YDd+jaLNf3HzFZMUo1h2s4vICVkVyqPsMEr8HYpWw3K+6woHW2YIqSChw/RNjfZFLhXavfU3robPgXbdyjq9iFOvsnXVNwDkDLqGu4pNTDrArkbjRkVn4lL7JK9byHY6ukhX+20vh18MU/aqw2DtAuBKuvenr2Ei6YcHKjplL9Bz6djzkD7+xYv5xGk2Ddjf14K9KHe62L0713W5mbf1yeg5UsUGx1708etENLJphfIJ3oOTfX/71z/ZFO3sO8gt4Y3/ELe9fyv7+A7GFCvAcsqA/rKJhWZLno68ALlZap8puskKs2tYErBlFYLdhbsGXaBSYC2j+bemh7geIjRY8MWzb9D7el2rYSpZWD3EP8Lp8+AyxrwkXq0OnykgE7tDqyMeu6tYEvCTZXAZwS68aBkfCA91N6f6OLxSur0h4Q/BeZOIQtibKVo+3ONfvq3Sl/+IdRfVo1jCorWbv6Hb3xVJZdWpTTA5bQLkmYFt4G1rgaChQ1Zga6J6MI6FuH/0fIj3YE+OAbzNwJ9k080rsxhbKcqJ/I+7q5zWhYGN16/gRFAs3IX+oTm2KUaz65CMKdj1jk7cUqDy30ZHUJk/A/2z8G4zCyf+02xWUAAAAAElFTkSuQmCC) no-repeat 0 0 #fff0;flex:auto;margin-left:3px}.star-content div.star-on,.star-content div.star-hover{background-position:-24px 0}.small-stars .star-content div.star,.small-stars .star-content div.star-on,.small-stars .star-content div.star-hover{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAQCAYAAACcN8ZaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0VGNDNBNUIzOTJCMTFFOUI3RDRBNDE5ODMyQ0JGQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VGNDNBNUMzOTJCMTFFOUI3RDRBNDE5ODMyQ0JGQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRUY0M0E1OTM5MkIxMUU5QjdENEE0MTk4MzJDQkZCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRUY0M0E1QTM5MkIxMUU5QjdENEE0MTk4MzJDQkZCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsxjfJQAAAU4SURBVHjajFVZbJRVFD53m3+m0AFKKbhQ1oqUPoiyVPSBINSqSCDFJZrgQoIPYnyRRB4MCWKiITFqYlxi0PAgvpBgQTExhkBCMBWCC4sgIC7BInTKdP2Xu/jdfzowFUv8kzPz//eec+53zvnOuWz91neIJ4YcEfEcI2cNkfNfRJG1qmny9Kb1j7cdpYrnwOHvaduuL2jMqNHEbECt+S5qrb5M/VbA1FKgcuQYkXYJtFlqwxzNw1+A9YNlP4IJEsQpjAeIMU6y8hD4oeyECaUPxshcvLy40F3c+O0Px+/HSlLWO/PHn5RRim70cA57i6AMnOKdW7ceyxOsYA+RXxeMFMfx5prNcDDYGD1jOoBwOOMUd/U933mpa9GHO9sXA9zXJcAOkQvKZgMiOzIYn1wBEKo2R6Y3mqp7kxYs16icahJjg2O6EF5nfw0M8wdZ6j58LM0pY+x2E4b3CCWD0UHmMSYABgdYRMpxkoWwoRKMmB1sqzwyOKAfSWwyyRsgyKdVPvOSvRINy0qqPzwc1KKvj+LeQcjAGiAvMi5eMMa2VQd8mnCW/s/jQXKU2WlHg7/01MbFaAWCAS0Y/Metg6eLU2xkyX9XBiS1tXUZ1NKTC5IH9LFwV4P3Z1Gst3SS7IDfDXHiXkUyvsT6lSHpTXnE2DnScUxhLzKrmilb1aitljikBiWthjQixoUV8c621r4PIEe10b3Msm74iF00cEbOGJevOX/pyrvAN8vXJqWxc74ZTnGhto9prO+KCt1b+jsLm7gQSxEvw6bPaALt91wUviEa5xLNeYCCMAyijvYtiY1v8iVI3f1H9QCoFSBbjYlTejBjeoLmlU/yiaOyp5Gw12CpoVjFmVoDpt8JlRXI9YXczRNJjcl/zJy7C74XgNnb4ayWMbcX3PrAZ4VPnErU0Exq9t37mbPLQNxDIwAZXk7oQPcnZs0yOXP+Hq5tSgR0CmvBgacM6bfhppYTK5o4pOKJE+TCRKPAXdBrQ+Ke40xsgv5afP/tRwDpUte7aND/HUfy2rC/m66j6L8ZyvZDdyWy0+HiwWEEPgkADwNQES4+deTq/G7S3UP9v18gJvlT4MybUmZelpxvJjcUne8qmSm9B6NoaP0vsPUJ8ObgDUj+I3RW4/WcnwMsU0XSz4K0bp4txDrxtscxs1pyERm0ut8TMos9hyTGndDZYf2AwCzyxAoxb6LfMKDZz5QggRwzyDsDt/owzG+YGS5cwTthQUDJkc+Jn+y8TMrPlfQKcOheuzSbCzpy2aAfBdxqEneYM3mfYPIbXwitoyXGmHTsoysowiRNLp0lOrGP9OlDxAT3OL2MRwB3jFwj1wTMU1JdKcmc/Q6tjXJn+dXRnh0k3RCHpieKBjqcFHXM8jMxDexCpJ/5sQTcCxH2zsrWcAz2ApPWwrO2ZXIuwG81mcQfXBAy2IaX0Nl4nbWujqmMNMY1o3F/LTkK4AveDdI+JA3YvNXG0XI1a/pRkc/fixZcrCRfJ4R37qbglHmESMriBK46CRAKo1/xqwLwS5xJJB9/y1dy0sxVALWBrH6F19Y/KCdN2+l07PPTUmnDIxS2QlpAqn1oseVVixau5TXjzvsrIpvhOwLFW9DWryPKHNO6HkJlUZ53OUVBVpQkJ/zdllFkXlSTZ61SDfMPOHSmSyIS9XOOqBlzH1UueYYzbqErynZSqUxlHfdabT/iXBRsiLvD2quXHuQi5s5GJPA2MCy51ha81ECpEqu8KDdnhOgyngcAkXbI0BhwnFslxCfITTuMbbkz/xFgAKKNa9e6EqyDAAAAAElFTkSuQmCC) no-repeat 0 0 #fff0;width:16px;height:16px;margin-left:2px}.small-stars .star-content div.star-on,.small-stars .star-content div.star-hover{background-position:-19px 0}.star-content div.star-hover{cursor:pointer}.grade-stars{position:relative;height:20px;min-width:120px;display:inline-block}.grade-stars.small-stars{min-width:100px}.grade-stars .star-content{position:absolute;top:3px;left:0}.criterion-rating .grade-stars .star-content{top:0}#post-product-comment-modal .star-content div.star a{display:block;position:absolute;text-indent:-5000px}#post-product-comment-modal .criterion-rating{display:flex;flex-direction:row;justify-content:flex-end}#post-product-comment-modal .criterion-rating label{color:#363a41;font-size:14px;font-weight:700}#ratingNotChosen{font-size:smaller;color:#ab4746;text-align:right}#post-product-comment-form input.error,#post-product-comment-form textarea.error{background-color:#f2dede;border:solid 1px #ebcccc}#post-product-comment-form input.valid,#post-product-comment-form textarea.valid{border:solid 1px #d0e9c6}#product-comments-list-header{padding:20px 15px;color:#232323;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#product-comments-list-header .comments-nb{padding-left:0;padding-top:3px}#product-comments-list-header .comments-nb .material-icons{margin-right:3px}#product-comments-list .btn-comment{margin:0 auto;display:block}.product-comment-list-item{padding:26px 0;margin:0 0 20px;background-color:#fff;text-align:left}#empty-product-comment{text-align:center}.product-comment-list-item .grade-stars .star-content{margin:0 0 10px}.product-comment-list-item .comment-infos{height:19px;color:#6b868f;font-size:14px;letter-spacing:-.28px;line-height:19px;min-height:100px}.product-comment-list-item .comment-infos .grade-stars{margin-bottom:20px}.product-comment-list-item .comment-content .h4{height:22px;color:#363a41;font-size:16px;font-weight:600;letter-spacing:-.32px;line-height:22px}.product-comment-list-item .comment-content p{color:#363a42;font-size:14px;letter-spacing:-.28px;line-height:19px;word-break:break-word;white-space:pre-wrap}.product-comment-list-item .comment-content .comment-buttons a{color:#6b868f;font-size:14px;letter-spacing:-.28px;line-height:19px;margin-right:8px}.product-comment-list-item .comment-content .comment-buttons a .material-icons{font-size:18px;cursor:pointer}.product-quickview-review{display:flex;flex-direction:row}.product-quickview-review .grade-stars .star-content{margin:0 0 0 0;top:0}#products .thumbnail-container.has-reviews:hover .highlighted-informations,#products .thumbnail-container.has-reviews:focus .highlighted-informations,.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations,.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations,.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations,.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations{height:4.5rem}#products .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,#products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links{min-height:3.7rem}#products .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,#products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants{height:4.125rem}#products .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,#products .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,#products .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,#products .product-miniature .thumbnail-container.has-reviews .online-only.online-only,#products .product-miniature .thumbnail-container.has-reviews .pack.online-only,#products .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .online-only.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .pack.online-only,.featured-products .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .online-only.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .pack.online-only,.product-accessories .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only{top:11.5rem}.product-list-reviews{position:absolute;top:-26px;left:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100%;background:rgb(255 255 255 / .5);padding:4px 0;visibility:hidden}.product-list-reviews .grade-stars .star-content{top:1px}.product-list-reviews .comments-nb{margin-left:5px;font-size:13px}@media (min-width:960px){#product-comments-list-footer{position:relative;min-height:45px}#product-comments-list-footer .post-product-comment{margin:0 auto;display:block}#product-comments-list-pagination{position:absolute;right:0;top:5px}}@media (max-width:960px){#product-comments-list-footer{display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:space-between}}@media (max-width:768px){#product-comments-list-footer{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}#product-comments-list-pagination{margin-bottom:10px}}#product-comments-list-pagination{height:32px}#product-comments-list-pagination ul{display:flex;flex-direction:row;flex-wrap:nowrap}#product-comments-list-pagination ul li span{height:32px;width:24px;margin:0 5px;cursor:pointer;display:block;text-align:center;font-size:20px;line-height:32px;color:#6b868f}#product-comments-list-pagination ul li.active span,#product-comments-list-pagination ul li span.next i,#product-comments-list-pagination ul li span.prev i{font-weight:700}#product-comments-list-pagination ul li.disabled span{opacity:.3;cursor:not-allowed}#product-comments-list-pagination ul li.active span{cursor:not-allowed}#product-comments-list-pagination ul li.hidden{display:none}