.sj-editorial,.sj-editorial *{box-sizing:border-box;margin:0;padding:0}.sj-editorial{font-family:General Sans,Hanken Grotesk,-apple-system,sans-serif;color:#000;background:#fff;font-size:14px;-webkit-font-smoothing:antialiased;line-height:1.3}.sj-editorial a{color:inherit;text-decoration:none}.sj-ed-wrap{max-width:1160px;margin:0 auto;padding:0 100px}.sj-ed-head{display:flex;justify-content:space-between;align-items:center;gap:40px;max-width:1160px;margin:0 auto;padding:80px 100px}.sj-ed-logo{flex:0 0 auto;display:block;line-height:0;color:#000;transition:color .2s ease}.sj-ed-logo:hover{color:#ffac30}.sj-ed-logo svg{display:block;width:210px;height:auto}.sj-ed-tag{text-align:right;font-weight:500;font-size:22px;line-height:1.18}.sj-ed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding-bottom:120px}.sj-ed-card{display:block}.sj-ed-thumb{position:relative;isolation:isolate;width:100%;aspect-ratio:1/1;background:#d9d9d9;overflow:hidden}.sj-ed-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.sj-ed-img--alt{opacity:0;transition:opacity .4s ease}.sj-ed-card:hover .sj-ed-img--alt{opacity:1}.sj-ed-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f0f0f0;mix-blend-mode:darken;pointer-events:none}.sj-ed-meta{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:9px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;font-weight:600;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.sj-ed-meta .sj-c{text-align:center}.sj-ed-meta .sj-r{text-align:right}.sj-ed-title{text-align:center;font-weight:500;font-size:24px;line-height:1.15;margin-top:14px;text-transform:lowercase}.sj-ed-news{position:relative;background:transparent;border:2px solid #ffac30;border-radius:0;max-width:1160px;margin:0 auto;padding:80px 100px;text-align:center;overflow:hidden}.sj-ed-news:before{display:none}.sj-ed-news-in{position:relative;z-index:1}.sj-ed-news-h{font-weight:500;font-size:28px;max-width:960px;margin:0 auto;color:#000}.sj-ed-alerts{font-weight:500;font-size:13px;letter-spacing:.06em;margin-top:30px;text-transform:uppercase}.sj-ed-form{display:inline-flex;margin-top:14px}.sj-ed-form input{width:240px;height:43px;border:1px solid #000;border-right:none;padding:9px 20px;font-family:inherit;font-size:16px;background:#fff;color:#000;border-radius:0;transition:border-color .15s ease}.sj-ed-form input:hover{border-color:#555}.sj-ed-form input:focus{border-color:#ffac30;outline:none}.sj-ed-form button{width:88px;height:43px;background:#000;color:#fff;border:none;font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;border-radius:0;transition:background .15s ease,color .15s ease}.sj-ed-form button:hover{background:#ffac30;color:#000}.sj-ed-form button:active{background:#e0971f;color:#000}.sj-ed-form button:focus-visible{outline:2px solid #ffac30;outline-offset:2px}.sj-ed-news-msg{margin-top:18px;font-weight:500;font-size:16px;text-transform:lowercase}.sj-ed-news-err{color:#b00020;font-size:14px;text-transform:none}.sj-ed-foot{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;max-width:1160px;margin:0 auto;padding:80px 100px 120px}.sj-ed-foot>div{padding-top:40px}.sj-ed-footlogo{display:block;line-height:0;color:#000;min-width:0;transition:color .2s ease}.sj-ed-footlogo:hover{color:#ffac30}.sj-ed-footlogo svg{display:block;width:100%;height:auto;max-width:820px}.sj-ed-footnav{text-align:right;font-weight:500;font-size:16px;line-height:1.6;text-transform:uppercase;white-space:nowrap}.sj-ed-footnav a{display:block;transition:color .2s ease}.sj-ed-footnav a:hover{color:#ffac30}.sj-ed-footcopy{text-align:right;font-weight:500;font-size:14px;line-height:1.45;margin-top:24px}.sj-ed-cart{position:fixed;bottom:24px;right:24px;z-index:60;width:56px;height:56px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000038;transition:transform .2s ease}.sj-ed-cart:hover{transform:scale(1.06)}.sj-ed-cart svg{width:24px;height:24px}.sj-ed-cart-count{position:absolute;top:-3px;right:-3px;min-width:21px;height:21px;padding:0 5px;border-radius:11px;background:#fff;color:#000;border:1.5px solid #000;font-size:11px;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.sj-ed-grid{grid-template-columns:repeat(2,1fr)}.sj-ed-head{flex-direction:column;align-items:center;gap:20px;text-align:center;padding:48px 32px}.sj-ed-tag{text-align:center}.sj-ed-wrap,.sj-ed-news,.sj-ed-foot{padding-left:32px;padding-right:32px}.sj-ed-news{max-width:90vw;padding-left:24px;padding-right:24px}.sj-ed-foot{grid-template-columns:1fr;gap:24px}.sj-ed-foot>div{padding-top:0}.sj-ed-footnav,.sj-ed-footcopy{text-align:left}}@media(max-width:560px){.sj-ed-grid{grid-template-columns:1fr}.sj-ed-logo svg{width:160px}.sj-ed-tag{font-size:17px}.sj-ed-cart{width:50px;height:50px;bottom:18px;right:18px}.sj-ed-news-h{font-size:20px}.sj-ed-form input{width:150px}}.sj-ed-back{display:inline-flex;align-items:center;gap:9px;margin:0 0 30px;font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#000;transition:color .2s ease}.sj-ed-back:hover{color:#ffac30}.sj-ed-back-arrow{width:15px;height:15px;display:block;flex:0 0 auto;transition:transform .2s ease}.sj-ed-back:hover .sj-ed-back-arrow{transform:translate(-3px)}.sj-ed-product{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:start;padding:0 0 120px}.sj-ed-gallery{position:sticky;top:32px;display:flex;flex-direction:column;gap:14px}.sj-ed-gallery-main{aspect-ratio:1/1}.sj-ed-gallery-thumbs{display:flex;flex-wrap:wrap;gap:10px}.sj-ed-gthumb{flex:0 0 auto;width:74px;padding:0;border:none;background:none;cursor:pointer;opacity:.5;transition:opacity .2s ease}.sj-ed-gthumb.is-active,.sj-ed-gthumb:hover{opacity:1}.sj-ed-gthumb .sj-ed-thumb{display:block;width:74px;aspect-ratio:1/1}.sj-ed-info{padding-top:6px}.sj-ed-fit{display:inline-flex;align-items:center;gap:10px;border:2px solid #ffac30;border-radius:0;padding:8px 14px;margin-bottom:22px;max-width:100%}.sj-ed-fit-tag{flex:0 0 auto;font-weight:600;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#ffac30}.sj-ed-fit-note{font-weight:500;font-size:13px;color:#000}.sj-ed-pcat{font-weight:600;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:14px}.sj-ed-ptitle{font-weight:500;font-size:34px;line-height:1.08;text-transform:lowercase;margin-bottom:14px}.sj-ed-pprice{font-weight:500;font-size:22px;margin-bottom:26px}.sj-ed-pdivider{height:1px;background:#e0e0e0;margin-bottom:28px}.sj-ed-poption{margin-bottom:26px}.sj-ed-plabel{font-weight:600;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:10px}.sj-ed-pvariants{display:flex;flex-wrap:wrap;gap:8px}.sj-ed-pvar{position:relative;cursor:pointer}.sj-ed-pvar input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;margin:0}.sj-ed-pvar span{display:flex;align-items:center;justify-content:center;min-width:50px;height:44px;padding:0 16px;border:1px solid #cfcfcf;font-size:14px;text-transform:uppercase;transition:border-color .15s ease,background .15s ease,color .15s ease}.sj-ed-pvar input:checked+span{border-color:#000;background:#000;color:#fff}.sj-ed-pvar:hover input:not(:disabled)+span{border-color:#000}.sj-ed-pvar.is-soldout span{color:#bbb;border-style:dashed;text-decoration:line-through;cursor:not-allowed}.sj-ed-pform{margin:0}.sj-ed-pbtn{width:100%;height:54px;margin-top:4px;background:#000;color:#fff;border:none;font-family:inherit;font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.sj-ed-pbtn:hover{opacity:.85}.sj-ed-pbtn:disabled{background:#cfcfcf;cursor:not-allowed;opacity:1}.sj-ed-pdesc{margin-top:36px;font-size:15px;line-height:1.6;max-width:48ch}.sj-ed-pdesc h3{font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin:24px 0 7px;color:#000}.sj-ed-pdesc h3:first-child{margin-top:0}.sj-ed-pdesc p{margin-bottom:12px}.sj-ed-pdesc p:last-child{margin-bottom:0}.sj-ed-pdesc strong{font-weight:600}.sj-ed-pdesc a{text-decoration:underline}@media(max-width:900px){.sj-ed-product{grid-template-columns:1fr;gap:30px;padding-bottom:80px}.sj-ed-gallery{position:static}.sj-ed-ptitle{font-size:28px}}.sj-ed-cartpage .sj-ed-wrap{padding-top:8px;padding-bottom:120px}.sj-ed-bag-title{font-weight:500;font-size:30px;text-transform:lowercase;margin-bottom:34px}.sj-ed-bag-count{color:#999}.sj-ed-lines-head{display:grid;grid-template-columns:96px 1fr auto auto;gap:24px;align-items:center;padding-bottom:12px;border-bottom:1px solid #000;font-weight:600;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.sj-ed-lines-head .sj-ed-lh-item{grid-column:1 / 3}.sj-ed-lines-head .sj-ed-lh-qty{text-align:center}.sj-ed-lines-head .sj-ed-lh-total{text-align:right}.sj-ed-line{display:grid;grid-template-columns:96px 1fr auto auto;grid-template-areas:"thumb info qty price";gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid #e0e0e0}.sj-ed-line-thumb{grid-area:thumb;display:block;width:96px}.sj-ed-line-thumb .sj-ed-thumb{width:96px;aspect-ratio:1/1;display:block}.sj-ed-line-info{grid-area:info;min-width:0}.sj-ed-line-title{display:block;font-weight:500;font-size:16px;line-height:1.2}.sj-ed-line-variant{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#666;margin-top:5px}.sj-ed-line-remove{display:inline-block;margin-top:11px;padding:0;border:none;background:none;font-family:inherit;cursor:pointer;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#999;text-decoration:underline;text-underline-offset:2px}.sj-ed-line-remove:hover{color:#000}.sj-ed-line-qty{grid-area:qty;display:inline-flex;align-items:center;border:1px solid #cfcfcf;justify-self:center}.sj-ed-qtybtn{width:34px;height:38px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;font-family:inherit;cursor:pointer;font-size:15px;color:#000;transition:background .15s ease}.sj-ed-qtybtn:hover{background:#f0f0f0}.sj-ed-qtybtn:disabled{opacity:.4;cursor:default}.sj-ed-qtynum{min-width:30px;text-align:center;font-size:14px;font-weight:500}.sj-ed-line-price{grid-area:price;text-align:right;font-weight:500;font-size:15px;min-width:56px}.sj-ed-cart-summary{margin-top:36px;display:flex;flex-direction:column;align-items:flex-end}.sj-ed-subtotal-row{display:flex;justify-content:space-between;gap:48px;width:100%;max-width:340px;font-weight:500;font-size:19px}.sj-ed-taxnote{width:100%;max-width:340px;text-align:right;font-size:12px;color:#666;margin-top:8px}.sj-ed-cart-summary form{width:100%;max-width:340px}.sj-ed-checkout{width:100%;margin-top:18px;height:54px;background:#000;color:#fff;border:none;font-family:inherit;font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.sj-ed-checkout:hover{opacity:.85}.sj-ed-bag-empty{padding:48px 0 110px;text-align:center}.sj-ed-bag-empty .sj-ed-bag-title{text-align:center;margin-bottom:18px}.sj-ed-emptylink{font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #000;padding-bottom:2px}@media(max-width:700px){.sj-ed-lines-head{display:none}.sj-ed-line{grid-template-columns:64px 1fr auto;grid-template-areas:"thumb info info" "thumb qty price";row-gap:14px;column-gap:16px;align-items:start}.sj-ed-line-thumb,.sj-ed-line-thumb .sj-ed-thumb{width:64px}.sj-ed-line-qty{justify-self:start;align-self:center}.sj-ed-line-price{align-self:center}.sj-ed-cart-summary{align-items:stretch}.sj-ed-subtotal-row,.sj-ed-taxnote,.sj-ed-cart-summary form{max-width:none}.sj-ed-taxnote{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom-editorial.css.map */
