.product-info-drawer{display:flex;flex-direction:column;margin-bottom:16px}.product-info-drawer__trigger{position:relative;width:100%;text-align:left;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fcfcfa;border:none;border-radius:10px;padding:22px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--font-one-family);font-weight:500;font-size:18px;line-height:100%;letter-spacing:0;color:rgba(var(--color-foreground), 1)}.product-info-drawer__trigger-label{flex:1 1 auto}.product-info-drawer__trigger-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#1b1c21}.product-info-drawer__overlay{position:fixed;inset:0;background:rgba(255,255,255,.6);opacity:0;pointer-events:none;transition:opacity 320ms ease-in-out;z-index:9998}.product-info-drawer__close-outside{position:fixed;top:80px;right:calc(648px + 24px);width:33px;height:33px;padding:0;border:0;background:rgba(0,0,0,0);display:none;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity 320ms ease-in-out;z-index:10000}@media(min-width: 1021px){.product-info-drawer__close-outside{display:inline-flex}}.product-info-drawer__panel{position:fixed;top:0;right:0;width:100%;height:100vh;max-width:100%;padding:32px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;background:#fcfcfa;border-radius:10px 0 0 10px;box-shadow:-4px 0 12px rgba(0,0,0,.08);transform:translateX(100%);transition:transform 320ms ease-in-out;overflow-y:auto;z-index:9999}@media(min-width: 1021px){.product-info-drawer__panel{padding:80px 20px}}.product-info-drawer__panel[hidden]{display:none}@media(min-width: 1021px){.product-info-drawer__panel{width:648px;max-width:648px}}.product-info-drawer__header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.product-info-drawer__heading{margin:0;font-family:Urbane,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#1b1c21}.product-info-drawer__close-inside{flex:0 0 auto;width:40px;height:40px;padding:0;border:0;background:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#3d3d3d}.product-info-drawer__close-inside-icon{display:inline-flex;align-items:center;justify-content:center}.product-info-drawer__close-inside-icon--desktop{display:none;transform:rotate(180deg)}@media(min-width: 1021px){.product-info-drawer__close-inside-icon--desktop{display:inline-flex}}@media(min-width: 1021px){.product-info-drawer__close-inside-icon--mobile{display:none}}.product-info-drawer__body{width:100%;font-family:Usual,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:1.2;color:#1b1c21}.product-info-drawer[data-open=true] .product-info-drawer__panel{transform:translateX(0)}.product-info-drawer[data-open=true] .product-info-drawer__overlay{opacity:1;pointer-events:auto}.product-info-drawer[data-open=true] .product-info-drawer__close-outside{opacity:1;pointer-events:auto}