/** Shopify CDN: Minification failed

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

**/
.breadcrumb__link {
    font-size: 12px!important;
}

.variants-item {
   display: none;
}

.ap-productmeta__sku {display: none!important;}

.compare-link {display: none!important;}

.ap-productmeta__sku-number {display: block!important; padding-bottom: 10px!important; clear: both;}

.ap-productform {
    display: grid;
    grid-row-gap: 0px;
    row-gap: 0px;
}

.price {
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
}

.rating__stars {display: none!important;}
.ap-productmeta__reviews-badge .rating__caption {display: none!important;}

.ap-productfacet_aside__categories-title {font-weight: bold!important; color: #523067; font-size: 22px!important;}

.ap-productfacet__filter-item .collapsible-toggle {font-weight: bold!important; color: #523067; font-size: 22px!important; letter-spacing: 0px!important;}

.contact__button .button {
    background-color: var(--primary);
    width: 100%;
    transition: all .4s;
  color: #fff!important;
}
.newsletter-content {display: none!important;}

p a {text-decoration: none!important;}
a {text-decoration: none!important;}

html {
  scroll-behavior: smooth;
}

p a:not(.button), .rte a:not(.button), .link {
    text-decoration: none!important;
    text-underline-offset: 2px;
    -webkit-text-decoration-color: rgba(var(--color-body),.35);
    text-decoration-color: rgba(var(--color-body), .35);
    transition: color .2s ease-in-out, -webkit-text-decoration-color .2s ease-in-out;
    transition: text-decoration-color .2s ease-in-out, color .2s ease-in-out;
    transition: text-decoration-color .2s ease-in-out, color .2s ease-in-out, -webkit-text-decoration-color .2s ease-in-out;
}

.header__icon--compare,
.cm-compare-button,
.compare-product-icon {
    display: none !important;
}

.card__media .media--hover-effect > img:first-child {
  transform: none !important;
  transition: none !important;
}

.card-wrapper:hover .card__media .media--hover-effect > img:first-child {
  transform: none !important;
}

.card__media .media--hover-effect > img + img {
  display: none !important;
}

.card__media .media > img {
  object-fit: contain !important;
  object-position: center center;
}

#search-drawer {display: none!important;}

.main-page-title {display: none;}

.cYxALI {display: none!important;}
.iabGlH  {display: none!important;}

.footer-top {display: none!important;}

.heading.h1 {font-weight: 800!important;}

.breadcrumb__list {margin-top: -10px!important;}

.product-tab {
    overflow: hidden;
    border-top: 0px solid rgb(var(--border-color))!important;
}

.ap-navtabs__item {
    opacity: 1;
    padding-bottom: 0;
    font-size: 24px!important;
    line-height: 30px!important;
    text-transform: none!important;
}

.video-hero__eyebrow { font-family: 'Poppins', sans-serif !important; }
.video-hero__heading { font-family: 'Poppins', sans-serif !important; }
.video-hero__subheading { font-family: 'Poppins', sans-serif !important; }
.video-hero__btn { font-family: 'Poppins', sans-serif !important; }

.collection-carousel-item {
    padding: 10px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 12px;
    background-color: #fff;
}

.collection-carousel-item-image {border-radius: 12px;}

h2 {
    font-size: 38px!important;
    line-height: 44px!important;
    letter-spacing: -1px!important;
    margin-bottom: 30px!important;
    text-transform: none;
    font-family: var(--hd-font-family);
}

.collection-carousel-title {font-weight: 800;}

.video-hero__heading {
  font-size: clamp(2.5rem, 7.5vw, 9rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 1.25rem;
  white-space: nowrap;
}

.crbut {
  background-color: #62bcd2;
  font-size: 16px !important;
  padding: 18px 60px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: bold;
  margin-top: 20px!important;
  text-decoration: none!important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  transition: all .8s cubic-bezier(.25, .8, .25, 1);
}

.crbut:hover {background-color: #0d1a2d; transition: all .8s cubic-bezier(.25, .8, .25, 1);}

h3.heading.h4 {font-size: 40px!important; letter-spacing: -1px; color: #582969;}

#products-viewed-popup {display: none!important;}
.slideshow__progress-bar {display: none!important;}

.eGOkNC {background-color: #fff!important; padding: 20px!important; border-radius: 12px!important;}

.footer-top {
    padding: 0px 0!important;
    position: relative;
    display: none !important;
}

.card__media .media > img {
  object-fit: contain!important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.vt-section {
  padding: 80px 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.vt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.vt-video-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.vt-video {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.vt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  transition: background 0.2s ease;
}

.vt-play-btn svg {
  width: 72px;
  height: 72px;
  transition: transform 0.2s ease;
}

.vt-video-wrap:hover .vt-play-btn {
  background: rgba(0, 0, 0, 0.15);
}

.vt-video-wrap:hover .vt-play-btn svg {
  transform: scale(1.08);
}

.product-list-2 .product-item { padding: 20px; border: 1px solid #eaeaea; border-radius: 8px; background-color: #fff;}

.ytbut {
  background-color: #f63e47;
  font-size: 16px !important;
  padding: 18px 60px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: bold;
  margin-top: 20px!important;
  text-decoration: none!important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  transition: all .8s cubic-bezier(.25, .8, .25, 1);
}

/* Custom mobile header — hidden on desktop */
.cr-mobile-header {
  display: none;
}

/* ── MOBILE HEADER + GENERAL MOBILE STYLES ── */
@media screen and (max-width: 740px) {

  /* Hide original header on mobile */
  .header_wrapper {
    display: none !important;
  }

  .header-bottom {
    display: none !important;
  }

  /* Show custom mobile header */
  .cr-mobile-header {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    padding: 10px 16px !important;
    gap: 10px !important;
  }

  /* Row 1: Hamburger left, logo center, icons right */
  .cr-mobile-header-row1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 20px;
    min-height: 60px !important;
  }

  .cr-mobile-header .header__logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
  }

  .cr-mobile-header .header__logo a {
    pointer-events: all !important;
  }

  .cr-mobile-header .header__logo-image {
    max-width: 100px !important;
    width: 100px !important;
  }

  /* Hamburger */
  .cr-mobile-hamburger {
    background: #111 !important;
    border: none !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  /* Row 3: Search */
  .cr-mobile-header-row3 {
    display: flex !important;
    width: 100% !important;
  }

  .cr-mobile-search-form {
    display: flex !important;
    width: 100% !important;
    border-radius: 999px !important;
    border: 1px solid #e0eaeb !important;
    overflow: hidden !important;
  }

  .cr-mobile-search-form input[type="text"] {
    flex: 1 !important;
    border: none !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    outline: none !important;
  }

  .cr-mobile-search-form button {
    background: #6b3fa0 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 20px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer !important;
  }

  /* Row 4: Currency / localization switcher */
  .cr-mobile-header-row4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 4px 0 2px !important;
    border-top: 1px solid #f0f0f0 !important;
  }

  .cr-mobile-header-row4 .localization-selector {
    font-size: 13px !important;
  }

  /* Hide You May Also Like on mobile cart */
  .ap-crossselling,
  .ap-upselling,
  .cross-selling,
  .upselling,
  [class*="crosssell"],
  [class*="upsell"] {
    display: none !important;
  }

  /* Cart quantity column */
  td.line-item__quantity,
  td.line-item__price-list-container {
    display: table-cell !important;
    visibility: visible !important;
  }

  line-item-quantity {
    display: block !important;
  }

  .ap-quantityselector {
    display: flex !important;
    align-items: center !important;
  }

  .ap-quantityselector__button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .ap-quantityselector__input {
    display: block !important;
  }

  .line-item__remove-button {
    display: inline-block !important;
  }
}

.cr-mobile-header-row1 > div:last-child {
    margin-right: 12px !important;
}

@media screen and (max-width: 740px) {
  .line-item-table {
    display: table !important;
    width: 100% !important;
  }

  .line-item-table tr {
    display: table-row !important;
  }

  .line-item-table td {
    display: table-cell !important;
  }
}

/* Mobile quantity — show inline under product info */
.cr-mobile-qty {
  display: none;
}

@media screen and (max-width: 740px) {
  .cr-mobile-qty {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 8px !important;
  }

  /* Hide the original quantity column on mobile */
  td.line-item__quantity,
  td.line-item__price-list-container {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  .image-overlay.image-overlay--small {
    min-height: 200px !important;
    height: 200px !important;
  }
}

@media screen and (max-width: 740px) {
  .ap-productmeta__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}

/* ========== COLLECTION GRID LAYOUT (DESKTOP) ========== */
@media (min-width: 750px) {

  ap-productlist {
    display: block;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  body.template-index ap-productlist,
  .section-featured-collection ap-productlist {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .ap-productlist__inner {
    column-gap: 12px !important;
    row-gap: 24px !important;
    gap: 24px 12px !important;
    --ap-productlist-column-gap: 12px !important;
    --ap-productlist-row-gap: 24px !important;
    margin: 0 !important;
  }

  .ap-productlist__inner > .product-item,
  .ap-productlist__inner > product-item,
  .ap-productlist .product-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
  }
}

/* ========== PAGINATION ARROWS — CIRCLE STYLE ========== */
.ap-productlist__arrow.ap-nextap-buttonprev {
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid #eaeaea !important;
  background: #fff !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease !important;
}

.ap-productlist__arrow.ap-nextap-buttonprev:hover:not([disabled]) {
  background: #6b3fa0 !important;
  border-color: #6b3fa0 !important;
  transform: scale(1.08) !important;
}

.ap-productlist__arrow.ap-nextap-buttonprev:hover:not([disabled]) svg,
.ap-productlist__arrow.ap-nextap-buttonprev:hover:not([disabled]) .icon {
  color: #fff !important;
  stroke: #fff !important;
  fill: #fff !important;
}

.ap-productlist__arrow.ap-nextap-buttonprev[disabled] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.ap-productlist__ap-nextprev {
  gap: 8px !important;
}

/* ========== COLLECTION GRID LAYOUT (MOBILE) ========== */
@media screen and (max-width: 740px) {

  ap-productlist {
    display: block !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .ap-productlist__inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 8px !important;
    row-gap: 12px !important;
    gap: 12px 8px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ap-productlist__inner > .product-item,
  .ap-productlist__inner > product-item,
  .ap-productlist .product-item {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cr-card .cr-card__image {
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    width: calc(100% - 16px) !important;
    height: calc(100% - 16px) !important;
  }

  .cr-card .cr-card__info {
    padding: 8px 10px 10px !important;
    gap: 2px !important;
  }

  .cr-card .cr-card__badge {
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  .cr-card .cr-card__type {
    font-size: 9px !important;
  }

  .cr-card .cr-card__title {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .cr-card .cr-card__price {
    font-size: 14px !important;
    padding-top: 4px !important;
  }

  .cr-card .cr-card__action-button {
    width: 32px !important;
    height: 32px !important;
  }

  .cr-card .cr-card__action-button svg {
    width: 15px !important;
    height: 15px !important;
  }

  .cr-card .cr-card__actions {
    top: 6px !important;
    right: 6px !important;
    gap: 6px !important;
  }
}

/* ========== FILTER SIDEBAR — RESTORE LIST LAYOUT ========== */
.ap-productfacet_aside__categories-list {
    display: flex !important;
    flex-direction: column !important;
    padding: 14px 0 30px !important;
}

.ap-productfacet_aside__categories-list a {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    display: block !important;
}

.ap-productfacet_aside__categories-list a .count {
    color: var(--primary) !important;
}

.collapsible__content label {
    font-weight: 500 !important;
}

/* ========== WISHLIST BUTTON — PASTEL RED ========== */
.cr-card .cr-card__action-btn--wishlist .cr-card__action-button {
  background: #FF8A8A !important;
  color: #fff !important;
}

.cr-card .cr-card__action-btn--wishlist .cr-card__action-button:hover {
  background: #FF6B6B !important;
  transform: scale(1.08);
}

/* ========== CR TOAST NOTIFICATION ========== */
.cr-toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.cr-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: auto;
  min-width: 200px;
  max-width: 320px;
}

.cr-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.cr-toast--success {
  background: #62bcd2;
}

.cr-toast--info {
  background: #6b6b6b;
}

.cr-toast--cart {
  background: #6b3fa0;
}

.cr-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cr-toast__icon svg {
  width: 18px;
  height: 18px;
}

.cr-toast__text {
  flex: 1;
  line-height: 1.3;
}

@media (max-width: 740px) {
  .cr-toast-container {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }

  .cr-toast {
    max-width: none;
    font-size: 13px;
    padding: 10px 14px;
  }
}

/* ========== CARD ACTION BUTTONS — KEEP BELOW MOBILE MENU ========== */
@media (max-width: 740px) {
  .cr-mob-collection__actions,
  .cr-card .cr-card__actions {
    z-index: 1 !important;
  }
}

/* ========== HOMEPAGE — BOTTOM PADDING + RIGHT CUTOFF FIX ========== */

.template-index #main {
    padding-bottom: 80px !important;
}

.template-index .section_color_wrapper,
.template-index .featured-collections,
.template-index .scroller {
    overflow: visible !important;
}

.template-index .container {
    overflow: visible !important;
}

.template-index .ap-productlist__inner--scroller {
    overflow-x: auto !important;
    padding-right: 32px !important;
}

/* Prevent horizontal page scroll at the section level */
.template-index .section.product-tab {
    overflow-x: clip !important;
}

/* Graded Cards dropdown — 4 column grid */
.mega-menu__column .linklist {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 4px 24px !important;
}

.mega-menu__column .linklist .linklist__item a {
  font-size: 18px !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .mega-menu__column .linklist {
    grid-template-columns: 1fr !important;
  }
}

/* Hide product counts for Condition filter only */
.filter-group[data-filter-group-label="Condition"] .filter-group__count,
.filter-group[data-filter-group-label="Condition"] .facets__count,
[data-filter-label="Condition"] .facets__count,
[data-filter-label="Condition"] .filter-count {
  display: none !important;
}


/* Quantity selector - constrain width on mobile */
@media screen and (max-width: 740px) {
  .ap-quantityselector {
    width: auto !important;
  }
  .ap-productform__quantity {
    display: flex !important;
    align-items: center !important;
  }
}

/* Quantity selector layout on mobile */
@media screen and (max-width: 740px) {
  .ap-productform__quantity {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .ap-quantityselector {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 740px) {
  .ap-productform__quantity {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .ap-productform__quantity-label {
    padding-top: 16px !important;
    margin-bottom: 4px !important;
  }
  .ap-quantityselector {
    margin-bottom: 8px !important;
  }
}

.ap-productfacet__filters-header {
  display: none !important;
}