/** Shopify CDN: Minification failed

Line 575:10 Unexpected "{"
Line 575:19 Expected ":"
Line 578:10 Unexpected "{"
Line 578:19 Expected ":"
Line 585:10 Unexpected "{"
Line 585:19 Expected ":"
Line 588:10 Unexpected "{"
Line 588:19 Expected ":"

**/
/* -- announcement bar -- */
.custom-contact-main {
  position: relative;
}
.announcement-bar .announcement__content .announcement-text {
    font-size: 13px;
}
.announcement-text a em{
  text-decoration:underline;
  line-height:5px;
}
/* .custom-search {
    left: 0;
    top: 0;
    transform: translate(30%, 50%);
}
.header__icons .icon-search {
    width: 20px;
}
.header .header__buttons>:is(a,button){
    height:unset;
}
.header__buttons .search__form .search__input{
    height: 2.5rem;
}
.header .header__buttons{
   align-items: center; 
}
.header .icon-lg{
   height: 20px !important;
} */
/* .title-wrapper .heading{
  font-size: 36px;
} */
/* Header Section Start */
mobile-dock.mobile-dock {
    visibility: visible;
    transform: unset;
    align-items: baseline;
}
.header__navigation .header__menu .list-menu li:hover a .btn-text {
background-color:#65ce2f !important;
}
.header__navigation .header__menu .list-menu li:hover .menu__item .btn-text {
background-color:#fff !important;
color:#65ce2f !important;
}
.header__navigation .header__menu .list-menu li:hover {
  background-color:#fff;
}
.header-section .header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.topbar-section{
    height: 40px;
}
.header__menu ul li .menu__item {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  letter-spacing: .075em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase !important;
  
}
.mega-menu__container .mega-menu__list li a{
  font-size: 18px !important;
}
.dropdown .dropdown__nav li p a {
    font-size: 15px;
    letter-spacing: .025em;
    /* color: #868686; */
    line-height: 1.5;
}
.mega-menu__footer .mega-menu__link .link-text{
  font-size: 20px;
}
/* .mega-menu__list .mega-menu__item .mega-menu__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
} */
.mega-menu__list .mega-menu__item .mega-menu__nav-item a.media.media--wide{
    max-width: 80px;
    width: 100%;
    margin: 0px;
}
.mega-menu__list .mega-menu__item .mega-menu__nav-item a.media.media--wide img{
    width: 100%;
} 

/* -----  sub collecttion css---------*/
/* .mega-menu__link:has(.sub-clction-meta-img) {
    display: flex;
    align-items: center;
    gap: 24px;
} */
.sub-clction-meta-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    object-fit: contain;
}
.sub-clction-meta-img {
    width: 50px;
    height: 50px;
}
a.heading.reversed-link.leading-tight.custom_sub_collection {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
}
a.heading.reversed-link.leading-tight.custom_sub_collection:hover {
    background-size: 0;
}
.header__menu .mega-menu .mega-menu__item ul.mega-menu__nav.flex.flex-wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 54vh;
    /* scrollbar-width-Y: none; */
}
.header__navigation .mega-menu .mega-menu__list {

    padding-block-end: 32px;
}
a.reversed-link.text-base-xl.leading-tight.tracking-tight {
    /* font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center; */
    font-size: 15px !important;
    font-family: Montserrat, sans-serif;
    letter-spacing: .075em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase !important;
}
a.reversed-link.text-base-xl.leading-tight.tracking-tight:hover {
    background-size: 0;
}
/* Header Section End */
/*  Blog Section Start  */
.blog-grid .article-card__content {
    flex-direction: row;
    align-items: center;
    background-color: #F7F9FA;
    gap: 4px;
    padding: 14px 10px;
    border-radius: 0px 0px 10px 10px;
}
.blog-grid .article-card__content .grid .article-card__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    width: 100%;
}
.blog-grid .article-card__content .grid {
    width:80%;
}
.blog-grid .article-card__content .custom-read-more {
    padding: 8px 5px;
    border-radius: 6px;
    background-color: #dae1e4;
    width: 19%;
}
.blog-grid .article-card__media{
  border-radius: 0px;
}
.blog-grid .article-card__media a img{
  border-radius: 10px 10px 0px 0px;
  aspect-ratio: 5/3 !important ;
}
.blog-grid .card.article-card{
    gap:0px;
}
.blog-grid .article-card__content p:nth-child(2) a{
  background: none;
}
/* .blog-grid .article-card__content p:nth-child(2):hover{
    background-color: #000;
    color: #fff;
} */
.blog-grid .article-card__content .grid .article-card__title:hover{
    background: none;
}
#shopify-section-template--17945458180258__blog_posts_3CJNFb .button.button--secondary{
    padding: 12px !important;
    font-size: 18px;
    border: 2px solid;
    background-color: #000;
    color: #fff;
}
#shopify-section-template--17945458180258__blog_posts_3CJNFb .button.button--secondary:hover, #shopify-section-template--17945458180258__blog_posts_3CJNFb .button.button--secondary .btn-fill{
    background-color: #65ce2f ;
    color: #fff;
}
.grid .blog-grid.card-grid{
  --card-grid-gap: 20px;
}
.blog-grid .article-card__media a{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.title-wrapper .grid {
    gap: 0;
}
.title-wrapper .description p{
  font-size: 18px;
}
.blog-grid .article-card__content .custom-read-more:hover {
background-color:#65ce2f;
}
.article .rte p {
    font-size: 16px;
}
/* .article.banner .banner__title {
  font-size:unset !important;
} */
.article.banner  .banner__content .page-width {
  padding: 0px 44px !important;
}
/*  Blog Section End  */
/*  footer Start  */
.footer__newsletter .rte.text-sm{
    width: 100%;
    background-color:#dae1e4;
    color: #000;
    padding: 16px;
    border-radius: 10px;
    line-height: 12px;
    margin: 0 auto;
    margin-right: 0;
}
.footer__newsletter .rte.text-sm h5{
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
}
.footer.relative {
  grid-template-columns:unset;
  display: flex;
} 
.footer .footer__right {
  width:23%;
  padding: 0px;
}
.footer .footer__left{
  width:85%;
  gap:50px;
  border: none;
}
.footer .footer__newsletter form{
  display: none;
}
.footer__payment {
  margin:0px;
  color:#000;
}
.footer__payment .list.list-payment {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.footer-copyright{
  flex-direction: row-reverse;
}
/* .details__content ul li .block, .footer__accordions .details__summary .heading {
  font-size: 14px;
} */
.footer__left .footer__accordions {
  row-gap:15px;
  justify-content: center;
}
.footer__accordions .details__summary .heading{
  font-size: 20px;
  font-family: 'roboto';
}
.details__content ul li a{
    color: #636769;
    font-size: 14px;
}
.footer-custom-address-content a{
    font-size: 14px;
}
/* TMD Badge */
.custom-badge img{
  width:14px;
  height:14px;
}
.custom-badge{
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color:#000;
}
.custom-badge a{
  text-decoration:none;
  color:#000;
}
/* TMD Badge */
.footer .footer__accordions .details__summary{
  padding-bottom: 6px;
}
.footer-hashtag h1{
  color:#65ce2f;
  font-size: 20px
}
.banner .banner__box .newsletter-form .field{
  border: 2px solid #fff;
  border-radius: 10px;
}
.footer__payment .list-payment__item .icon{
  width: 40px;
}
.banner .banner__box .newsletter-form .field input{
  height: 46px;
    padding-top: 0;
}
.banner .banner__box .newsletter-form .field .label.is-floating{
  height: 46px; 
}
.self-submit-button button.button{
  background-color: #000;
}
.self-submit-button button.button .icon.icon-arrow-right {
  color: #fff;
}
/* .page-width:has(.banner){
   width:100%;
  background-image:linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(/cdn/shop/files/1_1_635a290b-7fa3-4672-a657-44c7438ed2ea.jpg?v=1747286611) !important;
  background-size: cover !important;
} */
.banner .banner__content .banner__box{
  max-width: unset!important;
}
.footer-group{
  position: unset;
}
.footer__newsletter .rte.text-sm a {
  background: unset;
  line-height: 20px;
}
.footer__accordions .details__content ul li a:hover {
 color:#65ce2f; 
 background-size: 0% 1px;
}
.footer__logo {
  max-width: 30%;
  gap: 24px;
}
.footer-custom-address-content:hover {
  color:#65ce2f;
}
/* .footer-custom-address-heading h3{
  color:#65ce2f;

} */
.footer-custom-address-content {
  padding-top:10px;
}
.footer .details__content .flex .inline-flex {
    color: #3a3939;
}
/*  footer End  */
/*  featured collection start  */

.product-grid .card.product-card .product-card__content {
  justify-content:end;
}
.product-card .product-specification p {
    font-size: 20px;
    font-weight: 600;
}
.product-card__content .product-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    background: unset;
    line-height: 1.375em;
    font-weight: 400;
}
.product-card__content .product-card__title:hover{
  
}
.product-grid .product-card__content {
  text-align: unset;
  padding: 14px 14px;
  justify-content: center;
}
.product-grid .product-card__content .price {
    padding-top: 15px;
    border-top: dashed 1px #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction:unset;
}
.product-grid .product-card__content .price .price__sale{
  font-size: 14px;
  gap: 10px;
}
 .product-grid .product-card__content .price .price__regular{
  font-size: 22px;
  color: #000 !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
/* .custom-percent-count {
    padding: 5px 3px 8px 3px;
    border: 2px solid #65ce2f;
    border-radius: 15px;
} */
.product-grid .product-card__content .price .price__sale:before{
  width:100%;
  transform: unset;
  border-block-end: 1px solid #edede9; 
}
.price .percent-count{
    padding: 6px;
    border-radius: 8px;
    background-color: #65ce2f;
    color: #fff;
    font-size: 12px;
}
.product-card__content .quick-add form{
  width: 100%;
}
.product-card__content .quick-add form button.button{
  width:100%;
}
.product-card__details {
  gap: 16px;
}
.quick-add form button.button{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.quick-add .button .btn-text {
    color: #fff;
}
.product-grid .product-card__bottom{
  display: none;
}
.quick-add .button--primary .btn-fill {
    background-color: rgb(101 206 47);
}
/* #TabPanel-collection-1 .product-grid.card-grid {
  --card-grid-per-row: 5;
  gap:8px;
} */
.custom-feature {
    background-color: #fcc50b;
    padding: 4px 6px;
    border-radius: 0px 0px 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-feature span .icon.icon-star{
    width: 12px;
    height: 12px;
}
.custom-feature span{
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  align-items: center;
}
.custom-feature p{
    font-size: 12px;
    font-weight: 600;
}
.custom-feature span{
    display: flex;
    gap: 5px;
}
.product-card__content .product-card__details .quick-add{
  position: unset;
  --tw-translate-y:none;
  padding-top: 8px;
}
.product-card .quick-add .button {
  opacity:1;
}
.product-grid .quick-add button.button{
    /* font-size: 18px;
    text-transform: uppercase;
    width:100%;
    color:#fff; */
    text-transform: capitalize;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 3px;
    line-height: 15px !important;
    height: auto !important;
    background: #000;
    color: #fff !important;
}
.product-card .quick-add .button {
     text-transform: capitalize;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 3px;
    line-height: 15px !important;
    height: auto !important;
    background: #000;
    color: #fff !important; 
}
.product-grid .quick-add button.button[disabled]{
  background-color:#000;
  opacity:.6;
}
.product-grid .quick-add button.button:hover[disabled]{
  background-color:#65ce2f;
}
#shopify-section-template--17945458180258__shop_the_feed_eWV8tJ .section .title-wrapper .description p{
  margin-top: 14px
}
/*  featured collection End  */
/*  collection List start  */
.section .title-wrapper .heading.title-sm{
  /* font-size: 30px; */
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: .015em;
}
.tab-list .scroll-area .tab__item.button {
  font-size: 16px;
}
.media-card__content{
  justify-content: center;
  padding:14px 5px;
}
.card-grid .media-card .media-card__link{
  justify-content: space-between;
}
.media-card__content .media-card__text .heading{
    font-size: 14px ;
    font-family: 'Roboto';
    letter-spacing: 0.5px;
}
.section-{{ section.id }}.grid .card-grid.card-grid--8 {
  --card-grid-per-row: 8 ;
}
.section-{{ section.id }}.grid .card-grid.card-grid--5 .media-card__text p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
}
.section-{{ section.id }}.grid .card-grid.card-grid--5 .card.media-card {
  border-radius: 0px 0px 10px 10px;
}
.section-{{ section.id }}.grid .card-grid.card-grid--5  .media.media--portrait{
  border-radius: 10px 10px 0px 0px;  
}
.custom-view-all{
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.media-card__text:has(.custom-view-all){
  gap: 8px;
}
#shopify-section-template--17945458180258__collection-list .custom-view-all{
  display: none;
}
.custom-view-all p{
    font-size: 16px;
    font-weight: 500;
    color:#65ce2f;
}
.custom-view-all svg path{
  fill:#000;
}
.img-text-slid-sub .img-text-sec-swiper {
  padding-left:10px;
  padding-right:10px;
}
/*  collection List End  */
/*  Image With Text Start  */
/* .image-with-text__item .button.button--primary{
  background-color: #65ce2f;
  color: #000;
} */
.indicators .button.button--secondary  {
  width: 40px;
  height: 40px;
}
.mobile_view_heading_show{
  display:none;
}
/*  Image With Text End  */
/* countbar css start */
.multicolumn .counter-card .counter-heading {
  font-size: 3rem ;
  font-weight: 500;
  line-height: 2.5rem
}
.multicolumn .counter-card p:nth-child(2){
  font-size: 1rem  ;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: 'Roboto'; 
}
.multicolumn .counter-card .grid {
  gap: 14px;
}
.multicolumn .counter-card .counter-heading {
  color:#65ce2f;
}
#section-template--17945458180258__custom_award_marquee_6GT9dV-padding {
  padding-top:15px !important;
}
/* countbar css End */
/* -- Bundle Product Start -- */
.product-bundle-wrapper .product-card__details .price .price__sale{
  gap: 12px;
}
.product-bundle-wrapper .product-card__details .price .price__sale:before{
  inset-block-start: 50%;
    width: 50%;
}
.product-bundle-wrapper .product-card__content .product-card__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* -- Bundle Product Start -- */

/* --- Image With text start  --- */
.image-with-text__item .rich-text .heading .split-words span{
  font-size: 30px;
}
.image-with-text__item .rich-text .rte.leading-normal {
  font-size: 18px;
}
.image-with-text__item .rich-text a.button{
  padding: 15px 14px 12px 14px;

}
.image-with-text__item .rich-text a.button:hover{
  background-color: #65ce2f !important;
  color: #fff !important;
}
.image-with-text__item .rich-text a.button .btn-fill{
  background-color: #65ce2f  !important;
  color:#fff !important;
}
.header__navigation .menu__item .btn-text.btn-duplicate {
  background-color: #fff !important;
  color: #65ce2f !important;
}
.image-with-text__item .rich-text a span.btn-text{
  font-size: 18px;
  text-transform: uppercase;
}
/* --- Image With text end --- */
/* -- Cart drawer start -- */
.cart-drawer .drawer__inner {
  max-width: 28rem;
}
.horizontal-product__details .leading-tight a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.drawer__panel .drawer__scrollable {
  padding: 0px 20px;
}
.drawer__scrollable .price__sale{
  gap:10px;
}
.drawer__scrollable  .price__sale:before {
  width: 50%;
}
.cart-drawer-off {
    padding: 10px 20px;
    background-color: #65ce2f;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px
}
.cart-drawer-off p{
  text-align: center;
}
.drawer__inner .drawer__header {
  padding-bottom: 20px;
  align-items: center;
  padding-top: 20px;
}
.drawer__empty-collections li a{
  background-color: #65ce2f;
  color: #fff;
}
.drawer__empty-collections li a:hover {
    background-color: #000;
}
.drawer__empty .drawer__empty-collections li a{
    justify-content:center;
}
.drawer__empty .drawer__empty-collections .icon{
display:none;
}
.cart-drawer-off{
  display: none !important;
}
/* -- Cart drawer End -- */
/* -- Product Page start -- */
.product__info .product__title .heading {
  /* font-size: 20px;
  font-weight: 400; */
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.017em;
    line-height: 1.2;
}
.featured-product .product__title .custom-percent-count{
  display: none;
}
.featured-product .product__info .product__title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
  /* margin-bottom: -5px; */
}
#shopify-block-AZnB4NW9FMmJLRkdrc__judge_me_reviews_preview_badge_fHhxzw {
  margin-top: 16px;
}
.featured-product .product__info .product__title .product__price{
  width:100%;
}
.featured-product .product__info .product__title .product__price .price{
  align-items: flex-start;
}
.featured-product .product__info .product__title .product__price .price .price__regular{
  align-items:center;
  gap: 12px;
  display: flex;
  font-size: 24px;
  color: #000;
}
.featured-product .product__info .product__title .product__price .price .price__regular .price__sale{
  place-self:center;
  font-size: 14px;
}
.all-tax{
  font-size: 12px;
  margin-top:6px;
}
.featured-product .product-form-wrapper{
  padding: 10px;
  border: 1px solid black;
  border-radius: 10px;
  width:100%;
  max-width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.buy-buttons .product-form__submit {
  border: 2px solid black;
}
.buy-buttons .product-form__submit, .buy-buttons .shopify-payment-button {
  min-height: 2.8rem !important;
  max-height: 2.8rem;
  border-radius: 10px;
}
/* .featured-product .product-form__buttons .product-form__submit{
  border-radius: 14px;
} */
.shopify-payment-button__button {
  background-color:#65ce2f !important;
}
.shopify-payment-button__button:hover {
  background-color:#000 !important;
}
.product-form-wrapper .product-form .shopify-payment-button .shopify-payment-button__button {
  border-radius: 10px;
  border: unset;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
.product-form-wrapper .product-form .shopify-payment-button .shopify-payment-button__button:after{
  border-radius: 10px;
  border: unset;
}
.product__accordion .details__summary {
  margin: 0;
  padding: 14px 24px 14px 14px;
}
.product-page-sub .product__info .static-content {
  margin-top: 12px;
}
.featured-product .product__accordion {
  /* background-color: #e8f1f9a6; */
  background-color: #fff;
  /* margin: 18px 0; */
  margin: 0px 0;
  border: 1px solid #d1d1d1;
}
.product-form__submit:after{
  border-radius: 10px!important;
}
.product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded{
  max-height: 2.8rem !important;
  min-height: 2.8rem !important;
}
.product-page-sub {
  background-color: #f8f8f8;
}
.product-page-sub .featured-product.product{
  padding-top: 30px;
  column-gap: 38px;
}
.product-page-sub .featured-product.product .product__info {
  background-color: #fff;
  padding: 24px 24px 34px 24px;
  border-radius: 18px;
  margin-bottom: 30px;
}
.buy-buttons .product-form__submit .btn-text {
  font-size: 16px;
  text-transform: capitalize;
}
.product-page-sub .featured-product .product__accordion {
  border-radius: 6px;
}
.product-page-sub .featured-product .product__accordion .text-sm-base{
    color: #444;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.product-form__buttons .shopify-payment-button__button:hover {
  border: unset !important;
  /* border-radius: unset !important; */
}
.featured-product .product__accordion .details__content.rte.text-sm {
  font-size: 16px;
}
.product__sku, .product__text.first.last {
  margin-top: 10px;
}
.featured-product.product .product__gallery-container {
  position: sticky;
  top:110px;
}
/* .featured-product.product .product__info {
  position: relative;
} */
.product-specification.for-main-product p{
  font-size: 24px;
  font-family: 'Montserrat';
  letter-spacing: -1px;
  line-height: 8px;
}
.product__info .product-form-wrapper .product-form .product-form__buttons.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
.product__gallery .product__media-container scroll-shadow.product__thumbnails {
  margin-bottom: 30px;
}
.product__gallery .product__media-container scroll-shadow.product__thumbnails .product__thumbnails-list {
  max-height: 610px;
}
.custom-accordion .panel p {
  padding:0px 24px;
}
.details__content {
  color:#000;
}
.details__content p{
  font-size:16px;
}
.details__content p span {
  font-family: 'Roboto' !important;
  width: 100%;
  color: #777 !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
}
.details__content ul li span{
  font-size:14px !important;
}
.product__info .installment.text-sm{
  display:none;
}
.field:has(.quantity__label){
  display:none;
}
.product__breadcrumb ul {
  gap: 6px;
}
.custom-product-type{
  margin-top:18px !important;
}
nav.product__breadcrumb.breadcrumb.lg\:flex.custom-bradcrum-product {
    display: none;
}
product-sticky-form .product-sticky-form__variant .price--on-sale span.price__regular {
    color: #000;
}
product-sticky-form .product-sticky-form__variant .price--on-sale span.price__regular span.price__sale {
    margin-left: 10px;
}
/* .collage.collage-large .title-wrapper {
    display: none;
} */
.custom-accordion .custom-border {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin-bottom: 12px;
}
.custom-accordion .custom-border .accordion {
    padding: 14px;
    background-color: #fff;
    margin: 0;
    color: #444;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.wishlisthero-product-page-button-container button.btn {
    border-radius: 10px;
    width: 100%;
}
.product-form-wrapper .product-form.grid {
    gap:6px;
}
/* -- Product Page End -- */

/* Inner Pages */
.page .section-header .section-title {
  font-size:30px;
}
.section .title-wrapper .heading.title-xl{
  font-size:50px;
  text-align: center;
}
.section .customer #customer_login, .section .customer #create_customer{
  box-shadow: 0 0 10px #00000030;
  border-radius: 10px;
  padding: 30px !important;
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.section .customer #create_customer .button-group .btn-text, .section .customer #create_customer .button-group .button{
  font-size: 16px;
}
.banner .banner__content .banner__title.heading {
  font-size: 50px;
}
.customer .button-group .button.button--primary:hover,.customer .button-group .button.button--primary .btn-fill {
background-color:#65ce2f;
color:#fff;
}
.customer .button-group .button.button--secondary {
background-color:#65ce2f;
color:#fff;
}
/* Inner Pages */
/* Cart Drawer */
.blank-cart-icon {
  display:flex;
  justify-content: center;
}
.blank-cart-icon img{
  max-width: 40%;
  width: 100%;
}
.drawer__content .drawer__scrollable {
  padding-top: 0px;
}
.drawer__content .drawer__scrollable .drawer__empty {
  row-gap: 18px;
}
.drawer__footer .button.button--secondary{
  display:none;
}
.drawer__footer .drawer__footer-buttons {
  grid-template-columns:unset;
}
.drawer__footer .button.button--primary {
  width: 100%;
  border-radius: 10px;
  margin-top: 12px;
  max-height: 3rem;
}
.drawer__footer .button:after {
    border-radius: 10px;
}
.drawer__footer .drawer__footer-bottom {
    background-color: #f2f2f2;
    gap: 16px;
    padding-top: 34px;
    padding-bottom: 34px;
}
.drawer__scrollable .horizontal-product__details .horizontal-product__title:hover {
  text-decoration: none;
  background-size:0%;
}
/* Cart Drawer */
/* Product Custom accordion  */
.custom-accordion .panel{
  display:none;
  /* background-color: #f0f6fb; */
  background-color: #fff !important;
  padding-bottom: 20px;
  border-radius: 0px 0px 8px 8px;
}
.custom-accordion .panel p {
    width: 100%;
    /* max-width: 93%;
    margin: 0 auto; */
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.descrip_short_tmd_upper h1.accordion {
    padding: 1.4rem 1.5rem;
    background: #f0f6fb;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: Roboto;
    margin-top: 24px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.descrip_short_tmd_upper h1.accordion:after {
    content: "";
    width: 12.9px;
    height: 1.6px;
    background: #000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    transition: all .2s ease-in-out;
    margin-right: 24px;
}
.descrip_short_tmd_upper h1.accordion:before{
    content: "";
    width: 1.6px;
    height: 12.9px;
    background: #0000009c;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    transition: all .2s ease-in-out;
    margin-right: 30px;
}
.descrip_short_tmd_upper h1.accordion.active::before {
    transform: rotate(30deg);
    height: 13px;
    right: 1px;
}
.descrip_short_tmd_upper h1.accordion.active:after {
    transform: rotate(58deg);
    height: 1.5px;
    width: 13px;
    right: 1px;
}
.custom-border {
    position: relative;
}
.descrip_short_tmd_upper h1.accordion.active {
  border-radius: 8px 8px 0px 0px;
    color: #444;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
}
/* Product Custom accordion  */
/* Collection Page Start */

#shopify-section-template--17945457819810__main-collection .collection__content .quick-add form button.button {
  height: 2.5rem;
}
.collection__content .product-card__content .button.button--secondary{
  /* width:100%;
  text-transform: uppercase;
  font-size: 16px;
  height: 2.5rem; */
    text-transform: capitalize;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 3px;
    line-height: 15px !important;
    height: auto !important;
    background: #000;
    color: #fff !important;
}
.banner__content .page-width {
  padding:0px 20px!important;
} 
.collection__content .quick-add form button.button {
  height: 3rem;
  font-size: 16px;
}
.collection__content .product-card__content .price.price--on-sale {
  justify-content: space-between;
}
.collection__content .product-card__content .price .price__regular {
  font-size: 18px;
  color: #000 !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.collection-banner-section .banner__content .banner__box {
    padding-top: 20px;
    padding-bottom: 0px;
}
.collection__content .product-card__content {
  text-align: unset;
  padding: 14px;
  justify-content: center;
}
.facet-form .field .select option{
  font-size: 16px;
  font-family: 'Roboto';
}
.facet-drawer .facet-form .details .details__summary label, .facet-form .details .details__summary span {
  font-size: 18px;
  font-family: 'Roboto';
  color:#000;
}
.collection .sort-wrapper .sort-listbox li label {
    font-size: 16px;
  font-family: 'Roboto';
  color:#000;
}
.custom-marquee-images .track-images img{
  border-radius: 10px;
}
.collection .collection__content .card-grid {
  --card-grid-per-row: 4;
}
/* .collection-banner-section .banner picture.media.media--height.block.w-full.h-full.relative.overflow-hidden.animate img {
    object-fit: unset;
} */
.mobile-view-breadcrum-show{
  display:none;
}
/* .collection__topbar .facet-sorting .sort-wrapper .button.button--secondary {
  padding:20px;
  height:2.5rem;
} 
.collection__topbar facet-sort.sort-wrapper, .collection__topbar .facet-wrapper .button.button--secondary  {
  height:2.5rem;
} */
.facet-form .price-range .input-wrapper .field .input {
  height:2rem;
  padding: 12px;
} 
.collection__content .facet-form .details .details__summary span, .collection__content .details__summary label {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.5;
  letter-spacing: .015em;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* .collection__topbar{
  display:none;
} */
div#SortByContainer {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .015em;
}
.collection .collection__topbar .button {
    border-radius: 10px;
    background-color: #fff !important;
    border: 1px solid;
}
hover-element.button.button--secondary.sort-by[open]{
    height: calc(var(--facet-listbox-height) + var(--sp-10) + calc(clamp(var(--sp-4), 1.052vw, var(--sp-5)) * 4) + calc(var(--buttons-border-width) * 2)) !important;
}
.collection .collection__topbar .button.sort-by[open],.collection .collection__topbar .button.sort-by[open] .btn-fill {
    width:300px; 
}
.collection .collection__topbar .button.sort-by[open],.collection .collection__topbar .button.sort-by[open] .btn-fill {
    background-color:#fff !important;
    color:#000 !important;
}
.collection__topbar facet-sort.sort-wrapper.relative {
    height: 40px;
}
.collection__topbar hover-element.button.button--secondary.sort-by {
    height: 40px;
}
/* .collection__topbar hover-element .sort-listbox li label.reversed-link {
    font-size: 14px;
    color: #000;
} */
.collection .collection__topbar span.sort-title.text-sm.uppercase.absolute.left-0.opacity-0.tracking-widest {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .015em;
}
.collection__topbar facet-sort.sort-wrapper.relative hover-element span.sort-header .sort-selection {
    font-size: 14px;
    letter-spacing: .5px;
    transition: all .3s ease-in-out;
    font-family: Roboto, sans-serif;
}
.collection__content .product-card__title {
  font-size: 14px;
}
.collection__content .price.percent-count {
  font-size: 10px;
}
.collection__content .price__sale {
  font-size: 12px;
}
#FacetFiltersContainer .facets__scroll{
  width: 100%;
  max-width: 80%;
}
.collection__content {
  gap:0;
}
.collection__content #ProductGridContainer .card-grid {
  gap:24px;
}
.collection__content .product-card__content .button.button--secondary[disabled]{
  color: #fff;
  background-color: #000;
    opacity: .6
}
.collection__content .product-card__content .button.button--secondary[disabled]:hover{
  color: #fff;
  background-color: #65ce2f !important;
    opacity:.6;
}
.collection__content .product-card__content .button.button--secondary:hover{
  background-color: #65ce2f;
}
.price__sale:before {
  border-block-end: 1px solid red !important;
  transform: unset;
  inset-block-start: 45%;
}

.collection__content .product-card__details .button.button--primary {
    /* width: 100%;
    text-transform: uppercase;*/
    opacity: 1; 
    text-transform: capitalize;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 3px;
    line-height: 15px !important;
    height: auto !important;
    background: #000;
    color: #fff !important;
    
}
.product-card__media .badges {
  display:none;
}
.section.section--padding.cst-collection {
  padding: 0;
}
/* .collection-banner-section .banner__media img {
  object-fit: unset;
} */
.collection-banner-section .page-width:has(.banner__media) {
    padding-inline: 0 !important;
}
/* Collection Page end  */
/* For Responsive Start */
.image-with-text__item .rich-text .heading {
  display: block;
}
.rich-text.md\:text-center.text-center.relative.z-1 .heading {
    display: none;
}
/* For Responsive End */
/* breadcrumbs css start */
.product__breadcrumb ul li a{
  font-size: 12px;
}
.product__breadcrumb ul li:last-child {
    font-size: 12px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
/* breadcrumbs css end */
/* Inner pages start */
.page-width.page-width--narrow {
  max-width:100%;
}
.font-body .w-full {
  max-width:100%;
}
/* conatct page start */
.custom-contact-map {
  display:flex;
  gap:30px;
}
.map-main {
  width:50%;
}
.map-main iframe{
  width:100%;
}
.custom-contact-map .contact__fields {
  width:50%;  
}
/* conatct page end */
 .blog-grid .article-card__content .grid{
  width:80%;
  gap: 16px;
}

.blog-grid .article-card__bottom {
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display:none;
}
span.include-text-all_sticky {
    display:none;
}
button.buy-now_cst_sticky {
    display: none;
}
.offer-callout-simple {
    display: none;
}
.section .page-width--narrow .title-wrapper{
  background-image: url(https://www.ultraprolink.com/cdn/shop/files/02_2e0fb221-18ed-48eb-8f2f-426f77ee6aa4.jpg?v=1626723280);
  padding: 40px;
  width: 100%;
  justify-content: center;
  text-align: center;
}
#shopify-section-template--18269133570210__rich_text_qM3t4t .collage-large.with-richtext
,#shopify-section-template--18269134684322__rich_text_69VYg8 .collage.with-richtext {
  grid-template-columns: 1fr 0fr;
}
#shopify-section-template--17945458540706__slideshow_AQQ3iJ .pointer-events-none{
  top:0;
}
#shopify-section-template--17945458540706__slideshow_AQQ3iJ .slideshow-word  {
  justify-content: center;
  text-align: center;
}
#shopify-section-template--17945458540706__main-page .title-wrapper {
  display:none;
}
.css-70qvj9 .w-full{
  color:#65ce2f !important;
}
.slideshow .banner {
  width: 100%;
  margin: 0 auto;
  max-width: 100% !important;
  border-radius: 0 !important;
}
.slideshow .banner img {
  object-fit: unset;
}
.page-width .slideshow:has(.banner) {
  border-radius:unset;
}
/* News inner pages */
#Slider-template--18269134684322__multicolumn_CfcJAx .multicolumn-card__info p a{
  background: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#shopify-section-template--17945458475170__faq_tpQWHR .faqs .grow {
  padding-left: 0;
  padding-right: 0;
}
#shopify-section-template--17945458475170__faq_tpQWHR .grow {
  padding-top:0px;
}
#shopify-section-template--18295314350242__main-collection .collection__content .quick-add form button.button {
  height: 2rem;
  font-size: 16px;
} 
.product-card__details .price {
  justify-content:space-between !important;
}
#shopify-section-template--17945458475170__multicolumn_L8VR48 .multicolumn-card__info .heading {
  color:#65ce2f;
}
.custom-contact-map .field .button.button--primary {
  background-color:#65ce2f;
  color:#fff;
}
/* store-locator */
.address-map-sub {
  box-shadow: 0 0 10px #00000030;
  border-radius: 10px;
  padding: 30px !important;
  margin-bottom: 60px !important;
  gap: 30px;
}
.article-card__content .icon-calendar {
  stroke: #65ce2f;
  stroke-width: 1.5px;
}
.article-card__content time {
  color:#65ce2f;
  font-weight:600;
}
#Slider-template--17945457754274__blog_posts_DDH8VR .blog-grid .article-card__content {
  padding: 0px 16px 12px 16px;
}
#Slider-template--18269134684322__multicolumn_CfcJAx .multicolumn-card__info {
  background-color: #f7f9fa;
  padding: 16px;
}
#Slider-template--18269134684322__multicolumn_CfcJAx .multicolumn-card {
  background-color: #f7f9fa; 
}
#shopify-section-template--18269134684322__rich_text_69VYg8 .heading.title-md {
  font-size: 34px;
}
/* E-waste start */
.custom-lighter {
  font-weight:400;
}
.custom-bold {
  font-weight:600;
  color: #64d02f;
}
.custom-heading {
  font-size: 64px !important;
  line-height: 1.2 !important;
}
.custom-heading strong {
    color: #64d02f;
}
h3.custom_recycling {
    font-size: 40px !important;
}
h3.custom_e-waste_heading {
    font-size: 64px !important;
}
slideshow-element .banner.mobile\:media--auto.w-full.overflow-hidden {
    max-width: unset;
    border-radius: unset;
}
/* E-waste end */
/* .page.rte ul li {
  color: #69727b;
} */
 .page-width:has(.slideshow.block) {
    padding-inline: unset;
}
/* Inner pages End */
/* Instagram Feed Section Start */
.shop-the-feed-section .social-account .button.button--secondary {
  background-color: #000;
  color: #fff;
}
.shop-the-feed-section .social-account .button.button--secondary:hover{
  background-color: #65ce2f;
  color: #fff;
}
.shop-the-feed-section .social-account .button.button--secondary .btn-fill {
    background-color: #65ce2f;
    color: #fff;
}
/* Instagram Feed Section End */
/* Dropdown Menu Start */
.mega-menu__container .mega-menu__nav .mega-menu__nav-item{
    max-width: unset;
    flex: 1 0 20%
}
.mega-menu__container .mega-menu__nav .mega-menu__nav-item a{
    font-weight: 100;
    font-family: 'Roboto';
    font-size: 28px !important;
    /* text-decoration: underline; */
}
.mega-menu__container .mega-menu__nav .mega-menu__nav-item ul li a{
  /* font-size:16px !important;
  text-decoration: unset !important;
  letter-spacing: 0.2px; */
    font-size: 15px !important;
    letter-spacing: .025em;
    /* color: #868686; */
    line-height: 1.5;
}
.mega-menu__container .mega-menu__nav .mega-menu__nav-item ul{
    /* display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 18px;
    padding-top: 18px; */
}
/* .mega-menu__container .mega-menu__nav .mega-menu__nav-item:nth-child(2) ul{
max-width:50%;
} */
/* .mega-menu__container .mega-menu__nav .mega-menu__nav-item:nth-child(3) ul{
max-width:50%;
} */
/* .mega-menu__container .mega-menu__nav .mega-menu__nav-item:nth-child(2) ul li {
    width: 32%;
} */
/* .mega-menu__container .mega-menu__nav .mega-menu__nav-item:nth-child(3) ul li{
width: 24%;
} */
/* Dropdown Menu End */
/* shop by device */
#shopify-section-template--18373011144866__rich_text_j8zWeb .collage.collage-large.with-richtext {
  grid-template-columns: unset;
  padding: 0;
}
/* shop by device */
/* Rich text for heading start */
/* .rich-text .heading {
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: .015em;
} */
/* Rich text for heading end */
/* About Us start */
.custom-about-us {
    max-width: 70%;
    margin: 0 auto;
}
/* About Us End */
/* shipping policy start */
.custom-para td{
padding: 4px 0px 0px 10px !important;
font-size: 16px !important;
}
/* shipping policy End */
/* Custom Collection Banner Start */
.banner-image-mobile {
  display:none ;
}
.banner-image-desktop {
  width:100%;
}
.custom.image-with-text__image-second img, .custom.image-with-text__image-first img {
  border-radius:unset !important;
}
/* Custom Collection Banner End */