    #cg-inline-wrapper{width:100%;min-height:80vh;position:relative;background:#fafafa;border-radius:0px;overflow:visible}
    #cg-sdk-container{width:100%;height:100vh;position:relative}
    .cg-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#888;font-size:14px;z-index:1;transition:opacity .3s}
    .cg-loader.cg-hide{opacity:0;pointer-events:none}
    .cg-spinner{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:cgSpin .8s linear infinite}
    @keyframes cgSpin{to{transform:rotate(360deg)}}
    body.cg-sdk-loading .loading-overlay,
    body.cg-sdk-loading .loading-overlay__spinner,
    body.cg-sdk-loading .page-loader,
    body.cg-sdk-loading .global-loader,
    body.cg-sdk-loading .preloader,
    body.cg-sdk-loading .theme-loader{display:none !important}
    cart-drawer.drawer{z-index:10001 !important}
    @media(max-width:600px){#cg-sdk-container{height:100dvh}}
    @media(max-width:600px){#cg-inline-wrapper{min-height:100dvh}}
    @media(min-width:1600px){#cg-sdk-container{height:85vh}}
