/** Shopify CDN: Minification failed

Line 23:0 Unexpected "{"
Line 23:1 Expected identifier but found "%"
Line 23:14 Comments in CSS use "/* ... */" instead of "//"
Line 23:34 Expected identifier but found "%"

**/
:root {
  --sidebar-bg: #ECF0D7; 
}
.mega-content-item {
  display: none;
}
.mega-content-item.active {
  display: block;
}

.left_menu__nav li.active button {
  font-weight: bold; 
  color: var(--color-accent);
}
{% comment %} ////////////////// {% endcomment %}
.tt.mega-menu {
    --menu-gap: 0px;
    display: flex;
    width: 100%;
    max-width: 1027px;
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    gap: var(--menu-gap);
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0;
    max-height: none;
    height: auto;
    overflow: visible;
    background: var(--sidebar-bg, #ECF0D7);
}
.explore-btn a:hover {
    text-decoration: none!important;
}

.tt.mega-menu .mega-main-content {
    width: 100%;
    max-width: calc(1027px - 240px);
    height: 465px;
    padding: 2rem;
    box-sizing: border-box;
    overflow-y: auto;
    background: #fff;
    margin: 3px;
    border-radius: 10px;
}
.tt.mega-menu .sidebar {
    width: 100%;
    max-width: 240px;
    height: calc(473px - var(--menu-gap));
    background: var(--sidebar-bg, #ECF0D7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0.5rem;
    box-sizing: border-box;
    border-radius: 10px;
}
li.v-stack.gap-2.justify-items-start.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid white;
}
li.v-stack.gap-2.justify-items-start.active {
    position: relative;
    background: white;
    padding: 10px 15px;
    border-radius: 10px;
    width: 222px;
}
.left_menu__nav li {
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    width: 222px;
    /* margin-bottom: 20px; */
}
.left_menu__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

details[open] > summary svg {
    opacity: 0;
}
details > summary {
  position: relative;
}
details[open] > summary::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ECF0D7;
}
.menu-title {
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
  color: #111;
}

.menu-product-count {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.explore-btn {
    background: #686E51;
    color: #fff;
    border: none;
    padding: 2.2rem 2rem;
    font-weight: 600;
    border-top-left-radius: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border-top-right-radius: 16px;
}
.explore-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mega-main-content {
  flex: 1;
}

.mega-content-item {
  display: none;
}

.mega-content-item.active {
  display: block;
}

.mega-flex-part {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between;
}

.mega-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-left a {
    background: #f5f5f5;
    padding: 8px 14px;
    border-radius: 20px;
    text-decoration: none;
    color: #111!important;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px!important;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.sidebar-title h3 {
    margin: 0;
    padding: 0px 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #A1A1AA;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mega-left a:hover,
.mega-left a.active {
  background: #111;
  color: #fff!Important;
  text-decoration: none!important;
}


.mega-right img {
  max-width: 485px;
  border-radius: 8px;
}

.best-selling-products {
  margin-top: 20px;
}

.best-selling-products h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.best-selling-products a {
    text-decoration: none;
    width: 200px;
    height: 40px;
    font-weight: 600!important;
    font-size: 12px!important;
    line-height: 20px!important;
    display: flex!important;
    align-items: center;
    color: #000000!important;
    margin-bottom: 2.4rem;
}
.best-selling-products a:hover {
  border-color: #111;
}
.mega-main-content h4 {
    width: 56px;
    height: 19px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #18181B;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.best-selling-products .buy-now {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}
button.buy-now-btn {
    background: #18181B;
    border-radius: 50px;
    color: #fff;
    padding: 1rem 2rem 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.best-selling-list {
    display: flex;
    gap: 6px;
}
.best-selling-card {
    border: 1px solid #5c525245;
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #111 !important;
    font-size: 14px;
    width: 260px;
}

/* about page css */

.banner__slider .banner_image img {
    width: 100%;
}
.image--overlay {
    position: relative;
}
.cart-drawer__top p {
    margin: 0;
}
[data-control="prev"].is-disabled,
[data-control="next"].is-disabled {
  opacity: 0.5;
  pointer-events: none; /* prevent clicks */
  cursor: not-allowed;
}
button.circle-button.ring.group.is-disabled {
    background: #aac24b63;
}
