/** Shopify CDN: Minification failed

Line 23:0 All "@import" rules must come first

**/
/* Gal Paz Music - Custom Theme - Turquoise + Bordeaux */

:root {
  --gp-bg: #faf7f2;
  --gp-text: #2c1810;
  --gp-text-light: #666;
  --gp-accent: #0d7377;
  --gp-gold: #8B2252;
  --gp-border: #e0d8cc;
  --gp-card-bg: #ffffff;
  --gp-radius: 8px;
  --gp-shadow: 0 2px 8px rgba(0,0,0,0.06);
  --gp-shadow-hover: 0 6px 20px rgba(0,0,0,0.1);
  --gp-font-body: 'Heebo', sans-serif;
  --gp-font-heading: 'Frank Ruhl Libre', serif;
  --gp-transition: all 0.3s ease;
}
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&family=Heebo:wght@300;400;500;700&display=swap');

body {
  font-family: var(--gp-font-body) !important;
  color: var(--gp-text) !important;
  line-height: 1.7 !important;
  direction: rtl;
  background-color: #f0ebe0 !important;
  background-image:
    radial-gradient(circle at 50% 50%, transparent 32%, rgba(13,115,119,0.12) 33%, rgba(13,115,119,0.08) 42%, transparent 43%),
    radial-gradient(circle at 50% 50%, rgba(80,70,60,0.2) 6%, rgba(120,110,100,0.08) 7%, transparent 8%),
    radial-gradient(circle at 42% 38%, rgba(255,255,255,0.15) 0%, transparent 20%),
    radial-gradient(circle at 50% 50%, transparent 32%, rgba(13,115,119,0.08) 33%, rgba(13,115,119,0.05) 42%, transparent 43%),
    radial-gradient(circle at 50% 50%, rgba(80,70,60,0.15) 6%, rgba(120,110,100,0.06) 7%, transparent 8%),
    radial-gradient(circle at 42% 38%, rgba(255,255,255,0.1) 0%, transparent 20%) !important;
  background-size: 56px 56px !important;
  background-position: 0 0, 0 0, 0 0, 28px 28px, 28px 28px, 28px 28px !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4 {
  font-family: var(--gp-font-heading) !important;
  color: var(--gp-text) !important;
  font-weight: 700 !important;
}

/* Header - Turquoise */
.site-header, #shopify-section-header, header {
  background-color: #0d7377 !important;
  border-bottom: 2px solid #0a5c5f !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
}
.announcement-bar {
  background-color: #0a5c5f !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 8px 0 !important;
}
.nav-bar, #navBar {
  background-color: #14a3a8 !important;
  border: none !important;
}
.site-nav, .site-nav--centered {
  font-family: var(--gp-font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.site-nav a, .site-nav__link, .site-nav .site-nav--active,
.navigation a, .main-menu a, #AccessibleNav a, nav a {
  color: #ffffff !important;
  text-transform: none !important;
  padding: 8px 14px !important;
  transition: all 0.3s ease !important;
}
.site-nav a:hover, nav a:hover { color: #ffd700 !important; }

/* Search bar */
.search-bar--submit, .search-bar button { background: #0a5c5f !important; color: #fff !important; }

/* Header icons */
.cart-toggle, .account--section, .account__icon a,
.header-cart-btn, .swym-wishlist, .myBtn { color: #fff !important; }
.icon.icon-cart, .cart-count, .icon-cart { color: #fff !important; }
.cart-toggle svg, .account__icon svg { fill: #fff !important; }
.announcement-bar .icon, [class*="headphone"], .icon-headphones { display: none !important; }

/* Product cards */
.product-item, .grid-product, .product-card,
.product-item--recently-viewed, .grid__item .grid-product {
  background: var(--gp-card-bg) !important;
  border-radius: var(--gp-radius) !important;
  border: 1px solid var(--gp-border) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  box-shadow: var(--gp-shadow) !important;
  margin-bottom: 20px !important;
}
.product-item:hover, .grid-product:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--gp-shadow-hover) !important;
  border-color: var(--gp-accent) !important;
}
.product-item img, .grid-product img, .product-card img,
.product-item--image img, .grid-product__image-wrapper img {
  border-radius: var(--gp-radius) var(--gp-radius) 0 0 !important;
  transition: all 0.3s ease !important;
}
.product-item:hover img, .grid-product:hover img { transform: scale(1.03) !important; }
.product-item--title, .grid-product__title,
.product-item--title a, .grid-product__title a {
  font-family: var(--gp-font-heading) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--gp-text) !important;
  text-decoration: none !important;
  padding: 8px 12px 0 !important;
}

/* Product prices - BIG bordeaux */
.product-item--price, .grid-product__price,
.product-item--price .h2, .product-item--price .money,
.product-item--price span, .grid-product__price .money {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #8B2252 !important;
  font-family: var(--gp-font-heading) !important;
  padding: 4px 12px 10px !important;
}
.product-single__price, .product-single__price .money,
.product__price, .product__price .money {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #8B2252 !important;
  font-family: var(--gp-font-heading) !important;
}
.product-item--price .compare-at, .grid-product__price--compare,
s .money, del .money, .was-price {
  font-size: 16px !important;
  color: #999 !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

/* Sale badge */
.product-tag, .badge--sale, .on-sale-badge, .product-tag--sale {
  background-color: #8B2252 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  padding: 3px 8px !important;
}

/* Buttons */
.btn, button[type="submit"], .add-to-cart,
.shopify-payment-button button, input[type="submit"] {
  background-color: #0d7377 !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--gp-radius) !important;
  font-family: var(--gp-font-body) !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 15px !important;
}
.btn:hover, button[type="submit"]:hover, .add-to-cart:hover,
.shopify-payment-button button:hover {
  background-color: #8B2252 !important;
  transform: translateY(-1px) !important;
}
.btn--secondary, .btn--tertiary {
  background-color: transparent !important;
  color: var(--gp-accent) !important;
  border: 2px solid var(--gp-accent) !important;
}
.btn--secondary:hover { background-color: var(--gp-accent) !important; color: #fff !important; }

/* Collection page */
.collection-hero__title, .page-title, .section-header__title {
  font-family: var(--gp-font-heading) !important;
  color: var(--gp-text) !important;
}
.grid-uniform, .flexy-grid { gap: 15px !important; }
.grid__item { padding: 0 8px 16px !important; }

/* Footer */
.site-footer, footer, #shopify-section-footer {
  background-color: #0a5c5f !important;
  color: #e0e0e0 !important;
  border-top: 3px solid #8B2252 !important;
  padding: 40px 0 !important;
}
.site-footer a, footer a { color: #ffd700 !important; }
.site-footer h4, footer h4, .footer__title { color: #fff !important; font-family: var(--gp-font-heading) !important; }

/* WhatsApp Button */
.whatsapp-float {
  position: fixed !important;
  bottom: 90px !important;
  left: 20px !important;
  z-index: 9999 !important;
  background: #25D366 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}
.whatsapp-float:hover { transform: scale(1.1) !important; box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important; }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }

/* Pagination */
.pagination a, .pagination span { border-radius: var(--gp-radius) !important; }
.pagination .active, .pagination .current { background-color: var(--gp-accent) !important; color: #fff !important; }

/* Hide slider */
.slider-section, .flexslider, [id*="slideshow"] { display: none !important; height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; }

/* Mobile responsive */
@media (max-width: 768px) {
  .product-item--price, .product-item--price .h2, .product-item--price .money, .product-item--price span { font-size: 22px !important; }
  .product-single__price, .product-single__price .money { font-size: 28px !important; }
  .grid__item { padding: 0 4px 12px !important; }
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--gp-bg); }
::-webkit-scrollbar-thumb { background: var(--gp-accent); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #0a5c5f; }

/* Logo */
.site-header__logo img, .header-logo img { max-height: 80px !important; }

/* Misc */
.template-index .main-content, .template-collection .main-content { padding-top: 0 !important; }
select { border: 1px solid var(--gp-border) !important; border-radius: var(--gp-radius) !important; }

/* Announcement text */
.announcement-bar, .announcement-bar a, .announcement-bar p,
.announcement-bar span, .announcement-bar__message {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

/* Logo - no white bg, sparkle */
.site-header__logo, .header-logo, .site-header__logo-link {
  background: transparent !important;
  padding: 0 !important;
}
.site-header__logo img, .header-logo img, .header-logo-img {
  max-height: 110px !important;
  height: 110px !important;
  width: auto !important;
  filter: drop-shadow(0 0 8px rgba(255,215,0,0.5)) drop-shadow(0 0 15px rgba(255,215,0,0.3)) !important;
}
.site-header__logo-image, .logo-image-container,
.site-header .grid__item, .header .wrapper {
  background: transparent !important;
}

/* Search bar bigger */
.search-bar, #seach_box_css, .s_input_box {
  width: 100% !important;
  max-width: 400px !important;
}
.search-bar input, #seach_box_css input, .s_input_box input {
  padding: 10px 20px !important;
  font-size: 15px !important;
  height: 44px !important;
  width: 100% !important;
}

/* Icons smaller */
.cart-toggle svg, .account__icon svg, .myBtn svg, .site-header svg {
  width: 22px !important;
  height: 22px !important;
}
.swym-wishlist, .swym-button { transform: scale(0.85) !important; }

/* Remove white from header inner elements */
.site-header .wrapper, .site-header .grid, .header-bar,
#shopify-section-header .wrapper, #shopify-section-header > div {
  background: transparent !important;
}

/* Hide announcement bar icons */
.announcement-bar .icon, .announcement-bar svg { display: none !important; }

/* Logo sparkle - correct selector */
img.logo, .logo {
  filter: drop-shadow(0 0 8px rgba(255,215,0,0.5)) drop-shadow(0 0 15px rgba(255,215,0,0.3)) !important;
  transition: all 0.3s ease !important;
}
img.logo:hover, .logo:hover {
  filter: drop-shadow(0 0 12px rgba(255,215,0,0.7)) drop-shadow(0 0 25px rgba(255,215,0,0.5)) !important;
  transform: scale(1.05) !important;
}

/* Logo - remove white bg, make bigger */
img.logo {
  mix-blend-mode: multiply !important;
  max-height: 140px !important;
  height: 140px !important;
  width: auto !important;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4)) !important;
}

/* Search bar pill shape */
#seach_box_css, .search-bar, form.search-bar,
.search-form, .site-header .search-bar {
  background: rgba(255,255,255,0.15) !important;
  border: 2px solid rgba(255,255,255,0.4) !important;
  border-radius: 30px !important;
  max-width: 300px !important;
  overflow: hidden !important;
}
#seach_box_css input, .search-bar input,
.s_input_box, .search_box_before_expand,
.site-header input[type="text"],
.site-header input[type="search"] {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  height: 38px !important;
  font-size: 14px !important;
}
.site-header input::placeholder {
  color: rgba(255,255,255,0.6) !important;
}

/* All header icons white and small */
.site-header a, .site-header svg,
.site-header .icon, header a, header svg,
header .icon, .site-header button,
.site-header .site-nav__link {
  color: #fff !important;
  fill: #fff !important;
}
.site-header svg, header svg {
  width: 22px !important;
  height: 22px !important;
}

/* ===== Off-Canvas Drawer ===== */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: #fff;
  z-index: 9995;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  direction: rtl;
}
.drawer.is-open {
  transform: translateX(0);
}
body.drawer-open {
  overflow: hidden !important;
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #0d7377;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.drawer__title {
  font-family: var(--gp-font-heading);
  font-size: 20px;
  font-weight: 700;
}
.drawer__close {
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 8px !important;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.drawer__close:hover {
  opacity: 0.7;
  background: none !important;
}
.drawer__nav {
  padding: 0;
}
.drawer__nav .mobile-nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.drawer__nav .mobile-nav li {
  border-bottom: 1px solid #e0d8cc;
}
.drawer__nav .mobile-nav a {
  display: block;
  padding: 14px 20px !important;
  color: #2c1810 !important;
  text-decoration: none !important;
  font-family: var(--gp-font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: background 0.2s ease;
}
.drawer__nav .mobile-nav a:hover,
.drawer__nav .mobile-nav .mobile-nav--active > a {
  background: rgba(13,115,119,0.08);
  color: #0d7377 !important;
}
.drawer__nav .mobile-nav--button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  color: #666 !important;
  padding: 8px !important;
  cursor: pointer;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.drawer__nav .mobile-nav--button.is-active {
  transform: translateY(-50%) rotate(180deg);
}
.drawer__nav .mobile-nav--has-dropdown {
  position: relative;
}
.drawer__nav .mobile-nav--dropdown {
  display: none;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f5f0;
}
.drawer__nav .mobile-nav--dropdown a {
  padding-right: 36px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.drawer__nav .mobile-nav--dropdown-grandchild {
  display: none;
  background: #efebe3;
}
.drawer__nav .mobile-nav--dropdown-grandchild a {
  padding-right: 52px !important;
  font-size: 14px !important;
}

@media (min-width: 769px) {
  .drawer {
    width: 320px;
  }
}