/** Shopify CDN: Minification failed

Line 1180:0 Unexpected "}"
Line 1384:1 Expected identifier but found "."
Line 2097:0 Unexpected "}"
Line 2735:2 Expected "}" to go with "{"

**/
@import url('https://fonts.cdnfonts.com/css/liberation-sans');
/* =========================
   VARIABLES
========================= */
:root {
  --gold-main: #d9a520;
  --gold-soft: #ebbc47;
  --text-muted: rgba(0, 0, 0, 1);
  --black: #000;
  --white: #fff;
  --radius-md: 12px;
  --section-padding: clamp(30px, 6vw, 80px);
}

/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.sultan-hero .sultan-hero__cn .right_img {
  height: 449px;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .sultan-hero .sultan-hero__cn .right_img {
    height: auto;
    width: 100%;
  }
}
/* =========================
   HERO
========================= */
.sultan-hero {
  position: relative;
  min-height: 90vh;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sultan-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.sultan-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.98) 0%,
    rgba(255,255,255,0.92) 45%,
    rgba(255,255,255,0.6) 70%,
    rgba(255,255,255,0.2) 100%
  );
}

/* =========================
   CONTENT GRID
========================= */
.sultan-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  padding: var(--section-padding);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   TEXT
========================= */

.sultan-hero__badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sultan-hero__title {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.15;
  margin: 14px 0;
  font-weight: 700;
}

.sultan-hero__title span {
  background: linear-gradient(90deg, #111, #d7b76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sultan-hero__desc {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.sultan-hero__desc.desc-2 {
  color: var(--text-muted);
  font-size: 16px;
}
/* =========================
   BUTTONS
========================= */
.sultan-hero__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 425px) {
  .sultan-hero__buttons {
    flex-direction: column;
    align-items: stretch; /* optional – buttons full width */
  }
}
.btn-gold {
  background: #000;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: var(--radius-md);
  font-weight: 600;
}

.btn-outline {
    border: 1px solid #000;
    color: #000;
    padding: 17px 40px;
    text-decoration: none;
    font-size:14px; 
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: 'Liberation Sans', sans-serif;
    display:inline-block;                                           
}
.btn-outline:hover {
  background: #111;
  color: #fff;
  font-weight: 700;
}
.btn-outline .arrow-button{font-family: 'inter'; margin-left: 15px;}
/* =========================
   IMAGE CARD
========================= */
.sultan-hero__cn {
  padding: 20px;
  position: relative;
}

.sultan-hero__cn img {

}

.trust-badge {
  position: absolute;
  bottom: 35px;
  left: 50px;
  background: #fff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.trust-badge__icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 25px;
}

.trust-badge__text span {
  display: block;
  font-size: 13px;
  color: #777;
  line-height: 1.2;
}

.trust-badge__text strong {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}


/* =========================
   STATS
========================= */
.sultan-hero__stats {
  display: flex;
  gap: 30px;
  margin-top: 36px;
}

.stat__number {
  font-size: 28px;
  font-weight: 700;
  color: #d9a520;
}

.stat__label {
  font-size: 13px;
  color: #777;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .sultan-hero__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sultan-hero__cn {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* =========================
   CHOOSE YOUR PATH – OPTIMIZED
========================= */

/* ---------- ROOT TOKENS ---------- */
.choose-path {
  --space-section: clamp(70px, 10vw, 130px);
  --space-header: clamp(40px, 6vw, 70px);
  --space-card: clamp(22px, 3vw, 36px);

  padding: var(--space-section) 0;
  background: #fff;
  color: #111;
}

/* ---------- DIVIDER ---------- */
.choose-divider {
  display: block;
  width: clamp(26px, 3vw, 34px);
  height: 2px;
  background-color: #111;
  margin: 0 auto clamp(16px, 3vw, 22px);
}

/* ---------- HEADER ---------- */
.choose-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-header);
  padding-inline: 16px;
}

.choose-header h2 {
  font-family: var(--font-h1--family);
  font-weight: 700;
  font-size: clamp(26px, 4.5vw, 46px);
  line-height: 1.15;
  margin-bottom: clamp(10px, 2vw, 14px);
}

.choose-header .heading-highlight {
  background: linear-gradient(90deg, #111, #d7b76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose-header p {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.6;
  color: rgba(0,0,0,1);
}

/* =========================
   CARDS GRID
========================= */

.choose-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(22px, 4vw, 36px);
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 16px;
}

.choose-card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,.08);
}

/* =========================
   IMAGE
========================= */

.card-image img {
    width: 100%;
    height: clamp(220px, 30vw, 400px);
    object-fit: cover;
    display: block;
    object-position: top;
    height:auto;
}

/* =========================
   CONTENT
========================= */

.card-content {
  padding: clamp(22px, 3vw, 34px);
}

.choose-card h3 {
  font-family: var(--font-h1--family);;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight:700;
  margin-bottom: clamp(8px, 1.5vw, 10px);
}

.choose-card p {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
  color: #555;
  margin-bottom: clamp(14px, 2vw, 18px);
}

/* =========================
   LIST
========================= */

.choose-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(20px, 3vw, 28px);
}

.choose-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: clamp(8px, 1.5vw, 10px);
  font-size: clamp(13px, 1.6vw, 15px);
}

.choose-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #111;
}



/* =========================
   CARD ICON
========================= */

.card-icon img,
.card-icon svg {
  width: clamp(18px, 2.5vw, 22px);
  height: clamp(18px, 2.5vw, 22px);
  object-fit: contain;
  display: block;
}

/* =========================
   LAYOUT BREAKPOINT (ONLY ONE)
========================= */

@media (max-width: 900px) {
  .choose-cards {
    grid-template-columns: 1fr;
  }
}


.mission-section {
  background: var(--dark-main);
  color: var(--text-light);
  padding: 100px 0;
  font-family: var(--font-primary);
}

.mission-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.mission-subtitle {
  color: var(--gold-main);
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.mission-title {
  font-family: var(--font-h1--family);
  font-size: 46px;
  margin-bottom: 20px;
  margin-top: 15px;
  font-weight:700;
}

.mission-title span {
  color: var(--gold-main);
}

.mission-text {
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-size: 16px;
}

.mission-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.mission-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 30px 20px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.mission-card h3 {
  color: var(--text-light);
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.mission-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.curated-bundles {
  position: relative;
  padding: 120px 20px;
  background-size: cover;
  background-position: center;
  color: var(--text-light);
  font-family: var(--font-primary);
}
.bundles-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, #0a0a0a 0%, #1f1f1f 100%); */
}
.bundles-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.bundles-header {
  max-width: 700px;
  margin: 0 auto 60px;
}
.bundles-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(217, 165, 32, 0.15);
  border: 1px solid rgba(217, 165, 32, 0.4);
  color: var(--gold-main);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 14px;
}
.bundles-header h2 {
  font-family: var(--font-accent);
  font-size: 48px;
  margin-bottom: 10px;
  font-weight:700;
}
.bundles-header h2 span {
  color: var(--gold-main);
}
.bundles-header p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bundle-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(217, 165, 32, 0.12);
  
  padding: 32px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}
.bundle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.bundle-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bundle-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 165, 32, 0.15);
  border-radius: 12px;
  color: var(--gold-main);
  font-size: 20px;
}
.bundle-icon img,
.bundle-icon svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.save-badge {
  background: rgba(217, 165, 32, 0.15);
  color: var(--gold-main);
  padding: 6px 12px;
  border-radius: 14px;
  font-size: 12px;
}
.bundle-card h3 {
  font-family: var(--font-accent);
  font-size: 20px;
  margin-bottom: 6px;
}
.bundle-desc {
  color: var(--text-muted);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.bundle-bottom {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 14px;
}
.bundle-status {
  color: var(--gold-main);
}
.bundles-cta {
  margin-top: 60px;
}
.btn-gold {
  background: linear-gradient(90deg, var(--gold-main), var(--gold-soft));
  color: #000;
  padding: 14px 30px;
  border-radius: var(--radius-md);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
}
.btn-gold:hover {
  background: transparent;
  border: 1px solid var(--gold-main);
  color: var(--text-light);
}
@media (max-width: 992px) {
  .bundles-grid {
    grid-template-columns: 1fr;
  }
  .bundles-header h2 {
    font-size: 34px;
  }
}
.mission-section .btn-gold {
  width: 43%;
}
@media (max-width: 992px) {
  .choose-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .choose-card {
    padding: 32px;
  }

  .choose-header p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .bundles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bundles-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card {
    padding: 26px;
  }

  .bundles-header h2 {
    font-size: 32px;
  }
}
.choose-card,
.bundle-card,
.mission-card {
  transition: transform 0.35s ease;
}

.choose-card:hover,
.bundle-card:hover,
.mission-card:hover {
  transform: translateY(-10px);
}


/* .product-card__content p {
    color: #d9a520;
} */


span.price {
      color: #000;
    font-family: Liberation Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 28px;
}
/* ONLY Featured Collection heading */
.section-resource-list 
.featured-collection-headings 
.group-block-content h2 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  font-family: var(--font-accent);
  line-height: 1.2;          
  padding-bottom: 6px; 
}

/* "Product" text */
.section-resource-list 
.featured-collection-headings 
.group-block-content h2::before {
  content: "Product";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

/* "Highlights" gradient text */
.section-resource-list 
.featured-collection-headings 
.group-block-content h2::after {
  content: "Highlights";
  position: absolute;
  left: 6.2ch;
  top: 0;
  background: linear-gradient(90deg, #D9A520, #EDC55E);
  -webkit-background-clip: text;
  background-clip: text;
  color: #ffffff;
}

.product-media img.product-media__image {
  object-fit: contain;
}
.section-resource-list__header > div > .group-block-content.layout-panel-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media(max-width: 868px){
  .section-resource-list__header > div > .group-block-content.layout-panel-flex{
    flex-direction:column;
  }
}
@media (max-width: 868px) {
  [data-testid="product-list"]
  a.size-style.button.button--AbnEyZXRJUVZtWGp3a__button_bh799X {
    padding: 16px 0px !important;
  }
}
@media (max-width: 868px) {
  [data-testid="product-list"]
  .section-resource-list__header
  .layout-panel-flex--column {
    align-items: flex-start !important;
  }
}

@media (max-width: 767px) {
  .section-resource-list__header > div > .group-block-content.layout-panel-flex {
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
  }
  slideshow-component.product-media-gallery__slideshow--single-media.slideshow--single-media {
    height: auto !important;
  }
}
@media (max-width: 460px) {
  .group-block-content h2 {
    font-size: 38px;
  }
}
.resource-list__carousel button.slideshow-control.slideshow-control--next.slideshow-control--large.slideshow-control--shape-circle.slideshow-control--style-arrows_large.button.button-unstyled.button-unstyled--transparent {
  background: linear-gradient(109.54deg, #D9A520 0%, #EDC55E 100%);
}

.resource-list__carousel button.slideshow-control.slideshow-control--previous.slideshow-control--large.slideshow-control--shape-circle.slideshow-control--style-arrows_large.button.button-unstyled.button-unstyled--transparent.flip-x {
  background: linear-gradient(109.54deg, #D9A520 0%, #EDC55E 100%);
}

.breadcrumbs {
  font-size: 14px;
  padding: 15px 0;
  color: #666;
}

.breadcrumbs a {
  color: #666;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 5px;
}

/* .facets-block-wrapper.facets-block-wrapper--vertical {
  border: 1px solid #282C33;
  border-radius: 8px;
  background:#111317;
   
}

.product-grid .group-block--height-fit {
  border: none;
}

.product-grid li {
  background: #1B1D22;
  border-radius: 12px;
}
.product-card__content .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
  flex-direction: column;
  padding: 10px;
}
.facets-block-wrapper .facets__actions {
  display: none;
} */

.shopify-section .breadcrumbs{
  max-width: 1460px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.product-form-buttons button#BuyButtons-ProductSubmitButton-AaGRaRUoyQ3VDb2QvY__add-to-cart {
  background: #ce9d22;
  color: #0B0C0F;
  box-shadow: 0px 10px 15px -3px #CE9D2233;
  border-radius: 6px;
}
.product-media img.product-media__image {
    padding: 0px;
}

/* .spacing-style p {
    color: rgba(140, 140, 140, 1);
} */
.custom-section-content .text-block--align-center p strong {
  position: relative;
  display: inline-block;
  font: 700 30px/36px "Playfair Display", serif;
  color: transparent;
  text-align:center;
}
.custom-section-content .text-block--align-center p strong::before,
.custom-section-content .text-block--align-center p strong::after {
  position: absolute;
  top: 0;
}
.custom-section-content .text-block--align-center p strong::before {
  content: "YOU MAY ALSO";
  color: #fff;
}
.custom-section-content .text-block--align-center p strong::after {
  content: " LIKE";
  left: 11.5ch;
  color: #D9A520;
}
.section-resource-list[data-testid="product-list"] 
.resource-list__carousel 
.card-gallery {
    padding: 0;
}
.section-resource-list[data-testid="product-list"] 
product-price.text-block.text-block--align-center.text-center.h6.spacing-style {
    padding: 10px !important;
}
#ResultsList .product-grid__card {
    gap: 0px;
}
#ResultsList 
.group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    padding: 0;
}

#ResultsList 
.group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    padding: 15px;
}

div#ResultsList.main-collection-grid {
    padding: 10px;
}
@media (max-width: 749px) and (min-width: 425px) {
    #ResultsList 
    ul.product-grid.product-grid--grid.product-grid-mobile--large {
        grid-template-columns: 1fr 1fr;
    }
}
.accordion--AUU5LTG0rSSs4Z1Nyc__accordion_CNhnA3 
summary.details__header {
    color: rgb(255 255 255 / 70%);
}

.accordion--AUU5LTG0rSSs4Z1Nyc__accordion_CNhnA3 
summary.details__header:hover,
.accordion--AUU5LTG0rSSs4Z1Nyc__accordion_CNhnA3 
details[open] > summary.details__header {
    color: #fff;
}
@media (max-width: 767px) {
    .text-block--AQzVjTE5Kd0dKSlc3R__text_tqQTNE {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.product-information.section.section--page-width.color-scheme-5.relative 
.product-information__media .product-media {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.product-information.section.section--page-width.color-scheme-5.relative 
.product-information__grid.product-information--media-left.product-information__grid--half.product-information__grid--limit-details {
    padding-bottom: 62px;
}
/* ONLY this product information section */
.product-information.section.section--page-width.color-scheme-5.relative {
    max-width: 1440px;
    margin: auto;
}
/* ONLY this product section + ONLY mobile */
@media screen and (max-width: 749px) {

  .product-information.section.section--page-width.color-scheme-5.relative
  .product-details {
      width: 100% !important;
      max-width: 100% !important;
      grid-column: 1 / -1 !important;
      justify-content: flex-start;
      padding: 20px;
  }

}
@media screen and (max-width: 749px) {
  .menu-drawer .menu-drawer__menu-item--mainlist {
      font-size: 18px !important;
      line-height: 1.3;
  }
}

.facets-block-wrapper--vertical 
.facets.facets--vertical.spacing-style {
  padding: 20px;
}
/* ONLY product card titles inside resource list */
.resource-list__carousel 
.product-card 
.text-block--AZEdoQW10QzVpTmc3e__product_title_VXRnni p,
.resource-list__carousel 
.product-card 
[class*="__product_title_"] p {
 font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.sultan-hero .btn-gold{
  position:relative;
  overflow:hidden;
  border:1px solid transparent;
}

.sultan-hero .btn-gold::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  background:linear-gradient(90deg,var(--gold-main),var(--gold-soft));
  border-radius:50%;
  left:-220px;
  bottom:-220px;
  transition:all .35s ease-out;
  z-index:0;
}

.sultan-hero .btn-gold>*{
  position:relative;
  z-index:2;
}

.sultan-hero .btn-gold:hover{
  background:transparent;
  color:#000;
  border-color:var(--gold-main);
}

.sultan-hero .btn-gold:hover::before{
  left:-30px;
  bottom:-90px;
}




/* =========================
   BARBER MISSION (REFINED)
========================= */

.barber-mission {
  padding: clamp(70px, 10vw, 140px) 0;
  background: #f7f7f7;
  color: #111;
}

.barber-mission .page-width {
  max-width: 1400px;
  padding-inline: clamp(18px, 4vw, 40px);
  margin: 0 auto;
}

.barber-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* =========================
   IMAGE WITH OFFSET FRAME
========================= */

.barber-image-wrap {
  position: relative;
}

.barber-image-wrap::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 28%;
  height: 20%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.barber-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.barber-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* =========================
   CONTENT
========================= */

.mission-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}

.barber-content h2 {
  font-family:  var(--font-h1--family);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.mission-heading {
  font-family:  var(--font-h1--family);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.mission-heading .heading-highlight {
  background: linear-gradient(90deg, #111, #d7b76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-left: 6px;
}

.mission-description {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(37, 37, 37, 0.9);
  margin-bottom: 42px;
  max-width: 520px;
}

/* =========================
   FEATURES GRID
========================= */

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  margin-bottom: 44px;
}

.feature-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(22px, 3vw, 28px);
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.08);
  object-fit: contain;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform:unset;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}

/* =========================
   BUTTON
========================= */

.mission-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid #111;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  background: transparent;
  text-decoration: none;
  transition: all .3s ease;
}

.mission-btn:hover {
  background: #111;
  color: #fff;
}

a.explore-bundle-btn.bundle-btn {
    background: #000;
    color: #fff;
    position: relative;
    border: solid 1px #000;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
    text-align: center;
    width: auto;
    margin-top: 25px;
    display: inline-flex;
    font-family: 'Liberation Sans';
    font-weight: 700;
}
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .mission-description {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .barber-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .barber-image-wrap::after {
    right: -14px;
    bottom: -14px;
    width: 35%;
    height: 22%;
  }

  .mission-btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   WHY SULTAN
========================= */

.why-sultan {
  padding: clamp(80px, 10vw, 40px) 0;
  background: #f7f7f7;
  text-align: center;
}

.why-sultan .page-width {
  max-width: 1400px;
  padding-inline: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}

/* HEADER */

.why-sultan__heading {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
}

.heading-highlight {
  background: linear-gradient(90deg, #111, #d7b76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-sultan__subheading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.why-sultan__description {
    max-width: 840px;
    margin: 0 auto 80px !important;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 1);
}

/* GRID */

.why-sultan__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 36px);
  margin-bottom: 70px;
}

/* CARD */

.why-sultan__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  transition: all .3s ease;
}

.why-sultan__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.why-sultan__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.why-sultan__content {
  padding: 30px 25px 26px;
  text-align: left;
}

.why-sultan__content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform:unset;
}

.why-sultan__content p {
  font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-family: 'Liberation Sans';
}


.spacing-style.text-block.text-block--AcEVnd3NBb2pMMG5Wb__text_7UHhad.custom.custom-typography.custom-font-size.custom-color p, .spacing-style.text-block.text-block--AcEVnd3NBb2pMMG5Wb__text_7UHhad.custom.custom-typography.custom-font-size.custom-color p strong {
    font-weight: 600;
    background: linear-gradient(85deg, #111, #d7b76e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
rte-formatter.spacing-style.text-block.text-block--AN3YyWlgrMklyV0I5R__text_gkjLa9.rte.rte p {
    font-family: 'Liberation Sans';
}

/* BUTTON */

.why-sultan__btn {
  display: inline-block;
  padding: 18px 40px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight:700;
  letter-spacing: 0.7px !important;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease;
  border: solid 1px #000;
    font-family: 'Liberation Sans';
}

.why-sultan__btn:hover {
  background: #fff;
  color:#000;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .why-sultan__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .why-sultan__grid {
    grid-template-columns: 1fr;
  }

  .why-sultan__image img {
    height: auto;
  }
}



/* Product Section */
.ui-test-product-list rte-formatter.spacing-style.text-block.text-block--AN3YyWlgrMklyV0I5R__text_gkjLa9.rte.rte {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ui-test-product-list rte-formatter.spacing-style.text-block.text-block--AOUZ4dTN6ZjFIR3BEN__text_UYBF9G.rte.rte {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.ui-test-product-list rte-formatter.spacing-style.text-block.text-block--AcEVnd3NBb2pMMG5Wb__text_7UHhad.rte.rte {
    font-family: var(--font-accent, inherit);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}
..ui-test-product-list rte-formatter.spacing-style.text-block.text-block--ALzJmbitUaGtKQkFZd__text_deJ9h9.rte.rte {
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    letter-spacing: 0%;
    color: rgba(140, 140, 140, 1);
}


/* =========================
   CLIENT STORIES (TESTIMONIALS)
========================= */

.client-stories {
  padding: clamp(80px, 10vw, 140px) 0;
  background: #fff;
}

.client-stories .page-width {
  max-width: 1400px;
  padding-inline: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}

/* HEADER */

.client-stories__header {
  text-align: center;
  margin-bottom: 60px;
}

.client-stories__label {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #111;
  font-weight:700;
  letter-spacing:1.8px;
}

.client-stories__heading {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
}

/* GRID */

.client-stories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 36px);
}

/* CARD */

.client-story {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  padding: 36px 40px;
  transition: all .3s ease;
}

.client-story:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* STARS */

.client-story__stars {
    font-size: 24px;
    /* letter-spacing: 4px; */
    margin-bottom: 18px;
    color: #000;
}

/* TEXT */

.client-story__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #111;
  font-style: Italic;
}

/* AUTHOR */

.client-story__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.client-story__author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.client-story__author strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.client-story__author span {
  font-size: 14px;
  color: rgba(0,0,0,.6);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .client-stories__grid {
    grid-template-columns: 1fr;
  }

  .client-story {
    padding: 28px 26px;
  }
}
/* =========================
   INSTAGRAM – FOLLOW OUR JOURNEY
========================= */

.instagram-follow {
  padding: clamp(80px, 10vw, 120px) 0;
  background: rgba(247, 247, 247, 1);
}

.instagram-follow .page-width {
  max-width: 1400px;
  padding-inline: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}

/* HEADER */

.instagram-follow__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.instagram-follow__title h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
}

.instagram-follow__handle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.instagram-follow__handle svg {
  width: 16px;
  height: 16px;
  fill: #111;
}

/* BUTTON */

.instagram-follow__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 6px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  transition: all .25s ease;
}

.instagram-follow__btn:hover {
  background: #111;
  color: #fff;
}

/* GRID */

.instagram-follow__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

/* IMAGE */

.instagram-follow__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.instagram-follow__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.instagram-follow__item:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .instagram-follow__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .instagram-follow__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .instagram-follow__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================
   GET YOUR ROUTINE
========================= */

.get-routine {
  padding: clamp(80px, 10vw, 40px) 0;
  background: #fff;
}

.get-routine .page-width {
  max-width: 1400px;
  padding-inline: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}

.get-routine__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
}

/* CONTENT */

.get-routine__content {
  max-width: 520px;
}

.get-routine__divider {
  display: block;
  width: 36px;
  height: 2px;
  background: #111;
  margin-bottom: 28px;
}

.get-routine__heading {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 18px;
}

.get-routine__heading span {
  color: #d7b76e;
}

.get-routine__desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 34px;
  font-family: 'Liberation Sans';
  color: #000000;
}

/* BUTTON */

.get-routine__btn {
  display: inline-block;
  padding: 14px 36px;
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease;
}

.get-routine__btn:hover {
  background: #000;
}

/* IMAGE */

.get-routine__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .get-routine__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .get-routine__content {
    margin: 0 auto;
  }

  .get-routine__divider {
    margin-inline: auto;
  }
}
/* =========================
   ELEVATE GROOMING RITUAL
========================= */

.elevate-ritual {
  padding: clamp(90px, 12vw, 40px) 0;
  background: #fff;
  text-align: center;
}

.elevate-ritual .page-width {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

/* DIVIDER */

.elevate-ritual__divider {
  display: block;
  width: 36px;
  height: 2px;
  background: #111;
  margin: 0 auto 28px;
}

/* HEADING */

.elevate-ritual__heading {
  font-size: clamp(34px, 4.5vw, 46px);
  font-weight: 700;
  margin-bottom: 22px;
}

.elevate-ritual__heading span {
  color: #d7b76e;
}

/* DESCRIPTION */

.elevate-ritual__desc {
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 40px;
  color: #111;
}

/* BUTTONS */

.elevate-ritual__buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 14px 36px;
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease;
}

.btn-primary:hover {
  background: #000;
}

.btn-secondary {
  padding: 14px 36px;
  border: 1px solid rgba(0,0,0,.5);
  color: #111;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.btn-secondary:hover {
  background: #111;
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 640px) {
  .elevate-ritual__buttons {
    flex-direction: column;
  }
}


.social-icons__icon-wrapper a {
    background-color: #000;
    padding: 0px 3px;
    /* margin: -19px; */
}
/* =========================
   TRUST STRIP – PERFECT RESPONSIVE
========================= */

.trust-strip {
  background: rgba(247, 247, 247, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.trust-strip .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px clamp(16px, 4vw, 40px);
}

/* GRID LAYOUT */

.trust-strip__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  column-gap: clamp(16px, 3vw, 40px);
  row-gap: 18px;
}

/* ITEM */

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111;

  white-space: nowrap;
  text-align: center;
}
.trust-strip__item span {
    font-weight: 600;
    font-size: 12px;
    letter-spacing:0.6px;
    line-height: 1.33;
}
/* ICON */

.trust-strip__item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* ---------- BREAKPOINTS ---------- */

/* Large tablets / small laptops */
@media (max-width: 1024px) {
  .trust-strip__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }
}

/* Phones */
@media (max-width: 640px) {
  .trust-strip .page-width {
    padding: 18px 16px;
  }

  .trust-strip__row {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .trust-strip__item {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .trust-strip__item img {
    width: 14px;
    height: 14px;
  }
}

/* Extra small phones */
@media (max-width: 360px) {
  .trust-strip__item {
    font-size: 9.5px;
  }
}


/* =========================
   BUNDLE SECTION
========================= */

.bundle-section {
  padding: clamp(80px, 10vw, 140px) 0;
  background: #f9f9f9;
  text-align: center;
}

.bundle-section .container {
  max-width: 1400px;
  padding-inline: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}

/* HEADER */
.bundle-section .bundle-section-badge {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-family: 'Liberation Sans';
}

.bundle-section .section-header h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 12px;
}

.bundle-section .section-header h2 .heading-highlight {
  background: linear-gradient(90deg, #111, #d7b76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bundle-section .section-header p {
  max-width: 840px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 1);
  font-family: 'Liberation Sans';
}

/* GRID */
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
}

/* CARD */
.bundle-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  padding:0;
}

.bundle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* IMAGE */
.bundle-card a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* BADGE */
.bundle-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* CONTENT */
.bundle-content {
  padding: 25px;
  text-align: left;
}

.bundle-content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0,0,0,0.9);
  margin-bottom: 10px;
  text-transform:uppercase;
  font-family: 'Liberation Sans';
}

.bundle-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Playfair Display';
  line-height:1.28;
}

.bundle-description {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  margin-bottom: 15px;
}

.bundle-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Liberation Sans';
  color: #000000;
}

.bundle-content li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.bundle-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #111;
  font-size: 14px;
  top: 0;
}

/* PRICE */
.price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Liberation Sans';
}

.price span {
  text-decoration: line-through;
  color: #888;
  margin-left: 8px;
  font-weight: 400;
}

/* BUTTON */
.bundle-btn {
  display: block;
  padding: 14px 36px;
  background: #fff;
  color: #000;
  position:relative;
  border:solid 1px #000;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
  text-align: center;
  font-weight: 700;
  font-family: 'Liberation Sans';
  letter-spacing: 0.7px;
}
}

.bundle-btn:hover {
  background: #000;
  color:#fff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .bundle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card a img {
    height: auto;
  }
}


.sultan-collection-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  color: #000;
}

.sultan-collection-hero__overlay {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
}

.sultan-collection-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.sultan-collection-hero__subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Liberation Sans';
  font-weight: 700;
}

.sultan-collection-hero__title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sultan-collection-hero__description {
  font-size: 16px;
  margin-bottom: 24px;
  font-family: 'Liberation Sans';
  color: #000000;
}

.sultan-collection-hero__features {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sultan-collection-hero__features li {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  font-family: 'Liberation Sans';
  color: #000000;

}

.sultan-collection-hero__features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c9a24d;
}


.product-accordion-section .accordion-content ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product-accordion-section .accordion-content ul li{margin-bottom: 15px;}

.product-accordion-section .accordion-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 6px;
    border: solid 1px #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(-228deg);
}
.product-accordion-section .accordion-content ul li {
    position: relative;
    padding-left: 20px;
}
/* Responsive */
@media (max-width: 768px) {
  .sultan-collection-hero {
    padding: 80px 20px;
  }

  .sultan-collection-hero__title {
    font-size: 32px;
  }
}
.faq-sultan {
  padding: 0px 0px 90px;
  background: rgba(247, 247, 247, 1);
}
.faq-sultan .page-width {
    max-width: 1500px;
    padding-inline: clamp(20px, 4vw, 40px);
    margin: 0 auto;
}
/* TITLE */
.faq-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 45px;
}

.faq-title span {
  color: #b08d57;
}

/* WRAPPER */
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ITEM */
.faq-item {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 22px 26px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ARROW */
.faq-arrow {
  width: 18px;
  height: 18px;
  position: relative;
}

.faq-arrow::before,
.faq-arrow::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.3s ease;
}

.faq-arrow::before {
  width: 10px;
  height: 2px;
  top: 8px;
  left: 4px;
}

.faq-arrow::after {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px;
}

.faq-item.active .faq-arrow::after {
  transform: scaleY(0);
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.faq-answer-inner {
  padding: 0 26px 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

/* OPEN STATE */
.faq-item.active .faq-answer {
  max-height: 500px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-sultan {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 15px;
  }

  .faq-answer-inner {
    padding: 0 20px 20px;
  }
}
 
#ResultsList .product-grid--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1460px;
}
/* ================= PRODUCT GRID ================= */
#shopify-section-template--26987521802624__main 
#ResultsList .product-grid--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1460px;
}

/* ================= FACETS WIDTH ================= */
#shopify-section-template--26987521802624__main 
.facets__filters-wrapper {
    width: 66% !important;
    max-width: 66% !important;
    margin-right: 0;
}

/* ================= FACETS BORDER ================= */
#shopify-section-template--26987521802624__main 
.facets.facets--horizontal.spacing-style {
    border: 1px solid #ddd;
}
results-list overflow-list::part(list) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Scope ONLY to this collection section */
#shopify-section-template--26987521802624__main 
form#FacetFiltersForm--template--26987521802624__main-desktop {
    display: flex;
    justify-content: space-between;
}

/* Facets wrapper width only for this section */
#shopify-section-template--26987521802624__main 
.facets__filters-wrapper {
    width: 50%;
}

/* Facets summary (ONLY this section) */
#shopify-section-template--26987521802624__main 
summary.facets__summary {
    display:flex;
    justify-content:space-between;
    border: 1px solid #2A2A2A;
    padding: 10px;
    width: 100%;
}

/* Horizontal facets container (ONLY this section) */
#shopify-section-template--26987521802624__main 
.facets.facets--horizontal.spacing-style {
    padding: 30px !important;
}
/* Scope ONLY to this collection section */


#shopify-section-template--26987521802624__main 
accordion-custom.facets__item {
    width: 49%;
}

#shopify-section-template--26987521802624__main 
sorting-filter-component.sorting-filter.sorting-filter__horizontal {
    width: 33%;
}

#shopify-section-template--26987521802624__main 
.facets__actions {
    display: none;
}
/* ===============================
   ONLY FOR THIS COLLECTION SECTION
   =============================== */

#shopify-section-template--26987521802624__main 
floating-panel-component#facet-inputs-filter-v-availability {
    width: 100%;
    top: 40px !important;
}

#shopify-section-template--26987521802624__main 
floating-panel-component.facets__panel-content.details-content.color-scheme-5 {
    min-width: 360px;
    width: 100%;
    top: 40px !important;
}

#shopify-section-template--26987521802624__main 
floating-panel-component#sorting-options-template--26987521802624__main {
    width: 100%;
    top: 40px !important;
}
.routine-left .when-to-use {
    padding: 15px;
    border: 1px solid #EDEDED;
}
.routine-left .how-to-use{
    padding: 15px;
    border: 1px solid #EDEDED;
}
.routine-left {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    /* gap: 30px; */
}
.routine-left .result {
     padding: 15px;
    border: 1px solid #EDEDED;
}
@media screen and (max-width: 750px) {
  #ResultsList .product-grid--grid,
  #shopify-section-template--26987521802624__main #ResultsList .product-grid--grid {
    grid-template-columns: 1fr 1fr ;
    max-width: 1460px;
    margin: 0 auto;
  }
}
#shopify-section-template--26987521802624__main
.facets-block-wrapper.facets-block-wrapper--horizontal 
overflow-list.facets__overflow-list 
slot[name="more"]:not([hidden]) {
    height: 60px !important;
    border: 1px solid #000;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
button[id^="BuyButtons-ProductSubmitButton-"] {
    display: flex !important;
    align-items: flex-start !important;
}
#shopify-section-template--26987522064768__grooming_bundles_ryj8X4 
.bundle-section 
.section-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.get-routine .get-routine__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1360px) {
  #shopify-section-template--26987521802624__main 
  .facets__filters-wrapper {
      width: 100% !important;
  }
}
@media (max-width: 1352px) {
  #shopify-section-template--26987521802624__main 
  .facets__filters-wrapper {
      width: auto !important;
  }
}
#shopify-section-template--26987521802624__main div#ResultsList.grid.main-collection-grid {
  padding-top: 25px !important;
}
#shopify-section-template--26987521802624__main 
#ResultsList 
.product-card 
.group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
  min-height: 120px;
}
@media (max-width: 1024px) {
  #shopify-section-template--26987521802624__main 
  #ResultsList 
  .product-grid--grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media (max-width: 546px) {
  #shopify-section-template--26987521802624__main 
  #ResultsList 
  .product-grid--grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
#shopify-section-template--26987521802624__grooming_bundles_ABUdtM 
.bundle-section 
.section-header 
h2.why-sultan__heading {
  margin: 16px 0;
}
#MainContent.content-for-layout
#shopify-section-template--26987521802624__collection_hero_VbHTFc
section.sultan-collection-hero
h1.sultan-collection-hero__title {
  margin: 23.13px 0 45px 0;
}
.collection-wrapper .facets-block-wrapper span.facets__label {
    font-family: 'Liberation Sans';
}
#shopify-section-template--26987521802624__main
#ResultsList
.product-card
a[ref="productTitleLink"] p {
  font-weight: 700;
  font-family:'Playfair Display';
  letter-spacing:-0.5px;
}
/* ≥ 1422px */
@media (min-width: 1422px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: 120px;
  }
}

/* 1421px & below */
@media (max-width: 1421px) and (min-width: 1189px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: 150px;
  }
}

/* 1188px & below */
@media (max-width: 1188px) and (min-width: 1025px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: 170px;
  }
}

/* 1024px & below */
@media (max-width: 1024px) and (min-width: 663px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: 120px;
  }
}

/* 662px & below */
@media (max-width: 662px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: 140px;
  }
}
@media (max-width: 545px) {
  #shopify-section-template--26987521802624__main
  #ResultsList
  .product-card
  .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    min-height: auto;
  }
}
@media (max-width: 440px) {
  .sultan-collection-hero__features {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
    .sultan-hero__cn {
        max-width: 320px;
        margin: 0 !important;
    }
}
#shopify-section-template--26987522064768__product_list_QFmLXW
.resource-list.force-full-width.resource-list__carousel {
  display: grid;
  grid-column: 2 / 2 !important;
}
@media (max-width: 767px) {
  #shopify-section-template--26987522064768__premium_grooming_hero_zxyLUd
  .sultan-hero__buttons {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #shopify-section-template--26987522064768__trust_bar_eNzACN
  .trust-strip__row {
    grid-template-columns: 1fr;
    row-gap: 16px;
    justify-items: start;
    text-align: left;
  }
}
@media (max-width: 425px) {
  .btn-outline {
    padding: 17px 13px;
  }
}
#shopify-section-template--26987522064768__product_list_QFmLXW
.product-card
.text-block.rte,
#shopify-section-template--26987522064768__product_list_QFmLXW
.product-card
.paragraph {
  color: #8C8C8C;
}
#shopify-section-template--26987522064768__product_list_QFmLXW
.featured-collection-headings
.group-block-content
> .text-block:first-child
p {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1352px) {
#filters-drawer .facets__filters-wrapper accordion-custom.facets__item details {display: block;} .facets__filters-wrapper accordion-custom.facets__item details {display: none;}
@media (max-width: 1352px) {

  .facets__filters-wrapper {
    min-width: 30%;
  }

  results-list overflow-list::part(list) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    padding-left: 20px;
    color: #000;
  }

}
@media (max-width: 520px) {
  .choose-cards > .choose-card > .card-content {
    padding: 15px;
  }
}
/* PRODUCT RECOMMENDATIONS – TABLET 2x2 GRID */
@media (min-width: 768px) and (max-width: 1024px) {

  #shopify-section-template--26987522163072__product_recommendations_DHU9GP
  .product-recommendations
  .resource-list--grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

}
/* =====================================
   ONLY Collection Product Grid Styling
   Parent: #ResultsList
   ===================================== */

/* Product card outer border + padding reset */
#ResultsList 
.product-grid 
.product-card 
> .product-card__content {
    border: 1px solid #EDEDED !important;
    padding: 0 !important;
}

/* Remove ALL group-block borders inside product card only */
#ResultsList 
.product-grid 
.product-card 
.group-block.group-block--height-fit.group-block--width-fill {
    border: none !important;
}
[data-testid="product-list"].section-resource-list
.resource-list__carousel
slideshow-slides {
  padding: 0 !important;
} 