.breakdance .bde-section-54-100 .section-container{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-section-54-100 .section-container>*{width:auto!important;height:auto!important}.breakdance .bde-section-54-100 .section-container{--bde-grid-items-per-row:1}.breakdance .bde-section-54-100 .section-container{--bde-section-width:100%}.breakdance .bde-section-54-100 .section-container{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px}#custom-page{--paper:#f7f5f0;--paper-2:#ece9e0;--ink:#16181d;--muted:#7d7b72;--line:rgba(22,24,29,.15);--serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--ease:cubic-bezier(.22,.8,.22,1);--radius:26px;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.45;display:block}#custom-page *{box-sizing:border-box}#custom-page a{color:inherit;text-decoration:none}#custom-page img{max-width:100%}#custom-page button,#custom-page input{font:inherit;cursor:pointer}#custom-page .button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 20px;border:1px solid currentColor;border-radius:999px;text-transform:uppercase;letter-spacing:.1em;font-size:11px;transition:transform .25s var(--ease);background:transparent;color:inherit}#custom-page .button:hover{transform:translateY(-2px)}#custom-page .button--dark{background:var(--ink);color:var(--paper);border-color:var(--ink)}#custom-page .product-section{padding:160px 24px;background:var(--paper-2)}#custom-page .product-layout{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.22fr .78fr;gap:clamp(42px,7vw,126px);align-items:start}#custom-page .product-gallery{position:sticky;top:105px;display:grid;gap:14px}#custom-page .gallery-stage{min-height:630px;border-radius:var(--radius);position:relative;overflow:hidden;background:#a9742e}#custom-page .gallery-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.06),transparent 40%,rgba(0,0,0,.1));pointer-events:none}#custom-page .gallery-main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .45s var(--ease)}#custom-page .gallery-main.is-fading{opacity:0}#custom-page .gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}#custom-page .gallery-thumb{height:96px;border-radius:14px;border:1px solid transparent;background:var(--paper);position:relative;overflow:hidden;padding:0;transition:border .2s,transform .25s var(--ease)}#custom-page .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}#custom-page .gallery-thumb.is-active{border-color:var(--ink)}#custom-page .gallery-thumb:hover{transform:translateY(-2px)}#custom-page .product-info{padding-top:2px}#custom-page .product-info h1{font-family:var(--serif);font-weight:400;font-size:clamp(52px,5vw,82px);line-height:.82;letter-spacing:-.07em;margin:0}#custom-page .product-subtitle{margin:20px 0 24px;color:var(--muted);max-width:400px;font-size:16px}#custom-page .price-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin:28px 0}#custom-page .price-line span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}#custom-page .price-line strong{font-family:var(--serif);font-size:25px;font-weight:400}#custom-page .single_add_to_cart_button{width:100%;margin-top:8px;display:flex;justify-content:center}#custom-page .accordions{margin-top:28px;border-top:1px solid var(--line)}#custom-page .accordion{border-bottom:1px solid var(--line)}#custom-page .accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;font-size:12px;letter-spacing:.08em;text-transform:uppercase}#custom-page .accordion summary::-webkit-details-marker{display:none}#custom-page .accordion summary::after{content:"+";font-size:20px;font-weight:300;line-height:1;transition:transform .25s var(--ease)}#custom-page .accordion[open] summary::after{transform:rotate(45deg)}#custom-page .accordion p{margin:0;padding:0 0 21px;color:var(--muted);max-width:530px;font-size:14px;white-space:pre-line}#custom-page .section-index{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:28px}#custom-page .added_to_cart{display:none}#custom-page .toast{position:fixed;z-index:90;left:24px;bottom:24px;transform:translateY(18px);opacity:0;pointer-events:none;background:var(--ink);color:var(--paper);padding:12px 17px;border-radius:999px;font-size:12px;letter-spacing:.04em;transition:.35s var(--ease)}#custom-page .toast.is-visible{opacity:1;transform:translateY(0)}#custom-page a:focus-visible,#custom-page button:focus-visible,#custom-page summary:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}@media (max-width:900px){#custom-page .product-section{padding:96px 16px}#custom-page .product-layout{grid-template-columns:1fr;gap:40px}#custom-page .product-gallery{position:static}#custom-page .gallery-stage{min-height:470px}#custom-page .product-info h1{font-size:16vw}}@media (max-width:560px){#custom-page .gallery-stage{min-height:380px;border-radius:20px}#custom-page .gallery-thumbs{grid-template-columns:repeat(3,1fr);gap:8px}#custom-page .gallery-thumb{height:76px;border-radius:12px}}