/** Shopify CDN: Minification failed

Line 1737:10 Expected ":"
Line 1935:1 Expected "}" to go with "{"

**/
@media(max-width: 1500px){
    .page-width {
        max-width: 1480px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media(min-width: 1280px) and (max-width: 1449px){
    .quiz-hero__media::before {
    background-position: bottom;
    content: "";
    width: 251px;
    background: url(/cdn/shop/files/Vector_9_1.png?v=1779113989);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 88%;
    z-index: 0;
    background-position: bottom center;
    height: 616px;
    width: 334px;
    left: 44%;
    z-index: 0;
}

a.active-facets__button-remove.underlined-link {
    font-size: 16px;
    font-weight: 400;
}
    .page-width {
        max-width: 1200px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    .category-circles__circle {
        width: 143px;
        height: 143px;
    }
}
body{
    overflow-x: hidden !important;
}
span.header__active-menu-item {
    border-bottom: 1px solid #F10B65;
    line-height: 27px;
}

.top-links-bar__links * {
    color: #393939 !important;
    font-size: 12px !important;
}

.utility-bar.color-scheme-1.gradient {
    display: none !important;
}
.header-menu {
    background: #F5F5F5;
}
.header-menu .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 12px;
}
.gradient {
    border: 0px !important;
}

ul.list-menu.list-menu--inline * {
    font-size: 20px !important;
        font-weight: 700;

}
.header-menu .list-menu--inline {
    gap: 26px;
}
.header__active-menu-item {
    color: #F10B65;
    text-decoration: none;
    font-weight: 700;
}

.header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: .3rem;
    color: #F10B65;
    font-weight: 700;


}


body.janome-acufeed-quliting-machines.gradient .promo-banner__content {
    flex: 1;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-content: center;
    align-items: center;
}

body.janome-acufeed-quliting-machines.gradient .promo-banner__btn {
    display: inline-block;
    align-self: flex-start;
    padding: 14px 32px;
    border: 2px solid;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
    margin: 0 auto;
}
.other-content em {
    color: #2A2A2A;
    font-weight: bold !important;
    letter-spacing: 0px;
}

li.grid__item {
    margin-bottom: 26px;
}

li.grid__item .card__media {
    display: flex;
    align-items: center;
}

li.grid__item .media.media--transparent img.motion-reduce {
    object-fit: contain;
}
.custom-mobile-design {
    padding: 25px;
}
li.grid__item .card__inner.color-scheme-2.gradient.ratio {
    height: 262px;
    background: #fff;
    border: 1px solid #eee !important;
}

.custom-mobile-design {
    padding: 24px !important;
}
.product.product--medium {
    padding-bottom: 70px !important;
}div#include-feet {
}
/* Mobile Screens */
/* DESKTOP: Force 4 Columns & Proper Gap Using Native CSS Grid */
@media screen and (min-width: 990px) {
    /* Main container ko target karna with high specificity */
    .collection .product-grid,
    ul#product-grid,
    .collection ul.grid {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important; /* Forces exactly 4 equal columns */
        column-gap: 20px !important; /* Left to right gap */
        row-gap: 30px !important;    /* Top to bottom gap */
    }

    /* Grid items ki default width aur margins ko zero karna taake grid overflow na ho */
    .collection .product-grid .grid__item,
    ul#product-grid .grid__item,
    .collection ul.grid .grid__item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* TABLET: 3 Columns */
@media screen and (min-width: 750px) and (max-width: 989px) {
    .collection .product-grid, ul#product-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 30px !important;
    }
    .collection .product-grid .grid__item {
        width: 100% !important; max-width: 100% !important; margin: 0 !important;
    }
}
/* ============================================
   HEADER CUSTOMIZATION — Sew It Online
   Add to: Assets > base.css (end of file)
   OR: Customizer > Custom CSS
   ============================================ */

/* ── Layout: 3-column header ── */
.header-wrapper .header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ── Logo ── */
.header__heading-logo-wrapper {
  flex-shrink: 0;
}

/* ── Middle: phone + search ── */
.header__middle {
        display: flex;
        align-items: center;
        gap: 33px;
        flex: 4;
        width: 89%;
        margin: 0 auto;
}a.button {
    text-transform: uppercase;
    font-weight: 700;
}

.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 2rem;
}

.footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2.5px dashed #000;
    transition: transform .2s;
    padding: 0px 16px !important;
}
.footer-icons .fb-icon svg {
    width: 25px !important;
    height: 25px !important;
}
.footer-block__image-wrapper img {
    width: 100%;
}
h2.footer-block__heading.inline-richtext {
    color: #0C0B08 !important;
    font-weight: 800;
    font-size: 16px;
    border-bottom: 3px dotted #000;
    padding-bottom: 8px;
}
footer.footer {
    padding: 80px 0px;
}
.footer-icons a:hover {
  transform: scale(1.1);
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 19%;
    padding-right: 4%;
}
.footer-contact-text {
    display: inline-block;
    align-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;line-height: 20px;
}
footer-block__image-wrapper {
    max-width: 100% !important;
}a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 15px !important;
}.footer__copyright.caption {
    width: 100%;
    display: flex;
    justify-content: space-between;
}footer.footer {
    padding-bottom: 56px;
}.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding-top: 15px;
}.copyright__content {
    font-size: 14px !important;
}




.footer-contact-divider {
  border: none;
  border-top: 2px dotted currentColor;
  opacity: 0.4;
  margin: 4px 0 16px;
}
.footer-contact-row {
display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    align-content: center;

}
.footer-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dashed currentColor;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-contact-icon svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}
.footer-contact-text strong {
  font-size: 15px;
      color: #000;
  font-weight: 700;
}
.footer-contact-text span {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.5;
}.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 32%;
}
/* 

.header__icons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    width: 115px;
    gap:20px;
        gap: 12px;
}


.footer-icons {
    display: flex;
    margin-top: 50px;
    gap:10px;
}.footer-icons svg, .footer-icons img {
    width: 32px;
}.footer-icons svg, .footer-icons img {
    width: 32px;
}

.footer-icons a {
    width: 60px;
    border: 1px dotted #000;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    padding-top: 12px;
    border-radius: 50%;
} */
/* Phone block */
.header__phone {
        display: flex;
        flex-direction: column;
        gap: 2px;
        white-space: nowrap;
        flex-shrink: 0;
        zoom: 1.4;
}

.header__phone-label {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #1a1a1a;
  line-height: 1.2;
}
a#cart-icon-bubble svg {
    width: 27px;
    margin-right: 8px;
}span.header__cart-label.small-hide {
    font-size: 17px;
    font-weight: 500;
}
.header__phone-label em {
        font-style: italic;
        color: #0F0F0F !important;
        letter-spacing: 1px;
                font-weight: 600;
}

.header__phone-number {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
          color: #0F0F0F !important;
}

.header__phone-number:hover {
  color: #e63d72;
}

.header__phone-arrow {
  font-size: 14px;
  color: #999;
}

/* Search bar — dashed border */
.header__search {
  flex: 1;
}

.header__search .search__input,
.header__search input[type="search"] {
  border: 2px dashed #4f3cc9 !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  padding-right: 48px !important;
  font-size: 14px !important;
  color: #555 !important;
  background: #fff !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

.header__search .search__input:focus,
.header__search input[type="search"]:focus {
  border-color: #4f3cc9 !important;
  box-shadow: 0 0 0 3px rgba(79, 60, 201, 0.1) !important;
}

.header__search .search__input::placeholder,
.header__search input[type="search"]::placeholder {
  color: #aaa !important;
}

.header__search form {
  position: relative;
}

.header__search .search__button,
.header__search button[type="submit"] {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: #4f3cc9 !important;
}

/* ── Right: cart with text ── */
.header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header__cart-link-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__cart-text {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}

/* Cart count badge */
.cart-count-bubble {
  background-color: #4f3cc9 !important;
}

/* ── Hide default search icon in header icons ── */
.header__search-toggle {
  display: none !important;
}

/* ── Responsive ── */
@media screen and (max-width: 989px) {
  .header__phone { display: none; }

  .header-wrapper .header {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (max-width: 749px) {
  .header__middle { display: none; }

  .header-wrapper .header {
    grid-template-columns: auto 1fr auto;
  }.menu-opening svg.beforeopen-menu {
    display: none;
}
}
a.header__icon.header__icon--account.link.focus-inset.small-hide, details-modal.header__search,
details-modal.header__search {
    display: none !important;
}

/* ================================
   MEGA MENU FIX v3 — Dawn 15.4.1
   ================================ */

/* ================================
   MEGA MENU FIX v4 — Dawn 15.4.1
   ================================ */

/* Nav bar ko positioning context banao */
.header__inline-menu {
  position: relative !important;
}

/* Details element se positioning hataao */
.mega-menu {
  position: static !important;
}

/* Content ab nav ke left edge se start hoga */
.mega-menu__content {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: max-content !important;
  max-width: 1100px !important;
  z-index: 100 !important;
}

/* Columns layout */
.mega-menu__list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 1.5rem 2.5rem !important;
  padding: 2rem 2.5rem !important;
}
div#MegaMenu-Content-3 li.main-ul {
    flex: 0 0 auto !important;
    min-width: 22% !important;
    max-width: 62% !important;
}
.mega-menu__list > li {
  flex: 0 0 auto !important;
  min-width: 110px !important;
  max-width: 155px !important;
}

.mega-menu__link--level-2 {
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 0.4rem !important;
}

.mega-menu__list .list-unstyled .mega-menu__link {
  font-size: 1.2rem !important;
  line-height: 2 !important;
}
li.main-ul {
    flex: 0 0 auto !important;
    min-width: 23% !important;
    max-width: 50% !important;
}
div#MegaMenu-Content-4,
div#MegaMenu-Content-5{
        border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

}details#Details-HeaderMenu-5 .mega-menu__list li {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
.mega-menu[open] .mega-menu__content {
    padding-bottom: 0px;
}
#MegaMenu-Content-2 {
    left: 18% !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}div#MegaMenu-Content-3 {
    left: 25% !important;
}

div#MegaMenu-Content-4 {
    left: 31% !important;
}
div#MegaMenu-Content-5 {
    left: 54% !important;
}
div#MegaMenu-Content-3 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
a {
    text-decoration: none !important;
}
.mega-menu__link--level-2{

        border-bottom: 3px dotted #07BCAD;
    color: #07BCAD;
}
.mega-menu__link--level-2 {
    border-bottom: 3px dotted #07BCAD;
    color: #07bcad !important;
    font-size: 14px !important;
}

.mega-menu[open] .mega-menu__content {
    padding-top: 0px;
}

.mega-menu__list .list-unstyled .mega-menu__link {
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #0C0B08 !important;
    font-weight: 500 !important;
}ul.mega-menu__list ul.list-unstyled {
    margin-top: 11px;
}
header-menu .mega-menu__link span.main-title {
    font-size: 16px !important;
}





div#MegaMenu-Content-2 li.main-ul:nth-child(4) {
    margin-bottom: -115px;
}
@media(max-width: 820px) and (min-width: 768px){

.mem-hero__description {
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}.mem-hero__heading, .mem-hero__description {
        text-align: left;
    }
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    display: flex;
    flex-wrap: wrap;
}.footer-block {
    width: 44% !important;
}    .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
        text-align: center !important;
    }    .sew-difference__grid {
        padding: 0 10px;
    }.quiz-hero__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;    width: 100%;
}    .quiz-hero__media {
        width: 56% !important;
    }
}


[class*="brands-"] .category-circles__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6%;
    flex-wrap: wrap;
}

@media(max-width: 1024px) and (min-width: 820px){
    .header__phone {
        zoom: 1.2;
    }[class*="brands-"] ul.category-circles__list {
    width: 68%;
    margin: 0 auto;
}
    .header-menu .list-menu--inline {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 11px;
        gap: 16px !important;
    }
    ul.list-menu.list-menu--inline * {
        font-size: 18px !important;
        font-weight: 700;
    }
    .quiz-hero__box {
        display: flex;
        align-items: stretch;
        gap: 0px;
        border-radius: 16px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 36px;
        margin-bottom: 36px;
        width: 95%;
        margin: 0 auto;
        margin-top: 22px;
    }
.quiz-hero__content {
    width: 42%;
}

.testimonials__card-body {
    min-height: 358px;
}
.quiz-hero__media {
        width: 30% !important;
        background-size: 117%;
        background-position: -68px 87px;
        background-repeat: no-repeat;
}

.quiz-hero__media::before {
    background-position: bottom;
    content: "";
    width: 251px;
    opacity: 0;
}
.quiz-hero__heading .line1 {
    font-size: 28px;
}.quiz-hero__heading .line2 {
    font-size: 40px;
    font-weight: 800;
}quiz-hero__media:before {
    background-position: bottom;
    content: "";
    width: 251px;
    background: url(/cdn/shop/files/Vector_9_1.png?v=1779113989);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: bottom center;
    height: 616px;
    width: 303px;
    left: 31%;
    z-index: 0;
}.category-circles__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}.sew-difference__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 34px;
}.sew-difference__card-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
}ul.why-choose__grid {
    width: 94%;
    margin: 0 auto;
}.why-choose__item-text {
    margin: -13px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}.top-sellers__layout {
    width: 95%;
    margin: auto;
}.top-sellers__card-title {
    min-height: 79px;
}
.top-sellers__featured-img-wrap {
    min-height: 550px;
}.page-width {
    padding: 0px 24px !important;
}
    .header__inline-search form {
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 7%;
    }
  

}


@media(max-width: 820px){
.quiz-banner__heading {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
    line-height: 1.4;
    /* text-align: left; */
}    a.quiz-banner__btn {
        font-size: 13px;
        font-weight: 500;
        padding: 15px 18px;
    }
    .quiz-banner__inner {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        padding: 0px 6px !important;        padding-right: 20px !important;
    }
.top-links-bar {
    display: none;
}header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    width: 93%;
}span.site-header__cart-chevron {
    display: none;
}.quiz-hero__box {
    display: flex;
    flex-direction: column-reverse;
}.quiz-hero__media {
    }.sew-difference__grid {
    padding: 0px 30px;
}.sew-difference__card-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
}.sew-difference__cta {
    padding: 0px 27px;
}.page-width {
    padding: 0px 20px !important;
}.top-sellers__featured-img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 290px;
}.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 100%;
}.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 100%;
    padding-right: 4%;
}
    .quiz-hero__content {
        zoom: 0.8;
    }
.footer__copyright.caption {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
}.mem-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    width: 100% !important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .15s ease;
    line-height: 1;
    align-self: flex-start;
    margin-top: 4px;
    justify-content: center;
    width: 76%;
}
/* .header__icon--menu {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 15px;
} */
.last-header {
    color: #07BCAD;
    font-size: 18px;
    font-weight: bold;
    margin-left: 31px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 3px dotted;
    margin-right: 31px;
    margin-bottom: 15px;
}
.menu-drawer__menu-item {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}.js .menu-drawer__menu-item .icon-caret {
    display: block !important;
}.menu-drawer__menu-item span.svg-wrapper:nth-child(1) {
}
.menu-drawer__menu-item span.svg-wrapper:nth-child(2) {
    position: absolute !important;
    width: 11px;
    right: 11px;
}button.menu-drawer__close-button.link.link--text.focus-inset {
    background: #fff;
}
div#menu-drawer {
    top: 0;
    height: 100vh;
}
.menu-drawer__utility-links {
    DISPLAY: NONE;
}
    .mobile-btn-drawer {
        display: block !important;
        zoom: 1.2;
        margin-left: 23px;
        margin-bottom: 20px;
    }
.header__phone-number {
    /* font-size: 17px; */
    font-weight: 800;
    color: #1a1a1a;
    /* text-decoration: none; */
    display: flex;
    /* align-items: center; */
    /* gap: 6px; */
    background: transparent;
    /* line-height: 1.2; */
    color: #0f0f0f !important;
    border: none;
}.menu-drawer__logo {
    margin-left: 20px;
    margin-top: -19px;
    margin-bottom: 20px;
}
.menu-opening .header__icon--menu[aria-expanded=true]:before{
    opacity: 0;
}
.menu-opening summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    position: absolute;
    z-index: 9999;
    right: 4px;
    margin-top: -20px;
}

}
/* ── Below-header search bar ── */
.header-search-bar {
  width: 100%;
  background: #fff;
  padding: 12px 0;
  border-top: 1px solid #eee;
}

.header-search-bar__form {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

.header-search-bar__input {
  width: 100%;
  border: 2px dashed #4f3cc9 !important;
  border-radius: 50px !important;
  padding: 14px 48px 14px 20px !important;
  font-size: 15px !important;
  color: #333 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.header-search-bar__input:focus {
  border-color: #4f3cc9 !important;
  box-shadow: 0 0 0 3px rgba(79,60,201,0.1) !important;
}

.header-search-bar__input::placeholder { color: #bbb !important; }

.header-search-bar__btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #4f3cc9;
  display: flex;
  align-items: center;
}
.header-search-bar.mobile-search {
    display: none;
}
/* Mobile: hide below-header search */
@media screen and (max-width: 989px) {
  .header-search-bar { display: none; }
}

.facets__heading--vertical {
    color: #0C0B08 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}span.facets__summary-label {
    font-size: 16px;
    color: #0C0B08 !important;
    font-weight: 600;
        text-decoration: none !important;
}
span.facet-checkbox__text{

   text-decoration: none !important;

}
.facet-checkbox .svg-wrapper {
    left: 4px !important;
    top: 17px !important;
    background: red !important;
}   .facets-vertical .facet-checkbox input[type=checkbox]:checked
 {
    z-index: 0;
    background: #07bcad;
    top: 8px;
    height: 18px;
    left: -4px;
    width: 20px;
}.facet-checkbox>input[type=checkbox]:checked~.svg-wrapper>.icon-checkmark {
    visibility: visible;
    color: #fff;
}li.list-menu__item.facets__item svg {
    width: 20px;
    height: 20px;
    color: #B7C0C8;
}.facets-vertical details,
.facets details {
  display: block;
}
.about-us.gradient .mem-hero__description {
    max-width: 81%;
}.about-us .mem-hero__box {
    margin: 0px !important;
}
.card__content button {
    background: #56D1C7;
    border: 0px !important;
    font-weight: 500;
    color: #000000 !important;
    opacity: 1 !important;
}
.card__content button:before{
    opacity: 0;
}
/* Add to cart button - border remove */
.card__footer .btn,
.card__footer .button,
.product-form__submit,
button[name="add"],
.quick-add__submit {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.card__footer .btn:hover,
.card__footer .button:hover,
.product-form__submit:hover,
button[name="add"]:hover,
.quick-add__submit:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.caption-with-letter-spacing.light {
    color: #07BCAD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-bottom: 7px;
}

.card__heading a {
    margin-top: 0;
    margin-bottom: 0;
    color: #0c0b08 !important;
    opacity: 1;
    font-size: 16px;
    font-weight: 500 !important;
}

span.price-item.price-item--sale.price-item--last {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}.price--on-sale .price__sale {
    display: initial;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    display: flex;
    gap: 9px;
    align-items: center;
}s.price-item.price-item--regular {
    color: #000 !important;
    font-size: 18px !important;
}.collection-hero__text-wrapper {
    border-bottom: 1px solid #eee;
    padding-top: 5px;
}

ul.pagination__list.list-unstyled li a {
    background: #F5F5F5;
    border-radius: 43px;
    width: 60px;
    height: 60px;
        font-size: 16px !important;
    padding: 0px !important;
    text-decoration: none !important;
}ul.pagination__list.list-unstyled {
    gap: 17px;
}.facets__form-vertical svg.icon.icon-caret {
    display: none;
}

a.pagination__item.pagination__item--current.light {
    color: #fff;
    text-decoration: none !important;
    background: #4A3DB1;
    opacity: 1;
}
/* Custom Price Range Slider */
.custom-price-slider {
  padding: 10px 4px;
}

.price-slider-track-wrapper {
  position: relative;
  height: 6px;
  margin: 20px 0 24px;
}

.price-slider-track {
    position: relative;
    top: 44%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #00b8a0;
    z-index: 2;
    margin-top: 2px;
    border-radius: 25px;
    display: block !important;
}

.price-slider-range {
  position: absolute;
  top: 0;
  height: 6px;
  background: #00b8a0;
  border-radius: 3px;
  pointer-events: none;
}

.price-slider-input {
  position: absolute;
  top: -7px;
  width: 100%;
  height: 20px;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

.price-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #00b8a0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.15s ease;
}

.price-slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.product__title h1 {
    font-size: 41px !important;
    font-weight: 500;
}
.price-slider-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #00b8a0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: none !important;
}
    .product-media-container {
        border: 2px solid #F5F5F5 !important;
    }
/* Value Pills */
.price-slider-values {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}.product p.product__text.inline-richtext.caption-with-letter-spacing {
    color: #56d1c7;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0px;
}
.product span.price-item.price-item--sale.price-item--last {
    font-size: 38px !important;
    color: #0F0F0F !important;
    font-weight: 900 !important;
    opacity: 1 !important;
}
.price-pill {
  flex: 1;
  text-align: center;
  padding: 8px 12px;
  border: 1.5px solid #e0e0e0;
  border-radius: 50px;
  font-size: 13px;
  color: #333;
  background: #fff;
}/* Regular block hamesha hide */
.price__regular {
  display: none !important;
}

/* Sale block hamesha show - sirf strikethrough hide karo jab sale nahi */
.price:not(.price--on-sale) .price__sale s {
  display: none;
}
.benefits-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px;
  padding: 20px 0;
  margin: 16px 0;
}

.benefits-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 80px;
    gap: 0px;
}

.benefits-bar__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.benefits-bar__label {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  color: #0F0F0F;
}

@media screen and (max-width: 749px) {
  .benefits-bar {
    justify-content: center;
    gap: 20px;
  }

  .benefits-bar__item {
    flex: 1 1 calc(33% - 20px);
    max-width: 100px;
  }
}
.product-testimonial {
    background: #eafffd;
    border-radius: 10px;
    padding: 7px 24px 5px;
    margin-bottom: 20px;
    text-align: center;
}

.product-testimonial__stars {
  color: #f5a623;
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.product-testimonial__text {
font-size: 14px;
    font-style: italic;
    color: #595959;
    line-height: 1.6;
    margin: 0 0 10px;
    font-weight: 500;
}
.product-testimonial__text strong {
    color: #4A3DB1;
    font-weight: 500;
    font-style: normal;
}
.product-testimonial__author {
  font-size: 13px;
  font-weight: 600;
  color: #00b8a0;
}
.shipping-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
      justify-content: center;
}
.product-form__buttons {
    max-width: 100% !important;
}

product-form.product-form {
    margin-bottom: -5px !important;
}

.quiz-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 2px dashed #7B6FD0;
  border-radius: 12px;
  margin: 12px 0;
}

.quiz-cta__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    flex: 1;
    color: #0F0F0F;
}
.product__tax.caption.rte {
    display: none;
}
.product .price--large {
    margin-top: -10px;
    margin-bottom: -10px;
}
.quiz-cta__btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background-color: #5b4fcf;
    color: #fff;
    padding: 10px 44px !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease;
}

.quiz-cta__btn:hover {
  background-color: #4a3fb8;
  color: #ffffff;
}
.shipping-badge__icon svg {
width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #4A3DB1;
    fill: #4A3DB1;
}
.shipping-badge__text {
    color: #0F0F0F;
    font-size: 1.4rem;
    line-height: 1.4;
}
pickup-availability[available] {
    display: none;
}
/* .product-form__buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
} */
.product-form__submit {
    background: #F5F5F5;
    border: 0px !important;
    font-size: 18px;
    color: #0F0F0F !important;
    font-weight: bold;
    padding: 14px;
}.product-form__submit:before, .product-form__submit:after {
    opacity: 0 !important;
}
.product .price__sale {
    display: flex !important;
    flex-direction: row-reverse !important;
}
   .product .price--large {
        font-size: 1.8rem;
        display: flex;
        align-content: center;
        align-items: center;
    }
.product s.price-item.price-item--regular {
    color: #0F0F0F66 !important;
}
.price-slider-to {
  font-size: 13px;
  color: #666;
  flex-shrink: 0;
}

.facets__price {
    display: flex;
    flex-direction: column;
        padding-bottom: 30px !important;
}.facets__summary {
  padding: 16px 0;
  border-top: 1px solid #e0e0e0;
}
.see-more-card {
    text-align: center;
    color: #4a3db1;
}
.facets__title span {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
.see-more-card a {
    color: #3B318E;
    font-weight: 600;
    text-decoration: underline !important;
    margin-top: -5px !important;
    display: block;
    font-size: 13px;
}

.badge {
    background: #4a3db1 !important;
}
.pagination__item--current:after{
    display: none !important;
}

.grid-img img {
    width: 400px;
}
section.cta-banner.banner-collection {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 99%;
    border-radius: 10px;
    margin: 0 auto;
    border: 3px dashed #3B318E !important;
    margin: 51px 0px;
    /* margin: 0 auto !important; */
}
section.cta-banner.banner-collection .cta-banner__inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 10px;
}

section.cta-banner.banner-collection .cta-banner__heading {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-size: 25px;
    color: #0F0F0F;
}

section.cta-banner.banner-collection .cta-banner__subtext {
    margin: 0;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    color: #3B318E;
}
tr.first-class {
    background: #56d1c7 !important;
}
tr.first-class * {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px;
}
.spec-table table tr.first-class th {
    border-top-left-radius: 20px;
}
.spec-table table tr.first-class td {
    border-top-right-radius: 20px;
}
.spec-table table {
    overflow: hidden;
}
tr.first-class td{
    padding: 24px !important;
}
.template-search .see-more-card {
    display: none;
}
table.table.table-striped tr:nth-child(odd) th, table.table.table-striped tr:nth-child(odd) td {
    padding-left: 23px;
    width: 30%;
}table.table.table-striped tr td {
    width: 55%;
}table.table.table-striped tr th {
    width: 30%;
}table.table.table-striped tr:nth-child(even) {
    background: #fff !important;
}.spec-table {
    margin: 40px 0px;
}
section.cta-banner.banner-collection a.cta-banner__btn {
    background: #4A3DB1;
    color: #fff;
    width: 78%;
    font-weight: 600 !important;
}table.table.table-striped {
    width: 100%;
    text-align: left;
    border-radius: 20px;
}

.toggle-content h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #07BCAD;
}

table.table.table-striped tr:nth-child(odd) th, table.table.table-striped tr:nth-child(odd) td {
    padding-left: 23px;
}

table.table.table-striped tr:nth-child(even) th, table.table.table-striped tr:nth-child(even) td {
    padding-left: 23px;
}
table.table.table-striped tr:nth-child(odd) {
    background: #e7e7e7;
    padding-left: 27px;
}

.description_row {
    display: grid;    padding-bottom: 50px;
    grid-template-columns: 1fr 1fr;
        column-gap: 23px;
}@media (min-width: 767px) {
    .descript_column {
        display: flex;
        justify-content: center;
        align-items: center;
    }.descript_column img {
    width: 100%;
    display: block;
    border-radius: 30px;
}
.quiz-cta {
    flex-direction: column;
}

}
.mem-hero__box {
    margin: 0px;
}

@media (max-width: 1024px) and (min-width: 900px) {
    ul.list-menu.list-menu--inline * {
        font-size: 14px !important;
        font-weight: 700;
    }
}
div#MegaMenu-Content-7 {
    left: 74% !important;
}div#MegaMenu-Content-7 ul.mega-menu__list {
    padding-right: 0px !important;
    margin-right: 0px !important;
    width: 200px;
}

div#MegaMenu-Content-7 li.main-ul {
    flex: 0 0 auto !important;
    min-width: 23% !important;
    max-width: 100% !important;
}
  @media (max-width: 899px) {
    .quiz-cta__inner {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }
    .quiz-cta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 2px dashed #7B6FD0;
    border-radius: 12px;
    margin: 12px 0;
    flex-direction: column !important;
    align-content: center;
}
}

.tabs-stage {
    padding-bottom: 60px;
}
  .custom-mobile-design:hover{
        background-color: #eaeaea;
  }
  article.article-template {
    padding-top: 40px;
}
h3.custom-title-mobile {
    display: flex;
    width: fit-content;
    margin: 0;
    font-size: 24px !important;
    font-weight: 700;
}body.education.gradient p.ss-eyebrow {
    font-weight: bold;
}
body.education.gradient a.ss-btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-style: italic;
}
.serger-card__see-more {
    color: #3b318e !important;
    font-size: 14px;
    text-decoration: underline !important;
    font-weight: bold;
}


.hero-banner__badge_content p {
    text-shadow: 2px 3px 3px #000000c9;
    color: #fff;
    margin: 0px;
    line-height: 23px;
}
    .custom-mobile-design {
        margin-bottom: 20px !important;
    }
    .chevron-icon {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      margin-left: 5px;
      cursor: pointer;
      transition:all ease 0.5s;
  }
.iconRotate{
  transform: rotate(90deg);
}
  .chevron-down {
       border-width: 5px 0 5px 8px;
       border-color: transparent transparent transparent #000; 
  }
  .close{x
    height:0;
    transition: all ease 0.5s;
    overflow:hidden;
   
  }
  .isopen{
    height:100% !important;
    overflow:auto;
     margin-bottom: 20px;
  }
 @media (min-width:800px){
   .custom-mobile-design{
     /* display:none; */
   }
 }
  @media (max-width:800px){
    h3 {
    /* display: none; */
}
  



@media screen and (min-width: 990px) {
  ul#product-grid.grid--4-col-desktop {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px 30px!important;
  }

  ul#product-grid.grid--4-col-desktop > .grid__item {
    width: 100% !important;
    max-width: 100% !important;
            margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  ul#product-grid.grid--4-col-desktop {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 30px!important;
  }

  ul#product-grid.grid--4-col-desktop > .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.about-us .testimonials__card-body {
    padding: 41px 28px 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-height: 380px;
    justify-content: center;
}
.facets-vertical details > .facets__summary ~ *,
.facets details > .facets__summary ~ * {
  display: block !important;
}summary.facets__summary.caption-large.focus-offset {
    font-size: 16px;
    color: #0c0b08 !important;
    font-weight: 600;
    text-decoration: none !important;
}body.about-us.gradient .breadcrumb-wrapper {
    border: 0px !important;
}
@media screen and (max-width: 749px) {



.header-search-bar.mobile-search {
        display: block;
        background: #fff;
        border: 0px;
    }
  .brand-marquee {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  /* Hide the animated track on mobile */
  .brand-marquee__track-wrap {
    display: none;
  }

  /* Show static grid instead */
  .brand-marquee__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    padding: 0 16px;
    align-items: center;
    justify-items: center;
  }

  .brand-marquee__grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand-marquee__logo {
    height: 40px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
  }


    .category-circles {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    /* REMOVE: flex scroll — ADD: 2 column grid */
    .category-circles__list {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 24px 16px !important;
      justify-items: center !important;
      flex-wrap: unset !important;
      overflow-x: unset !important;
      padding-bottom: 0 !important;
      scroll-snap-type: unset !important;
    }

    .category-circles__item {
      scroll-snap-align: unset;
      width: 100%;
      align-items: center;
    }

    .category-circles__circle {
      width: 130px;
      height: 130px;
      overflow: hidden;
    }

    .category-circles__title {
      font-size: 14px;
      font-weight: 700;
    }

    .category-circles__count {
      font-size: 12px;
    }  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
        width: 100% !important;
    }

      .category-circles__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }.promo-banner__content {
        align-items: center;
        WIDTH: 104%;
        ZOOM: 0.9;
    }

  }

  @media (width: 820px){

    .quiz-hero__box {
        display: flex;
        flex-direction: row;
    }
.quiz-hero__media {
        width: 56% !important;
        background-size: 117%;
        background-position: -44px 63px;
        background-repeat: no-repeat;
    }

  }
  @media (width: 768px){
    .quiz-hero__box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }        .quiz-hero__media {
        min-height: 338px !important;
        background-position: -15px -8px;
        background-size: 105%;
    }
.category-circles__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
}