/** Shopify CDN: Minification failed

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

**/
/* ============================================
   HABIB CLONE - Custom Styles for Habib Sport
   Dark luxury skincare brand aesthetic
   ============================================ */

/* === GLOBAL VARIABLES === */
:root {
  --habib-black: #0a0a0a;
  --habib-dark: #1a1a1a;
  --habib-gold: #c9a96e;
  --habib-gold-light: #d4b87a;
  --habib-cream: #f5f0e8;
  --habib-white: #ffffff;
  --habib-gray: #888888;
  --habib-light-gray: #f7f7f7;
  --habib-border: #e0e0e0;
  --habib-font: 'Cormorant Garamond', 'Georgia', serif;
  --habib-body-font: 'Montserrat', 'Helvetica Neue', sans-serif;
  --habib-radius: 0;
}

/* === TYPOGRAPHY === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
  font-family: var(--habib-body-font) !important;
  color: var(--habib-black);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .heading {
  font-family: var(--habib-font) !important;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* === ANNOUNCEMENT BAR === */
.shopify-section--header-announcements {
  background-color: var(--habib-black) !important;
}
.header-announcements {
  background-color: var(--habib-black) !important;
  color: var(--habib-white) !important;
}
.header-announcements * {
  color: var(--habib-white) !important;
  font-family: var(--habib-body-font) !important;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.marquee__inner {
  color: var(--habib-white) !important;
}

/* === HEADER === */
.shopify-section--header {
  background-color: var(--habib-white) !important;
  border-bottom: 1px solid var(--habib-border);
}
.header {
  background-color: var(--habib-white) !important;
}
.header__logo-image {
  max-width: 140px !important;
}

/* === HERO SECTION === */
.hero {
  position: relative;
}
.hero__content {
  text-align: center;
}
.hero h1, .hero h2, .hero .heading {
  font-family: var(--habib-font) !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em;
}

/* === BUTTONS === */
.button, .btn, [class*="button"] {
  border-radius: var(--habib-radius) !important;
  font-family: var(--habib-body-font) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  transition: all 0.3s ease !important;
}
.button--primary, .btn--primary {
  background-color: var(--habib-black) !important;
  color: var(--habib-white) !important;
  border: 2px solid var(--habib-black) !important;
}
.button--primary:hover, .btn--primary:hover {
  background-color: transparent !important;
  color: var(--habib-black) !important;
}

/* === PRODUCT CARDS === */
.product-card {
  text-align: center;
}
.product-card__title {
  font-family: var(--habib-font) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}
.product-card__price {
  font-family: var(--habib-body-font) !important;
  font-weight: 500 !important;
}
.product-card__image-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.product-card__image-wrapper img {
  transition: transform 0.6s ease !important;
}
.product-card:hover .product-card__image-wrapper img {
  transform: scale(1.05);
}

/* === PRODUCT PAGE === */
.product-information__title {
  font-family: var(--habib-font) !important;
  font-size: 2.2rem !important;
  font-weight: 400 !important;
}
.product-information__price .price {
  font-family: var(--habib-body-font) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}

/* === BUNDLE PRICING SECTION === */
.habib-bundles {
  padding: 20px 0;
  margin: 20px 0;
}
.habib-bundles__title {
  font-family: var(--habib-font);
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 16px;
}
.habib-bundle-option {
  border: 2px solid var(--habib-border);
  padding: 16px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
}
.habib-bundle-option:hover,
.habib-bundle-option.active {
  border-color: var(--habib-black);
}
.habib-bundle-option.active::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border: 2px solid var(--habib-black);
}
.habib-bundle-option__label {
  font-family: var(--habib-body-font);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.habib-bundle-option__save {
  background: var(--habib-gold);
  color: var(--habib-white);
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.habib-bundle-option__price {
  font-family: var(--habib-body-font);
  font-weight: 700;
  font-size: 16px;
}
.habib-bundle-option__original {
  text-decoration: line-through;
  color: var(--habib-gray);
  font-size: 13px;
  margin-left: 8px;
}

/* === FAQ ACCORDION === */
.habib-faq {
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}
.habib-faq__title {
  font-family: var(--habib-font);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.habib-faq__item {
  border-bottom: 1px solid var(--habib-border);
}
.habib-faq__question {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--habib-body-font);
  font-weight: 500;
  font-size: 15px;
}
.habib-faq__question::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.habib-faq__item.open .habib-faq__question::after {
  content: '−';
}
.habib-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 14px;
  line-height: 1.7;
  color: var(--habib-gray);
}
.habib-faq__item.open .habib-faq__answer {
  max-height: 500px;
  padding-bottom: 18px;
}

/* === REVIEWS SECTION === */
.habib-reviews {
  padding: 60px 0;
  background: var(--habib-light-gray);
}
.habib-reviews__title {
  font-family: var(--habib-font);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.habib-reviews__stars {
  text-align: center;
  font-size: 20px;
  color: var(--habib-gold);
  margin-bottom: 30px;
}
.habib-review-card {
  background: var(--habib-white);
  padding: 30px;
  margin: 0 10px;
  text-align: center;
}
.habib-review-card__stars {
  color: var(--habib-gold);
  margin-bottom: 12px;
}
.habib-review-card__text {
  font-family: var(--habib-body-font);
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}
.habib-review-card__author {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* === STICKY ADD TO CART === */
.habib-sticky-cart {
  position: fixed;
  bottom: -80px;
  left: 0;
  right: 0;
  background: var(--habib-white);
  box-shadow: 0 -3px 20px rgba(0,0,0,0.1);
  z-index: 999;
  transition: bottom 0.4s ease;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.habib-sticky-cart.visible {
  bottom: 0;
}
.habib-sticky-cart__title {
  font-family: var(--habib-font);
  font-size: 1.1rem;
  font-weight: 500;
}
.habib-sticky-cart__price {
  font-weight: 700;
}
.habib-sticky-cart__btn {
  background: var(--habib-black);
  color: var(--habib-white);
  padding: 12px 40px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: var(--habib-body-font);
}
.habib-sticky-cart__btn:hover {
  background: #333;
}

/* === VIDEO SECTION === */
.habib-video {
  padding: 40px 0;
}
.habib-video__title {
  font-family: var(--habib-font);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.habib-video__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.habib-video__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #000;
}
.habib-video__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === INSTAGRAM SECTION === */
.habib-instagram {
  padding: 60px 0;
  text-align: center;
}
.habib-instagram__title {
  font-family: var(--habib-font);
  font-size: 2rem;
  margin-bottom: 8px;
}
.habib-instagram__handle {
  color: var(--habib-gray);
  font-size: 14px;
  margin-bottom: 30px;
}
.habib-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.habib-instagram__item {
  aspect-ratio: 1;
  overflow: hidden;
}
.habib-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.habib-instagram__item:hover img {
  transform: scale(1.08);
}

/* === GUARANTEE BADGES === */
.habib-guarantees {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.habib-guarantee {
  text-align: center;
  max-width: 120px;
}
.habib-guarantee__icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.habib-guarantee__text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--habib-gray);
}

/* === COLLECTION PAGE === */
.collection-grid {
  gap: 20px !important;
}

/* === FOOTER === */
.footer {
  background-color: var(--habib-black) !important;
  color: var(--habib-white) !important;
}
.footer * {
  color: var(--habib-white) !important;
}
.footer a:hover {
  color: var(--habib-gold) !important;
}
.footer h2, .footer h3, .footer .heading {
  font-family: var(--habib-font) !important;
}
.footer input[type="email"] {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  color: var(--habib-white) !important;
  border-radius: 0 !important;
}

/* === SECTIONS SPACING === */
.shopify-section {
  margin-bottom: 0 !important;
}

/* === MEDIA WITH CONTENT === */
.media-with-content {
  background: var(--habib-light-gray);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .habib-instagram__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .habib-guarantees {
    gap: 20px;
  }
  .habib-sticky-cart {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
  }
  .habib-video__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ========================================
   LAYOUT SPACING â Product Page Flow
   Reduce gaps between Color â CTA â Bundles
   ======================================== */

/* Tighten section gaps on product page */
.product-information .section + .section,
.product-information > * + * {
  margin-top: 0 !important;
}

/* Reduce spacing around swatches section */
.habib-swatches-section {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reduce spacing around buy buttons / CTA area */
.buy-buttons,
[class*="buy-button"],
.product-information buy-buttons,
.product-information .buy-buttons {
  margin-top: 12px !important;
  margin-bottom: 6px !important;
}

/* Compress gap between Add to Cart and Buy It Now */
.buy-buttons > * + *,
[class*="buy-button"] > * + * {
  margin-top: 6px !important;
}

/* Reduce bundles section top margin */
.habib-bundles-wrapper {
  margin-top: 8px !important;
}
.habib-bundles {
  margin-top: 12px !important;
}

/* Tighten product info section spacing */
.product-information .block-spacing,
.product-information [class*="spacing"] {
  --section-spacing: 0.5rem !important;
}

/* Product description area â tighter */
.product-information .product__description,
.product-information .rte {
  margin-bottom: 8px !important;
}

/* Price display â reduce bottom margin */
.product-information .price,
.product-information [class*="price"] {
  margin-bottom: 6px !important;
}

/* ========================================
   TRUST LINE under CTA
   ======================================== */
.habib-trust-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0 6px;
  font-family: var(--font-body-family, 'Montserrat', sans-serif);
  font-size: 11.5px;
  color: #777;
  line-height: 1.5;
}
.habib-trust-line__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.habib-trust-line__check {
  color: #2e7d32;
  font-size: 12px;
  flex-shrink: 0;
}

/* ========================================
   URGENCY LINE above CTA
   ======================================== */
.habib-urgency-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #fef8f0;
  border: 1px solid #f0e6d8;
  border-radius: 6px;
  font-family: var(--font-body-family, 'Montserrat', sans-serif);
  font-size: 12px;
  color: #b8860b;
  font-weight: 500;
}
.habib-urgency-cta__dot {
  width: 6px;
  height: 6px;
  background: #e8a020;
  border-radius: 50%;
  animation: habib-pulse-cta 1.5s ease-in-out infinite;
}
@keyframes habib-pulse-cta {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

/* ========================================
   CART PAGE â Quantity +/- Buttons Fix
   ======================================== */

/* Make quantity buttons visible on mobile */
.quantity-selector .button.quantity-minus,
.quantity-selector .button.quantity-plus,
.quantity-selector .quantity-minus,
.quantity-selector .quantity-plus,
button.quantity-minus,
button.quantity-plus,
.cart-page .quantity-minus,
.cart-page .quantity-plus,
cart-quantity-selector-component .quantity-minus,
cart-quantity-selector-component .quantity-plus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 18px !important;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure the SVG icons inside are visible */
.quantity-minus svg,
.quantity-plus svg,
cart-quantity-selector-component .quantity-minus svg,
cart-quantity-selector-component .quantity-plus svg {
  width: 14px !important;
  height: 14px !important;
  stroke: #333 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Quantity input field styling */
.quantity-selector input[type="number"],
cart-quantity-selector-component input[type="number"] {
  width: 44px !important;
  height: 36px !important;
  text-align: center !important;
  border: 1.5px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222 !important;
  -moz-appearance: textfield !important;
  background: #fff !important;
}

/* Hide spinner arrows */
.quantity-selector input[type="number"]::-webkit-inner-spin-button,
.quantity-selector input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Quantity selector wrapper â flex layout */
.quantity-selector,
cart-quantity-selector-component .quantity-selector,
.quantity-selector-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

/* Mobile-specific refinements */
@media (max-width: 749px) {
  /* Ensure sticky bar doesn't overlap content */
  body {
    padding-bottom: 80px;
  }

  /* Tighter product page spacing on mobile */
  .habib-swatches-section {
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }

  .habib-bundles-wrapper {
    margin-top: 4px !important;
  }
}


/* =============================================
   Cart: Fix SVG icons and remove button visibility
   - SVGs in quantity controls render at 0px width due to 
     circular dependency between max-width:100% and parent sizing
   - Quantity selector too narrow, plus button overflows and 
     hides the remove/delete button
   ============================================= */

/* Ensure SVG icons in cart quantity controls are visible */
.cart-items__quantity-controls .svg-wrapper {
  min-width: 14px !important;
}

.cart-items__quantity-controls .svg-wrapper > svg {
  min-width: 14px !important;
}

/* Ensure remove/trash button SVG is visible */
.cart-items__remove svg {
  min-width: 20px !important;
  width: 20px !important;
}

/* Prevent quantity selector from being too narrow and overflowing */
.cart-items__quantity .quantity-selector {
  min-width: 150px !important;
}

/* Add spacing between quantity selector and remove button */
.cart-items__quantity-controls {
  gap: 8px !important;
}


/* ========================================
   HABIB SPORT BRAND COLORS
   Primary Blue: #3FA4C8
   Dark Navy: #0B0D2A
   ======================================== */

/* --- HEADER --- */
.header a:hover,
.header__menu-item:hover,
.header__menu-item:hover > span,
header a:hover,
.header-wrapper a:hover {
  color: #3FA4C8 !important;
}

.header__icon:hover svg,
.header__icon:hover {
  color: #3FA4C8 !important;
}

/* --- LINKS & ACCENTS --- */
a:hover {
  color: #3FA4C8;
}

.rte a,
.rte a:hover {
  color: #3FA4C8;
}

/* --- PRODUCT CARDS --- */
.product-card:hover,
.card:hover,
.product-card-wrapper:hover .card {
  border-color: #3FA4C8 !important;
  box-shadow: 0 4px 20px rgba(63, 164, 200, 0.15) !important;
  transition: all 0.3s ease !important;
}

.card {
  transition: all 0.3s ease !important;
}

/* --- BUTTONS PRIMARY --- */
.button--primary,
button.button--primary,
.shopify-payment-button button,
.btn--primary,
a.button--primary {
  background-color: #3FA4C8 !important;
  border-color: #3FA4C8 !important;
  color: #ffffff !important;
}

.button--primary:hover,
button.button--primary:hover,
.shopify-payment-button button:hover,
.btn--primary:hover,
a.button--primary:hover {
  background-color: #358DAD !important;
  border-color: #358DAD !important;
  color: #ffffff !important;
}

/* --- BUTTONS SECONDARY --- */
.button--secondary,
a.button--secondary {
  border-color: #3FA4C8 !important;
  color: #3FA4C8 !important;
}

.button--secondary:hover,
a.button--secondary:hover {
  border-color: #358DAD !important;
  color: #358DAD !important;
  background-color: rgba(63, 164, 200, 0.05) !important;
}

/* --- ADD TO CART & BUNDLE BUTTONS --- */
.product-form__submit,
.bundle-add-to-cart,
[name="add"],
.habib-bundles__add-to-cart,
.habib-bundles-v3__add-to-cart {
  background-color: #3FA4C8 !important;
  border-color: #3FA4C8 !important;
  color: #ffffff !important;
}

.product-form__submit:hover,
.bundle-add-to-cart:hover,
[name="add"]:hover,
.habib-bundles__add-to-cart:hover,
.habib-bundles-v3__add-to-cart:hover {
  background-color: #358DAD !important;
  border-color: #358DAD !important;
}

/* --- BUNDLE SELECTION ACTIVE --- */
.habib-bundles__option--active,
.habib-bundles-v3__option--active,
.bundle-option.active,
.bundle-option.selected {
  border-color: #3FA4C8 !important;
}

.habib-bundles__option--active .habib-bundles__badge,
.habib-bundles-v3__option--active .habib-bundles-v3__badge,
.bundle-badge {
  background-color: #3FA4C8 !important;
  color: #ffffff !important;
}

/* --- PRICE & SALE --- */
.price--on-sale .price-item--sale,
.sale-price,
.price-item--sale {
  color: #3FA4C8 !important;
}

/* --- FOOTER --- */
.footer,
.section-footer,
footer.footer,
.footer-wrapper {
  background-color: #0B0D2A !important;
  color: #ffffff !important;
}

.footer a,
.footer .footer__content a,
footer a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer a:hover,
footer a:hover {
  color: #3FA4C8 !important;
}

.footer h2,
.footer h3,
.footer h4,
.footer .footer-block__heading,
footer h2,
footer h3,
footer h4 {
  color: #ffffff !important;
}

.footer p,
.footer .footer__content,
footer p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.footer input[type="email"],
.footer .newsletter-form__field-wrapper input {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

.footer .newsletter-form__button,
.footer button[type="submit"] {
  background-color: #3FA4C8 !important;
  border-color: #3FA4C8 !important;
  color: #ffffff !important;
}

/* --- TRUST ELEMENTS / ICONS --- */
.icon-with-text__icon svg,
.trust-badge svg {
  color: #3FA4C8 !important;
}

/* --- ANNOUNCEMENT BAR --- */
.announcement-bar {
  background-color: #0B0D2A !important;
  color: #ffffff !important;
}

.announcement-bar a {
  color: #3FA4C8 !important;
}

/* --- SELECTION / ACTIVE STATES --- */
.variant-input:checked + label,
.swatch-input:checked + label {
  border-color: #3FA4C8 !important;
}

/* --- QUANTITY SELECTOR --- */
.quantity__button:hover {
  color: #3FA4C8 !important;
}

/* --- PROGRESS BARS / LOADING --- */
.loading-overlay__spinner circle {
  stroke: #3FA4C8 !important;
}

/* --- SCROLLBAR ACCENT --- */
::-webkit-scrollbar-thumb:hover {
  background: #3FA4C8;
}

/* --- FOCUS STATES --- */
*:focus-visible {
  outline-color: #3FA4C8 !important;
}
