/** Shopify CDN: Minification failed

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

**/
.shopify-section {
    padding-inline: 10px;
}

sticky-add-to-cart>div>div.sticky-add-to-cart__price>div>div.price__sale {
    display: flex;
    flex-direction: column;
}

sticky-add-to-cart>div>div.sticky-add-to-cart__price>div>div.price__hidden {
    display: none;
}

.recently-viewed-wrapper .group-block-content {
    display: block;
}
product-card p {
    height: 56px;
}

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

@font-face {
  font-family: 'BacasimeAntique';
  src: url('https://cdn.shopify.com/s/files/1/0729/7122/3126/files/BacasimeAntique-Regular.ttf?v=1781084312') format('opentype');
}

body,
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
div {
  font-family: 'Assistant', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BacasimeAntique' !important;
}


body:not(.template-index) #MainContent {
  padding-top: 100px;
}

body.template-suffix-about #MainContent,
body.template--about #MainContent,
body.template--about-us #MainContent {
  padding-top: 0;
}

.product-information .product-information__grid .product-details .text-block h1 {
  font-Size: 38px;
  font-weight: 400;
}

/* PDP Main Product Media Styling */
body.template-product .product-media-container,
body.template-product .product-media-constraint-wrapper,
body.template-product .product-media {
  background-color: #ffffff !important;
  overflow: hidden !important;
}

/* Ensure images and video elements fit nicely and respect border radius */
body.template-product .product-media video,
body.template-product .product-media iframe {
  border-radius: 30px !important;
  background-color: #ffffff !important;
}

/* PDP Thumbnails Styling */
body.template-product .slideshow-controls__thumbnail,
body.template-product .dialog-thumbnails-list__thumbnail {
  height: 72px !important;
  background-color: #ffffff !important;
  overflow: hidden !important;
  padding: 6px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.04) !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

body.template-product .slideshow-controls__thumbnail img,
body.template-product .dialog-thumbnails-list__thumbnail img {
  background-color: #ffffff !important;
  width: 100% !important;
  height: 100% !important;
}

/* Selected Thumbnail Active Border */
body.template-product .slideshow-controls__thumbnail[aria-selected="true"],
body.template-product .dialog-thumbnails-list__thumbnail[aria-selected="true"] {
  border-color: #000000 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  outline: none !important;
}

.product-information .product-information__grid .product-details product-price .price {
  font-size: 26px;
  font-weight: 600;
}

.product-information .product-information__grid .product-details product-price .compare-at-price {
  font-size: 18px;
}


.price-item__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f2e6 !important;
  border: 1px solid #20590C !important;
  color: #20590C !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  padding: 1px 6px !important;
  margin-left: 6px !important;
  vertical-align: middle;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}


.product-information .product-information__grid .product-details product-price .price-item__discount-badge {
  font-size: 14px;
  border-width: 1.5px;
  border-radius: 5px;
}

/* Custom Variant Picker Styling */
.variant-option--buttons legend {
  font-size: 18px;
  color: #666666;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.variant-option__button-label:not(.variant-option__button-label--has-swatch) {
border-radius: 4px;
    border: 2px solid var(--border-color);
    padding: 0px !important;
    background-color: #fffdfd;
    cursor: pointer;
    transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease !important;
    text-align: center;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    min-width: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #313132;
    font-weight:700 !important;
}

/* Hover state for variant buttons */
.variant-option__button-label:not(.variant-option__button-label--has-swatch):hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Checked / Selected state */
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has(:checked) {
  border-color: #555555 !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

/* Slide animation pill background color override */
.variant-option__button-label:not(.variant-option__button-label--has-swatch) .variant-option__button-label__pill {
  background-color: #eeeeee !important;
  border-radius: inherit !important;
}

/* Custom Quantity Selector & Buy Buttons (matching user's reference images) */

/* 1. Layout & Grid wrapper for the buttons and selectors */
.product-form-buttons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: flex-end !important;
  /* aligns quantity box and buttons nicely */
  width: 100% !important;
}

/* Force the Quantity label and selector block to take up their own rows */
.product-form-buttons .quantity-label {
  flex: 1 0 100% !important;
  width: 100% !important;
  font-size: 18px !important;
  color: #666666 !important;
  margin-bottom: 6px !important;
  text-transform: none !important;
}

.product-form-buttons .quantity-selector-wrapper {
  flex: 1 0 100% !important;
  width: 100% !important;
  display: block !important;
}

/* 2. Custom Quantity Selector Styling */
.product-form-buttons .quantity-selector {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #ffffff !important;
  border: 1px solid #666666 !important;
  /* neat dark gray border */
  border-radius: 8px !important;
  padding: 12px 8px !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  height: 44px !important;
  flex: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.product-form-buttons .quantity-selector:hover {
  background-color: #ffffff !important;
  border-color: #333333 !important;
}

/* Minus and Plus buttons styled as small light-gray rounded squares */
.product-form-buttons .quantity-selector :is(.quantity-minus, .quantity-plus) {
  width: 28px !important;
  height: 28px !important;
  border: 1px solid #666666 !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  color: #121212 !important;
}



/* Make SVGs inside smaller and centered */
.product-form-buttons .quantity-selector :is(.quantity-minus, .quantity-plus) svg {
  width: 10px !important;
  height: 10px !important;
}

/* Quantity input in the center */
.product-form-buttons .quantity-selector input[type='number'] {
  width: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #121212 !important;
  background: transparent !important;
  border: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.product-form-buttons .quantity-selector input[type='number']::-webkit-inner-spin-button,
.product-form-buttons .quantity-selector input[type='number']::-webkit-outer-spin-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* 3. Buy Buttons side-by-side on desktop, stacked on mobile */
.product-form-add-to-cart-wrapper,
.product-form-buttons>.accelerated-checkout-block {
  flex: 1 1 0% !important;
  min-width: 150px !important;
  width: auto !important;
}

@media(max-width:1920px){
      .da-banner-slider__slide{margin-top: 86px !important;}
}
@media (max-width: 749px) {
    .da-banner-slider__slide {
        margin-top: 69px !important;
    }
}
@media screen and (max-width: 749px) {
.section-breadcrumbs-wrapper{
  display:none;
}

  .product-form-add-to-cart-wrapper,
  .product-form-buttons>.accelerated-checkout-block {
    flex: 1 0 100% !important;
    width: 100% !important;
  }
  body:not(.template-index) #MainContent {
  padding-top: 70px;
}

}

/* Add to Cart button customization */
.add-to-cart-button.button {
  background-color: #fff;
  /* solid black/dark background */
  color: #000;
  border: 1px solid #666;
  border-radius: 15px;
  /* pill rounded corners */
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 8px !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.add-to-cart-button.button:hover {
  opacity: 1;
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.25);
}

/* Add to Cart icon sizing */
.add-to-cart-button.button .add-to-cart-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  color: inherit;
}

.add-to-cart-button.button .add-to-cart-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.add-to-cart-button.button .add-to-cart-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 100% !important;
}

/* Buy It Now dynamic checkout button customization */
.accelerated-checkout-block,
.accelerated-checkout-block .shopify-payment-button {
  width: 100% !important;
  margin-top: 0 !important;
}

.accelerated-checkout-block .shopify-payment-button__button,
.accelerated-checkout-block button.shopify-payment-button__button--unbranded {
  background-color: #ffffff !important;
  /* white background */
  color: #666666 !important;
  /* dark text color */
  border: 1px solid #666666 !important;
  /* border color */
  border-radius: 15px !important;
  /* pill rounded corners */
  font-size: 15px !important;
  font-weight: 600 !important;
  height: 58px !important;
  padding: 0 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
}

.accelerated-checkout-block .shopify-payment-button__button:hover,
.accelerated-checkout-block button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #ffffff !important;
  border-color: #666666 !important;
  color: #666666 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}


.product-information .product-form-add-to-cart-wrapper .add-to-cart-icon path {
  stroke: white;
}
.section-resource-list__content{
padding-top: 40px;
}

@media screen and (max-width: 749px) {
  .product-information__grid {
    gap: 20px;
  }

  .product-information .product-information__grid .product-details product-price .price {
    font-size: 22px;
  }

  .product-information .product-information__grid .product-details product-price .compare-at-price {
    font-size: 16px;
  }

  .product-information .product-information__grid .product-details .text-block h1 {
    font-size: 30px;
  }
}


.product-badges {
  display: none;
}


.product-information {
  display: grid;
}

/* Custom: Show exactly 3 cards per row on collection and search pages (Desktop) */
@media screen and (min-width: 750px) {
  :is(.template-collection, .template-search) .product-grid:not([product-grid-view='zoom-out']) {
    --product-grid-columns-desktop: repeat(3, 1fr) !important;
  }
}

/* ===============================
   SIZE CHART POPUP - INLINE STYLING
================================= */

/* Make size chart block inline */
.sc-block {
  display: inline-block;
  vertical-align: baseline;
}

.sc-trigger {
  display: inline;
  vertical-align: baseline;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 8px;
  padding: 0;
}

/* Ensure legend items and size chart stay aligned */
.variant-picker {
  display: block;
  width: 100%;
}


/* Desktop: align size chart on the same line as legend */
@media screen and (min-width: 750px) {
  .sc-block+.variant-picker .variant-option--buttons:first-of-type legend {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }

  .sc-block {
    display: inline;
    vertical-align: baseline;
    margin-right: -4px;
  }

  .sc-trigger {
    margin-left: 0;
    vertical-align: baseline;
    display: inline;
  }
}

/* Mobile: stack on separate lines */
@media screen and (max-width: 749px) {
  .sc-block {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .sc-trigger {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-top: 4px;
  }

  .variant-option legend {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
}


form .facets-remove,
.products-count-wrapper,
span.facets__status.h6.desktop\:hidden,
.mm-main>a:nth-child(6) {
  display: none;
}

@media screen and (max-width: 749px) {
  .facets--horizontal .facets__form {
    flex-flow: column;
  }
.media-gallery--carousel slideshow-container{border-radius:0px !important;}
  #facet-inputs-filter-v-price {
    padding: 0 10px;
  }
}

.mm-footer {
  margin-bottom: 27px;
  background-color: #fff;
}

.template-product .mm-footer {
  margin-bottom: 64px;
}

.mm-richtext {
  padding-left: 10px;
}

/* Premium Cart Drawer Product Card styling */
.cart-drawer .cart-items__table-row {
  background: var(--color-background) !important;
  border: 1px solid var(--color-border-subtle, rgba(0,0,0,0.06)) !important;
  border-radius: 12px !important;
  padding: 12px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.cart-drawer .cart-items__table-row:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04) !important;
  transform: translateY(-1px);
}

.cart-drawer .cart-items__media-container {
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
}

.cart-drawer .cart-items__quantity-controls {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
}

.cart-drawer .cart-items__remove {
  background: rgba(0,0,0,0.03) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--color-foreground) !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  cursor: pointer !important;
}

.cart-drawer .cart-items__remove:hover {
  background-color: rgba(239, 68, 68, 0.1) !important;
  color: rgb(239, 68, 68) !important;
}

.cart-drawer .cart-items__remove svg {
  width: 12px !important;
  height: 12px !important;
}
.predictive-search-form__content-wrapper .price__regular.price__hidden {
  display: block;
}

.column-options-wrapper {
  display: none !important;
}

/* Premium Blog Cards & Blog Page styling (Jimi Style) */
.blog-posts {
  background-color: var(--color-background-secondary) !important;
}

.blog-post-item {
  border: none !important;
  padding: 0 !important;
}

.blog-post-card {
  background-color: #ffffff !important;
  border-radius: 32px !important;
  padding: 18px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
  height: 100% !important;
}

.blog-post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08) !important;
}

.blog-post-card__image-container {
  border-radius: 24px !important;
  overflow: hidden !important;
  background-color: #F6F7FA !important;
}

.blog-post-card__image {
  border-radius: 24px !important;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.blog-post-card:hover .blog-post-card__image {
  transform: scale(1.03);
}

.blog-post-card__content {
  padding: 12px 6px 6px 6px !important;
}

/* Force BacasimeAntique serif font on the title fallback divs, and apply 2-line clamp */
.blog-post-card__content a .text-block,
.blog-post-card__content a .text-block div {
  font-family: 'BacasimeAntique', serif !important;
  font-weight: 400 !important;
  font-size: 1.45rem !important;
  line-height: 1.3 !important;
  color: var(--color-foreground-heading) !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 2.6em !important;
  min-height: 2.6em !important;
}

.blog-post-card__content a:hover .text-block,
.blog-post-card__content a:hover .text-block div {
  color: var(--color-primary-hover) !important;
}

/* Hero post title font size adjustment */
.blog-post-item--hero .blog-post-card__content a .text-block,
.blog-post-item--hero .blog-post-card__content a .text-block div {
  font-size: 1.95rem !important;
  -webkit-line-clamp: 2 !important;
  height: 2.6em !important;
  min-height: 2.6em !important;
}

/* Corrected details selector (date/reading time) */
.blog-post-card .blog-post-details {
  font-family: 'Assistant', sans-serif;
  color: var(--color-foreground-secondary, #666);
  font-size: 0.8rem;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Corrected description wrapper selector */
.blog-post-card__content-text {
  font-family: 'Assistant', sans-serif;
  margin-top: 10px !important;
  display: flex;
  flex-direction: column;
}

/* 3-line clamp for excerpt/description text inside card */
.blog-post-card__description-text {
  font-family: 'Assistant', sans-serif;
  color: var(--color-foreground-subtle, #555);
  font-size: 0.95rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.8em;
  min-height: 4.8em;
}

/* Corrected Read more link selector */
.blog-post-card__content-text a.blog-post-card__read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--color-foreground) !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.blog-post-card__content-text a.blog-post-card__read-more:hover {
  opacity: 0.7 !important;
  color: var(--color-foreground) !important;
}

/* Lock aspect ratio of blog images in card grid */
.blog-post-card .blog-card__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 24px;
}

.blog-post-card .blog-post-card__image-container {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.blog-post-card .blog-post-card__image-container img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

/* Hero post image wrapper formatting override */
@media screen and (min-width: 750px) {
  .blog-post-item--hero .blog-card__image-wrapper {
    flex: 1 1 55% !important;
    aspect-ratio: auto;
    min-height: 380px;
    border-radius: 24px;
  }
}


@media screen and (min-width: 750px) {
  .product-information__grid > .product-information__media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .product-information__media > media-gallery {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-information__media slideshow-component {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-information__media slideshow-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}


@media(max-width:510px){
  .product-information .product-information__grid .product-details .text-block h1 {font-Size: 26px;letter-spacing:-0.6px;}

}