/** Shopify CDN: Minification failed

Line 1299:63 Unexpected "last"

**/
* {
    padding: 0;
    margin: 0;
}
h1, .h1, .h1-52, .h1-40 {
    font-size: 60px;
    letter-spacing: 0;
}
h2, .h2 {
    font-size: 45px;
    letter-spacing: 0;
}
h3, .h3 {
    font-size: 36px;
    letter-spacing: 0;
}
h4, .h4 {
    font-size: 24px;
    letter-spacing: 0;
}
h5, .h5 {
    font-size: 18px;
    letter-spacing: 0;
}
.h5-20 {
    font-size: 20px;
    letter-spacing: 0;
}
h6, .h6 {
    font-size: 16px;
    letter-spacing: 0;
}
p {
    font-size: 15px;
    letter-spacing: 0;
}
p.p1 {
    font-size: 12px;
    letter-spacing: 0;
}
p.p2 {
    font-size: 12px;
    letter-spacing: 0;
}
p.p3 {
    font-size: 16px;
    letter-spacing: 0;
}
.para-bold {
    font-family: var(--para-bold);
}
.para-medium {
    font-family: var(--para-medium);
}
.para-regular {
    font-family: var(--para-regular);
}
.activ-medium {
    font-family: var(--activ-medium);
}
.activ-regular {
    font-family: var(--activ-regular);
}
.activ-bold {
    font-family: var(--activ-bold);
}
.lh-1 {
    line-height: 0.85;
}
.lh-2 {
    line-height: 1.2;
}
.custom_page-width {
 width: 95%;
 margin: 0 auto;
}
.desk-content, .desktop-image {
 display: block;
}
.mob-content, .mobile-image {
 display: none;
}
.link {
    font-size: 15px;
}
.custom-section-margin {
    margin: 9rem auto;
}
.position-relative {
    position: relative;
}

@media screen and (max-width: 989px) {
    h2, .h2 {
        font-size: 40px;
    }
    .desk-content {
        display: none;
    }
    .mob-content {
        display: block;
    }
}
@media screen and (max-width: 749px){
    h1, .h1 {
        font-size: 48px;
    }
    .h1-52 {
        font-size: 52px;
    }
    .h1-40 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5, .h5-20 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    p, p.p3 {
        font-size: 14px;
    }
    p.p1 {
        font-size: 12px;
    }
    p.p2 {
        font-size: 12px;
    }
    .custom_page-width {
        width: 90%;
    }
    .link {
        font-size: 14px;
    }
    .custom-section-margin {
        margin: 8rem auto;
    }
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
}

/* add overflow hidden on body  */
#custom_body {
  overflow: hidden;
}

/* ----------homepage section styling---------- */
.custom-field-style::after {
    box-shadow: none;
    border-bottom: 1px solid #999999;
}
.field:hover.field:after {
    box-shadow: none;
}

/* ----------Search section styling---------- */
.template-search .grid {
    flex-wrap: wrap;
}
/* ----------judgme app container styling---------- */
section#shopify-section-template--18156669993209__1721739918b8245edf {
    position: relative;
    background: #FEFCFB;
}


/* ----------policy pages style---------- */
@media screen and (min-width: 990px){
  .rich-text__blocks {
      max-width: 100% !important;
  }
}
.rich-text__wrapper {
    flex-wrap: nowrap;
}
.shopify-policy__container {
    max-width: 100%;
    margin-top: 5rem;
}

@media only screen and (min-width: 1215px){
  .shopify-policy__container {
    max-width: 100%;
    margin-inline: 0 5%;
  }
}

.new-policy-f18 {
  font-size: 18px;
}
.new-policy-f24 {
  font-size: 24px;
  color: black;
}
.shopify-policy__title {
    margin: 1rem 0;
    text-align: left;
}

.shopify-policy__title h1 {
    font-family: var(--para-medium);
}

/* card product border  */
.product-grid li.grid__item {
 border: 1px solid #999;
}

  
.contact-table{
  width:100%;
    border-collapse: collapse;
  
}
.contact-table td{
  width:calc( 100% / 5 );
  border:1px solid black ;
  border-collapse: collapse;
}

.contact-table p{
  font-size:24px;
  padding-top:0;
  margin-top : 0;
  margin-bottom : 1rem;
  padding-left:2rem;
}

#shopify-section-template--18156453134585__1721739918b8245edf > div {
    width: 95%;
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
}

.jdgm-rev-widg__header *, .jdgm-row-actions * {
    font-family: var(--para-regular);
}

.jdgm-rev-widg {
  padding: 8rem 0 2rem!important;
}

@media screen and (max-width: 989px) {
  .jdgm-rev-widg {
    padding: 6rem 0 2rem!important;
  }
}

.jdgm-widget-actions-wrapper {
  margin: 0;
}

.jdgm-rev-widg__body * {
    font-family: var(--activ-regular);
}

.custom-announcement-bar.utility-bar.color-scheme-4.gradient.utility-bar--bottom-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


.secondry_atc_btn {
  color: #fff;
}
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s ease;
}


/* Product color siblings  */
.siblings-inner{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
}
.selected-sibling .sibling-image{
outline: .2rem solid #ff5c01!important;
}
.sibling-image{
  padding: 4px;
}
.sibling-heading{
  font-weight: 600;
  color: #999999;
  margin-bottom:10px;
}
.selected-sibling-text{
  color:#000000!important;
}

.sibling {
  position: relative;
}

.unavailable-sibling::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 4px;
  width: 128%;
  height: 2px;
  background-color: #8a8a8a;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left;
  z-index: 2;
  pointer-events: none;
}

/* css for secondary image after hover */
.card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }

  .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }


/* css for menu drawer mobile */

.menu-drawer__menu li {
      border: none !important;
      margin-bottom: 3rem !important;

}
.menu-drawer .menu-drawer__menu-item {
    padding-left: 2.5rem !important;
    padding-right: 2rem  !important;
}

.menu-drawer__navigation .list-menu__item {
    flex-direction: row !important;
    justify-content: space-between; 
}
    
.js .menu-drawer__menu li {
    margin-bottom: .8rem;
    border: none;
}

.menu-drawer__inner-submenu .menu-drawer__close-button svg {
  margin-right: 24px;
    rotate: 180deg;
}

.menu-drawer__inner-submenu .menu-drawer__close-button{
  font-size: 18px !important ;
  margin-bottom: 14px;
}

.menu-drawer__navigation .menu-drawer__menu-item {
  border-bottom: 1px solid #000000ab;
  padding: 12px;
}

.menu-drawer__navigation .menu-drawer__menu-item:hover{
  background-color: transparent !important;
}

/* css for menu ight arrow icon */

.menu-drawer__menu-item .icon-right-arrow {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentcolor;
}


.menu-drawer__inner-submenu .icon-right-arrow{
    width: 1em;
    height: 1em;
}




#predictive-search-option-search-keywords .icon-right-arrow{
  width: 1.5rem !important;
  height: auto !important;
} 

.menu-drawer-right-arrow-icon{
  display: none !important;
}

.rating-data{
  color:#121212;
}
.price-item--sale {
    color: red !important;
}

    .card-reviews{
      flex:3;
    }
    .card__heading{
      flex:7;
    }
    .card-reviews{
      text-align:right;
      height:100%;
      margin-left:6px;
    }
.price-review-wrap .review-container{
  max-width: fit-content!important;
}


#main-cart-items .cart-item__media{
  width:fit-content;
}

.custom_newsletter-form__button {
    display: block;
    width: 100% !important;
    position: static;
    margin-top: 10px !important;
    background: black !important;
    height: 40px !important;
    color: #fff;
}

/* css for newsletter */

.newsletter__wrapper .newsletter-content-wrap h2{
    margin-bottom: 20px;
    font-size: 46px;
}

.newsletter__wrapper .newsletter-content-wrap .newsletter__subheading  h4{
  font-size: 28px;
}

.newsletter-form__field-wrapper .custom-field-style {
  border: 3px solid black;
}

.custom_newsletter-form__button {
  font-size: 18px !important;
}
.newsletter-form__field-wrapper .custom-field-style input::placeholder {
  text-align: center !important;
}

.newsletter-form__field-wrapper .custom-field-style .field__label {
    padding: 0 0 0 1rem;
}


@media screen and (min-width: 749px) {
  .custom_newsletter-form__button{
    height:4.5rem!important;
  }
  }
@media screen and (max-width: 749px) {
  .newsletter__wrapper .newsletter-content-wrap .newsletter__subheading  h4{
  font-size: 20px;
}
  .newsletter-form__field-wrapper .custom-field-style .field__label {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .newsletter__wrapper .newsletter-content-wrap .newsletter__subheading:not(:first-of-type) {
    display: none;
  }
}


/* css for model measurement text PDP  */
.model-info {
  display: none !important;
}
.model-info-mobile p {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
  .model-info-mobile {
    /* display: none !important; */
  }
  .model-info-mobile p {
  font-size: 16px !important;
}
  
}

@media (min-width: 768px) {
  .model-info-mobile {
    /* display: none !important; */
  }
  
}

@media (max-width: 767px) {
  .model-info {
    display: none !important;
  }

}

/* css for star ratings pdp */
.jdgm-prev-badge .jdgm-prev-badge__stars {
  margin-right: 4px !important;
}

/* css for USP block in PDP (updated to 2×2 grid) */
.product-usp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.product-usp-item {
  background-color: #ededed;
  padding: 8px 10px;
  border-radius: 0;
  min-height: 68px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.usp-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.product-usp-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.product-usp-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  overflow-wrap: anywhere; 
}

@media screen and (max-width: 749px) {
  .product-usp-item {
    min-height: 56px;
  }

  .product-usp-item img {
    width: 28px;
    height: 28px;
  }

  .product-usp-grid {
    gap: 1rem; /* smaller gap on small screens */
  }

  .product-usp-text {
    font-size: 11px;
  }

  .usp-inner {
    gap: 10px; /* smaller spacing between icon and text */
  }
}


/* css for ATC button PDP */
.custom-main-prod .product-form__buttons .secondry_atc_btn {
  text-transform: uppercase !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded{
  text-transform: uppercase !important;
}

/* csss for price pdp */
.product__info-container .price__sale .price-item path{
  fill: red !important;
}

/* css for price in pdp */
.custom-main-prod .product__info-container .price--on-sale .price-item--regular,
.custom-main-prod span.price-item.price-item--sale.price-item--last {
  font-size: 2rem !important;
}

/* css for pdp changes*/
@media screen and (max-width: 768px) {
  .product__title h1 {
    text-align: center;
    font-size: 22px !important;
  }
  .jdgm-prev-badge {
    border-bottom: 1px solid #999999 !important;
    border-top: 1px solid #999999 !important;
    padding: 0.6rem 0 !important;
    text-align: center !important;
  }
  /* .jdgm-widget.jdgm-widget {
     text-align: center !important;
  } */
  .price-review-wrap {
    justify-content: center !important;
    margin-bottom: 0 !important;
  }
  .custom-main-prod .price--large {
    margin-bottom: 0 !important;
  }
  .sibling-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

  /*  css for pdp thumbnails for mobile*/

@media screen and (max-width: 768px) {
  .product-slider .thumbnails {
    justify-content: start !important;
    height: 9rem !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    margin: -12px 0 0 12px;
  }
  .product-slider .thumb_wrapper {
    flex: 0 0 auto;
    width: 7.2rem !important;
    height: 9rem !important;
  }
  .custom-main-prod .product.grid {
    gap: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
 .product-slider .thumb_wrapper {
    width: auto !important;
  }
}

/* css for accordion pdp */
.prod-accordion .acc3-text ul li {
  color: #000000bd !important;
}

@media (max-width: 749px) {
  .prod-accordion .acc3-cards .acc3-card {
    flex-direction: column;
  }
  .first_acc_content_wrapper .logo_container {
    /* flex-wrap: nowrap !important;
        overflow-x: scroll;
        width: 150%;  */
  }

  .first_acc_content_wrapper .logo {
    flex: 0 0 29.3333% !important;
    max-width: 29.3333% !important;
    align-items: center;
    justify-content: flex-start !important;
  }
}



@media screen and (max-width: 749px) {

  .prod-accordion .acc3-card .title {
    text-align: center;
    font-size: 13px !important;
  }
  .prod-accordion {
    padding: 1rem 0 2rem 0 !important;
  }
}

@media (max-width: 767px) {
  .accordion-content
    .first_acc_content_wrapper
    .second_part
    .acc3-content
    .acc3-text {
    display: none;
  }
}




/* css for related products section pdp */
@media screen and (max-width: 749px) {
  .related-products .grid__item {
    flex: 0 0 70% !important;
  }

  .custom-related .card-information {
    text-align: right !important;
  }
}

/* css for FOOTER */
.custom-footer .footer__content-top .img-wrapper {
  margin: 2rem auto 0 !important;
}

.footer-block__heading a{
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .custom-footer .footer__blocks-wrapper {
    justify-content: center !important;
  }
}

@media screen and (max-width: 989px) {
  .custom-footer .footer-block__brand-info h2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 749px) {
  .custom-footer .policies {
    column-gap: 1.4rem !important;
    row-gap: 1rem !important;
  }
}

@media screen and (max-width: 989px) {
  .custom-footer .policies {
    justify-content: center !important;
  }
}




.product-variant-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 750px) {
  .product-variant-options {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
    .stock_info {
        text-align: center;
    }
}

/* css for whatsapp icon */
.qr_wa_icon {
  bottom: 136px !important;
}

/* css for FOOTER */
.drawer__footer .cart-drawer__footer{
  margin-bottom: 1rem !important;
}


/* CSS FOR MENU  */
#HeaderDrawer-sale-live-now{
  justify-content: start !important;
}

/* CSS FOR MAKEYOURMARK IN FOOTER */

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.animation_text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.animation_text p {
  margin: 0;
  color: transparent;
  background: linear-gradient(
    271.73deg,
    rgba(255, 255, 255, 0) 1.92%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 99%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmer 5s linear infinite;
}
.animation_text p {
  font-size: 100px; 
}

@media (max-width: 640px) {
  .animation_text p {
    font-size: 30px;
  }
}

@media (min-width: 641px) and (max-width: 1200px) {
  .animation_text p {
    font-size: 66px;
  }
}


@media screen and (min-width: 989px){
  .custom-footer .footer__blocks-wrapper {
      margin-top: 6rem !important;
  }
}

/* CSS FOR BUCKS CURRENCY CONVERTOR */

.custom-footer .footer__content-bottom-wrapper {
    align-items: center;
}

@media screen and (max-width: 749px) {
    .footer__content-bottom-wrapper {
        align-items: center;
    }
}

/* CSS FOR SIZE VARIANT OPTIONS IN PDP */
.product-form__input--pill .product-variant-options{
  text-transform: uppercase;
}


/* CUSTOM CSS FOR PRODUCT CARD HOMEPAGE DESKTOP*/
/* .card__content .prod-color {
    width: 50% !important;
} */


.price__container .price__sale .price-item--regular{
  font-size: 13px !important;
}

/* .page-width {
    max-width: max-content !important;
} */
.page-width:has(.ins-shoppable-videos){
  max-width: 100% !important;
}

/* @media (max-width: 640px) {
  .prod-color-container .prod-color a span {
    width: 28px !important;
  }
} */

/* CSS FOR COLLECTION PRODUCT GRID */
  .grid_item_img .grid_item_img__img {
    width: 100%;
    display: block;
    object-fit: var(--obj-fit);
  }
  @media (min-width: 750px){
    .grid_item_img .grid_item_img__img{ aspect-ratio: var(--ratio-desktop); height: auto; }
    .grid_item_img[style*="--ratio-desktop: full"] .grid_item_img__img{ height: 100%; aspect-ratio: 1 / 1; }
  }
 @media (max-width: 749px) {

      .collection .grid_img_full {
      max-width: calc(100% - 0.8rem / 2) !important;
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  /* .grid__item .grid_img_full {
    flex: 0 0 100% !important;   
    max-width: 100% !important;
  } */

}




@media (max-width: 640px) {

  /* apply only when grid is 2-column */
      #product-grid[data-mobile-columns="2"] .card__content .review-container .custom-rating {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 4px;
        justify-content: end;
    }

  #product-grid[data-mobile-columns="2"] .card__content .review-container .custom-rating span svg {
    width: 10px !important;
    height: auto !important;
  }

  #product-grid[data-mobile-columns="2"] .card__content .review-container .custom-rating .rating-data {
    font-size: 10px;
  }

  #product-grid[data-mobile-columns="2"] .card__content .card__information .card__heading {
    flex: auto !important;
  }

  #product-grid[data-mobile-columns="2"] .card__content .price_color_container {
    flex-direction: column !important;
    gap: 3px !important;
  }

  #product-grid[data-mobile-columns="2"] .card__content .prod-color {
    justify-content: space-evenly !important;
  }

  #product-grid[data-mobile-columns="2"] .card-wrapper .card__content {
    padding: 0.5rem 1rem !important;
  }

  #product-grid[data-mobile-columns="2"] .card-wrapper .card__content .card__information {
    padding: 0 0 0.5rem 0 !important;
  }

  #product-grid[data-mobile-columns="2"] .card-wrapper .card__content .price__container .price__sale {
    display: flex;
    gap: 0;
  }

  /* #product-grid[data-mobile-columns="2"] .card-wrapper .card__content .price__container .price__regular {
    display: none !important;
  } */
  #product-grid[data-mobile-columns="2"] .card__content .card__information .card__heading{
    font-size: 12px !important;
  }

}


/* CSS FOR MOBILE VIEW BY IN PRODUCT GRID COLLECTION PAGE */
/* Mobile-only: show control */
@media (max-width: 768px){
  .mobile-viewby{ display:flex; align-items:center; gap:.8rem; margin:.75rem 0 2rem; }
  .mobile-viewby__label{ font-size:1rem; opacity:.8; }
  .mobile-viewby__buttons{ display:inline-flex; gap:.5rem;align-items:center }
     .mobile-viewby__btn {
      border: none;
        background: none;
        padding: 0;
        border-radius: .375rem;
        font: inherit;
        line-height: 1.1;
        display: flex;
        align-items: center;
    }

  .mobile-viewby__btn.is-active,
  .mobile-viewby__btn[aria-pressed="true"]{ border-color:#000; font-weight:600; }
  .mobile-viewby__buttons .mobile-viewby__btn.is-active:nth-child(1) svg{
    fill:#000;
  }
   .mobile-viewby__buttons .mobile-viewby__btn.is-active:nth-child(2) svg path{
    fill:#000;
  }
}

/* === MOBILE GRID LAYOUT TOGGLE (wins over existing rules) === */
@media (max-width: 768px){
  /* Two per row */
  #product-grid[data-mobile-columns="2"] > .grid__item:not(.grid_img_full){
    flex: 0 0 calc(50% - var(--grid-desktop-horizontal-spacing, 0.8rem)/2) !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing, 0.8rem)/2) !important;
    max-width: calc(100% - 0.8rem/2) !important;
  }
  /* One per row */
  #product-grid[data-mobile-columns="1"] > .grid__item:not(.grid_img_full){
    flex: 0 0 calc(100% - var(--grid-desktop-horizontal-spacing, 0.8rem)/2) !important;
    width: calc(100% - var(--grid-desktop-horizontal-spacing, 0.8rem)/2) !important;
    max-width: calc(100% - 0.8rem/2) !important;
  }
}

/* changes css for Collection-page Alignment title and toggle */

@media screen and (max-width: 749px) {
    .collection-hero > .custom_page-width {
        width: 100% ;
        padding: 0 1.5rem;
    }
    .collection-hero__text-wrapper .collection-hero__title {
    margin: 2.5rem 0 0;
      line-height: 3rem;
}
#product-grid[data-mobile-columns="2"] .card__content:not(:has(.review-container)) h3:first-child {
  padding-top: 5px;
}
#product-grid[data-mobile-columns="2"]  .card__content .price_color_container {
    align-items: self-start;
}
.mobile-viewby__buttons {
  background: #e8e8e8;
  border-radius: 40px;
  height: 44px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-around;
  gap: 6px;
}

.mobile-viewby__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  background: transparent;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.mobile-viewby__btn.is-active {
  background: #fff;
  flex-basis: 70%;
  padding: 4px 4px;
}
.mobile-viewby__btn span#box-mobile-button {
    height: 20px;
    width: 14px;
    border-radius: 4px;
    border: 2px solid;
}
.mobile-viewby__btn.is-active span#box-mobile-button {
   background:#000;
}
#product-grid[data-mobile-columns="2"] .card__information {
    flex-direction: column-reverse;
    align-items: self-start;
}
.tab-title-container{
    margin: 10px 0px 25px !important;
}
#product-grid[data-mobile-columns="2"]  a.Image-Add-CardGrid {
    display: flex;
    height: 100%;
}
#product-grid[data-mobile-columns="2"] a.Image-Add-CardGrid img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}
#product-grid[data-mobile-columns="2"] .dual-grid-price{
  margin-right:8px;
}
.collection-filter .tab-title-container {
    gap: 1.2rem;
}
}
/* changes on card design */
.product-grid li.grid__item {
    border:0;     
}
.mobile-viewby > div{
  flex:1;
}
.sorted-filter-get svg.icon.icon-filter {
    width: 22px;
    height: 22px;
    stroke: #000;
    margin-right: 7px;
    position: relative;
    top: 4px;
}.sorted-filter-get
 {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    height: 44px;
    padding: 5px 10px;
    background: #e8e8e8;
    color: #000;
    cursor: pointer;
}
.mobile-facets__close svg path{
      stroke: #000 !important;
}
span.mobile-facets__open {
    display: none;
}
h2.product-count__text.text-body {
    display: none;
}
.facets-container.scroll-trigger.animate--fade-in {
    padding: 0;
    height:auto;
}
.mobile-facets__close-button svg.menu-drawer-right-arrow-icon {
    transform: rotate(180deg);
    margin-right: 10px;
}
.mobile-facets .menu-drawer-right-arrow-icon {
  display:inline-block !important;
}
.mobile-facets__summary > div span:nth-child(1),.mobile-facets__sort label{
     font-family: var(--activ-regular);
    color: #000;
    font-size: 16px;
}
.js .mobile-facets .submenu-open {
     visibility: visible !important; 
}
.mobile-facets__main details,.mobile-facets__details { border-bottom: .1rem solid rgba(var(--color-foreground), .08);}
.smooth-transition {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.8s ease;
}
.MobileFilterTranstion .smooth-transition {
   max-height: 500px; 
  opacity: 1;
}
.mobile-facets__arrow svg{
    transition: all 0.5s ease;
}
.MobileFilterTranstion .mobile-facets__arrow svg{
    transform:rotate(180deg);
}
.mobile-facets__sort .select__select  {
    background: #e8e8e8 !important;
    padding-left: 13px !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    width: 100% !important;
    color: #000;
        margin-right: 0 !important;
        accent-color: #f8a100 !important
}
.mobile-facets__sort .select .icon-caret {
    right: 16px !important;
}
.mobile-facets__sort .select {
    width: 100% !important;
}
.mobile-facets__sort .select__select:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.mobile-facets__sort svg{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
facet-filters-form.facets.facets-vertical-sort.page-width.small-hide {
    display: none;
}
.Desktopsort .mobile-facets__summary{
    padding: 0.3rem 0;}
.Desktopsort .mobile-facets__sort label {
    color: rgba(var(--color-foreground), .75);
    font-size: 1.4rem;
    font-family: var(--activ-regular);
}
.Desktopsort .mobile-facets__sort Select{
    background: none !important;
        margin: 0;
    padding-right: 0;
}
.Desktopsort .mobile-facets__sort .select .icon-caret {
    right: 0 !important;
}
.Desktopsort{border-top: .1rem solid rgba(var(--color-foreground), .08);
    border-bottom: 0;}
    .facets-vertical.page-width {
    max-width: unset !important;
}
.tech-video-container .tech-video {
background:none;
cursor:pointer;
max-width:100%;
}
.custom-footer ul.footer-block__details-content .list-menu__item{
  color:#fff !important;
}
 collection-hero .collection-hero__title {
    text-align: center;
}
header svg path {
    fill: rgba(var(--color-foreground), .75) !important;
}
h1.collection-hero__title.h2.para-medium {
    text-align: center;
}
.header__search span#searchPlacehoder {
   display:none;
}
@media screen and (min-width:989px){
 .header__search .header__icon--search {
    width: 100%;
    background: var(--bg);
    padding: 5px 15px;
    border-radius: 35px;
    transition: all 0.3s 
    ease;
text-decoration:none;
border:0.5px solid transparent;
}
.header__search span#searchPlacehoder {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bbbcbc;
    display: flex;
    margin-left: 7px;
}
 .header__search .header__icon--search:hover{
  background:none;
  border:0.5px solid var(--bg);
 }
 .header__search .header__icon .icon {
    height: 2rem;
 }
 .header__search details{
      margin-right: 11px;
 }
}
.product-grid-container .collection .tab-title-container {
    display: none;
}
 .facets__form-vertical .facets__disclosure-vertical:nth-child(last) {
        border-top: .1rem solid rgba(var(--color-foreground), .1);
      }

.technology-wrap .technology-banner img{
    width: 100%;
    object-fit: contain;
    display: flex;
}
.qr_wa_icon {
    display: none !important;
}
footer h2.para-medium.h4 a {
  position: relative;
  text-decoration: none;
}

 footer h2.para-medium.h4 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;  
  width: 0;
  height: 2px;    
  background: #fff;  
  transition: width 0.3s ease;
}
footer h2.para-medium.h4 a:hover::after {
  width: 100%;
}
.filter-Color {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width:767px){
  .filter-Color {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.new-title-container h2{
          line-height: 1.2;
}
}
@media screen and (max-width: 989px) {
    .mobile-facets__sort .select__select  {
    font-size: 14px !important;
    margin-right: 0 0 0 10px !important;
       
}
.mobile-facets__summary > div span:nth-child(1),.mobile-facets__sort label{
    font-size: 14px;
}
}
.tab-content-container ul#product-grid {
    width: 100% !important;
}
