/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 58:0 Unexpected "<"

**/
<style>
/* --- Minimal floating cookie banner for Unsen theme --- */
#shopify-pc__banner,
.cookie-banner,
.shopify-cookie-banner {
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 280px;             /* smaller width for mobile */
  width: auto;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 50px;           /* pill-shaped look */
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  box-sizing: border-box;
}

/* Buttons inside the banner */
#shopify-pc__banner button,
.cookie-banner button,
.shopify-cookie-banner button {
  padding: 4px 8px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 20px;          /* pill-shaped buttons */
  margin-top: 4px;
}

/* --- Mobile adjustments for very small screen footprint --- */
@media (max-width: 768px) {
  #shopify-pc__banner,
  .cookie-banner,
  .shopify-cookie-banner {
    max-width: 220px !important;  /* narrower on mobile */
    padding: 5px 8px !important;
    font-size: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
  }

  #shopify-pc__banner button,
  .cookie-banner button,
  .shopify-cookie-banner button {
    padding: 3px 6px !important;
    font-size: 10px !important;
  }
}
</style>
