/** Shopify CDN: Minification failed

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

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

:root {
  --gp-bg: #faf7f2;
  --gp-text: #2c1810;
  --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;
}
@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 ===== */
.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;
}

/* ===== NAV LINKS - top level white, dropdown dark ===== */
.site-nav > li > a,
.site-nav > li > .site-nav--link,
#AccessibleNav > li > a {
  color: #ffffff !important;
  text-transform: none !important;
  padding: 8px 14px !important;
  transition: all 0.3s ease !important;
}
.site-nav > li > a:hover,
#AccessibleNav > li > a:hover { color: #ffd700 !important; }

/* Dropdown items - dark text on white bg */
.site-nav--dropdown,
.site-nav--dropdown-grandchild {
  background: #ffffff !important;
  border: 1px solid #e0d8cc !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
  border-radius: 6px !important;
}
.site-nav--dropdown a,
.site-nav--dropdown .site-nav--link,
.site-nav--dropdown-grandchild a,
.site-nav--dropdown li a {
  color: #2c1810 !important;
  padding: 10px 16px !important;
}
.site-nav--dropdown a:hover,
.site-nav--dropdown-grandchild a:hover {
  background: rgba(13,115,119,0.08) !important;
  color: #0d7377 !important;
}

/* ===== HIDE DUPLICATE NAV SEARCH BAR ===== */
#navBar .search-bar,
#navBar form[action="/search"],
#navBar #seach_box_css,
.nav-bar > .wrapper > form,
.nav-bar > .wrapper > #seach_box_css {
  display: none !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; }

/* ===== Search bar - pill shape ===== */
#seach_box_css, 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: 280px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !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;
  flex: 1 !important;
  min-width: 0 !important;
  direction: rtl !important;
}
.site-header input::placeholder { color: rgba(255,255,255,0.6) !important; }

/* ===== Search button - LEFT side in RTL ===== */
/* In RTL flex-row, order:1 = appears LAST = LEFT side */
.search-bar--submit.search-icon-btn,
.search-bar--submit {
  order: 1 !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 38px !important;
  background: transparent !important;
  border: none !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.search-bar--submit svg, .search-icon-btn svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  stroke: rgba(255,255,255,0.95) !important;
  fill: 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;
}

/* ===== Prices ===== */
.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, .add-to-cart, .shopify-payment-button button {
  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;
}
input[type="submit"] {
  background-color: #0d7377 !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--gp-radius) !important;
  font-weight: 700 !important;
}
.btn:hover, .add-to-cart:hover, .shopify-payment-button button:hover {
  background-color: #8B2252 !important;
  transform: translateY(-1px) !important;
}

/* ===== Collection filters hidden ===== */
.template-collection aside,
.template-collection .collection-filters,
.template-collection .sidebar-toggle-wrapper,
.template-collection [class*="sidebar"] { display: none !important; }
.template-collection .large--four-fifths { width: 100% !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 */
.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; }
.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 */
@media (max-width: 768px) {
  .product-item--price .money, .product-item--price span { font-size: 22px !important; }
  .product-single__price .money { font-size: 28px !important; }
  .grid__item { padding: 0 4px 12px !important; }
  .search-bar, #seach_box_css { max-width: 200px !important; }
}

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

/* Logo */
.site-header__logo, .header-logo, .site-header__logo-link { background: transparent !important; padding: 0 !important; }
img.logo, .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;
  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;
}

/* Announcement */
.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;
}
.announcement-bar .icon, .announcement-bar svg { display: none !important; }

/* Header bg transparent */
.site-header .wrapper, .site-header .grid,
#shopify-section-header .wrapper { background: transparent !important; }

/* Header icons white */
.site-header a, .site-header .icon, header .icon, .site-header button {
  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) !important;
  z-index: 9990; opacity:0; visibility:hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer-overlay.is-visible { opacity:1 !important; visibility:visible !important; }
.drawer {
  position: fixed; top:0; right:0;
  width: 300px; max-width: 85vw; height: 100%;
  background: #fff !important; z-index: 9995;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), visibility 0.3s;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
  overflow-y: auto; direction: rtl; visibility: hidden;
}
.drawer.is-open { transform: translateX(0); visibility: visible; }
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;
}
.drawer__close:hover { opacity: 0.7; background: none !important; }
.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-size: 16px !important; font-weight: 500 !important;
  transition: background 0.2s ease;
}
.drawer__nav .mobile-nav a:hover { 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;
}
.drawer__nav .mobile-nav--dropdown {
  display: none; list-style: none !important;
  margin: 0 !important; padding: 0 !important; background: #f7f5f0 !important;
}
.drawer__nav .mobile-nav--dropdown a { padding-right: 36px !important; font-size: 15px !important; }
.drawer__nav .mobile-nav--dropdown-grandchild { display: none; background: #efebe3 !important; }
.drawer__nav .mobile-nav--dropdown-grandchild a { padding-right: 52px !important; font-size: 14px !important; }
@media (min-width: 769px) { .drawer { width: 320px; } }

select { border: 1px solid var(--gp-border) !important; border-radius: var(--gp-radius) !important; }
