/** Shopify CDN: Minification failed

Line 2305:0 Unexpected "1"
Line 2326:22 Expected identifier but found "!"

**/
/*
  © 2024 Jhango
  https://www.jhango.com
*/

/*
  Variables
*/
:root {
  --bs-link-color: currentColor;
  --bs-link-color-rgb: currentColor;
  --bs-link-hover-color: currentColor;
  --bs-link-hover-color-rgb: currentColor;
  --bs-border-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), var(--bs-border-opacity));
}


/*
  Various classes 
*/
.title {
  text-transform: var(--bs-headings-text-transform);
  letter-spacing: var(--bs-headings-letter-spacing);
}

.title-border-bottom span {
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 1);
  display: inline-block;
  padding-bottom: 0.25rem;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: .1rem;
  opacity: .75;
}

.description {
}

.shadow-md {
  box-shadow: var(--bs-box-shadow-md);
}

.text-truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/*
  Container
*/
.container {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--bs-container-max-width);
}

@media (max-width: 1199px) {
  .container {
    max-width: 800px;
  }
}


/*
  New Tertiary color
*/
.bg-tertiary { background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important; }
.text-tertiary { color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important; }
.border-tertiary { border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important; }


/*
  Background/Text
*/
.bg-primary { --bg-color-rgb: var(--bs-primary-rgb); }
.bg-secondary { --bg-color-rgb: var(--bs-secondary-rgb); }
.bg-tertiary { --bg-color-rgb: var(--bs-tertiary-rgb); }
.bg-body { --bg-color-rgb: var(--bs-body-bg-rgb); }
.bg-white { --bg-color-rgb: var(--bs-white-rgb); }
.bg-success { --bg-color-rgb: var(--bs-success-rgb); }
.bg-warning { --bg-color-rgb: var(--bs-warning-rgb); }
.bg-danger { --bg-color-rgb: var(--bs-danger-rgb); }
.bg-info { --bg-color-rgb: var(--bs-info-rgb); }

.text-primary { --text-color-rgb: var(--bs-primary-rgb); }
.text-secondary { --text-color-rgb: var(--bs-secondary-rgb); }
.text-tertiary { --text-color-rgb: var(--bs-tertiary-rgb); }
.text-body { --text-color-rgb: var(--bs-body-color-rgb); }
.text-white { --text-color-rgb: var(--bs-white-rgb); }
.text-success {  --text-color-rgb: var(--bs-success-rgb) }
.text-warning {  --text-color-rgb: var(--bs-warning-rgb) }
.text-danger {  --text-color-rgb: var(--bs-danger-rgb) }
.text-info {  --text-color-rgb: var(--bs-info-rgb) }

/*
  Border
*/
[class*="border-top-"] { border-top-style: solid; }
[class*="border-bottom-"] { border-bottom-style: solid; }

.border-body {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity)) !important;
}


/*
  Headings
*/
.heading {
  font-family: var(--bs-headings-font-family);
}
 

/*
  Buttons
*/
.btn {
  --bs-btn-font-family: var(--bs-btn-font-family-new);
  font-weight: var(--bs-btn-font-weight);
  text-transform: var(--bs-btn-text-transform);
  letter-spacing: var(--bs-btn-letter-spacing);
  --bs-btn-border-width: 1px;
}

.btn-primary,
.btn-secondary {
  background-image: var(--bs-btn-bg-gradient);
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-tertiary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-tertiary-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-tertiary-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-tertiary-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-tertiary-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-tertiary-rgb), 1);
}

.btn-white {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-primary-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}

.btn-light-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), .1);
}

.btn-light-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), .1);
}

.btn-light-tertiary {
  --bs-btn-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-tertiary-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-tertiary-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-tertiary-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-tertiary-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
  --bs-btn-active-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-tertiary-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-tertiary-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-tertiary-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-tertiary-rgb), .1);
}

.btn-light-white {
  --bs-btn-color: rgba(var(--bs-white-color-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-white-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), .1);
}

.btn-outline-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-outline-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-outline-tertiary {
  --bs-btn-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-hover-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-tertiary-rgb), .1);
  --bs-btn-hover-border-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-tertiary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-tertiary-rgb), 1);
}

.btn-outline-white {
  --bs-btn-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .1);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-white-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), .6);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 var(--bs-body-color);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  text-decoration: underline;
}

.btn-success {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-success-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-success-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-success-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-success-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-success-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-success-rgb), 1);
}

.btn-warning {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-warning-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-warning-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-warning-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-warning-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-warning-rgb), 1);
}

.btn-danger {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-danger-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-danger-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-danger-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-danger-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-danger-rgb), 1);
}

.btn-info {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-info-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-info-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-info-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-info-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-info-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-info-rgb), 1);
}

.btn-sm {
  --bs-btn-padding-x: .8rem;
  --bs-btn-padding-y: .2rem;
  font-size: .9rem;
  border-radius: var(--bs-border-radius);
}

.btn-lg {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: .4rem;
  font-size: 1.2rem;
  border-radius: var(--bs-border-radius);
}

.btn.loading {
  position: relative;
  text-indent: -9999rem;
}

.btn.loading svg {
  display: none;
}

.btn.loading::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.55rem 0 0 -0.55rem;
  border-radius: 50%;
  border: 0.15rem solid currentcolor;
  border-right-color: transparent;
  animation: spinner-border 0.75s linear infinite;
}

.input-group-sm .btn.loading::after,
.btn.loading.btn-sm::after {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
}

.input-group-lg .btn.loading::after,
.btn.loading.btn-lg::after {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.7rem 0 0 -0.7rem;
}


/*
  Carousel
*/
.carousel {
  --caption-color-rgb: var(--text-color-rgb, 255, 255, 255);
}

.carousel-item {
  transition-duration: var(--transition-duration, 600ms);
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding: .25rem .5rem;
  color: currentColor;
  opacity: 1;
  border: 1px solid rgba(var(--caption-color-rgb), .5);
  color: rgba(var(--caption-color-rgb), .75);
  border-radius: var(--bs-border-radius);
  transition: all .2s ease-out;
}

.carousel-control-prev:focus, 
.carousel-control-prev:hover,
.carousel-control-next:focus, 
.carousel-control-next:hover {
  color: rgba(var(--caption-color-rgb), 1);
  background-color: rgba(var(--caption-color-rgb), .1);
  border-color: rgba(var(--caption-color-rgb), .75);
  opacity: 1;
}

.carousel-control-prev:focus-visible, 
.carousel-control-next:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(var(--caption-color-rgb), .25);
}

.carousel-control-prev {
  left: 1rem;
}

.carousel-control-next {
  right: 1rem;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  transition: all .2s ease-out;
}

.carousel-control-prev:hover svg,
.carousel-control-prev:focus svg {
  transform: translateX(-2px);
}

.carousel-control-next:hover svg,
.carousel-control-next:focus svg {
  transform: translateX(2px);
}

.carousel-vertical .carousel-item-next:not(.carousel-item-start),
.carousel-vertical .carousel-item-end.active {
  transform: translateY(100%);
}

.carousel-vertical .carousel-item-prev:not(.carousel-item-end),
.carousel-vertical .carousel-item-start.active {
  transform: translateY(-100%);
}

.carousel-indicators [data-bs-target] {
  background-color: rgba(var(--caption-color-rgb), .2) !important;
  opacity: 1;
}

.carousel-indicators [data-bs-target] span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(var(--caption-color-rgb), 1);
}

.carousel-indicators [data-bs-target].active span {
  animation: carousel_indicator_autoplay 4s linear both;
  animation-duration: var(--duration);
}

@keyframes carousel_indicator_autoplay {
  from { width: 0%; }
  to { width: 100%; }
}

.carousel[data-bs-ride=false] [data-bs-target].active span {
  width: 100% !important;
}

.carousel-caption {
  color: rgba(var(--caption-color-rgb), 1);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.carousel-caption-inner {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.carousel-zoom-in .carousel-item {
  overflow: hidden;
}

.carousel-zoom-in .carousel-item.active img, 
.carousel-zoom-in .carousel-item.active video {
  animation: carousel_zoom_in 1s ease-out both;
}

.carousel-zoom-out .carousel-item img,
.carousel-zoom-out .carousel-item video {
  transform: scale(1.2);
}

.carousel-zoom-out .carousel-item.active img,
 .carousel-zoom-out .carousel-item.active video {
  animation: carousel_zoom_out 1s ease-out both;
}

@keyframes carousel_zoom_in {
  to { transform: scale(1.2); }
}

@keyframes carousel_zoom_out {
  to { transform: scale(1); }
}

.media-full-screen-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s ease-out;
  z-index: 1;
}

.has-scrolled .carousel .media-full-screen-indicator { 
  opacity: 0;
  transform: translate(-50%, -50%);
}

.carousel-indicators + .media-full-screen-indicator {
  bottom: 3.5rem;
}

.media-full-screen-indicator-border {
  width: 24px;
  height: 42px;
  border: 1.5px solid rgba(var(--bs-white-rgb), .25);
  border-radius: 12px;
  position: relative;
  text-align: center;
}

.media-full-screen-indicator-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  animation: 1.6s ease infinite media_full_screen_indicator;
}

@keyframes media_full_screen_indicator {
	0% { margin-top: 2px; opacity: 0; }
	30% { opacity: 1; }
	100% { margin-top: 20px; opacity: 0; }
}

@media (max-width: 1199px) {
  .carousel-caption.carousel-caption-mobile-top {
    top: 3%;
    bottom: auto;
  }
  .carousel-caption.carousel-caption-mobile-center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .carousel-caption.carousel-caption-mobile-bottom {
    top: auto;
    bottom: 3%;
  }
  [data-carousel-indicators="true"] .carousel-caption.carousel-caption-mobile-bottom {
    bottom: 7%;
  }
  .media-full-screen-indicator {
    display: none;
  }
}

@media (min-width: 1200px) {
  .carousel-caption.carousel-caption-desktop-left {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 15%;
    right: auto;
  }
  .carousel-caption.carousel-caption-desktop-center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .carousel-caption.carousel-caption-desktop-right {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
    right: 15%;
  }
  .carousel-caption.carousel-caption-desktop-bottom {
    bottom: 3%;
  }
  [data-carousel-indicators="true"] .carousel-caption.carousel-caption-desktop-bottom {
    bottom: 7%;
  }
}


/*
  Separator (hr)
*/
hr {
  opacity: .1;
  background-color: currentColor;
  border: none;
  height: 1px;
  margin: 0;
}


/* 
  Forms
*/
.form-control,
.form-select {
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
}

.form-control:focus, 
.form-select:focus {
  color: var(--bs-body-color);
  border-color: rgba(var(--bs-primary-rgb), 1);
  box-shadow: var(--bs-focus-box-shadow);
}

.text-white .form-control:focus,
.text-white .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}

.form-select {
  --bs-form-select-bg-img: var(--icon-chevron-down);
  background-position: right .5rem center;
}

.form-select { 
  background-size: 16px;
}

.form-control-sm,
.form-select-sm,
.form-control-lg,
.form-select-lg {
  border-radius: var(--bs-border-radius);
}

.form-control-sm,
.form-select-sm {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.form-control-lg,
.form-select-lg {
  padding-top: .4rem;
  padding-bottom: .4rem;
}


::placeholder {
  color: var(--bs-body-color) !important;
  opacity: .7 !important;
}

.form-floating ::placeholder {
  opacity: 0 !important;
}

.form-label {
  margin-bottom: 0.375rem;
}

.input-group-text {
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  border-radius: var(--bs-border-radius);
}

.form-check-input {
  background-color: var(--bs-body-bg);
  border-color: rgba(var(--bs-body-color-rgb), .75);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
} 

.form-check-input:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: var(--bs-focus-box-shadow);
}


/*
  Navs
*/
.nav {
  --bs-nav-link-padding-x: 0.65rem;
  --bs-nav-link-padding-y: 0.125rem;
  --bs-nav-link-color: currentColor;
  --bs-nav-link-hover-color: currentColor;
}

.nav-underline {
  --bs-nav-underline-link-active-color: currentColor;
}

.nav-link {
  border-radius: var(--bs-border-radius);
}
 
.nav-desktop-menu .nav-link:hover {
    text-decoration: underline;
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--text-color-rgb), .15);
}

.nav-link.active {
}

.nav-link:active {
  background-color: rgba(var(--text-color-rgb), .2);
}

.nav-link-icon,
.btn-icon {
  position: relative;
  display: inline-flex;
  padding: .65rem;
  border-radius: 50rem;
  background-image: none;
}

.nav-link-icon:hover,
.nav-link-icon:focus,
.btn-icon:hover,
.btn-icon:focus {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1);
}

.nav-link-icon:active,
.btn-icon:active,
:not(.btn-check) + .btn-icon:active {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .2);
  border-color: transparent;
}

.nav-tabs .nav-link,
.nav-underline .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-underline .nav-link {
  background-color: transparent;
}

.nav-pills {
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  --bs-nav-pills-link-active-bg: var(--bs-body-color);
}


/*
  Navbar
*/
.navbar-brand img {
  transition: all 0.2s ease-out;
}
.navbar-brand:hover img, .navbar-brand:focus img {
  opacity: 0.85;
}

/*
  Dropdown
*/
.dropdown-menu {
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.375rem;
  --bs-dropdown-link-hover-bg: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1); 
  --bs-dropdown-link-active-bg: rgba(var(--bs-body-color-rgb), .15);
  --bs-dropdown-link-active-color: currentColor;
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-spacer: .25rem;
  --bs-dropdown-divider-bg: rgba(var(--text-color-rgb, --bs-primary-rgb), 0.15);
  --bs-dropdown-header-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 1);
  box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown .dropdown-menu.show:not([data-popper-placement]) {
  animation: dropdown-menu-aninatiom 0.2s ease-out;
}

.dropup .dropdown-menu.show:not([data-popper-placement]) {
  animation: dropup-menu-aninatiom 0.2s ease-out;
}

@keyframes dropdown-menu-aninatiom {
  from { transform: translateY(-0.375rem);  }
  to { transform: none; }
}

@keyframes dropup-menu-aninatiom {
  from { transform: translateY(0.375rem);  }
  to { transform: none; }
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.15rem;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.dropdown-item {
  --bs-dropdown-link-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 1); 
  --bs-dropdown-link-hover-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 1); 
  --bs-dropdown-link-active-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 1);
  --bs-dropdown-link-active-bg: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1);
  position: relative;
  transition: all 0.2s ease-out;
  line-height: normal;
  /* font-size: 0.95rem; */
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: none;
}

.dropdown-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(to right, var(--bs-dropdown-link-hover-bg), transparent);
  opacity: 0;
  transition: all .2s ease-out;
}

.dropdown-item:hover::after,
.dropdown-item:focus::after {
  opacity: 1;
}

.dropdown-item:active::after {
  background: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .15);
}

.dropdown-item-subtitle {
  display: block;
  opacity: .7;
  line-height: normal;
  margin: 0;
}

.dropdown-divider {
  margin-left: var(--bs-dropdown-item-padding-x);
  margin-right: var(--bs-dropdown-item-padding-x);
  opacity: 1;
  height: 1px;
  border: none;
  background-color: var(--bs-dropdown-divider-bg);
}

.dropdown-item-title {
  font-size: 1rem;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headings-font-weight);
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.dropdown-header {
  border-bottom: 1px dotted var(--bs-border-color);
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headings-font-weight);
  margin: 1rem 0 .375rem;
  text-transform: uppercase;
}

.dropdown-menu li:first-child .dropdown-header {
  margin-top: 0;
}

.dropdown-item-img-wrapper {
  flex-shrink: 0;
  width: 64px;
}

.dropdown-megamenu {
  width: 100%;
  padding: .5rem 0 1rem;
  margin-top: 0 !important;
  border: none;
  border-radius: 0;
  box-shadow: 0 .5rem .5rem rgba(var(--bs-body-color-rgb), .25);
}

.dropdown-megamenu .dropdown-item {
  border-radius: var(--bs-border-radius);
  padding-left: .5rem;
  padding-right: .5rem;
}

.dropdown-megamenu .dropdown-item::after {
  border-radius: var(--bs-border-radius);
}

.dropdown-megamenu .grandchild-is-btn {
  margin-top: .75rem;
}

.dropdown-megamenu .grandchild-is-btn + .grandchild-is-btn {
  margin-top: .375rem;
}

.dropdown-megamenu .grandchild-is-btn .btn {
  width: 90%;
}

.dropup .dropdown-toggle::after {
  vertical-align: middle;
}


/* 
  Badge
*/
.badge {
  text-transform: uppercase;
}

.badge.badge-circle {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  position: absolute;
  top: 0.327rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  animation: badge_circle 0.4s ease-out both;
  animation-delay: 0.4s;
  background-color: rgba(var(--text-color-rgb));
  color: rgba(var(--bg-color-rgb));
}

.badge.badge-circle[data-count="0"] {
  visibility: hidden;
}

@keyframes badge_circle {
  0% { opacity: 0; transform: scale(0); }
  50% { opacity: 0.5; transform: scale(1.25); }
  100% { opacity: 1; transform: scale(1); }
}


/*
  Modal/Offcanvas
*/
.modal {
  --bs-modal-header-padding: .75rem 1rem;
  --bs-modal-footer-border-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity));
  --bs-modal-border-radius: var(--bs-border-radius);
}

.modal-dialog {
}

.offcanvas {
  --bs-modal-footer-border-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity))
}

.offcanvas.offcanvas-start,
.offcanvas.offcanvas-end {
}

.offcanvas.offcanvas-start.show:not(.hiding), 
.offcanvas.offcanvas-end.showing {
  transform: none;
}

.modal-backdrop,
.offcanvas-backdrop {
  background-color: rgba(var(--bs-dialog-backdrop-color-rgb), var(--bs-dialog-backdrop-opacity));
  backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
  opacity: 1;
}

.modal-content,
.offcanvas {
  border: none;
  box-shadow: 0 0 1rem rgba(var(--bs-dialog-backdrop-color-rgb), 0.25);
}

.modal-header,
.offcanvas-header {
  background-color: rgba(var(--bs-dialog-header-bg-color-rgb), var(--bs-dialog-header-bg-opacity));
  color: var(--bs-dialog-header-text-color);
  border-bottom-style: solid;
  border-bottom-width: var(--bs-dialog-header-border-width);
  border-bottom-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity));
  border-top-right-radius: 0;
  --bs-offcanvas-padding-y: .6rem;
}

.offcanvas-footer {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity));
}

.modal-title,
.offcanvas-title {
  font-size: var(--bs-dialog-header-title-font-size);
}

.offcanvas-backdrop,
.modal {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") 24 24, pointer;
}

.modal-content {
  cursor: default;
}

@media (max-width: 599px) {
  .offcanvas {
    --bs-offcanvas-width: 360px;
  }
  .modal-dialog {
  }
}


/*
  Spinners
*/
.spinner-border-sm {
  --bs-spinner-border-width: 0.15em;
}


/*
  Close btn
*/
.btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  background: none;
  width: auto;
  height: auto;
  display: inline-flex;
  transition: all 0.3s ease-out;
  color: currentColor;
  border-radius: var(--bs-border-radius);
}

.btn-close:hover,
.btn-close:focus {
  transform: scale(1.1) rotate(90deg);
  color: currentColor;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-close:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}

/*
  Alerts
*/
.alert {
  padding: 0.75rem 1rem;
  line-height: normal;
  font-weight: 500;
}

.alert-dismissible .btn-close {
  color: currentColor;
  padding: 0.75rem;
  margin-right: -1rem;
  margin-left: 0.5rem;
  position: relative;
  top: auto;
  left: auto;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary);
  --bs-alert-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-primary-rgb), 0.5);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary);
  --bs-alert-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-secondary-rgb), 0.5);
}

.alert-tertiary {
  --bs-alert-color: var(--bs-tertiary);
  --bs-alert-bg: rgba(var(--bs-tertiary-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-tertiary-rgb), 0.5);
}

.alert-success {
  --bs-alert-color: var(--bs-success);
  --bs-alert-bg: rgba(var(--bs-success-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-success-rgb), 0.5);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning);
  --bs-alert-bg: rgba(var(--bs-warning-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-warning-rgb), 0.5);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger);
  --bs-alert-bg: rgba(var(--bs-danger-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-danger-rgb), 0.5);
}

.alert-info {
  --bs-alert-color: var(--bs-info);
  --bs-alert-bg: rgba(var(--bs-info-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-info-rgb), 0.5);
}


/*
  Tooltips
*/
.tooltip {
  --bs-tooltip-bg: rgba(var(--bs-body-color-rgb), .9);
  --bs-tooltip-opacity: 1;
  line-height: 1.3;
  font-size: .85rem;
  border-radius: var(--bs-tooltip-border-radius);
}

.tooltip.bg-primary { --bs-tooltip-bg: rgba(var(--bs-primary-rgb), .9); }
.tooltip.bg-secondary { --bs-tooltip-bg: rgba(var(--bs-secondary-rgb), .9); }
.tooltip.bg-body-color { --bs-tooltip-bg: rgba(var(--bs-body-color-rgb), .9); }


/*
  Popovers
*/
.popover {
  --bs-popover-border-color: var(--bs-border-color);
  --bs-popover-header-bg: rgba(var(--bs-primary-rgb), .05);
  box-shadow: var(--bs-box-shadow-sm);
}

/*
  List group
*/
.list-group {
  --bs-list-group-border-color: rgba(var(--bs-primary-rgb), .2);
  --bs-list-group-action-color: var(--bs-body-color);
  --bs-list-group-action-hover-color: var(--bs-body-color);
  --bs-list-group-action-hover-bg: rgba(var(--bs-primary-rgb), .05);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-light-darken-5);
  --bs-list-group-active-color: var(--bs-primary);
  --bs-list-group-active-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-list-group-active-border-color: rgba(var(--bs-primary-rgb), .1); 
}

.list-group-item-action {
  transition: all 0.2s ease-out;
}

.list-group-item-action:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}


/*
  Tables
*/
caption {
  color: currentColor;
  opacity: .7;
  font-size: .9rem;
  text-align: center;
  padding: .75rem 0;
}


/*
  Collapse
*/
.collapse-wrapper {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.collapse-wrapper + .collapse-wrapper {
  border-top: none;
}

.collapse-wrapper [data-bs-toggle=collapse] {
  position: relative;
  background: none;
  border: none;
  padding: 0.75rem 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  text-align: left;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.collapse-wrapper [data-bs-toggle=collapse] svg.svg-icon-chevron-down {
  margin-right: .125rem;
  transition: all .2s ease-out;
}

.collapse-wrapper [data-bs-toggle=collapse][aria-expanded=true] svg.svg-icon-chevron-down {
  transform: rotate(-180deg);
}

.collapse-wrapper [data-bs-toggle=collapse]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(var(--text-color-rgb), .25);
}

.collapse-wrapper .collapse-inner {
  padding: 0.25rem 0 1.75rem;
}


/*
  Accordion
*/
.accordion {
  --bs-accordion-btn-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 1); 
  --bs-accordion-btn-icon: var(--icon-chevron-down);
  --bs-accordion-btn-active-icon: var(--icon-chevron-up);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-focus-box-shadow: var(--bs-focus-box-shadow);
  --bs-accordion-active-color: rgba(var(--bs-body-bg-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-body-color-rgb), 1);
}

.accordion-button::after {
  --bs-accordion-btn-icon: var(--icon-chevron-down) !important;
  --bs-accordion-btn-active-icon: var(--icon-chevron-down) !important;
}

.accordion-button:focus:not(:focus-visible){
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: invert();
}

.accordion-button:focus-visible {
  background-color: var(--bs-accordion-active-bg);
}


/*
  Card
*/
.card {
  border:none;
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-cap-padding-y: .75rem;
}


/*
  Image thumbnails
*/
.img-thumbnail {
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease-out;
}

.img-thumbnail img {
  transition: all .2s ease-out;
}

.img-thumbnail-title {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.5);
  color: white;
  text-align: center;
  line-height: 1.1;
  padding: 0.375rem 0.5rem;
  transition: all 0.2s ease-out;
  border-radius: 0;
  backdrop-filter: blur(5px);
}

a:hover .img-thumbnail-title,
a:focus .img-thumbnail-title {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), 0.75);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

a:hover .img-thumbnail img,
a:focus .img-thumbnail img {
  opacity: .9;
}



/*
  Progress
*/
.progress {
  background-color: rgba(var(--bs-body-color-rgb), 0.1)
}

.progress-bar {
  background-color: var(--bs-primary);
}



/*
  Pagination
*/
.pagination {
  --bs-pagination-hover-bg: rgba(var(--bs-primary-rgb), 0.05);
  --bs-pagination-active-color: var(--bs-primary);
  --bs-pagination-active-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-focus-bg: rgba(var(--bs-primary-rgb), 0.05);
  --bs-pagination-focus-box-shadow: var(--bs-focus-box-shadow);
}


/*
  Tables
*/
.table {
  --bs-table-color: var(--bs-body-color);
}

@media (max-width: 499px) {
  .table-responsive {
    padding: 0 1rem;
    margin: 0 -1rem;
  }
}


/*
  Ratios
*/
.ratio-3x4 {
  --bs-aspect-ratio: 125%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 143.75%;
}

.ratio-9x21 {
  --bs-aspect-ratio: 157.14%;
}

.ratio.adapt video {
  position: relative;
}


/*
  Swiper
*/
.swiper {
  --swiper-theme-color: var(--text-color-rgb, var(--bs-body-color-rgb));
  --swiper-navigation-color: rgb(var(--swiper-theme-color));
  --swiper-navigation-sides-offset: 0;
  --swiper-pagination-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-right: 1rem;
  --swiper-pagination-bottom: 1rem;
  --swiper-pagination-bullet-horizontal-gap: .2rem;
  --swiper-pagination-bullet-vertical-gap: .2rem;
  --swiper-pagination-bullet-inactive-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-fraction-color: rgb(var(--swiper-theme-color));
  --swiper-scrollbar-bg-color: rgba(var(--swiper-theme-color), .15);
  --swiper-scrollbar-drag-bg-color: rgba(var(--swiper-theme-color), 1);
  --swiper-scrollbar-sides-offset: 1%;
}

.swiper[data-controls-color="white"] {
  --swiper-theme-color: 255, 255, 255;
}

.swiper-button-prev,
.swiper-button-next {
  padding: .25rem .5rem;
  margin: 0;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease-out;
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(var(--swiper-theme-color), 1);
  border-radius: var(--bs-border-radius);
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: rgba(var(--swiper-theme-color), .1);
  opacity: 1;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 22px;
  height: 22px;
  transition: all .2s ease-out;
}

.swiper-button-prev:hover svg,
.swiper-button-prev:focus svg {
  transform: translateX(-2px);
}

.swiper-button-next:hover svg,
.swiper-button-next:focus svg {
  transform: translateX(2px);
}

.swiper-pagination-fraction {
  opacity: 1;
  line-height: normal;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid rgba(var(--swiper-theme-color), 1);
  background-color: transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgba(var(--swiper-theme-color), 1);
}

.swiper-slider {
  display: block;
}

.swiper-slider {
  opacity: 0;
  transition: all 200ms ease-out;
}

.swiper-slider.swiper-initialized {
  opacity: 1;
}

.swiper-slider .swiper-controls {
  margin-top: 1rem;
  position: relative;
  min-height: var(--swiper-navigation-size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slider [class*=swiper-button] {
}

.swiper-slider .swiper-button-prev {
}

.swiper-slider .swiper-button-next {
}

.swiper-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
}

.swiper-slider .swiper-pagination-bullets-dynamic {
  left: auto !important;
  transform: none !important;
}

.swiper-slider .swiper-pagination-fraction {
}

.swiper-slider .swiper-scrollbar {
  max-width: 50vw;
  position: relative;
  bottom: auto;
  top: 0;
  left: auto;
  margin: 0 auto;
}

.swiper-slider .swiper-scrollbar:empty { 
  display: none; 
}

.swiper-slider[data-slider-pagination="true"] .swiper-scrollbar {
  margin-top: .75rem;
}

@media (max-width: 499px) {
  swiper-slider[data-slider-partial-slides-mobile="true"] {
  }
}

@media (min-width: 800px) {
  .swiper-slider .swiper-scrollbar { 
    max-width: 500px;
  }
}


/*
  noUiSlider
*/
body .noUi-horizontal {
  height: 5px;
}

body .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  top: -8px;
  border-radius: 50%;
  box-shadow: none;
  background-color: var(--bs-body-bg);
  border: 1.5px solid var(--bs-body-color);
  cursor: pointer;
}

body .noUi-horizontal .noUi-handle-lower {
  right: -8px;
}

body .noUi-horizontal .noUi-handle-upper {
  right: -16px;
}

body .noUi-handle::before,
body .noUi-handle::after {
  background-color: var(--bs-body-color);
  height: 8px;
  width: 1.5px;
  left: 7px;
  top: 5px;
}

body .noUi-handle::after {
  left: 11px;
}

body .noUi-target {
  box-shadow: none;
  background-color: rgba(var(--bs-body-color-rgb), .1);
  border: none;
  padding: 0 11px;
  border-radius: 50rem;
}

body .noUi-connect {
  background-color: var(--bs-body-color);
}



/*
  Recaptcha page
*/
.shopify-challenge__container {
  padding: 2rem;
}

/*
  Policy pages
*/
.shopify-policy__container {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  max-width: 720px !important;
}

/*
  Shopify's system errors
*/
.errors ul {
  margin-bottom: 0;
}

/*
  Rich Text Editor (rte)
*/
.rte img {
  max-width: 100%;
  height: auto;
}

.rte p:last-child {
  margin-bottom: 0;
}


/*
  Breadcrumb
*/
.breadcrumb-nav {
  display: inline-flex;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: currentColor;
  --bs-breadcrumb-item-active-color: currentColor;
  --bs-breadcrumb-font-size: .9rem;
  --bs-breadcrumb-margin-bottom: 0;
  font-style: italic;
}


/*
  Offcanvas menu
*/
#offcanvas-menu {
  box-shadow: none;
  border-top: none;
  max-width: 500px;
}

#offcanvas-menu .offcanvas-body {
  padding-top: 0;
  border-top: 1px solid rgba(var(--text-color-rgb), .15);
}

#offcanvas-menu .offcanvas-footer {
  border-top: none;
  background-color: rgba(var(--text-color-rgb), .05);
}

#offcanvas-menu .social-icons {
  border-radius: 50rem;
  background-color: rgba(var(--text-color-rgb), .05);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.accordion-nav {
  flex-direction: column;
}

.accordion-nav .nav-item {
  border-top: none;
  border-bottom: 1px dotted var(--bs-border-color);
}

.accordion-nav .nav-link {
  padding: .75rem 0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-nav .nav-link.active {
  background-color: transparent;
  color: var(--bs-primary);
}

.accordion-nav .nav-link[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.accordion-nav .nav-link[data-bs-toggle="collapse"] {
  position: relative;
}

/* .accordion-nav .nav-link[data-bs-toggle="collapse"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; 
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--icon-chevron-down);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.accordion-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after { 
  transform: translateY(-50%) rotate(-180deg);
} */

.accordion-nav .nav-link svg {
  margin-right: .5rem;
}

.accordion-nav .dropdown-item {
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: .5em;
  --bs-dropdown-item-border-radius: var(--bs-border-radius);
  --bs-dropdown-link-active-bg: trasparent;
  --bs-dropdown-link-active-color: var(--bs-primary);
}

.accordion-nav .dropdown-item[data-has-subtitle="true"] {
  --bs-dropdown-item-padding-y: .375em;
}

.accordion-nav .nav {
  margin: 0 0 1.5rem;
  border-left: 1px dotted var(--bs-border-color);; 
  padding-left: 1rem;
}

.accordion-nav .dropdown-divider {
  background-color: rgba(var(--text-color-rgb, --bs-primary-rgb), .1);
  margin: 0.5rem 0;
}

.accordion-nav .dropdown-header {
  padding-top: .25rem;
  padding-bottom: .5rem;
  text-align: center;
}

.accordion-nav .nav > li:first-child .dropdown-header {
  margin-top: .25rem;
}

.collections-nav {
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .5rem 0;
  background-color: rgba(var(--text-color-rgb), .1);
}

.collections-nav .nav-item {
  width: 40vw;
  max-width: 200px;
  flex-shrink: 0;
}

.collections-nav .nav-item:first-child {
  margin-left: .5rem;
}

.collections-nav .nav-item:last-child {
  margin-right: .5rem;
}

[dir="rtl"] .collections-nav .nav-item:first-child {
  margin-left: 0;
  margin-right: .5rem;
}

.collections-nav .nav-link {
  font-size: .9rem;
  padding: 0.375rem;
  background: transparent;
}


/*
  Localization form
*/
.shopify-localization-form .list-group-item-action {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  border: none;
  border-radius: var(--bs-border-radius);
}

.shopify-localization-form .localization-form-item-img {
  display: flex;
}

.shopify-localization-form .localization-form-item-text {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}


/*
  Payment icons
*/
.payment-icons {
  list-style: none;
  padding: 0;
  margin: 0 -.1rem;
  display: inline-flex;
}

.payment-icons svg {
  display: flex;
  height: 20px;
  width: 100%;
  margin: .1rem;
}

.payment-icons-text {
  display: block;
  line-height: normal;
  opacity: .7;
  margin-top: -0.3rem;
}


/*
  Social media icons
*/
ul.social-icons {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

ul.social-icons a {
  display: inline-flex;
  padding: 0.6rem;
  transition: all 0.2s ease-out;
}

ul.social-icons a:hover,
ul.social-icons a:focus {
  transform: scale(1.1);
}

ul.social-icons a:active {
  transform: scale(1.2);
}


/*
  QTY (Quantity) Wrapper
*/
.qty-input-wrapper {
  position: relative;
}

.qty-input-wrapper .btn {
  position: absolute;
  top: 0;
  padding: 0;
  width: 2rem;
  height: 100%;
  box-shadow: none;
  border: none; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.qty-input-wrapper .btn:focus-visible {
  box-shadow: var(--bs-focus-box-shadow);
}

.qty-input-wrapper .btn-qty-minus {
  left: 0;
}

.qty-input-wrapper .btn-qty-plus {
  right: 0
}

.qty-input-wrapper .form-control {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 7rem;
  appearance: textfield;
}

.qty-input-wrapper .form-control-sm {
  width: 6rem;
}

.qty-input-wrapper .form-control-lg {
  width: 8rem;
}

.qty-input-wrapper .form-control::-webkit-outer-spin-button,
.qty-input-wrapper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}


/*
  Wishlist buttons
*/
.img-btn-wishlist {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  padding: 0.75rem;
  border-radius: 50rem;
  transition: all 200ms ease-out;
  background: transparent;
  color: rgba(var(--controls-color-rgb), 1);
}

.img-btn-wishlist:hover,
.img-btn-wishlist:focus {
  color: rgba(var(--controls-color-rgb), 1);
  transform: scale(1.15);
}

.img-btn-wishlist:active,
.img-btn-wishlist.active {
  border-color: transparent !important;
}

.img-btn-wishlist.active svg {
  fill: rgba(var(--controls-color-rgb), 1);
  stroke: rgba(var(--controls-color-rgb), 1);
}

.img-btn-wishlist:focus-visible {
  box-shadow: var(--bs-focus-box-shadow);
}


/*
  Offcanvas wishtlist/ recently viewed
*/
.wishlist-container,
.recently-viewed {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 100%;
}


/*
  Search 
*/
#offcanvas-search .predictive-search {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.search-form .form-control-wrapper {
  position: relative;
}

.search-form .form-control-wrapper button[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 2px);
  transition: all .2s ease-out;
  background-color: var(--bs-light);
  color: var(--bs-body-color);
  right: 1px;
}

.search-form .form-control-wrapper button[type="submit"]:hover,
.search-form .form-control-wrapper button[type="submit"]:focus {
  opacity: 1;
}

.search-form .form-control-wrapper .form-control {
  padding-right: 3.25rem;
}

.predictive-search-results .list-group-item {
  padding: 0;
  border-style: dotted;
}

.predictive-search-results .list-group-item-action {
  display: block;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}

.predictive-search-results-queries-list mark {
  padding: 0;
  background-color: transparent;
  opacity: 1;
}

.predictive-search-results-queries-list span {
  opacity: 0.5;
}

.predictive-search-results-products-list .list-group-item {
  border: none;
}

.predictive-search-results-products-list .list-group-item-action {
  padding-left: 0;
  padding-right: 0;
}

.predictive-search-results-products-list .list-group-item-action:hover {
  background-color: transparent;
}

.predictive-search-results-products-list .btn-atc,
.predictive-search-results-products-list .btn-quick-view {
  width: 100%;
}

@media (max-width: 499px) {
  .offcanvas-search {
    width: 100% !important;
  }
}


/*
  Blog/Article
*/
.blog-header {
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center;
}

.blog-main {
  border-top-style: solid;
  border-bottom-style: solid;
}

.blog-utilities {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-card-link {
  text-decoration: none;
  color: currentColor;
}

.article-card-title {
  transition: color 200ms ease-out;
}

.article-card-link:hover .article-card-title,
.article-card-link:focus .article-card-title {
  color: var(--bs-primary);
}

.article-card-img-wrapper img {
  width: 100%;
  transition: all .2s ease-out;
}

a:hover .article-card-img-wrapper img {
  opacity: .85;
}

.article-card-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#offcanvas-blog-tags {
  width: 320px;
}

#offcanvas-blog-tags .list-group-item-action {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.article-footer {
  /* background-color: rgba(var(--text-color-rgb), .05); */
  border: 1px dotted var(--bs-border-color);
  padding: .75rem .75rem;
  border-radius: var(--bs-border-radius);
}

/*
  Animate.style
*/
.animate__fadeInUpShort { animation-name: fadeInUpShort; }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}


/*
  Filepond
*/
body .filepond--root {
  font-family: var(--bs-body-font-family);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-body-bg);
  margin: 0;
}

body .filepond--panel-root {
  background: none;
}

body .filepond--root .filepond--credits[style] {
  /* display: none; */
}

/* css by elitemantra */
1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Tiro Gurmukhi', serif;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.tm-card {
    max-height: 295px;!important
    max-width: 533px;
    background: rgba(255,255,255,0.95);
    border:1px solid #DA6BA6;
    border-radius: 14px;
    padding: 15px 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.tm-card img{
  max-height:264px!important;
  max-width:217px!important;
}
button{
  border-radius:6px !important;
}
.shoppable-videos .product-wrapper {
   
    border-radius: 6px!important;
}

/* .product-card-img-wrapper img {
    transition: all .2s ease-out;
    border-radius: 6px!important;
} */

.shoppable-videos video {
    border-radius: 6px!important;
}

.card {
    border-radius: 6px !important;
}

.collection-card-img-wrapper.img-thumbnail {
    border-radius: 6px !important;
}

.collection-card-img-wrapper img {
    width: 100%;
    transition: all .2s ease-out;
    border-radius: 6px !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border:none!important;
    border-radius:10px;
    margin-top:20px;
    margin-bottom:20px;
}

.accordion-button {
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    border: none!important;
    
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #DA6BA6!important;
    box-shadow: none !important;
}

.img-thumbnail {
    padding: 0px!important;
    background-color: var(--bs-body-bg);
    border: none!important;
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}



.product-title {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
}

.product-price-compare{
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#ACACAC;
}

.product-price-final{
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#000!important;
}

.section-header .title{
font-family: Tiro Gurmukhi;
font-weight: 400;
font-style: Regular;
font-size: 32px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
color:#000!important;

}

.section-header .description {
font-weight: 400 !important;
font-style: Regular;
font-size: 16px !important;
leading-trim: NONE;
line-height: 100% !important;
letter-spacing: 0%;
text-align: center!important;
vertical-align: middle;
  color:#888888!important;
  margin-top:10px!important;
}

.product-card-title{
font-weight: 400;
font-style: Regular;
font-size: 14px !important;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-transform: capitalize;
color:#000!important;

}
.product-card-price-final, .product-card-price-compare{
font-weight: 500;
font-style: Medium;
font-size: 14px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#000000!important;

}

.collection-card-title{
font-weight: 500 !important;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color:#000!important;
}

.footer-block-inner .title span{
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color:#696969 !important;
}
.footer-block .nav-link{
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 19.66px;
letter-spacing: 0%;
color:#696969;
}

#footer-desktop .footer-block .title span {
    background: none !important;
    color: #696969 !important;
font-weight: 500 !important;
font-style: Medium;
font-size: 18px !important;
leading-trim: NONE;
line-height: 100%!important;
letter-spacing: 0%;
text-transform: capitalize !important;

}

#footer-desktop .description{
font-weight: 400;
font-style: Regular;
font-size: 12px !important;
leading-trim: NONE;
line-height: 20px !important;
letter-spacing: 0%;
color:#696969 !important;
}
#footer-desktop .footer-block .title span {
  position: relative;
  display: inline-block;
  color: #666; /* adjust text color if needed */
  font-weight: 500; /* optional */
}

#footer-desktop .footer-block .title span::after {
  content: "";
  display: block;
  width: 60px; /* adjust underline width */
  height: 1.64px; /* underline thickness */
  background-color: #696969; /* underline color */
  margin: 10px 2px 0; /* spacing: top, sides(auto), bottom */
}

/* .footer-block-richtext .description{
font-weight: 400;
font-style: Regular;
font-size: 14px !important;
leading-trim: NONE;
line-height: 105% !important;
letter-spacing: 0%;
color:#696969;
} */

.tm-card .txt {
    font-size: 14px !important;
    line-height: 1.45;
    color: #222;
    flex: 1;
}

.trust-icons-item-inner .title{
font-weight: 400 !important;
font-style: Regular;
font-size: 18px !important;
leading-trim: NONE;
line-height: 150%!important;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
color:#000!important;
}
.accordion-header{
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#000;
}
.jdgm-prev-badge[data-number-of-reviews="0"] {
    display: none !important;
}
simple-collections.simple-collections-list {
    gap: 20px;
}
.collection-title{ 
font-weight: 300 !important;
font-size: 13px !important;
line-height: 140%!important;
letter-spacing: 0%;
text-align: center!important;
vertical-align: middle!important;
text-transform: capitalize!important;
Color:#000!important;
}

.trust-icons-item {
    border-style: solid;
    display: inline !important;
    border-radius: var(--bs-border-radius);
}

.collapse-wrapper [data-bs-toggle=collapse] {
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000 !important;
    padding: 18px 0px !important;
}

.nav-desktop-menu .nav-link{
font-weight: 500 !important;
font-style: Medium;
font-size: 14px!important;
leading-trim: NONE;
line-height: 100% !important;
letter-spacing: 0%;
text-align: center;
Color:#000!important;

}

.announcement-bar .description {
font-weight: 500 !important;
font-style: Medium;
font-size: 12px!important;
leading-trim: NONE;
line-height: 140%!important;
letter-spacing: 0%;
text-align: cente!importantr;
vertical-align: middle;
text-transform: capitalize!important;
color:#fff!important;
}

.shoppable-videos .product-card-title {
font-weight: 500 !important;
font-style: Medium!important;
font-size: 10px !important;
leading-trim: NONE;
line-height: 140%!important;
letter-spacing: 0%;
text-transform: capitalize;
color:#000000!important;
    
}

.shoppable-videos .product-card-price-compare{
font-weight: 500 !important;
font-style: Medium;
font-size: 10px !important;
leading-trim: NONE;
line-height: 140% !important;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize !important;
color:#ABABAB!important;
}

.shoppable-videos .product-card-price-final{
font-weight: 500 !important;
font-style: Medium;
font-size: 10px !important;
leading-trim: NONE;
line-height: 140% !important;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize !important;
color:#000!important;
}

.ai-marquee-text-az3gzqs9urucyyzfmmaigenblockde16c63tkccjj{
font-weight: 500!important;
font-style: SemiBol!important;
font-size: 16px!important ;
leading-trim: NONE;
line-height: 140%!important;
letter-spacing: 0%;
text-align: center!important;
vertical-align: middle;
text-transform: capitalize;

}

#shopify-section-template--25416515191101__media_with_text_Rawych .title{
  font-family: Tiro Gurmukhi!important;
font-weight: 400!important;
font-style: Regular;
font-size: 34.31px!important;
leading-trim: NONE;
line-height: 100%!important;
letter-spacing: 0%;
text-align: center!important;
color:#000!important;
margin-bottom:50px !important;

}

#shopify-section-template--25416515191101__media_with_text_Rawych .description{
font-weight: 400!important;
font-size: 16px!important;
line-height: 24px!important;
letter-spacing: 0%!important;
text-align: center!important;
color:#000!important;
margin-bottom:50px!important;

}

#media-with-text-row_WdfVEq .mb-4.mb-md-0.col-md-9 {
  /* background-color:#FFF1FE!important; */
  padding:130px 70px;
  border-radius:7px!important;
}

.accordion-item {
    border: 1px solid #DA6BA6 !important;
    border-radius: 10px!important;
}
.accordion-button {
    background-color: transparent!important;
    border-radius: 10px !important;
    border: none!important;
}

.custom-rating-box {
  display: inline-flex;
  align-items: center;
  border: 0.3px solid #000;
  border-radius: 8px;
  padding: 5px 7.5px;
  
}

.custom-rating-box .star {
  color: #F35757; /* Red star */
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.custom-rating-box .rating {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000;
  vertical-align: middle;
}

.custom-rating-box .divider {
  margin: 0 8px;
  color: #000;
}

.custom-rating-box .reviews,
.custom-rating-box .orders {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000;
  vertical-align: middle;
}

.product-sale-badge {
    background-color: #000 !important;
    border-radius:24.55px!important;
font-weight: 600 !important;
font-style: SemiBold;
font-size: 11.45px !important;
text-transform:capitalize!important;
line-height: 17.18px;
letter-spacing: 0%;
text-align: center!important;
vertical-align: middle;
color:#FFF!important;
padding:4px 10px !important;
display: none !important;

}

.product-options .size-buttons input+label {
    display: block;
    cursor: pointer;
    background-color: none!important;
    border: 0.36px solid #000!important;
    border-radius:4px!important;
    padding:7.14px 14.28px !important;
    color: #000!important;
font-weight: 400 !important;
font-style: Regular;
font-size: 12px!important;
leading-trim: NONE;
line-height: 100%!important;
letter-spacing: 0%;
text-align: center!important;
vertical-align: middle;

}
.product-options .size-buttons input:checked+label {
    background-color: #000!important;
    color: #fff !important;
}

.product-options .title{
font-weight: 400 !important;
font-style: Regular !important;
font-size: 18px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#000!important;
margin-bottom:5px !important;
}
.shipping-text-content span + br {
    display: none;
}
.horizontal-line {
    width: 100%;
    border: none;
    border-top: 0.5px solid #000 !important;
    margin: 0 0 10px;
}


.size-chart-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.size-chart-line .size-icon {
  width: 21px;
  height: 18.05px;
  object-fit: contain;
  flex-shrink: 0;
}

.size-chart-line .size-text {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  vertical-align: middle;
}

.size-chart-line .size-link {
  font-weight: 500;
  font-style: normal; /* Medium weight in Google Fonts = 500 */
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #EA7DB0; /* Soft pink color */
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-offset: 0;
  text-decoration-skip-ink: auto;
  margin-left: 4px;
}
.trusted-parent {
    font-weight: 400 !important;
    font-style: Italic !important;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 100% !important;
    letter-spacing: 0%;
    color: #000 !important;
    margin-bottom: 4px;
    margin-top: -10px;
}
.trusted-parent span{
font-weight: 500 !important;
font-style: Italic !important;
font-size: 12px!important;
leading-trim: NONE;
line-height: 100%!important;
letter-spacing: 0%;
color:#000!important;

}
.stock-in {
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 100% !important;
    letter-spacing: 0%;
    vertical-align: middle;
    color: ##0BA300!important;
    margin-bottom: 0;
}

.stock-out{
font-weight: 400 !important;
font-style: Regular !important;
font-size: 16px !important;
leading-trim: NONE;
line-height: 100%!important;
letter-spacing: 0%;
vertical-align: middle;


}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: rgb(255 255 255 / 0%);
    --bs-btn-border-color: rgb(0 0 0);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: rgb(0 0 0 / 90%);
    --bs-btn-hover-border-color: rgb(0 0 0 / 90%);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .8);
    --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 1);
    --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}

.qty-input-wrapper .form-control {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 7rem;
    appearance: textfield;
    border-radius:6px !important;
    border:1px solid #000!important;
    background-color:transparent!important;
}
.btn-light-primary {
    --bs-btn-color: rgb(255 255 255);
    --bs-btn-bg: rgb(0 0 0);
    --bs-btn-border-color: rgba(var(--bs-primary-rgb), .1);
    --bs-btn-hover-color: rgb(0 0 0);
    --bs-btn-hover-bg: rgb(255 255 255 / 0%);
    --bs-btn-hover-border-color: rgb(0 0 0);
    --bs-btn-focus-shadow-rgb: #000;
    --bs-btn-active-color: #fff, 1);
    --bs-btn-active-bg: #000);
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0);
    --bs-btn-disabled-color: #000);
    --bs-btn-disabled-bg: #000);
    --bs-btn-disabled-border-color: #000);
}

.inclusive-tax{
font-weight: 400 !important;
font-style: Regular !important;
font-size: 10px !important;
leading-trim: NONE;
line-height: 100% !important;
letter-spacing: 0%;
color:#000!important;

}


.cod-save-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
}

/* COD box */
.cod-option {
  display: inline-flex;
  align-items: center;
  border: 0.3px solid #000 !important;
  border-radius: 6px;
  padding: 6px 20px;
  width: fit-content;
}

.cod-option .cod-icon {
  width: 20px;
  height: 13px;
  object-fit: contain;
  margin-right: 8px;
}

.cod-option .cod-text {
  font-weight: 600;
  font-size: 10.41px;
  line-height: 100%;
  letter-spacing: 0;
  color: #515151;
  text-align: right;
}

/* Buy Now and Save box */
.save-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}

.save-box .save-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 17.18px;
  color: #000;
}

.save-box .save-amount {
  font-weight: 400;
  font-size: 11.45px;
  line-height: 17.18px;
  color: #fff;
  background: #0BA300;
  border-radius: 24.55px;
  padding: 2px 14px;
  margin-left: 10px;
  text-align: center;
  min-width: 85px;
}

/* hide if no discount */
.save-box.hidden { display: none !important; }

/* responsive tweaks */
@media (max-width: 420px){
  .cod-option, .save-box { padding: 6px 12px; }
  .save-amount { min-width: 70px; padding: 2px 10px; font-size: 11px; }
}
.qty-input-wrapper{
    margin-left: .5rem!important;
}


/* Container */
.shipping-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/* Individual Boxes */
.shipping-info .info-box {
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #f274b7;
}

#trust-icons-template--25416515486013__trust_icons_cLDaiN{
  background-color:#A687CA!important;

}
.jdgm-preview-badge .jdgm-star {
    color:#F274B7!important;
}

.product-card-img-wrapper .product-sale-badge[data-discount-type=percentage] {
    top: 30.2rem !important;
    right: 11rem !important;
    width: 45px !important;
    height: 18px !important;
    border-radius: 109px!important;
    font-size: 8px!important;
    font-weight:600!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:none;
    background-color:#4BD810!important;
    animation: product_sale_badge_percentage 1s linear alternate infinite;
    padding: 3px 5px;
}

@media (max-width: 499px) {
    .product-card-img-wrapper .product-sale-badge[data-discount-type=percentage] {
        right: 7rem !important;
        top: 27.5rem !important;
    }}

   /* Footer contact block - icons via CSS ::before */
.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 13.11px; /* exact requested gap */
  max-width: 420px; /* optional, adjust as needed */
  font-family: 'Poppins', sans-serif;
}

/* make each row horizontally aligned so pseudo-icon and text line up */
.footer-contact-block .fc-row {
  display: flex;
  align-items: center;
  /* gap between icon and text handled by pseudo-element margin */
}

/* base pseudo-element styles for all rows */
.footer-contact-block .fc-row::before{
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 10px; /* space between icon and text (adjust if needed) */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

/* 1) PHONE icon - row 1 */
.footer-contact-block .fc-row:nth-child(1)::before {
  width: 17.48px !important;
  height: 17.48px !important;
  background-image: url("/cdn/shop/files/Vector_7abd97c0-b182-4d59-9579-01f602ce43d8.png?v=1760095327");
}

/* phone text styles */
.footer-contact-block .fc-row:nth-child(1) .fc-text {
 
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 19.66px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #696969;
}

/* 2) ADDRESS / HOME icon - row 2 */
.footer-contact-block .fc-row:nth-child(2)::before {
  width: 22.76px !important;
  height: 21.09px !important;
  background-image: url("/cdn/shop/files/Vector_1_8aa55597-d4f0-4cdc-b291-283028283934.png?v=1760095327");
}

/* address text styles */
.footer-contact-block .fc-row:nth-child(2) .fc-text {
  
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1; /* 100% */
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  color: #696969;
}

/* 3) EMAIL icon - row 3 */
.footer-contact-block .fc-row:nth-child(3)::before {
  width: 22.94px !important;
  height: 15.22px !important;
  background-image: url("/cdn/shop/files/Vector_2_269b0c3d-8b1d-4baf-bd10-e4a6e794aa6e.png?v=1760095327");
}

/* email text styles */
.footer-contact-block .fc-row:nth-child(3) .fc-text {
  
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 19.66px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #696969;
}

/* Mobile fallback: allow icons to scale slightly for small screens */
@media (max-width: 420px) {
  .footer-contact-block {
    gap: 13px;
  }
  .footer-contact-block .fc-row::before {
    margin-right: 8px;
  }
  .footer-contact-block .fc-row:nth-child(1)::before { width: 16px; height: 16px; }
  .footer-contact-block .fc-row:nth-child(2)::before { width: 20px; height: 18px; }
  .footer-contact-block .fc-row:nth-child(3)::before { width: 20px; height: 14px; }

  .footer-contact-block .fc-row .fc-text { font-size: 13px; line-height: 18px; }
}

.size-chart-line{ display:flex; align-items:center; gap:8px; padding:3px 10px; width:fit-content; }
.size-icon{ width:18px; height:18px; object-fit:contain; }
.size-text{ font-size:12px; font-weight:400; color:#000; line-height:1.2; }
.size-link{ font-size:12px; font-weight:500; color:#000; text-decoration:underline; cursor:pointer; }

/* Modal */
.size-chart-modal{ display:none; position:fixed; z-index:9999; inset:0; background-color:rgba(0,0,0,0.6); justify-content:center; align-items:center; padding:20px; }
.modal-content{ background:#fff; border-radius:8px; width:90%; max-width:900px; max-height:90vh; overflow:auto; position:relative; box-shadow:0 6px 30px rgba(0,0,0,0.35); padding:12px; }
.close-modal{ position:absolute; top:8px; right:10px; font-size:28px; line-height:1; border:none; background:transparent; cursor:pointer; color:#333; }

/* Make the image responsive and centered */
.size-chart-content img.size-chart-img{
  display:block;
  max-width:100%;
  height:auto;
  margin: 8px auto;
  border-radius:6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* small screens */
@media (max-width:420px){
  .modal-content{ padding:10px; max-width:95%; }
  .close-modal{ top:6px; right:8px; font-size:24px; }
}

.product-card-img-wrapper img {
   border-radius:9px!important;
}

.collection-card-title-top, .collection-card-title-bottom {
    
    background: #fff!important;
    color: #000!important;
    border-bottom-left-radius:6px!important;
  border-bottom-right-radius:5px!important;
  backdrop-filter: blur(3.1444320678710938px);
  box-shadow: 0px 0px 4.53px 0px #00000057;
 


  
}
.ai-fullwidth-image-wrapper-at1fazwvschz3ymheyaigenblock2761b6bndj8wr {
    position: relative;
    width: 100%;
    height: 125px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mobile-collapse-btn-2{
font-weight: 500;
font-style: Medium;
font-size: 18px;  
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color:#696969!important;

}

.product-card-discount-percentage {
  display: none;
}

.product-card .product-card-discount-percentage {
  display: inline-block;
  background-color: #51CF1C !important;
    border-radius:24.55px!important;
font-weight: 500 !important;
font-style: SemiBold;
font-size: 10.45px !important;
text-transform:capitalize!important;
text-align: center!important;
vertical-align: middle;
color:#FFF!important;
padding:2px 5px !important;
}

.product-card-discount-percentage-floating {
  background-color: #DA6BA6 !important;
  border-radius:24.55px!important;
  font-weight: 500 !important;
  font-style: SemiBold;
  font-size: 8.45px !important;
  text-transform:capitalize!important;
  text-align: center!important;
  vertical-align: middle;
  color:#FFF!important;
  padding:2px 5px !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
  background-color: #F274B7 !important;
  border: none !important;
}

.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
  color: #DA6BA6 !important;
}

.jdgm-histogram__bar-content {
  background-color: #F274B7 !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow, .jdgm-rev__author, .jdgm-rev__icon:before {
  color: #DA6BA6 !important;
}

.collection-card-title-bottom::after {
    content: ""; /* Required for ::after to work */
    display: inline-block; /* Allows width/height and alignment with text */
    width: 24px; /* Adjust as needed for the size of your arrow */
    height:12px; /* Adjust as needed for the size of your arrow */
    background-image: url("/cdn/shop/files/Arrow_1.png?v=1760417445");
    background-size: contain; /* Ensures the entire image fits */
    background-repeat: no-repeat; /* Prevents the image from tiling */
    margin-left: 5px; /* Adds a small space between the text and the arrow */
    vertical-align: middle; /* Helps align the image with the text */
    
}

 .em-new-card-wrap {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }

    /* Single card */
    .em-new-feature-card {
      width: 266px;
      padding: 28px 20px 24px;
      text-align: center;
    }

    /* Icon wrapper: centered, holds the icon and subtle filled circular bg */
    .em-new-icon {
      position: relative;
      width: 111px;
      height: 111px;
      margin: 0 auto 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

   

    /* the actual image — no border/ring, exact size 111x111 */
    .em-new-icon img {
      width: 111px;
      height: 111px;
      object-fit: contain;
      display: block;
      position: relative;
      z-index: 1;
      border: 0;            /* ensure no ring/border */
      background: transparent;
    }

    /* Title — exact spec you provided */
    .em-new-title {
      font-weight: 500;
      font-style: normal;       /* user-specified "Medium" implemented as weight 500 */
      font-size: 20px;
      line-height: 100%;        /* equals 1 */
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      text-transform: capitalize;
      color: #000;
      margin-top:14px;
    }

    /* Description — exact spec you provided */
    .em-new-description {
      font-weight: 400;
      font-style: normal;       /* "Regular" -> normal */
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      text-transform: capitalize;
      color: #000;
      margin-top: 8px;
      opacity: 0.92;
    }

    /* optional: small responsive tweak */
    @media (max-width: 360px) {
      .em-new-feature-card { width: 92%; padding: 20px; }
    }
 
    .form-floating>label {
      color: #000;
    }

    button.btn.btn-sm.dropdown-toggle.mx-2.btn-outline-primary {
    background-color: #F7F7F7 !important;
    border-radius:127px!important;
    padding:9.17px 18.34px !important;
}

#collection-filters-inline button{
  border-radius:127px!important;
    background-color: #F7F7F7 !important;

}
.sort-by .btn-outline-secondary{
  background-color: #F7F7F7 !important;
    border-radius:127px!important;
    padding:9.17px 18.34px !important;
}


button.btn.btn-sm.dropdown-toggle.mx-2.btn-outline-primary span{ 
  font-weight:400;
}
button.btn.btn-sm.mx-2.btn-outline-primary span{
  font-weight:400;
}

.sort-by button{
  font-weight:400;
}
button.btn.btn-atc.btn-primary {
    background: #f274b7;
    border-color: #f274b7;
    color: #fff;
}

/* NEW CSS Changes */

button.btn.btn-atc.btn-sm.btn-primary {
    background: #f274b7;
    border-color: #f274b7;
    color: #fff;
    padding: 8px;
    border-radius: 4px !important;
}
button.btn.btn-atc.btn-sm.btn-primary:hover {
    background: #000;
    border-color: #000;
}
span.smalltext-sec {
    color: #282828;
    font-size: 13px;
    display: block;
    margin: 3px 0;
    min-height: 20px;
}
.page-type-collection collection-filters#collection-filters-inline {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

.page-type-collection main#main .shopify-section + .shopify-section .d-flex.text-end {flex-direction: column;text-align: left !important;align-items: flex-start !important;}

.page-type-collection form.collection-filters-form {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.page-type-collection sort-by.sort-by.dropdown {
    margin-top: 20px;
}

.page-type-collection main#main section.shopify-section + div.shopify-section + div.shopify-section {
    width: 27%; 
    margin-top: 30px;
}
.page-type-collection main#main section.shopify-section + div.shopify-section + div.shopify-section + div.shopify-section {
    width: 72%;
    margin-top: 40px;
}
.page-type-collection main#main .shopify-section + .shopify-section .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: unset !important;
}

.page-type-collection main#main .shopify-section + .shopify-section [aria-label="Filters"] {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}
.dropdown-menu.dropdown-menu-end.px-5 {
    display: block !important;
    position: unset !important;
    margin: 5px 0;
    border: none;
    box-shadow: unset;
    transform: unset !important;
}

#collection-filters-inline button {
    background: none !important;
    border: none !important;
    font-size: 18px;
    padding: 0 !important;
    font-weight: bold !important;
} 
#collection-filters-inline button span {
    font-weight: 600;
} 
#collection-filters-inline button::after {
    display: none;
}
.shopify-section:first-child {
    width: 100%;
}
ul.dropdown-menu.show {
    border: none;
    padding: 0;
    width: 200px;
} 
a.dropdown-item {
    font-size: 13px;
    padding: 10px 15px;
}
.dropdown-menu {
    --bs-dropdown-link-hover-bg: none !important;
} 
.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: underline !important;
} 
.page-type-collection section.collection-products {
    background: none !important;
}
.product-block-icons ul li p {
    font-size: 12px;
}
.policy_subheading span {
    color: #000 !important;
}
/* Desktop CSS */
@media(min-width:991px){
.FABRICANDPRINTINGDISCLAIMER article .container {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    max-width: 720px !important;
}  
p.collection-product-count.small.mb-0 {
    display: none;
}  
[aria-controls="offcanvas-collection-filters"] {
  display: none;
} 
sort-by.sort-by.dropdown {
  display: none;
}
.page-type-collection main#main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.has-scrolled .sticky-top navbar-wrapper#navbar-wrapper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}  
.has-scrolled .sticky-top.hide navbar-wrapper#navbar-wrapper {
    box-shadow: none;
}
.product-block-atc.pt-0.pb-7 .d-flex {
    flex-direction: row-reverse;
    gap: 15px;
}
.navbar-logo img.img-fluid {
    max-width: unset !important;
    width: 200px;
}
}

@media(max-width:767px){

.page-type-collection main#main section.shopify-section + div.shopify-section + div.shopify-section + div.shopify-section {
    width: 100%;
    margin-top: 10px;
}
.page-type-collection main#main section.shopify-section + div.shopify-section + div.shopify-section {
    width: 100%;
    margin: 0;
}
.page-type-collection sort-by.sort-by.dropdown {
    margin: 0;
}
.collection-utilities-mobile .d-flex.mx-n2 {
    justify-content: space-between;
}
simple-collections.simple-collections-list {
    gap: 0;
}
.collapse-wrapper [data-bs-toggle=collapse] {
    padding: 15px 0 !important;
} 
.accordion-nav .dropdown-item {
    padding: 5px 0;
}
#shopify-section-template--25416515191101__media_with_text_Rawych .title {
    margin: 30px 0 10px !important;
}
}