/** Shopify CDN: Minification failed

Line 91:0 Unexpected "}"

**/
/* Homepage FAQ's accordion dropdown color change 18/6/2026   */
section#shopify-section-template--19514457227425__accordion_Qc4mFU div#template--19514457227425__accordion_Qc4mFU .hdt-accordion-item .hdt-accordion-icon {
    background-color: #5b97e1 !important;
}

/* Product Breadcrumb hide grid block in pdp by RK 19/6/2026 */
a.hdt-inline-flex.hdt-breadcrumb__back {
    display: none;
}

/* Hide sidebar from collection page by RK 19/6/2026 */
/* button.hdt-flex.hdt-align-center.hdt-sidebar-btn.hdt-fixed.hdt-right-0{
    display: none;
} */
.hdt-sidebar-btn {
    display: none !important;
}

/* Hide Bestselling in sort by dropdown in pdp by RK 20/6/2026 */
/* button[value="best-selling"] {
    display: none !important;
} */

/* Collection page filters checkbox color and size change by RK 22/6/2026 */
.hdt-filter .hdt-facets-checkbox {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border: 1px solid #264e8f !important;
  border-radius: 5px;
}

.hdt-filter .hdt-filter-group__list-item :checked+label .hdt-facets-checkbox {
  background-color: #264e8f !important;
  border-color: rgb(var(--color-accent));
}

/* Collection page filters checkbox label size change by RK 22/6/2026 */
span.hdt-facets-label.hdt-base.hdt-normal {
    font-size: 17px !important;
}

/* Collection page filters checkbox title size change by RK 22/6/2026 */
span.hdt-inline-flex.hdt-facet-title_group {
    font-size: 20px !important;
}

/* Cart Drawer & Cart Page T&C checkbox color and size change by RK 24/6/2026 */
input#CartDrawer-Form_agree, input#CartPage-Form_agree {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border: 1px solid #264e8f !important;
  border-radius: 5px;
}

.hdt-cart-checkbox input:checked {
  background-color: #264e8f !important;
  border-color: rgb(var(--color-accent));
}


/* .hdt-row-flex.hdt-sidebar_drawer_false.hdt-flex-cols-1.lg\:hdt-flex-cols-2 {
  column-gap: 30px !important;
} */

/* Hide Collection page desktop banner on mobile 1/7/2026 */
@media screen and (max-width: 999px){
  section#shopify-section-template--19514456768673__slideshow_xBLVjQ {
    display:none;
  }
}



header#shopify-section-sections--19514448904353__header_inline_blocks_xePFbC {
    /* border-bottom: solid 1px lightgrey; */
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
}

/* .hdt-menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 8px 24px; /* row-gap column-gap */
} */

li.hdt-menu-item[data-index="3"] ul.hdt-menu-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 24px !important;
}

/* New CSS for sale badge in product card 9/7/2026 */
.hdt-badge.hdt-badge__on-sale {
  background-color: #ff0000 !important;
}

/* New CSS to make collection filter text inline 9/7/2026 */
.hdt-filter :where(.hdt-facets-label,.hdt-filter-group__color-label) span{
  display: inline !important;
}

/* New CSS to add space above social media icon block in footer by RK 15/7/2026 */
div#block-AR0hHYXVPSGxXLzNjS__socials_g7h7nx {
  margin-top: 20px;
}