.leaf-sizing-link{display:inline-block;font-size:14px;font-weight:600;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px;margin:.1rem 0 .5rem;letter-spacing:.01em}.leaf-sizing-link:hover{text-decoration:none}.leaf-trigger-wrap{border-top:1px solid rgba(var(--color-foreground),.15);border-bottom:1px solid rgba(var(--color-foreground),.15);margin:.5rem 0}.leaf-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.01em;color:rgb(var(--color-foreground));text-align:left}.leaf-trigger svg{flex-shrink:0;transition:transform .2s ease;color:rgba(var(--color-foreground),.55)}.leaf-trigger:hover svg{transform:translate(4px)}.leaf-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.leaf-drawer[aria-hidden=false] .leaf-drawer__overlay{opacity:1;pointer-events:auto}.leaf-drawer__panel{position:fixed;top:0;right:0;bottom:0;width:min(720px,68vw);background:rgb(var(--color-background));z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);overflow:hidden}.leaf-drawer[aria-hidden=false] .leaf-drawer__panel{transform:translate(0)}.leaf-drawer__head{flex-shrink:0;padding:1.5rem 2rem 1rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.leaf-drawer__product-title{font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0;line-height:1.3;max-width:280px}.leaf-drawer__body{display:flex;flex-direction:row;flex:1;overflow:hidden}.leaf-drawer__nav{flex-shrink:0;width:190px;padding:1.5rem 0 5rem;border-right:1px solid rgba(var(--color-foreground),.1);display:flex;flex-direction:column;overflow-y:auto}.leaf-drawer__nav-link{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;font-size:13.5px;font-weight:500;color:rgba(var(--color-foreground),.5);text-decoration:none;border-bottom:1px solid rgba(var(--color-foreground),.07);transition:color .15s;gap:.5rem}.leaf-drawer__nav-link:last-child{border-bottom:none}.leaf-drawer__nav-link svg{flex-shrink:0;width:14px;height:14px;opacity:0;transition:opacity .15s}.leaf-drawer__nav-link:hover,.leaf-drawer__nav-link--active{color:rgb(var(--color-foreground))}.leaf-drawer__nav-link--active svg,.leaf-drawer__nav-link:hover svg{opacity:1}.leaf-drawer__content{flex:1;overflow-y:auto;padding:2rem 2.5rem 5rem;min-width:0}.leaf-drawer__close{position:fixed;bottom:2rem;left:calc(100vw - min(720px,68vw) - 28px);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:50%;cursor:pointer;z-index:10000;transition:background .2s,opacity .2s;opacity:0;pointer-events:none}.leaf-drawer[aria-hidden=false] .leaf-drawer__close{opacity:1;pointer-events:auto}.leaf-drawer__close:hover{background:rgba(var(--color-foreground),.8)}.leaf-drawer__section{padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:2rem}.leaf-drawer__section:last-child{border-bottom:none;margin-bottom:0}.leaf-drawer__section-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin:0 0 1rem}.leaf-drawer__description{font-size:13.5px;line-height:1.7;color:rgba(var(--color-foreground),.82)}.leaf-drawer__description p{margin:0 0 .5rem}.leaf-drawer__description p:last-child{margin:0}.leaf-details__features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem;margin-bottom:.5rem}@media screen and (max-width:599px){.leaf-details__features-grid{grid-template-columns:1fr;gap:1rem}}.leaf-details__feature-title{font-size:13px;font-weight:700;margin:0 0 .4rem;color:rgb(var(--color-foreground))}.leaf-details__feature-content{font-size:12.5px;line-height:1.6;color:rgba(var(--color-foreground),.75)}.leaf-details__feature-content ul,.leaf-details__feature-content ol{padding-left:1.1rem;margin:0}.leaf-details__feature-content li{margin-bottom:.2rem}.leaf-details__feature-content p{margin:0 0 .3rem}.leaf-details__spec-table{width:100%;margin-top:1.25rem;border-top:1px solid rgba(var(--color-foreground),.1);display:table;border-collapse:collapse;font-size:13px}.leaf-details__spec-row{display:table-row}.leaf-details__spec-label,.leaf-details__spec-value{display:table-cell;padding:.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.07);vertical-align:middle}.leaf-details__spec-label{font-weight:600;width:180px;padding-right:1rem;color:rgb(var(--color-foreground))}.leaf-details__spec-value{color:rgba(var(--color-foreground),.75);text-align:right}.leaf-details__spec-link{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px}.leaf-details__spec-link:hover{text-decoration:none}.leaf-details__mat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 2.5rem}@media screen and (max-width:599px){.leaf-details__mat-grid{grid-template-columns:1fr;gap:1rem}}@media screen and (max-width:749px){.leaf-drawer__panel{width:100vw;flex-direction:column}.leaf-drawer__body{flex-direction:column;overflow:hidden}.leaf-drawer__nav{width:100%;flex-direction:row;padding:0;border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.1);overflow-x:auto;overflow-y:visible;flex-shrink:0}.leaf-drawer__nav-link{white-space:nowrap;padding:.7rem 1rem;border-bottom:none}.leaf-drawer__content{padding:1.25rem 1rem 4rem}.leaf-drawer__close{left:1rem;bottom:1rem}}body.leaf-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-product-leaf-details.css.map */
