/** Shopify CDN: Minification failed

Line 57:0 Unexpected "}"
Line 1090:1 Expected "}" to go with "{"

**/

@media (max-width: 768px) {
    .whatsapp-icon-box {
        bottom: 130px; /* Adjust as needed for mobile */
        right: 15px; 
        width: 50px;  /* Optional: smaller size */
        height: 50px;
    }
}

/* Account page css */
/* @media (max-width: 991px) {
  .space-y-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .space-y-2 > div {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }

  .space-y-2 > div a {
    display: block;
    padding: 12px 8px 12px;
    font-weight: 600;
    text-align: center;
  }

  .space-y-2 > div p {
    padding: 0 8px 12px;
    font-size: 13px;
    text-align: center;
  }
 */
  /* Optional: Dark background for active tab */
  .space-y-2 > div a.active,
  .space-y-2 > div a.bg-black {
    background-color: #000 !important;
    color: #fff !important;
    border-bottom: none;
  }

  /* Adjust greeting spacing */
  .mb-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.influencer-form .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}
.influencer-form h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #2a2a2a;
}
.influencer-form .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}
.influencer-form h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #2a2a2a;
}
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}
.form-group.full-width {
  flex: 1 1 100%;
}
label {
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  background-color: #fff;
}

.size-chart-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.size-chart-modal.active {
  display: flex;
}

.size-chart-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 600px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
}

.close-chart {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.influencer-form .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}
.influencer-form h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #2a2a2a;
}
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}
.form-group.full-width {
  flex: 1 1 100%;
}
label {
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  background-color: #fff;
}


.m-section__heading {
  display: flex;
  /* align-items: center;
  text-align: center; */
  /* font-weight: bold;
  font-size: 1.5rem;
  position: relative; */
}

.m-section__heading::before,
.m-section__heading::after {
  content: "";
  flex: 1;
  /* border-bottom: 1px solid #000; */
  margin: 0 10px;
}

 a.m-menu__link.m-menu__link--main {
    font-family: AdihausDIN, Helvetica, Arial, sans-serif !important;
    color: #fff !important;
}

/* =============================================
   DPASSION — CUSTOMERS ARE SAYING SECTION CSS
   Judge.me Cards Carousel — FIXED ARROWS
   ============================================= */

/* ---------- SECTION BACKGROUND ---------- */
.m-app-section {
  background-color: #f2f2f2 !important;
  
}

.jdgm-widget.jdgm-cards-carousel {
  max-width: 100% !important;
 
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

/* =============================================
   HEADER
   ============================================= */
.jdgm-header {
  text-align: center !important;
  margin-bottom: 28px !important;
}

.jdgm-title {
  font-size: 44px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  line-height: 1.15 !important;
  color: #111111 !important;
  margin: 0 0 10px 0 !important;
}

.jdgm-title em {
  color: #4caf50 !important;
  font-style: normal !important;
}

.jdgm-header p,
.jdgm-header .jdgm-subtitle {
  font-size: 15px !important;
  color: #666666 !important;
  margin: 0 0 16px !important;
  font-weight: 400 !important;
}

/* ---------- RATING + VERIFIED ROW ---------- */
.jdgm-header-info {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 50px !important;
  background: #fff !important;
  padding: 8px 24px !important;
  margin-top: 4px !important;
  gap: 0 !important;
}

.jdgm-average-rating {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding-right: 20px !important;
  margin-right: 20px !important;
  border-right: 1px solid #ddd !important;
}

.jdgm-header .jdgm-average-rating .jdgm-star {
  color: #f5a623 !important;
  font-size: 20px !important;
}

.jdgm-rating-text {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.jdgm-verified-badge-header {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.jdgm-verified-checkmark {
  width: 18px !important;
  height: 18px !important;
  fill: #4caf50 !important;
}

.jdgm-verified-text {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

/* =============================================
   CONTENT WRAPPER
   ============================================= */
.jdgm-content {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  position: relative !important;
}

/* =============================================
   ARROWS — ALL SELECTORS TO FORCE VISIBILITY
   ============================================= */
.jdgm-arrow,
button.jdgm-arrow,
.jdgm-content > button,
.jdgm-widget button.jdgm-arrow {
  background-color: #111111 !important;
  background: #111111 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  z-index: 10 !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
}

.jdgm-arrow:hover,
button.jdgm-arrow:hover {
  background-color: #333333 !important;
  background: #333333 !important;
}

.jdgm-arrow svg,
button.jdgm-arrow svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  overflow: visible !important;
}

.jdgm-arrow svg path,
button.jdgm-arrow svg path {
  stroke: #ffffff !important;
  stroke-width: 2.5 !important;
  fill: none !important;
}

/* =============================================
   CARDS WRAPPER
   ============================================= */
.jdgm-cards-wrapper {
  overflow: hidden !important;
  flex: 1 !important;
}

.jdgm-videos-container {
  display: flex !important;
  gap: 16px !important;
  transition: transform 0.4s ease !important;
}

/* =============================================
   INDIVIDUAL CARD
   ============================================= */
.jdgm-card.jdgm-text-card,
.jdgm-card.jdgm-media-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #ebebeb !important;
  padding: 26px 22px 22px !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06) !important;
  transition: box-shadow 0.2s ease !important;
}

.jdgm-card.jdgm-text-card:hover,
.jdgm-card.jdgm-media-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.1) !important;
}

.jdgm-card.jdgm-text-card::before,
.jdgm-card.jdgm-media-card::before {
  content: '\201C\201C' !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #4caf50 !important;
  opacity: 0.55 !important;
  line-height: 0.8 !important;
  display: block !important;
  margin-bottom: 4px !important;
  letter-spacing: -4px !important;
}

.jdgm-text p,
.jdgm-text {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.jdgm-rating-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 6px !important;
}

.jdgm-rating-section .jdgm-stars {
  display: flex !important;
  gap: 2px !important;
}

.jdgm-rating-section .jdgm-star.jdgm--on {
  color: #f5a623 !important;
  font-size: 19px !important;
}

.jdgm-reviewer-info {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.jdgm-reviewer-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.jdgm-product-name a {
  font-size: 12px !important;
  color: #888888 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 220px !important;
  display: block !important;
}

/* =============================================
   PAGINATION DOTS
   ============================================= */
.jdgm-carousel-dots,
.jdgm-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 26px !important;
}

.jdgm-carousel-dot,
.jdgm-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #cccccc !important;
  cursor: pointer !important;
  border: none !important;
  padding: 0 !important;
}

.jdgm-carousel-dot.jdgm--active,
.jdgm-dot.active {
  background-color: #111111 !important;
}

/* =============================================
   VIEW ALL REVIEWS BUTTON
   ============================================= */
.jdgm-all-reviews-text,
.jdgm-all-reviews-link,
a.jdgm-all-reviews-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 2px solid #111111 !important;
  border-radius: 50px !important;
  padding: 13px 40px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  margin-top: 32px !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
}

.jdgm-all-reviews-text:hover,
.jdgm-all-reviews-link:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

.jdgm-widget .jdgm-footer {
  text-align: center !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
  .jdgm-title {
    font-size: 26px !important;
  }

  .jdgm-arrow,
  button.jdgm-arrow {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}

/* blog */
/* =============================================
   DPASSION — BLOG GRID SECTION
   Target: 4-col cards with image, badge, title,
   excerpt, READ MORE underline link
   ============================================= */

/* ---------- SECTION WRAPPER ---------- */
.m-blog-grid {
  background-color: #f7f7f7 !important;
  
}

.m-blog-grid .container-fluid {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* =============================================
   SECTION HEADING
   ============================================= */
.m-blog-grid .m-section__header {
  text-align: center !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.m-blog-grid .m-section__heading {
  font-size: 44px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  line-height: 1.15 !important;
  color: #111111 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  margin: 0 0 12px 0 !important;
}

/* Green words — wrap in <em> via theme editor:
   Your Guide to <em>Sportswear & Athleisure</em> */
.m-blog-grid .m-section__heading em {
  color: #4caf50 !important;
  font-style: normal !important;
}

/* Subtitle */
.m-blog-grid .m-section__subheading,
.m-blog-grid .m-section__header > p,
.m-blog-grid .m-section__des {
  font-size: 15px !important;
  color: #666666 !important;
  font-weight: 400 !important;
  margin: 0 auto 14px !important;
  max-width: 600px !important;
}

/* Green // divider */
.m-blog-grid .m-section__header::after {
  content: '//' !important;
  display: block !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #4caf50 !important;
  letter-spacing: -3px !important;
  margin-top: 8px !important;
  margin-bottom: 36px !important;
  line-height: 1 !important;
}

/* =============================================
   GRID
   ============================================= */
.m-blog-grid__wrapper {
  margin-bottom: 40px !important;
}


/* =============================================
   ARTICLE CARD BASE
   ============================================= */
.m-article-card {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

.m-article-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12) !important;
  transform: translateY(-3px) !important;
}

/* =============================================
   CARD IMAGE
   ============================================= */
.m-article-card__image {
  display: block !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  line-height: 0 !important;
  flex-shrink: 0 !important;
}

.m-article-card__image responsive-image,
.m-article-card__image .m-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.m-article-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease !important;
}

.m-article-card:hover .m-article-card__image img {
  transform: scale(1.05) !important;
}

/* =============================================
   CARD CONTENT
   ============================================= */
.m-article-card__content {
  padding: 20px 22px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  gap: 0 !important;
}

/* =============================================
   CATEGORY BADGE ROW
   icon + uppercase green label
   ============================================= */
.m-article-card__tag,
.m-article-card__tags,
.m-article-card__meta,
.m-article-card__badge,
.m-article-card .m-article-tag {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #4caf50 !important;
  margin-bottom: 10px !important;
  line-height: 1 !important;
}

.m-article-card__tag a,
.m-article-card__tags a,
.m-article-card__meta a {
  color: #4caf50 !important;
  text-decoration: none !important;
}

.m-article-card__tag svg,
.m-article-card__meta svg,
.m-article-card__tag i {
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
  color: #4caf50 !important;
  flex-shrink: 0 !important;
}

/* =============================================
   CARD TITLE
   ============================================= */
.m-article-card__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  color: #111111 !important;
  margin: 0 0 10px 0 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.m-article-card__title a {
  color: #111111 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.m-article-card__title a:hover {
  color: #4caf50 !important;
}

/* =============================================
   CARD EXCERPT
   ============================================= */
.m-article-card__excerpt,
.m-article-card__summary,
.m-article-card__content > p,
.m-article-card__des {
  font-size: 13.5px !important;
  color: #666666 !important;
  line-height: 1.65 !important;
  margin: 0 0 18px 0 !important;
  font-weight: 400 !important;
  flex: 1 !important;
}

/* =============================================
   READ MORE — underline style like image
   ============================================= */
.m-article-card__readmore,
a.m-article-card__readmore,
.m-article-card__readmore.m-button,
.m-article-card__readmore.m-button--link {
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  color: #111111 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #111111 !important;
  padding: 0 0 4px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: auto !important;
  width: fit-content !important;
  transition: color 0.2s ease, border-color 0.2s ease !important;
  cursor: pointer !important;
}

.m-article-card__readmore:hover,
a.m-article-card__readmore:hover,
.m-article-card__readmore.m-button:hover,
.m-article-card__readmore.m-button--link:hover {
  color: #4caf50 !important;
  border-bottom-color: #4caf50 !important;
  background: transparent !important;
}

/* =============================================
   VIEW ALL ARTICLES BUTTON
   Dark olive green pill — exact match to image
   ============================================= */
.m-blog-grid__button {
  text-align: center !important;
  margin-top: 4px !important;
}

.m-blog-grid__button a,
.m-blog-grid__button .m-button,
.m-blog-grid__button .m-button--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background-color: #3b4d1e !important;
  background: #3b4d1e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 48px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  box-shadow: none !important;
}

.m-blog-grid__button a::after,
.m-blog-grid__button .m-button::after {
  content: '→' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.m-blog-grid__button a:hover,
.m-blog-grid__button .m-button:hover,
.m-blog-grid__button .m-button--primary:hover {
  background-color: #4caf50 !important;
  background: #4caf50 !important;
  color: #ffffff !important;
}

/* =============================================
   SCROLL ANIMATION — keep theme's fade-in
   ============================================= */
.m-article-card.m-scroll-trigger {
  opacity: 1 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .m-blog-grid .m-section__heading {
    font-size: 34px !important;
  }


@media (max-width: 640px) {
  .m-blog-grid .m-section__heading {
    font-size: 26px !important;
  }


  .m-blog-grid__button a,
  .m-blog-grid__button .m-button {
    padding: 14px 32px !important;
    font-size: 12px !important;
  }
}


/* =============================================
   DPASSION — CATALOGUE DOWNLOAD SECTION
   Matches site theme: dark bg, green accents
   ============================================= */

.catalogue-download-section {
  background: #111111 !important;
  padding: 100px 20px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Subtle radial glow top-left */
.catalogue-download-section::before {
  content: "" !important;
  position: absolute !important;
  top: -200px !important;
  left: -150px !important;
  width: 550px !important;
  height: 550px !important;
  background: radial-gradient(circle, rgba(76,175,80,0.08) 0%, transparent 70%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* Subtle radial glow bottom-right */
.catalogue-download-section::after {
  content: "" !important;
  position: absolute !important;
  bottom: -200px !important;
  right: -150px !important;
  width: 500px !important;
  height: 500px !important;
  background: radial-gradient(circle, rgba(76,175,80,0.06) 0%, transparent 70%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* ---------- INNER BOX ---------- */
.catalogue-box {
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 72px 60px !important;
  border-radius: 24px !important;
  background: #1a1a1a !important;
  border: 1px solid rgba(76,175,80,0.2) !important;
  position: relative !important;
  z-index: 2 !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 24px 60px rgba(0,0,0,0.4) !important;
}

/* ---------- SUBTITLE ---------- */
.catalogue-subtitle {
  color: #4caf50 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  display: block !important;
}

/* ---------- TITLE ---------- */
.catalogue-title {
  color: #ffffff !important;
  font-size: 52px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -1.5px !important;
  text-transform: uppercase !important;
  margin: 0 0 22px !important;
}

/* Green accent on last word — wrap in <em> if desired:
   GET FULL PRODUCT LINE & <em>PRICING</em>        */
.catalogue-title em {
  color: #4caf50 !important;
  font-style: normal !important;
}

/* ---------- DESCRIPTION ---------- */
.catalogue-description {
  max-width: 640px !important;
  margin: 0 auto !important;
  color: #aaaaaa !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}

/* ---------- BUTTON WRAPPER ---------- */
.catalogue-btn-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 40px !important;
  flex-wrap: wrap !important;
}

/* ---------- BASE BUTTON ---------- */
.catalogue-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 38px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

/* PRIMARY — solid green (matches site green CTA) */
.primary-btn {
  background: #4caf50 !important;
  color: #ffffff !important;
  border: 2px solid #4caf50 !important;
}

.primary-btn:hover {
  background: #3d9140 !important;
  border-color: #3d9140 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(76,175,80,0.35) !important;
}

/* SECONDARY — outline white */
.secondary-btn {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.3) !important;
}

.secondary-btn:hover {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(255,255,255,0.15) !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media screen and (max-width: 1024px) {
  .catalogue-title {
    font-size: 42px !important;
  }

  .catalogue-box {
    padding: 60px 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .catalogue-download-section {
    padding: 70px 15px !important;
  }

  .catalogue-box {
    padding: 44px 24px !important;
    border-radius: 18px !important;
  }

  .catalogue-title {
    font-size: 30px !important;
    letter-spacing: -0.5px !important;
  }

  .catalogue-description {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .catalogue-btn-wrapper {
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 32px !important;
  }

  .catalogue-btn {
    width: 100% !important;
    padding: 15px 20px !important;
    font-size: 12px !important;
  }
}

h2.m-section__heading.h2.m-scroll-trigger.animate--fade-in-up{
      font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #000 !important;
    margin: 0;
    letter-spacing: -3px;

}
h2.tabbh2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #000 !important;
    margin: 0;
    letter-spacing: -3px;
}
button.m-sortby--open.md\:m\:hidden.m\:flex.m\:items-center {
    display: none;
}