/** Shopify CDN: Minification failed

Line 564:4 Unexpected "{"
Line 564:5 Expected identifier but found "%"
Line 564:45 Unexpected "{"
Line 564:46 Expected identifier but found "%"

**/
:root {
  --jdgm-reviewer-name-color: #000 !important;
  --jdgm-primary-color: #000 !important;
  --jdgm-star-color: #000 !important;
  --jdgm-write-review-bg-color: #000 !important;
  --jdgm-paginate-color: #000 !important;
  --jdgm-reviewer-name-color: #000 !important;
}
*{
  box-sizing: border-box;
}
::selection {
  background-color:rgba(0, 0, 0, 0.21);
}
body {
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight);
  font-style: var(--font-body--style);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading--family);
  font-weight: var(--font-heading--weight);
  font-style: var(--font-heading--style);
}
body,*{
  margin:0;
  padding:0;
}
a,
button,
li,
div {
  user-select: none;
  -webkit-user-select: none;
  caret-color: transparent;
}
input,
textarea {
  user-select: auto;
  caret-color: auto;
}
.sec__tag {
  display: block;
  font-size: 20px;
  line-height: normal;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  color: #A0A0A0;
  font-weight: 300;
  /* font-style: italic; */
  padding: 7px 16px;
  border: 1px solid #A0A0A0;
  border-radius: 50px;
}
.primary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  max-width: max-content;
  border: none;
  outline: none;
  padding: 0 32px;
  min-height: 60px;
  border-radius: 50px;
  background-color: #002fa1;
  color: #fff;
  font-family: var(--font-body-family);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
  &:hover {
    filter: brightness(1.2);
  }
}
.secondary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  max-width: max-content;
  border: 2px solid #002fa1;
  outline: none;
  padding: 0 32px;
  min-height: 60px;
  border-radius: 50px;
  background-color: transparent;
  color: #002fa1;
  font-family: var(--font-body-family);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
  &:hover {
    background-color: #002fa1;
    color: #fff;
  }
}
.sec__heading h1,
.sec__heading h2 {
  display: block;
  margin: 0;
  font-size: 48px;
  line-height: normal;
  color: #181818;
}
.sec__text p {
  display: block;
  margin: 0;
  font-size: 20px;
  color: #737373;
  line-height: normal;
}
button.popup__close-btn {
  display: block;
  padding: 0;
  margin: 0;
  background-color: snow;
  border: none;
  outline: none;
  cursor: pointer;
  max-height: 32px;
}
.container{
  max-width: 1400px;
  padding:0 5px;
  margin:0 auto;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Pagination */
  .pagination {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
      margin-top: 40px;
  }
  .pagination-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #181818;
    transition: all 0.2s ease;
  }

  .pagination-btn:hover {
    background-color: #0040c1;
    color: #e0e0e0;
  }
  .pagination-btn.active {
    background-color: #0040c1;
    color: white;
    border-color: #0040c1;
  }

  .pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .pagination-btn:first-child {
    background-color: #0040c1;
    border-color: #0040c1;
    color: white;
  }

  .pagination-btn:last-child {
    background-color: #0040c1;
    border-color: #0040c1;
    color: white;
  }
/* -- */
/* Background Overlay */
.background_overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #0000002e;
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.background_overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* The spinner (hidden by default) */
.btn-loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* When loading */
.add-to-cart-btn.loading .btn-text {
  opacity: 0.5;
}

.add-to-cart-btn.loading .btn-loader {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.product-info-content .add-to-cart-btn {
    max-width: unset !important;
    gap: 12px;
}
.product-info-content .add-to-cart-btn[disabled],
.collection__cart-btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.product-info-content .add-to-cart-btn .loader{
  border: 5px solid rgb(245, 245, 245) !important;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid #8babeb;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
  display:none;
}
.loader.active{
  display:block;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}
/* Policies page */
.shopify-policy__title {
    display: block;
    text-align: start !important;
    padding: clamp(28px, 2vw, 32px) 0;
    margin-bottom: 25px;
}
.shopify-policy__title h1 {
    font-size: clamp(40px, 4vw, 80px);
}
.shopify-policy__container {
    max-width: 1320px !important;
    padding-bottom: 80px;
}
.shopify-policy__body p {
    font-size: 20px;
    font-weight: 400;
    color: #6A6A6A;
}
.shopify-policy__body p a {
    color: #181818;
}
.shopify-policy__body p strong,
.shopify-policy__body h2 {
    font-size: 28px;
    margin: 10px 0;
    display: inline-block;
    color: #000000;
    font-family: var(--font-heading--family);
}
.shopify-policy__body h3 {
    font-size: 24px;
    margin: 10px 0;
}
.shopify-policy__body ul {
    padding: 10px 20px;
}
.shopify-policy__body ul li {
    margin-top: 5px;
}
.shopify-policy__body ul li:first-child {
    margin-top: 0;
}
/* -- */
/* Wishlist Css */
/* SDS Wishlist App Code */
/* SDS Wishlist  */
.sds-wishlist-page-widget{
  position:relative;
}
.wishlist-icon{
  display:flex;
}
.wishlist-drawer-item{
  position:relative;
}

.fabrich-wishlist-product-btn{
  position:absolute;
  top:20px;
  z-index:999;
  right:45px;
}
.wishlist-counter {
    position: absolute;
    bottom: 2.2rem;
    left: 2.2rem;
    background: #121212;
    border-radius: 50px;
    width: 14px;
    height: 14px !important;
    color: #fff;
    padding: 6px;
    font-size: 10px;
}
#wishlist-ids{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
}
.wishlist-item{
  position:relative;
}
.wishlist-item-wrapper{
  width:100%;
  max-width:300px;
}
.wishlist-item-wrapper .wishlist-item a{
  text-decoration:none;
  color: black;
  font-weight: bold;
}

.wishlist-btn {
    background: #000;
    outline: none;
    border: none;
    padding: 7px 6px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
    z-index: 1;
}
.cart-drawer__wishlist {
    display: none;
    height: 100%;
    overflow-y: auto;
}
.cart-drawer__wishlist div#wishlist-ids {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.cart-drawer__wishlist div#wishlist-ids a {
    color: inherit;
    text-decoration: none;
}
.cart-drawer__wishlist .cart-item.wishlist-item-wrapper {
    padding: 0;
    width: 100%;
    max-width: unset;
}
.wishlist-text{
  color:white;
  font-family:var(--font-body-family);
}
.wishlist-btn img{
  width:24px !important;
}

.wish-list-item-img{
  width: 300px;
  height: 400px;
  border: 1px solidrgb(211, 21, 21);
  border-radius: 8px;
}
.wish-list-item-title{
  font-size: 18px;
  height: 65px;
  overflow: hidden;
}
.wishlist-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.3s ease-in-out forwards, fadeOut 0.3s ease-in-out 2.7s forwards;
  z-index: 1000;
}

.wishlist-notification.wishlist-notification--success {
    background-color: #4CAF50; /* Green */
}

.wishlist-notification.wishlist-notification--error {
    background-color: #FF4C4C; /* Red */
}

.wishlist-btn-remove {
    margin: 0;
    background: #ff5858;
    border: none;
    padding: 8px 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-heading-family);
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.cart-item-content button.wishlist-btn-remove {
    padding: 0;
    background: transparent;
    width: 28px;
    height: 28px;
}
.wishlist-btn-cart{
  margin: 0 0 25px;
  background:rgb(0, 0, 0);
  border: none;
  padding: 14px 12px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-heading-family);
  width:100%

}

.wishlist-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.wishlist-loader:after {
  content: "";
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}
.ms-wishlist_container{
  max-width:1400px;
  margin: 0 auto;
  padding:0 40px;
}
.ms-wishlist_container h1{
  margin:15px 0;
}
/* Product Card */
  .collection__card {
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* max-width: 431px; */
    max-height: 627px;
  }

  .collection__image {
    width: 100%;
    max-height: 407px;
    aspect-ratio: 1;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    {% comment %} background-color: #f8f9fa; {% endcomment %}
  }

  .collection__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .collection__info-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 0 0 40px 40px;
  }

  .collection__info {
    padding: 10px 20px 15px 20px;
  }

  .collection__name{
    font-size:24px;
    font-weight:700;
    color:#181818;
    margin-bottom:5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }


  .collection__category {
    font-size: 16px;
    color: #737373;
  }

  .collection__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 15px 20px;
  }

  .collection__price {
    font-size: 20px;
    font-weight: 700;
    color: #181818;
  }

  .collection__qty {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .collection__qty-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.2s ease;
  }

  .collection__qty-btn:hover {
    border-color: #0040c1;
  }

  .collection__qty-number {
    font-size: 28px;
    font-weight: 700;
    max-width: 40px;
    text-align: center;
    border:none;
    background:transparent;
  }

  .collection__cart-btn {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 14px 0;
    background-color: white;
    color: #002fa1;
    border: 1px solid #002fa1;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
  }
  .collection__cart-btn:hover {
    background-color: #0040c1;
    color: #e0e0e0;
}

.collection__cart-btn:hover svg {
    fill: white !important;
}

.collection__cart-btn:hover svg path,
.collection__cart-btn:hover svg g,
.collection__cart-btn:hover svg use {
    fill: white !important;
    stroke: white !important;
}

  .collection__cart-btn[data-stock="0"] {
      opacity: 0.5;
      pointer-events: none;
  }
  .collection__cart-icon {
    width: 28px;
    height: 28px;
  }
   .main-collection_list h2{
     font-size:48px;
     text-align:center;
     padding:40px 0;
  }
  .main-collection_list .main-list-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:60px;
  }
  .main-collection_list .main-list a{
    text-decoration:none;
    color:black;
  }
  .main-collection_list .collection-card{
    border: 1px solid #0000002e;
    height:550px;
    border-radius:20px;
    overflow:hidden;
  }
  .main-collection_list .collection-card .card-img{
    max-height:450px;
  }
  .main-collection_list .collection-card .featured_img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1/1;
  }
   .main-collection_list .collection-card .card-title{
    font-size:24px;
    padding:20px;
   }
   section.featured-section-wrapper .collection_slider {
      margin-top: 40px;
  }
  .featured_section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .featured_section .featured_btn {
      position: relative;
      display: flex;
      gap: 12px;
      margin: 0 !important;
      max-height: unset;
      height: 100%;
      justify-content: end;
      max-width: max-content;
  }
  .featured_section .featured_btn div {
      position: unset;
      width: 40px;
      height: 40px;
      margin: 0;
      z-index: 1;
  }
  .featured_section .featured_btn div::after {
      display: none;
  }
  .featured_section .featured_btn div svg {
      width: 40px;
      height: 40px;
  }
  .form-message{
    display:flex;
    justify-content:center;
  }
  .form-msg{
    margin: 10px;
    padding: 16px;
    border-radius: 50px;
    font-size:18px;
    font-weight: bold;
    max-width: 700px;
    flex:1;
  }
  .form-success{
    background: #D7F8DE;
    color: #104F13;
  }
  .form-errors{
    background:rgb(184, 34, 14);
    color:rgb(233, 233, 233);
  }

.shopify-challenge__container {
    padding: 255px 0 80px;
}
@media(max-width:1024px){
  .main-collection_list .main-list-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
/* -- */
/* SDS Wishlist App Code End */
/* -- */
/* Mobile Responsive */
@media screen and (max-width: 991px) {
  .sec__heading h1,
  .sec__heading h2 {
    font-size: 28px;
  }
  .sec__text p {
    font-size: 16px;
  }
  .sec__tag {
      font-size: 14px;
  }
  .primary-btn {
      font-size: 16px;
      min-height: 48px;
  }
}
@media(max-width:767px){
  .swiper-button-prev,
  .swiper-button-next{
    width: 32px !important;
    height: 32px !important;
  }
  .btn-secondary-reverse {
      padding: 7px 24px;
  }
  .fabrich-wishlist-product-btn{
    right:20px; 
  }
  .sds-wishlist-page-widget{
    display:none !important;
  }
  #wishlist-ids{
    grid-template-columns:auto ; 
    justify-content: center;
  }
  .shopify-section .ms-wishlist_container {
      padding: 60px 20px;
  }
  .collection__card {
    border-radius: 20px;
  }

  .collection__info-wrapper {
    border-radius: 0 0 20px 20px;
  }

  .collection__price {
    font-size: 16px;
  }

.collection__qty-btn {
    width: 40px;
    height: 40px;
}

  .collection__qty-number {
    font-size: 16px;
  }
  h1 {
    font-size:  
  }
  .pagination {
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .shopify-challenge__container {
      padding: 188px 0 45px;
  }
}

@media(max-width: 768px){
    
    section.featured-section-wrapper .collection_slider {
        margin-top: 20px;
    }
    .featured_section .featured_btn {
        gap: 8px;
    }
  }