@media (max-width:1024px){#sticky-add-to-cart-bar.is-visible{transform:translateY(0)}.sticky-bar-content{display:flex;align-items:center;justify-content:space-between;gap:10px;max-width:100%;margin:0 auto}.sticky-product-thumb{flex-shrink:0;width:45px;height:45px;border-radius:4px;overflow:hidden;transition:width .3s}.sticky-product-thumb img{width:100%;height:100%;object-fit:cover}.sticky-product-info{flex-grow:1;min-width:0;line-height:1.2}.sticky-product-info strong{display:block;font-size:14px;font-weight:600;color:var(--global-palette-btn-color,#333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-product-info span{font-size:16px;font-weight:700;color:var(--global-palette-brand-primary,#4caf50)}.sticky-qty-selector{flex-shrink:0}.sticky-qty-selector .quantity{display:flex;flex-direction:row;align-items:center;margin:0}.sticky-qty-selector .quantity .qty{height:45px;padding:0 5px;text-align:center;width:40px;margin:0;border-radius:0}.sticky-qty-selector .quantity button{height:45px;padding:0 8px;background-color:var(--global-palette-btn-background,#f0f0f0);color:var(--global-palette-btn-color,#333);border:1px solid #ccc;cursor:pointer;line-height:1;font-size:18px}.sticky-qty-selector .quantity .minus{border-top-right-radius:0;border-bottom-right-radius:0}.sticky-qty-selector .quantity .plus{border-top-left-radius:0;border-bottom-left-radius:0}.sticky-add-to-cart-btn{flex-shrink:0;min-width:110px;height:45px;font-size:15px;font-weight:700;padding:0 15px;background-color:var(--global-palette-btn-background,#4caf50);color:var(--global-palette-btn-color,#fff);border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.sticky-add-to-cart-btn:hover{background-color:var(--global-palette-brand-primary,#45a049)}}@media (max-width:767px){.sticky-product-thumb{display:none;width:0;margin-right:0}.sticky-bar-content{gap:15px}}