/** Shopify CDN: Minification failed

Line 43:14 Expected identifier but found whitespace
Line 43:15 Unexpected "1100px"

**/
.mw-tippy .tippy-box[data-theme~=light-border] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 8, 16, .15);
    color: #333333;
    box-shadow: 0 4px 14px -2px #00081014;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

@media(max-width:768px){
    .mw-tippy .tippy-box[data-theme~=light-border] {
        transform: translate(-38%, 2px);
    }
}

/* =====================================
   STICKY CART WIDTH CONTROL (GLOBAL)
   ===================================== */

/* #sticky-cart-portal {
  width:800px;
} */


/* =====================================
   DESKTOP VIEW (Above 768px)
   ===================================== */
/* @media (min-width: 769px) { */

  /* Desktop main container */
  /* #sticky-cart-portal [data-essential-cart-element="container-desktop"] {
    width: 800px !important;        /* Full width */
    max-width: 1100px !important;  /* Increase desktop width (change as needed) */
    right: 10% !important;         /* Distance from right side */
    left: auto !important;
  } */

  /* Desktop inner content */
  /* #sticky-cart-portal [data-essential-cart-element="content-container-desktop"] {
    width: 800px !important;
    max-width: 100% !important;
  }
} */


/* =====================================
   MOBILE VIEW (Up to 768px)
   ===================================== */
/* @media (max-width: 768px) { */

  /* Mobile main container */
  /* #sticky-cart-portal [data-essential-cart-element="container-mobile"] {
    width: 800px !important;       /* Full width */
    max-width: 100% !important;
    left: 0 !important;           /* Remove side gaps */
    right: 0 !important;
    bottom: 0 !important;         /* Stick to bottom */
    margin: 0 auto !important;
  } */

  /* Mobile inner content */
  /* #sticky-cart-portal [data-essential-cart-element="content-container-mobile"] {
    width: 800px !important;
    max-width: 100% !important;
  }

} */
