.elementor-2110 .elementor-element.elementor-element-f49fdd1{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2110 .elementor-element.elementor-element-d904c89{--display:flex;--min-height:100vh;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2110 .elementor-element.elementor-element-e55c554.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-2110 .elementor-element.elementor-element-e55c554{--side-cart-alignment-transform:translateX(100%);--side-cart-alignment-left:auto;--side-cart-alignment-right:0;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-border-width:0px;--toggle-button-border-radius:0px;--toggle-icon-size:41px;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-2110 .elementor-element.elementor-element-e55c554 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}@media(min-width:768px){.elementor-2110 .elementor-element.elementor-element-d904c89{--width:100vw;}}/* Start custom CSS for woocommerce-menu-cart, class: .elementor-element-e55c554 *//* default / tablet-ish */
.pinned-cart{
  position: fixed;         /* lock to viewport */
  bottom: 2vw;             /* distance from bottom */
  right:  2vw;             /* distance from right  */
  /* size: use one of the two lines below */
  /* width: clamp(50px, 12vw, 120px); */   /* if you want the icon sized like WA */
  /* or let Elementor control size and remove the width line */
  z-index: 1002;           /* above the WA icon (which is 1000) */
  background: transparent; /* keep it clean */
  border: 0;
  box-shadow: none;
}

/* mobile ≤ 768px */
@media (max-width:768px){
  .pinned-cart{ bottom: 50px; right: -10px; }
}

/* desktop ≥ 1025px */
@media (min-width:1025px){
  .pinned-cart{ bottom: 110px; right: 35px; }
}

/* optional: the red count badge (Elementor badge) */
.pinned-cart .elementor-button-icon-qty{
  position:absolute; top:-8px; right:-8px;
  min-width:18px; height:18px; line-height:18px;
  border-radius:999px; background:#e11; color:#fff;
  font-size:11px; text-align:center; padding:0 4px;
}

/* optional: hide on cart/checkout pages */
.woocommerce-cart .pinned-cart,
.woocommerce-checkout .pinned-cart{ display:none !important; }/* End custom CSS */