#oak-product{--cream:#F6F1E8;--cream-deep:#EDE5D6;--white:#FDFCFA;--ink:#2C2620;--ink-soft:#574F44;--wood:#A97E52;--wood-deep:#7C5A39;--green:#5E6F52;--line:rgba(44,38,32,.12);--radius:20px;--shadow:0 18px 50px -18px rgba(44,38,32,.22);--fd:"Fraunces",Georgia,"Times New Roman",serif;--fb:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-family:var(--fb);color:var(--ink);background:var(--cream);font-weight:300;line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}#oak-product *{box-sizing:border-box;margin:0;padding:0}#oak-product img{max-width:100%;display:block;height:auto}#oak-product a{color:inherit;text-decoration:none}#oak-product .oak-wrap{max-width:1200px;margin:0 auto;padding:0 24px}#oak-product .oak-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 34px;border-radius:999px;font-family:var(--fb);font-size:15px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;cursor:pointer;border:1px solid transparent;transition:transform .25s,background .25s}#oak-product .oak-btn:active{transform:scale(.98)}#oak-product .oak-btn-primary{background:var(--ink);color:var(--cream)}#oak-product .oak-btn-primary:hover{background:var(--wood-deep)}#oak-product .oak-btn[disabled]{opacity:.45;cursor:not-allowed}#oak-product .oak-crumbs{padding:24px 0 0;font-size:13.5px;color:var(--ink-soft);letter-spacing:.04em}#oak-product .oak-crumbs a{border-bottom:1px solid rgba(44,38,32,.25);padding-bottom:1px;transition:border-color .25s,color .25s}#oak-product .oak-crumbs a:hover{color:var(--ink);border-color:var(--ink)}#oak-product .oak-crumbs span{margin:0 8px;opacity:.5}#oak-product .oak-p-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;padding:30px 0 90px;align-items:start}#oak-product .oak-p-gallery{position:sticky;top:96px}#oak-product .oak-p-main{background:var(--white);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 8px 30px -22px #2c262040}#oak-product .oak-p-main img{width:92%;height:92%;object-fit:contain;transition:opacity .2s}#oak-product .oak-p-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}#oak-product .oak-p-thumb{background:var(--white);border:1px solid transparent;border-radius:12px;overflow:hidden;aspect-ratio:1/1;cursor:pointer;padding:6px;transition:border-color .25s}#oak-product .oak-p-thumb.active{border-color:var(--wood-deep)}#oak-product .oak-p-thumb img{width:100%;height:100%;object-fit:contain}#oak-product .oak-p-brand{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--wood-deep);font-weight:500;margin-bottom:12px}#oak-product .oak-p-title{font-family:var(--fd);font-weight:300;font-size:clamp(38px,4.6vw,56px);line-height:1.05;margin-bottom:14px}#oak-product .oak-p-price{font-size:26px;font-weight:400;margin-bottom:4px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}#oak-product .oak-p-compare{font-size:19px;color:var(--ink-soft);text-decoration:line-through;font-weight:300}#oak-product .oak-p-taxnote{font-size:13.5px;color:var(--ink-soft);margin-bottom:28px}#oak-product .oak-p-taxnote a{border-bottom:1px solid rgba(44,38,32,.3)}#oak-product .oak-p-opt-label{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;margin-bottom:12px}#oak-product .oak-p-opt{margin-bottom:22px}#oak-product .oak-p-pills{display:flex;gap:10px;flex-wrap:wrap}#oak-product .oak-p-pill{position:relative}#oak-product .oak-p-pill input{position:absolute;opacity:0;width:0;height:0}#oak-product .oak-p-pill span{display:inline-flex;align-items:center;border:1px solid rgba(44,38,32,.3);border-radius:999px;padding:11px 22px;min-height:46px;font-size:15px;background:transparent;color:var(--ink);cursor:pointer;transition:all .25s}#oak-product .oak-p-pill span:hover{border-color:var(--ink)}#oak-product .oak-p-pill input:checked+span{background:var(--ink);color:var(--cream);border-color:var(--ink)}#oak-product .oak-p-pill input:focus-visible+span{outline:2px solid var(--wood-deep);outline-offset:2px}#oak-product .oak-p-qty-row{display:flex;gap:14px;margin:8px 0 14px}#oak-product .oak-p-qty{display:flex;align-items:center;border:1px solid rgba(44,38,32,.3);border-radius:999px;overflow:hidden;flex:none}#oak-product .oak-p-qty button{width:48px;min-height:54px;background:none;border:0;font-size:20px;cursor:pointer;color:var(--ink);font-family:var(--fb);transition:background .2s}#oak-product .oak-p-qty button:hover{background:#2c26200d}#oak-product .oak-p-qty input{width:44px;text-align:center;border:0;background:none;font-family:var(--fb);font-size:16px;color:var(--ink);outline:none}#oak-product .oak-p-atc{flex:1}#oak-product .oak-p-trust{display:flex;flex-direction:column;gap:9px;margin:22px 0 30px}#oak-product .oak-p-trust div{font-size:14.5px;color:var(--ink-soft);display:flex;align-items:center;gap:10px}#oak-product .oak-p-trust svg{flex:none}#oak-product .oak-p-engrave{background:var(--cream-deep);border-radius:14px;padding:16px 20px;font-size:14.5px;color:var(--ink-soft);margin-bottom:26px;display:flex;gap:12px;align-items:center}#oak-product .oak-p-engrave a{color:var(--wood-deep);border-bottom:1px solid var(--wood-deep);white-space:nowrap}#oak-product details.oak-p-acc{border-top:1px solid var(--line)}#oak-product details.oak-p-acc:last-of-type{border-bottom:1px solid var(--line)}#oak-product .oak-p-acc summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;justify-content:space-between;align-items:center;font-size:14px;letter-spacing:.14em;text-transform:uppercase;font-weight:500}#oak-product .oak-p-acc summary::-webkit-details-marker{display:none}#oak-product .oak-p-acc summary:after{content:"+";font-size:20px;font-weight:300;transition:transform .3s}#oak-product details.oak-p-acc[open] summary:after{transform:rotate(45deg)}#oak-product .oak-p-acc-body{padding:0 0 20px;color:var(--ink-soft);font-size:15.5px}#oak-product .oak-p-acc-body p{margin-bottom:10px}#oak-product .oak-p-acc-body ul{padding-left:20px;margin:6px 0}#oak-product .oak-p-acc-body li{margin-bottom:5px}#oak-product .oak-p-acc-body a{border-bottom:1px solid rgba(44,38,32,.3)}#oak-product .oak-cross{background:var(--cream-deep);padding:80px 0}#oak-product .oak-cross h2{font-family:var(--fd);font-weight:300;font-size:clamp(28px,3.6vw,40px);margin-bottom:34px}#oak-product .oak-cross h2 em{font-style:italic;color:var(--wood-deep)}#oak-product .oak-cross-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}#oak-product .oak-cross-card{display:flex;align-items:center;gap:24px;background:var(--white);border-radius:var(--radius);padding:22px 26px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 30px -22px #2c262040}#oak-product .oak-cross-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}#oak-product .oak-cross-card .imgbox{width:104px;height:104px;flex:none;background:var(--white);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}#oak-product .oak-cross-card .imgbox img{width:88%;height:88%;object-fit:contain}#oak-product .oak-cross-card .tag{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--wood-deep);font-weight:500;margin-bottom:3px}#oak-product .oak-cross-card h4{font-family:var(--fd);font-weight:400;font-size:21px;margin-bottom:3px}#oak-product .oak-cross-card p{font-size:14px;color:var(--ink-soft)}#oak-product .oak-cross-card .price{margin-left:auto;font-weight:500;font-size:17px;white-space:nowrap}#oak-product .oak-p-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--white);border-top:1px solid var(--line);padding:12px 20px calc(12px + env(safe-area-inset-bottom));display:none;align-items:center;gap:14px;box-shadow:0 -10px 30px -18px #2c26204d;transform:translateY(110%);transition:transform .35s ease}#oak-product .oak-p-sticky.show{transform:none}#oak-product .oak-p-sticky .info{line-height:1.3}#oak-product .oak-p-sticky .info strong{font-family:var(--fd);font-weight:400;font-size:17px;display:block}#oak-product .oak-p-sticky .info span{font-size:14px;color:var(--ink-soft)}#oak-product .oak-p-sticky .oak-btn{flex:1;min-height:48px;padding:10px 18px}@media(max-width:960px){#oak-product .oak-p-grid{grid-template-columns:1fr;gap:34px;padding-bottom:70px}#oak-product .oak-p-gallery{position:static}#oak-product .oak-p-sticky{display:flex}#oak-product .oak-cross-grid{grid-template-columns:1fr}}@media(max-width:520px){#oak-product .oak-p-thumbs{grid-template-columns:repeat(4,1fr)}#oak-product .oak-p-qty-row{flex-wrap:wrap}#oak-product .oak-p-atc{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/oakora-product.css.map */
