/** Shopify CDN: Minification failed

Line 3483:3 Unexpected "/"

**/
:root {
    --black: #000;
    --grey-light: #dcd8d53a;
    --grey-dark: #DCD8D5;
    --primary: #010C1D;
    --white: #fff;
    --brown: #271D1C;
    --white-light: #FFFFFFB8;
    --red:#FF0000;
    --grey: #9A9A9A;
    --blue: #7BBBDD;
  }

@font-face {
    font-family: 'Electra';
     src: url('../fonts/Electra-Bold.woff') format('woff');
     src: url('../fonts/Electra-Regular.woff') format('woff');
    /* font-weight: 300; */
    font-style: normal;
    /* font-display: swap; */
}

body{
    font-family: "Poppins", sans-serif;
    color: var(--black);
}
ul{
    margin-bottom: 0;
}
a{
    text-decoration: none;
    transition: 0.4s;
}
p{
    margin-bottom: 0;
}
.main-heading h1, .main-heading h2, .collection-title, .related-products__heading, h1.title.title--primary{
    font-size: 36px;
    line-height: 1.4;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.collection-title, .related-products__heading{
    text-align:center;
}
.related-products__heading{
    margin-bottom: 10px !important;
}
.main-heading{
    margin-bottom: 30px;
}
.main-heading p{
    color: #444444;
}
.p-30{
    padding: 30px 0;
}
.p-40{
    padding: 40px 0;
}
.pt-40{
    padding-top: 40px;
}
.pt-60{
    padding-top: 15px;
}
.pb-60{
    padding-bottom: 20px;
}
.p-60{
    padding: 60px 0;
}
.p-70{
    padding: 70px 0;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.p-100{
    padding: 50px 0;
}
.grey-light{
    background-color: #dcd8d53a;
}
.s-heading{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.black-btn{
    font-size: 20px;
    line-height: 1.5;
    background-color: var(--primary);
    padding: 6px 29px;
    color: var(--white);
    font-weight: 300;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid var(--primary);
}
.black-btn:hover{
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
@keyframes slideUp {
    from {
        transform: translateY(35px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.animate__slideUp {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.container-fluid{
    padding: 0 50px;
}
/* root end */


/*  for anoncement bar arrow colors */

.announcement-bar-section .utility-bar{
    background: #010c1d;
}

/*------------------------------------------------------------------- header css ----------------------------------------------------------------------- */
@keyframes slideUpTop {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.animate__slideUpTop {
    animation-name: slideUpTop;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}
header ul.nav-icon{
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    gap: 30px;
}
header .logo-box{
    padding: 7px 0;
}
header .navbar{
    padding: 0;
}
header .navbar .nav-item .nav-link{
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
}
header .navbar .nav-item .nav-link:hover{
    color: var(--blue);
}
header .navbar .nav-item .nav-link.active{
    color: var(--blue);
}
header .navbar .navbar-nav{
    gap: 20px;
}
header .navbar .navbar-nav .dropdown-menu{
    padding-top: 16px;
    background: transparent;
    border: none;
    overflow: hidden;
}
header .navbar .navbar-nav .dropdown-menu li{
    background-color: #fff;
    padding: 3px 5px;
}

header .navbar .navbar-nav .dropdown-menu li:hover a{
    color: var(--blue);
    margin-left: 8px;
    background-color: transparent;
}
header{
    transition: 0.4s;
}
header.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--white);

}
header.fixed-nav .header__heading-logo {
    max-width: 85px;
}

/*------------------------------------------------------------------- insta-video css ----------------------------------------------------------------------- */

.insta-video{
    overflow: hidden;
}
.insta-video .category-box .img-box {
    overflow: hidden;
    border-radius: 10px;
}
.insta-video .video-box video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
.insta-video .video-box{
    margin-right: 20px;
}

/*------------------------------------------------------------------- video-new-section css ----------------------------------------------------------------------- */
.video-new-section .video-box-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}
.video-new-section .video-box:hover .video-box-title{
  opacity: 1;
  bottom: 30px;
}
.video-new-section .video-box{
  position: relative;
  overflow: hidden;
  border-radius: 12px !important;
}
.video-new-section .video-box:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 1000%;
  height: 30%;
  background: linear-gradient(to bottom, #00000000, #000000c7);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  opacity: 0;
  transition: 0.3s;
}
.video-new-section .video-box:hover:after{
  opacity: 1;
}
.video-box video:hover::-webkit-media-controls, .video-box:hover video::-webkit-media-controls {
    display: none !important;
}
.video-new-section .slick-list{
  margin-right: -20px;
}

/* -------------------------------------------------------------------category css--------------------------------------------------------------------  */

.category {
    overflow: hidden;
}
.category-box a .s-heading{
    color: var(--black);
    margin-top: 10px;
    text-transform: uppercase;
}
.category-slider .slick-list{
    margin-right: -13px;
}
.category-slider .slick-slide:not(:last-child){
    margin-right: 13px;
}
.category-slider .slick-slide:nth-child(1) .img-box{
    background-color: #8f8f8f61;
}
.category-slider .slick-slide:nth-child(2) .img-box{
    background-color: #ebeada;
}
.category-slider .slick-slide:nth-child(3) .img-box{
    background-color: #d9a0af;
}
.category-slider .slick-slide:nth-child(4) .img-box{
    background-color: #1b2b495c;
}
.category-slider .slick-slide:nth-child(5) .img-box{
    background-color: #454b5069;
}
.category-slider .slick-slide:nth-child(6) .img-box{
    background-color: #0c152124;
}
.category-slider .slick-slide:nth-child(7) .img-box{
    background-color: #ebeada;
}
.category-slider .slick-slide:nth-child(8) .img-box{
    background-color: #d9a0af;
}
.category-slider .slick-slide:nth-child(9) .img-box{
    background-color: #8f8f8f61;
}

.category-box .img-box{
    overflow: hidden;
    /* background: linear-gradient(to bottom, #F1F1F1, #f7f7f7); */
    /* background-color: #1b2b495c; */
}
.category-box .img-box img{
    width: 100%;
    height: auto;
    transition: 0.4s;
    transform: scale(0.7);
}
.category-box:hover .img-box img{
    transform: scale(0.8);
}
/* slick-arrow  */
.category .slick-arrow i, .insta-video .slick-arrow i, .recent-view .slick-arrow i, .testimonial-slider .slick-arrow i{
    font-size: 12px;
}
.category .slick-arrow, .insta-video .slick-arrow, .recent-view .slick-arrow, .testimonial-slider .slick-arrow {
    border: none;
    background-color: var(--white);
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.insta-video .slick-arrow {
    top: 50% !important;
}
.slick-arrow.slick-next-btn{
    right: -60px;
    opacity: 0;
    transition: 0.4s;
}
.slick-arrow.slick-next-btn:hover{
    background-color: var(--primary);
}
.slick-arrow.slick-next-btn:hover i{
    color: var(--white);
}
.category .category-slider:hover .slick-arrow.slick-next, .insta-video .insta-slider:hover .slick-arrow.slick-next, .recent-view .recent-view-slider:hover .slick-arrow.slick-next, 
.testimonial-slider:hover .slick-arrow.slick-next-btn{
    right: 20px;
    opacity: 1;
}
.slick-arrow.slick-prev-btn{
    left: -60px;
    opacity: 0;
    transition: 0.4s;    
}
.slick-arrow.slick-prev-btn:hover{
    background-color: var(--primary);
}
.slick-arrow.slick-prev-btn:hover i{
    color: var(--white);
}
.category .category-slider:hover .slick-arrow.slick-prev, .insta-video .insta-slider:hover .slick-arrow.slick-prev, .recent-view .recent-view-slider:hover .slick-arrow.slick-prev, 
.testimonial-slider:hover .slick-arrow.slick-prev-btn{
    left: 20px;
    opacity: 1;
}
/* new  */


/* -------------------------------------------cta1 css ---------------------------------------------- */
.cta1 h4 {
    color: var(--black);
    font-size: clamp(10px, 2.3vw, 38px);
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}
.cta1 .text-1 h4 {
    font-size: clamp(11px, 2.6vw, 40px);
}
.cta1 .text-1 p {
    color: var(--black);
    font-size: clamp(10px, 2vw, 20px);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 4px;
    padding-top: 1.4%;
    padding-bottom: 6%;
    text-transform: uppercase;
}
.cta1 .content-box{
    position: relative;
}
.cta1 .text-1 {
    position: absolute;
    top: 7%;
    right: 15px;
    left: 41%;
}
.cta1 .text-1 h4 span{
    color: var(--blue);
}
.cta1 .text-1 .black-btn {
    font-size: clamp(10px, 2vw, 20px);
    padding: 0.8% 3.9%;
}
.cta1 .text-1 .black-btn .arrow i {
    animation: animate 1.5s infinite;
}
.cta1 .text-1 .black-btn .arrow i:nth-child(2) {
    animation-delay: -0.2s;
}
.cta1 .text-2 h4 span {
    background-color: var(--brown);
    color: #fff;
    padding: 0 5px;
}
.cta1 .text-2 {
    position: absolute;
    bottom: 4%;
    left: 4%;
    width: 55%;
}

.cta2{
    padding: 25px 0;
}
.cta2-text p {
    font-size: clamp(30px, 7.5vw, 75px);
    line-height: 1.2;
    text-transform: uppercase;  
    font-weight: 300;
    color: var(--primary);
    font-style: italic;
    text-align: center;
    animation: shake 3s infinite;
}  
/* @keyframes shake {
    0% { transform: translateX(-8px); }
    5% { transform: translateX(8px); }
    10% { transform: translateX(-8px); }
    15% { transform: translateX(8px); }
    20% { transform: translateX(0px); }
    100% { transform: translateX(0px); }
} */

/* -------------------------------------------cta1 new css ---------------------------------------------- */
.cta1-new .content-box {
    background-color: #EBE4DB;
    height: 100%;
    align-content: center;
    padding: 20px 50px;
}
.cta1-new .cta1-new-h {
    color: var(--black);
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
}
.cta1-new-btn{
  margin-top: 35px;
}
.cta1-new .cta1-new-p {
    color: var(--black);
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.cta1-new a{
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 6px;
    background-color: var(--primary);
    border: 1px solid transparent;
    transition: 0.4s;
}
.cta1-new a:last-child{
    color: var(--black);
    background-color: #fff;
    margin-left: 20px;
}
.cta1-new a:hover{
   border: 1px solid var(--black);
   color: var(--black);
   background-color: transparent !important;
}
/*---------------------------------------------------- best-seller css-------------------------------------------- */
.best-seller-box{
    position: relative;
    height: 100%;
}
.best-seller-box .img-box{
    position: relative;
}
.best-seller-box .img-box img{
    width: 100%;
    transition: 0.4s;
    opacity: 1;
    height: 400px;
    object-fit: cover;
}
.best-seller-box .img-box .hover-img{
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
}
.best-seller-box:hover .img-box .hover-img{
    visibility: visible;
    opacity: 1;
}
.best-seller-box:hover .img-box .normal-img{
    opacity: 0;
}
.best-seller-box .img-box .wishlist-icon{
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: var(--white-light);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
}
.best-seller-box:hover .img-box .wishlist-icon{
    opacity: 1;
    top: 15px;
}
.best-seller-box .img-box .wishlist-icon.active svg path{
    fill:var(--red);
    stroke: var(--red);
}
.card__content .card__information{
  padding-left:1rem !important;
}
.best-seller-heading, .card__content .card__information .card__heading{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    margin-top: 12px;
    color: var(--black);
}
.card__content .card__information .card__heading{
  margin-top:0;  
}
.product-card-wrapper:hover .card__content .card__information .card__heading a{
  text-decoration: none;
}
.best-seller-price, .card__content .card__information .price__regular{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--primary);
    padding: 10px 0;
}
.card__content .card__information .price__regular{
  padding:0;
}
.best-seller-price del{
    color: var(--grey);
}
.best-seller-price .best-seller-offer{
    color: var(--red);
}
.rating-box ul{
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    gap: 5px;
    margin-right: 12px;
}
.rating-box span{
    font-size: 16px;
    color: var(--black);
}
.rating-box {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.best-seller-btn {
    background-color: var(--primary);
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border: 1px solid var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
}
.best-seller-btn:hover{
    background-color: transparent;
    color: var(--primary);
}
.collection .product-card-wrapper .card__inner {
    max-height: 450px;
}

/*------------------------------------------------------------- about-text-sec css----------------------------------------------------- */
.about-text-sec{
   text-align: center;
}
.about-text-sec h3{
    font-size: 24px;
    line-height: 1.4;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 400;
  
}
.about-text-sec p{
    font-size: 14px;
    line-height: 1.6;
    color: var(--primary);
    margin-bottom: 25px;
 
}
.about-text-sec .more-text {
    display: none;
}
.about-text-sec .read-more-btn {
    color: var(--primary);
    position: relative;
    border: 1px solid #000;
    padding: 6px 15px;
    padding-right: 35px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid var(--primary);
}
.about-text-sec .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    padding-right: 15px;
}
.about-text-sec .arrow i {
    margin: -10px;
    animation: animate 1.5s infinite;
    font-size: 12px;
}
.about-text-sec .arrow i:nth-child(2) {
    animation-delay: -0.2s;
    margin: -6px;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translateX(-2px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform:translateX(4px);
    }
}

/* -------------------------------------------------------------footer css ------------------------------------------------------*/
.footer{
    background-color: var(--primary);
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.footer .main-footer{
    padding-bottom: 15px;    
}
.footer .main-footer .white-logo{
    margin-bottom: 40px;
}
.footer-logo img {
    max-width: 150px;
}
.footer .main-footer .footer-col ul{
    list-style: none;
    padding-left: 0;
}
.footer .main-footer .footer-heading{
    font-size: 14px !important;
    line-height: 1.5;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}
.footer .main-footer .footer-about ul li{
    gap: 8px;
    margin-bottom: 12px;
    color: var(--white);
    font-weight: 300;
    font-size: 14px;
}
.footer .main-footer .footer-about ul li:last-child{
    margin-bottom: 0;
}
.footer .main-footer .footer-about ul li a{
    color: var(--white);
    font-weight: 300;
    font-size: 14px;
}
.footer .main-footer .footer-social-icon{
    display: inline-flex;
    gap: 22px;
}
/* .footer .main-footer .footer-block--menu .footer-heading{
    padding-top: 15px;
    margin-bottom: 15px;
} */
.footer .main-footer  .footer-link li{
    position: relative;
    padding-left: 20px;
}
.footer .main-footer  .footer-link li:after{
    position: absolute;
    content: "";
    background-color: var(--white);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.footer .main-footer .footer-link li:not(:last-child){
    margin-bottom: 15px;
}
.footer .main-footer .footer-link li a{
    color: var(--white);
    line-height: 1.6;
    font-weight: 300;
    font-size:14px;
    padding: 0;
}
.footer .main-footer .footer-link li a:hover{
    color: #999999;
    margin-left: 8px;
}
.footer .copyright p{
    padding: 15px 0;
    color: var(--white);
    font-size: 14px;
    text-align: center;
}
.footer .copyright p a{
    color: var(--white);
    text-decoration: underline;
}
.footer .main-footer .footer-link li:after {
    position: absolute;
    content: "";
    background-color: var(--white);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .footer__content-top {
    padding-bottom: 0;
}
.footer .footer__blocks-wrapper .grid__item:first-child .main-footer {
    padding-bottom: 0px;
    border-bottom: none;
}
footer .footer__content-bottom {
    display: none;
}
.footer .copyright{
    border-top: 1px solid #3D3D3F;
}
footer.section-sections--18248705573041__footer-padding {
    padding-bottom: 0;
}
/* ----------------------------------------------------------------------inner page css ------------------------------------------------------------------- */

.inner-hero {
    height: 300px;
    display: flex;
    align-items: center;
    background-image: url(../images/inner-hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.inner-hero h2{
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.inner-hero .breadcrumb{
    position: absolute;
    bottom: 15px;
    margin-bottom: 0;
}
.inner-hero .breadcrumb li{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.inner-hero .breadcrumb li a{
    color: var(--primary);
}

/* new inner hero */
.new-inner-hero {
    display: flex;
    align-items: center;
    /* background-image: url("https://cdn.shopify.com/s/files/1/0695/1796/7537/t/2/assets/inner-hero-bg.png?v=1741785040"); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  height: 400px;
    background-position: 95%;
}
.new-inner-hero h2{
    font-size: 55px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    /* text-align: center; */
    margin-bottom: 0;
    padding-top: 55px;
}
.new-inner-hero h1{
    font-size: 55px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    /* text-align: center; */
    margin-bottom: 0;
    padding-top: 55px;
}
.new-inner-hero .breadcrumb{
    margin-top: 10px;
}
.new-inner-hero .breadcrumb li{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before
{
  color: #fff !important;
}
.new-inner-hero .breadcrumb li a{
    color: #fff;
}
.new-inner-hero .contact-sub-heading{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.new-inner-hero .contact-text {
    /* margin: auto; */
}
.new-inner-hero .img-box{
    text-align: right;
}
.new-inner-hero .img-box img {
    max-width: 55%;
}
.new-inner-hero:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #000, #000000ad, #ffffff00);
    opacity: 0.5;
    z-index: 0;
}
.new-inner-hero .row{
  position: relative;
  z-index: 2;
}

/* Tablet */
@media (max-width: 991px) {
    .new-inner-hero {
        height: 320px;
        padding: 30px 15px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .new-inner-hero {
        height: 220px;
        padding: 20px 10px;
    }
}
/* new inner hero end */

.listing-products .img-box img{
    width: 100%;
    transition: 0.4s;
    opacity: 1;
    height: unset !important;
    object-fit: cover;
}
.listing-products .product-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.listing-products .img-box .wishlist-icon {
    position: unset;
}
.listing-products .product-badges .sell-offer {
    background-color: #FF3B30;
    color: var(--white);
    padding: 2px 25px;
    font-size: 14px;
    line-height: 1.5;
}
.pagination-box .page-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: gray;
    font-weight: 600;
}
.pagination-box .page-link.active{
    color: var(--primary);
    background: none;
}
.pagination-box .page-link:focus{
    background: none;
    box-shadow: none;
}
.pagination-box .page-link-btn{
    background-color: var(--primary);
    border-radius: 6px;
}
.pagination-box .page-link-btn:focus{
    background-color: var(--primary);
}
.pagination-box .page-link-btn i{
    color: #fff;
}

.feature-sec{
    background-color: #D9D4CF;
}
.feature-sec .box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.feature-sec .box img{
    max-width: 40px;
    margin: auto;
    height: auto;
}
.feature-sec .box h6{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: var(--primary);
    margin-bottom: 0;
}
.feature-sec .box p{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--primary);
}
.feature-sec .box .rate-div{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--primary);
}

@media(max-width: 767px){
    .feature-sec .row {
        flex-wrap: nowrap !important;
    }
    .feature-sec .col-md-4.col-sm-6 {
        width: calc(100% / 3) !important;
    }
    .feature-sec .box h6 {
        font-size: 12px;
        margin: 10px 0 !important;
    }
    .feature-sec .box img {
        width: 30px;
    }
}

.filter-box {
    /* background-color: #161616; */
    padding: 18px 0;
    overflow: hidden;
    width: calc(500px - 10%);
    padding-right: 40px;
}

@media screen and (max-width: 749px) {
    .filter-box {
        background-color: #000000;
    }
}
.filter-box .right-side p{
    color: var(--white);
    font-size: 14px;
    line-height: 1.5;
}
.filter-box .filter-btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    gap: 10px;
    color: var(--white);
    position: relative;
    padding: 0 40px;
}
.filter-box .filter-btn:after, .filter-box .sorting-div:before{
    position: absolute;
    content: "";
    background: #E1E3D5;
    width: 1px;
    height: 300%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.filter-box .filter-btn:before{
    position: absolute;
    content: "";
    background: #E1E3D5;
    width: 1px;
    height: 300%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.filter-box .left-side{
    display: flex;
}
.filter-box .left-side select{
    border: none;
    background: none;
    margin: 0 40px;
    color: var(--white);
}
.filter-box .left-side select:focus{
    box-shadow: none;
    outline: none;    
}
.filter-box .sorting-div{
    position: relative;
}

.filter-sidebar {
    max-width: 500px;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    overflow: auto;
    border-right: 1px solid #e9e9e9;
    transform: translateX(-100%);
    transition: 0.4s;
}
.filter-sidebar.open{
    transform: translateX(0%);
}
.filter-sidebar .filter-close-btn{
    cursor: pointer;
}
.filter-sidebar .filter-close-btn i{
    font-size: 18px;
}
.filter-sidebar .filter-heading{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 22px;
}
.filter-sidebar .accordion-item{
    border-left: none;
    border-right: none;
    background: none;
    border-radius: 0;
}
.filter-sidebar .accordion-item .accordion-button{
    padding-left: 0;
    font-size: 16px;
    color: var(--primary) !important;
}
.filter-sidebar .accordion-item .accordion-button:not(.collapsed){
    box-shadow: none;
    background: none;
}
.filter-sidebar .accordion-item .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
.filter-sidebar .accordion-item .accordion-body{
    padding: 0;
    padding-bottom: 16px;
}
.filter-sidebar .accordion-item .filter-ul{
    padding-left: 0;
    list-style: none;
}
.filter-sidebar .accordion-item .filter-ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.filter-sidebar .accordion-item .filter-ul li{
    font-size: 14px;
    padding: 4px 0;
}
.filter-sidebar .accordion-item .filter-ul li .color-circle {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #FF0000;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(2) .color-circle{
    background-color: #000;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(3) .color-circle{
    background-color: #fff;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(4) .color-circle{
    background-color: #FFC0CB;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(5) .color-circle{
    background-color: 	#FFFF00;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(6) .color-circle{
    background-color: 	#008000;
}
.filter-sidebar .accordion-item .filter-ul li:nth-child(7) .color-circle{
    background-color: 	#0000FF;
}

/*------------------------------- product details css ------------------------- */
.product-slider{
    position: sticky;
    top: 90px;
    padding-right: 3%;
}
.product-slider .slider-container {
    display: flex;
}
.product-slider .thumbnail-slider {
    width: 160px;
    margin-right: 10px;
}
.product-slider .thumbnail-slider .slick-slide {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.product-slider .thumbnail-slider .slick-slide:last-child img{
    margin-bottom: 0;
}
.product-slider .thumbnail-slider .slick-current {
    opacity: 1; /* Active Thumbnail Highlight */
}
.product-slider .thumbnail-slider img {
    max-width: 130px;
    width: 100%;
    max-height: 130px;
    object-fit: cover;
    border: 2px solid transparent;
    margin-bottom: 30px;
}
.product-slider .thumbnail-slider .slick-current img {
    border-color: var(--primary);
}
.product-slider .main-slider {
    width: 80%;
    height: max-content;
}
.product-slider .main-slider img {
    width: 100%;
    border-radius: 5px;
    /* max-height: 850px; */
    object-fit: cover;
}
.recent-view-slider .slick-slide{
    padding: 0 12px;
}

/* ------------------------testimonial ------------------------*/
.testimonial{
    overflow-x: hidden;
}
.testimonial-box{
    border-radius: 10px;
    padding: 22px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px;
    text-align: center;
}
.testimonial-slider .testimonial-rating{
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 18px 0 12px;
}
.testimonial-slider .testimonial-text{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--black);
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}
.testimonial-slider .testimonial-box:hover .testimonial-text{
    max-height: 300px;
}
.testimonial-slider .testimonial-heading{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 8px;
}
.testimonial-slider .testimonial-img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.testimonial-slider .slick-track {
    padding-top: 10px;
    padding-bottom: 20px;
}
.testimonial-slider .slick-slide{
    padding: 0 12px;
}

.product-des-tab ul#tabs-nav{
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    gap: 100px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.product-des-tab ul#tabs-nav li a{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    padding-bottom: 10px;
}
.product-des-tab ul#tabs-nav li.active a{
    border-bottom: 3px solid var(--black);
}
.product-des-tab #tabs-content h1, .product-des-tab #tabs-content h2, .product-des-tab #tabs-content h3, .product-des-tab #tabs-content h4, .product-des-tab #tabs-content h5,
.product-des-tab #tabs-content h6{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}
.product-des-tab #tabs-content p{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--primary);
}
.product-des-tab #tabs-content ul, .product-des-tab #tabs-content ol{
    margin-bottom: 10px;
    padding-left: 28px;   
}
.product-des-tab #tabs-content ul li, .product-des-tab #tabs-content ol li{
    padding: 4px 0;
    color: var(--primary);
}

.product-details {
    padding-right: 10%;
    position: sticky;
    top: 90px;
}
.product-details .prod-name-sub{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--blue);
}
.product-details .prod-name{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--primary);
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-details .prod-dec, .product-details  .prod-rating .total-review{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--primary);
}
.product-details .quantity__label, .product-details .product-form__input--swatch .form__label {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--primary);
}
.product-details .prod-pricing {
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary);
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 8px;
}
.product-details .prod-pricing .prod-price{
    font-weight: 600;
}
.product-details .prod-pricing del{
    color: var(--grey);
}
.product-details .prod-pricing .with-tax{
    font-size: 14px;
    display: block;
    width: 100%;
}
.product-details .prod-discount {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}
.product-details  .prod-rating{
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.product-details  .prod-rating ul{
    display: flex;
    gap: 5px;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.product-details .prod-color .prod-color-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
}
.product-details .prod-color .color-box ul{
    display: flex;
    gap: 12px;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.product-details .prod-color .color-box ul li{
    border: 1px solid var(--grey);
    border-radius: 50%;
    pad: 6px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-details .prod-color .color-box ul li.active{
    border-color: var(--primary);
}
.product-details .prod-color .color-box ul li span{
    height: 22px;
    width: 22px;
    background-color: var(--primary);
    border-radius: 50%;
    display: block;
}
.product-details .prod-color .color-box ul li:nth-child(2) span{
    background-color: var(--grey);
}
.product-details .prod-color .color-box ul li:nth-child(3) span{
    background-color: var(--black);
}
.product-details .prod-color .color-box ul li:nth-child(4) span{
    background-color: var(--brown);
}
.product-details .prod-color .color-box ul li:nth-child(5) span{
    background-color: var(--blue);
}
.product-details .prod-color{
    padding-bottom: 30px;
    border-bottom: 2px solid var(--grey-light);
}
.product-details .quantity-container button {
    border: none;
    border-radius: 2px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.product-details .quantity-container{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #F3F3F3;
    padding: 3px 12px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.product-details .quantity-container input {
    border: none;
    font-size: 20px;
    color: var(--black);
    line-height: 1.4;
    font-weight: 400;
    width: 35px;
    text-align: center;
    background: none;
}
.product-details .prod-btn {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.product-details .prod-btn a.first{
    padding: 12px 50px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primary);
    background-color: var(--blue);
    display: inline-block;
}
.product-details .prod-btn a.second {
    background-color: var(--grey-dark);
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}
.product-details .prod-btn a.second.active svg path{
    fill: var(--red);
    stroke: var(--red);
}
.product-details .prob-buy-now-btn a.buy-now{
    display: block;
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    padding: 12px 12px;
    border: 1px solid var(--primary);
    max-width: 445px;
}
/* .product-details .prob-buy-now-btn a.buy-now:hover{
    background-color: transparent;
    color: var(--primary);
} */
.product-details .prod-accordian{
    margin-top: 50px;
}
.product-details .prod-accordian .accordion-item{
    border: none;
    border-bottom: 1px solid var(--primary);
    border-radius: 0;
}
.product-details .prod-accordian .accordion-item:first-child .accordion-button{
    padding-top: 0;
}
.product-details .prod-accordian .accordion-item .accordion-button{
    padding: 20px 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: none;
    color: var(--primary);
    font-weight: 500;
}
.product-details .prod-accordian .accordion-item .accordion-body{
    padding-top: 0;
    padding-left: 0;
}
.product-details .prod-accordian .accordion-item .accordion-button::after {
    background-size: contain;
    width: 18px;
    height: 18px;
}

/* contact page css  */
.contact-details{
    background-color: var(--grey-dark);
    padding: 6px;
    border-radius: 10px;
    padding-bottom:100px;
}
.contact-details .contact-heading{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-details ul{
    list-style: none;
    padding-left: 0;
}
.contact-details ul li{
    display: flex;
    gap: 15px;
    align-items: center;
}
.contact-details ul li:not(:last-child){
    margin-bottom: 25px;
}
.contact-details ul li a{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black);
}
.contact-details ul li a:hover{
    color: var(--blue);
}
.contact-details ul li:last-child a{
 cursor: auto;
}
.contact-details .contact-div{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 50px;
}
.contact-details .contact-div img{
    width: 40%;
}
.contact-details .contact-div p{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}
.contact-page .contact-form form .form-control{
    height: 60px;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    padding: 25px 35px;
    margin-bottom: 30px;

}
.contact-page .contact-form form textarea.form-control{
    height: unset;
}
.contact-page .contact-form form .form-control:focus{
    box-shadow: none !important;
    outline: none;
}
.contact-page .contact-form form button{
    display: block;
    margin-left: auto;
}

/* contact page css end  */


/* ---------------------------about us page css ----------------------------- */

.information-sec{
    position: relative;
    overflow: hidden;
}
.information-sec .box-number{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--blue);
    margin-bottom: 20px;
}
.information-sec .box-heading{
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: var(--primary);
    margin-bottom: 12px;
}
.information-sec .box-content{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--black);
}
.information-sec .content-box{
    padding-right: 15%;
    position: relative;
    padding-left: 17px;
    padding-bottom: 20px;
}
.information-sec .content-box.box-2{
    padding-top: 20%;
}
.information-sec .content-box::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 140%;
    background-color: var(--blue);
    left: 0;
    bottom: 0;
    top: 7%;
}
.information-sec .content-box::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--blue);
    left: -5px;
    top: 7%;
    border-radius: 50%;
}
.information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before{
    top: 35%;
}
.information-sec .bg {
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.information-sec .bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right, var(--blue), #FFFFFF);
    left: 0px;
    bottom: 0;
}
.bg-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D7D2CC;
    opacity: 0.15;
    font-size: clamp(68px, 12vw, 225px);
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    text-align:center;
}

.about-section .about-heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    margin-bottom: 15px;
}
.about-section .about-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--primary);
}
.about-section .content-box{
    padding: 15px 0;
}
.about-section .about-quote {
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 6%;
    padding-top: 8%;
    position: relative;
}
.about-section .about-quote:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icons/quote.svg);
    left: 0px;
    top: 32%;
}
.about-section .image-text {
    
    border: 1px solid var(--black);
    padding: 25px 28px;
    font-size: 50px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    margin-top: -15px;
    position: relative;
    z-index: 2;
    background: var(--white);
}
.about-section .row-1 .image-text {
    width: 92%;
    transform: skewX(-10deg);
}
.about-section .row-2 .image-text {
    width: 92%;
    transform: skewX(5deg);
    margin-left: auto;
    font-style: italic;
}

.about-2{    
    color: var(--white);
    position: relative;
    margin-bottom: 140px;
}
.about-2 .about-2-heading{
    font-size: clamp(28px, 4vw, 78px);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    color:#fff;
}
.about-2 .content-box .box{
    display: flex;
    gap: 20px;
}
.about-2 .about-2-sub-heading{
    font-size: clamp(22px, 2vw, 40px);
    font-weight: 400;
    line-height: 1.3;
    width: 30%;
    color:#fff;
}
.about-2 .content-box .box .about-2-text {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.8;
    width: 40%;
}
.about-2 .content-box .box .img-box{
    width: 30%;
}
.about-2 .content-box {
    padding-top: 20%;
}
.about-2 .shape-1{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.about-2 .shape-2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.about-2 .container-fluid {
    overflow: hidden;
    position: relative;
    background-color: var(--primary);
}
.about-2 .container-fluid .row {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.about-2 .bottom-box .bottom-box-content {
    background-color: var(--blue);
    position: relative;
    z-index: 2;
    padding: 50px 20px;
    text-align: center;
    margin-bottom: -7%;
    margin-top: -8%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 40px 39px 0px;
}
.about-2 .bottom-box{
    height: 0;
}
.about-2 .bottom-box .bottom-box-content p{
    width: 72%;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.about-2 .bottom-box .bottom-box-content img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 225px;
}

.about-3 .about-3-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
    margin-bottom: 20px;
}
.about-3 .content-box .about-3-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--primary);
}
/* about us page css end */
.banner--mobile-bottom .slideshow__text.banner__box {
    display: none;
}
.product__media-wrapper .slick-list, .product__media-wrapper .slick-track {
    height: 100% !important;
}
.grid__item.product__media-wrapper .product__column-sticky {
    display: flex;
    flex-direction: row-reverse;
}
.grid__item.product__media-wrapper .slider-mobile-gutter {
    width: 100%;
}
.grid__item.product__media-wrapper .thumbnail-slider{
    max-width: 110px;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100% !important;
    margin-bottom: 10px;
}
.page-width {
    max-width: 100%;
}
.thumbnail-slider .slick-slide .slider-button{
  display: none !important;
}
.product-grid-container .collection {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.mobile-facets__inner {
    margin-left: unset !important;
    transform: translate(-100%, 0px) !important;
}
.menu-opening .mobile-facets__inner {
    transform: translate(0) !important;
}
.mobile-facets__open-wrapper .mobile-facets__close {
    left: 1%;
}
.related-products{
  padding-bottom:80px !important;
}
.card__content .quick-add{
  margin-bottom:0;
}
.card__content .quick-add button {
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid var(--primary);
  transition:0.4s;
}
.card__content .quick-add button:hover {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}
footer .list-menu__item--active {
    text-decoration: none;
}
.card__content .quick-add button:after{
  box-shadow: none !important;
}
.product .product__media-list.contains-media .global-media-settings{
 border:none;
}
.header__menu-item{
 color:var(--black);
}
.product .product__media-list.contains-media{
  margin-bottom:0;
}
.filter-box .mobile-facets__open, .filter-box .mobile-facets__open:hover{
  color:#fff;
}
.filter-box .active-facets__button-inner{
  color:#fff;
}
.filter-box .facets-container{
  padding-top: 0;
}
.filter-box .facet-filters__field, .filter-box .facet-filters__label label, .filter-box .select select, .filter-box .product-count__text span{
  color:#000;
}
.filter-box .select select:focus{
  outline:none;
}
.filter-box .select select:focus-visible{
  box-shadow:none;
}
.filter-box .select select option{
  background:#fff;
  color:var(--black);
}
.filter-box .select select{
  padding-left: 8px;
}
.product .product__accordion .accordion__content{
   font-size:15px;
}
.product .product__accordion .accordion__content ul, .product .product__accordion .accordion__content ol{
  padding-left:10px;
}
 /* whishlist page css */
.swym-ui-component.swym-wishlist-page {
    max-width: 1320px !important;
    padding: 0 12px !important;
}
.swym-ui-component .swym-wishlist-grid {
    max-width: 100% !important;
}
.swym-ui-component .swym-wishlist-grid li .swym-add-to-cart-btn {
    background-color: var(--primary)!important;
    color: #fff!important;
    font-size: 18px!important;
    line-height: 1.4;
    text-transform: uppercase!important;
    font-weight: 400!important;
    width: 100%;
    display: inline-block!important;
    text-align: center!important;
    padding: 10px 0!important;
    border: 1px solid var(--primary);
    border-radius: 0!important;
    margin: 0;
}
.swym-ui-component .swym-wishlist-grid li .swym-add-to-cart-btn:hover {
    background-color: transparent !important;
    color: var(--primary) !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-grid li {
    width: 24% !important;
    margin: 0 1.33% 3% 0 !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-grid li:nth-child(4n) {
    margin-right: 0 !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    height: 400px !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100% !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    color: var(--black) !important;
    margin: 12px 0 10px !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
    font-size: 16px !important;
    color: var(--primary) !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    margin: 0px !important;
}
.swym-ui-component .swym-product-price .swym-product-final-price {
    font-size: 16px !important;
    color: var(--primary) !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    margin: 0px !important;
    font-weight: 500 !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
    padding: 7px 0 !important;
}

 /* whishlist page css end */
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn,
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn,
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-share-login .swym-login-btn,
button#checkout{
  background-color: var(--primary) !important;
}
button#checkout-pay-button {
    background: var(--primary) !important;
}
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-save-list-btn{
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn {
    background: #ffffff73;
}
.title-wrapper-with-link a{
  color: var(--primary) !important;
  text-decoration: underline;
}
.insta-feed-top .rich-text {
    padding: 30px 0 30px;
    background-color: #dcd8d53a;
}
#shopify-section-template--18450236047541__1746863563d85f8cc6 {
    padding-bottom: 40px;
    background-color: #dcd8d53a;
}

/*----------------------------------------------------------------------- responsive css---------------------------------------------------------------------  */


@media (min-width:576px){
    .footer .main-footer .footer-col.footer-link .footer-heading i{
        display: none;
    }
}

@media (min-width:750px){
  .footer .footer__blocks-wrapper .grid__item:first-child{
    width:48%;
  }
  .footer .footer__blocks-wrapper .grid__item:nth-child(2), .footer .footer__blocks-wrapper .grid__item:nth-child(3){
    width:48%;
  }
  .footer .footer__blocks-wrapper .grid__item:nth-child(4){
    width:48%;
  }
  .product .product__media-list.contains-media .product__media img{
        max-width:92%;
        max-height: 700px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
       object-fit: contain;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:700px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 700px;
      overflow-y: auto;
    }
}

@media (min-width:992px){
    header .navbar .nav-item:hover .dropdown-menu{
        display: block;
        pointer-events: all;
    }
    .header-close-btn{
        display: none;
    }
    header .mobile-nav-icon{
        display: none;
    }
  .product.product--large .product__media-wrapper{
    max-width: 60% !important;
  }
  .product.product--large .product__info-wrapper{
    max-width: 30% !important;
  }
  .product__media-list .product-media-container.media-type-image {
      width: 95% !important;
  }
  .footer .footer__blocks-wrapper .grid__item:first-child{
    width:28%;
  }
  .footer .footer__blocks-wrapper .grid__item:nth-child(2), .footer .footer__blocks-wrapper .grid__item:nth-child(3){
    width:22.5%;
  }
  .footer .footer__blocks-wrapper .grid__item:nth-child(4){
    width:23%;
  }
  .product .product__media-list.contains-media .product__media img{
        max-height: 500px;
        object-fit: cover;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:500px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 500px;
    }
}

@media (min-width:1200px){
    .collection-list.grid .collection-list__item {
        max-width: 24%;
        width: 24% !important;
    }
  .product .product__media-list.contains-media .product__media img{
        max-height: 480px;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:480px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 480px;
    }
}

@media (min-width:1400px){
  .product .product__media-list.contains-media .product__media img{
        max-height: 500px;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:500px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 500px;
    }
}

@media (min-width:1500px){
  .product .product__media-list.contains-media .product__media img{
        max-height: 600px;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:600px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 600px;
    }
}

@media (min-width:1600px){
  .product .product__media-list.contains-media .product__media img{
        max-height: 700px;
    }
    .product .product__media-list.contains-media .product__media.media--transparent{
       padding-top:700px;
    }
    .thumbnail-slider .thumbnail-list.slider{
      max-height: 700px;
    }
}

@media (min-width:992px) and (max-width:1299px){
    .product-details .prod-btn {
        gap: 16px;
    }
    .product-details .prod-btn a.first {
        padding: 12px 15px;
    }
    header .navbar .navbar-nav {
       /*30px   */
        gap: 5px;
    }
}

@media (max-width:1899px){
    .about-2 .content-box {
        padding-bottom: 4%;
    }
}

@media (max-width:1599px){
    .p-100 {
        padding: 70px 0;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
  .pt-100 {
        padding-top: 70px;
    }
    .product-slider .thumbnail-slider img {
        max-width: 110px;
        max-height: 110px;
        margin-bottom: 10px;
    }
  .about-section .about-quote {
        padding-left: 7%;
    }
    .about-2 .content-box {
        padding-bottom: 8%;
    }
  .cta1-new a {
      font-size: 1.6rem;
  }
  .header__heading-logo {
      max-width: 100px;
      height: auto;
  }
  /* .new-inner-hero {
      height: 500px;
  } */
}

@media (max-width:1399px){
    header ul.nav-icon {
        gap: 20px;
    }
    .best-seller-box .img-box img {
        height: 342px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
      height: 342px !important;
    }
    .product-details .prod-pricing {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-details  .prod-rating {
        margin: 15px 0;
    }
    .product-slider .thumbnail-slider img {
        max-width: 110px;
        max-height: 110px;
    }
    .product-details .prod-btn {
        margin-top: 20px;
        max-width: 100%;
    }
    .product-details .prod-color {
        padding-bottom: 20px;
    }
    .product-details .prod-btn a {
        padding: 12px 37px;
    }
    .product-details .prod-accordian {
        margin-top: 20px;
    }
    .new-inner-hero h2 {
        font-size: 46px;
    }
  .new-inner-hero h1 {
        font-size: 46px;
    }
  .information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before {
        top: 30%;
    }
  .about-section .about-quote {
        font-size: 25px;
        padding-left: 6%;
        padding-top: 5%;
    }
    .about-section .about-quote:after {
        top: 15%;
    }
}

@media (max-width:1299px){
    .product-slider .thumbnail-slider img {
        max-width: 90px;
    }
  /* .slick-track .slick-slide:nth-child(2) {
    width: 100% !important;
} */
}

@media (max-width:1199px){
    header ul.nav-icon {
        gap: 10px;
    }
    .best-seller-box .img-box img {
        height: 283px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        height: 283px !important;
    }
    .container-fluid {
        padding: 0 30px;
    }
    .product-details .prod-btn a {
        padding: 12px 22px;
    }
    .contact-details .contact-div p {
        font-size: 20px;
    }
    .new-inner-hero h2 {
        font-size: 42px;
    }
  .new-inner-hero h1 {
        font-size: 42px;
    }
  .information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before {
        top: 24%;
    }
  .about-section .about-text, .about-3 .content-box .about-3-text {
        font-size: 18px;
    }
    .about-section .about-quote {
        font-size: 24px;
    }
    .about-section .about-quote:after {
        top: 11%;
        width: 22px;
    }
    .about-2 .content-box {
        padding-bottom: 23%;
        padding-top: 9%;
    }
    .about-2 .bottom-box .bottom-box-content {
        margin-top: -14%;
    }
    .about-2 .shape-1 {
        width: 71%;
    }
    .about-2 .bottom-box .bottom-box-content p {
        width: 60%;
        font-size: 15px;
    }
  .header__heading-logo {
      max-width: 90px;
  }
  header.fixed-nav .header__heading-logo {
      max-width: 70px;
  }
}

@media (max-width:991px){
    .container-fluid {
        padding: 0 20px;
        overflow-x:hidden;
    }
    header ul.nav-icon {
        gap: 10px;
    }
    .p-100 {
        padding: 60px 0;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-100 {
          padding-top: 60px;
      }
    .p-70 {
        padding: 60px 0;
    }
    .related-products{
      padding-bottom:60px !important;
    }
    header .header-col-1{
        order: 2;
        text-align: center;
    }
    header .header-col-2{
        order: 1;
    }
    header .header-col-3{
        order: 3;
    }
    header .navbar-toggler {
        border: none;
        padding: 0;
    }
    header .navbar-toggler:focus{
        box-shadow: none;
    }
    header .navbar-collapse {
        position: fixed;
        left: -40%;
        top: 0;
        background: #fff;
        width: 40%;
        z-index: 99;
        padding: 20px;
        height: 100% !important;
        transition: 0.4s;
        overflow: auto;
    }
    header .navbar-collapse.show {
        left: 0;
    }
    header .navbar .navbar-nav {
        gap: 0;
    }
    header .header-close-btn {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    header .header-close-btn i{
        transform: rotate(0deg);
    }
    header .navbar-collapse.show .header-close-btn i{
        font-size: 16px;
        transform: rotate(275deg);
    }
    header .navbar .navbar-nav .nav-item {
        padding: 12px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    header .navbar .navbar-nav .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .navbar .navbar-nav .dropdown-menu li a {
        padding: 0px 5px;
        font-size: 14px;
    }
    header .mobile-nav-icon li {
        padding: 12px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    header .mobile-nav-icon{
        list-style: none;
        padding-left: 0;
    }
    header .mobile-nav-icon li a{
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--black);
        font-size: 14px;
        text-transform: uppercase;
    }
    header ul.nav-icon li:nth-child(2), header ul.nav-icon li:nth-child(3){
        display: none;
    }
    .product-slider .thumbnail-slider img {
        max-width: 100px;
    }
    .product-slider {
        padding-right: 0%;
    }
    .product-details {
        padding-right: 0%;
        margin-top: 20px;
    }
    .contact-details .contact-div img {
        width: 15%;
    }
    .contact-details .contact-div p {
        font-size: 24px;
    }
    .contact-page .contact-form{
        margin-top: 30px;
    }
   header .header-navbar{
     display:none;
   }
  header .header-col-2 {
      display: none;
  }
  header {
      position: relative;
  }
  header .header__heading-logo-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: max-content;
  }
  header .header__heading-logo {
      width: 87px;
  }
  header header-drawer{
      margin-left: 0;
  }
  header .header-col-1 .header__icon span {
      position: relative;
      top: 30%;
  }
  .footer__content-top .grid {
      row-gap: 0 !important;
  }
  .information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before {
        top: 16%;
    }
  .about-section .row-1 .my-auto{
        order: 2;
        margin-top: 25px !important;
    }
    .about-section .row-2 .my-auto{
        margin-top: 25px !important;
    }
    .about-section .content-box {
        padding: 0;
    }
    .about-section .row-1, .about-section .row-2{
        justify-content: center;
    }
    .about-3 .img-box{
        margin-top: 30px;
    }
    .about-2 .content-box .box {
        flex-wrap: wrap;
    }
    .about-2 .about-2-sub-heading {
        width: 100%;
    }
    .about-2 .content-box .box .about-2-text {
        width: 48%;
    }
    .about-2 .content-box .box .img-box {
        width: 48%;
    }
    .about-2 .bottom-box .bottom-box-content {
        padding: 25px 20px;
    }
    .about-2 .bottom-box .bottom-box-content p {
        width: 100%;
        font-size: 15px;
        padding-left: 33%;
    }
    .about-2 .content-box {
        padding-bottom: 15%;
    }
    .about-2 .shape-1 {
        display: none;
    }
    .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li {
        width: 32%!important;
        margin: 0 2% 3% 0!important;
    }
    .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li:nth-child(4n) {
        margin-right: 2% !important;
    }
    .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li:nth-child(3n) {
        margin-right: 0!important;
    }
    .swym-ui-component .swym-wishlist-grid {
        padding: 0;
    }
    .swym-ui-component .swym-wishlist-detail-content {
        margin-top: 18px !important;
    }
    .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail.swym-show-share-option-on-top .swym-wishlist-detail-header{
      margin-bottom: 68px !important;
    }
    .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-detail-header .swym-action-container {
        top: 53px !important;
    }
  .cta1-new .cta1-new-h {
      font-size: 2rem;
      line-height: 1.3;
  }
  .cta1-new-btn {
      margin-top: 25px;
  }
  .cta1-new .content-box {
      padding: 20px 20px;
  }
  .cta1-new a {
      font-size: 1.4rem;
  }
}

@media (max-width:767px){
    .best-seller-box .img-box img {
        height: 322px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        height: 322px !important;
        max-height: unset !important;
    }
    header .navbar-collapse {
        left: -70%;
        width: 70%;
    }
    .filter-box .filter-btn {
        padding: 0 15px;
    }
    .filter-box .left-side select {
        margin: 0 10px;
    }
    .new-inner-hero h2 {
        padding-top: 32px;
    }
  .new-inner-hero h1 {
        padding-top: 32px;
    }
    .new-inner-hero .contact-sub-heading {
        /* text-align: center; */
    }
    /* .new-inner-hero .breadcrumb {
        justify-content: center;
    } */
    .new-inner-hero .img-box{
        text-align: center;
    }
    .new-inner-hero .img-box img {
        max-width: 55%;
    }
    .new-inner-hero .contact-sub-heading {
        font-size: 15px;
    }
    .contact-details .contact-div {
        margin-top: 25px;
    }
    .contact-details .contact-div img {
        width: 20%;
    }
    .new-inner-hero h2 {
        font-size: 32px;
    }   
  .new-inner-hero h1 {
        font-size: 32px;
    } 
  .section-template--18248705278129__main-padding {
      padding-bottom: 0 !important;
  }
  .information-sec .content-box.box-2 {
        padding-top: 0%;
    }
    .information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before {
        top: 7%;
    }
  .about-2 .first-box .img-box {
        max-width: 200px;
        margin: auto;
    }
    .about-2 .content-box {
        padding-bottom: 8%;
        padding-top: 20px;
    }
    .about-2 .shape-2{
        display: none;
    }
    .about-2 .content-box .box .img-box {
        width: 100%;
        text-align: center;
    }
    .about-2 .content-box .box .about-2-text {
        width: 100%;
        text-align: center;
    }
    .about-2 .about-2-heading, .about-2 .about-2-sub-heading{
        text-align: center;
        line-height: 1.6;
    }
    .about-2 .content-box .box {
        display: block;
    }
    .about-2 .bottom-box .bottom-box-content img {
        max-width: 175px;
    }
  .bg-text{
      display:none;
    }
  .swym-ui-component .swym-wishlist-grid {
      padding: 0 8px !important;
  }
  .swym-ui-component .swym-wishlist-detail-separator {
      margin: 0 8px 0 !important;
  }
  .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li:nth-child(2n) {
      margin-right: 0!important;
  }
  .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li {
      width: 48%!important;
      margin: 0 4% 3% 0!important;
  }
  .swym-ui-component.swym-wishlist-page .swym-wishlist-grid li:nth-child(3n) {
      margin-right: inherit !important;
  }
  .cta1-new .img-box img{
    margin-top:20px;
  }
  .cta1-new a {
      padding: 6px 18px;
  }
  .video-new-section .video-box:after {
      bottom: 8px;
  }
  .video-new-section .video-box:hover .video-box-title {
      bottom: 25px;
  }
  .video-new-section .video-box-title {
      font-size: 16px;
  }
}


@media (max-width:749px){
  .grid__item.product__media-wrapper .product__column-sticky {
    display: block;
}
  .grid__item.product__media-wrapper .thumbnail-slider {
    max-width: 100%;
}
  .thumbnail-slider .slick-list, .thumbnail-slider .slick-track{
    width:100% !important;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 20%!important;
    margin-bottom: 0px;
}
  .thumbnail-slider .thumbnail-list.slider {
    display: flex !important;
}
  .footer-block.grid__item {
    margin: 0 !important;
}
  .filter-box .select select{
    color:var(--black);
  }
}

@media (max-width:575px){
    header .header__heading-logo {
        width: 70px;
    }
    .p-100 {
        padding: 40px 0;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
  .pt-100 {
        padding-top: 40px;
    }
    .pt-60 {
        padding-top: 15px;
    }
    .p-60{
        padding: 40px 0;
    }
    .pb-60 {
        padding-bottom: 20px;
    }
    .p-70 {
        padding: 40px 0;
    }
    .related-products{
        padding-bottom:40px !important;
    }
    header .navbar-collapse {
        left: -80%;
        width: 80%;
    }
    .footer .main-footer  .footer-link li:not(:last-child) {
        margin-bottom: 12px;
    }
    .footer .main-footer  .footer-link .footer-heading {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .about-text-sec p {
        font-size: 15px;
    }
    .about-text-sec h3 {
        font-size: 20px;
    }
    .about-text-sec p {
        margin-bottom: 15px;
    }
    .footer .main-footer .footer-col.footer-link ul{
        display: none;
        margin-top: 10px;
    }
    .footer .main-footer .footer-block--menu .footer-heading {
        padding-top: 0;
        margin-bottom: 0;
    }
    .footer .main-footer .footer-col.footer-link{
        border-top: none;
        padding: 0;
    }
    .footer .main-footer .footer-block--menu {
        padding: 15px 0;
    }
  .footer .footer__blocks-wrapper.grid{
    margin-bottom:0;
  }
  .footer .footer-block--menu{
    border-top:1px solid #3D3D3F;
  }
    .footer .main-footer {
        padding-bottom: 0px;
    }
    .footer .main-footer .footer-col.footer-about{
        padding-bottom: 15px;
    }
    .footer .main-footer .white-logo {
        margin-bottom: 24px;
    }
    .footer .main-footer .footer-col.footer-link .footer-heading{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 2px;
    }
    .footer .main-footer .footer-col.footer-link .footer-heading i{
        font-size: 14px;
        transition: 0.3s;
    }
    .footer .main-footer .footer-col.footer-link .footer-heading.active i{
        transform: rotate(90deg);
    }
    .best-seller-box .img-box img {
        height: 290px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        height: 290px !important;
    }
    .best-seller-btn {
        font-size: 16px;
        padding: 10px 0;
    }
    .best-seller-price, .card__content .card__information .price__regular {
        font-size: 14px;
        padding: 4px 0;
    }
    .best-seller-box .img-box .wishlist-icon {
        right: 10px;
        width: 35px;
        height: 35px;
    }
    .best-seller-box:hover .img-box .wishlist-icon {
        top: 10px;
    }
    .best-seller-box:hover .img-box .wishlist-icon svg{
        width: 20px;
    }
    .best-seller-heading, .card__content .card__information .card__heading {
        font-size: 16px;
    }
    .container-fluid {
        padding: 0 12px;
    }
    header .logo-box img {
        max-width: 70px;
        height: auto;
    }
    h1, h2 {
        margin-bottom: 15px;
    }
    .category .slick-arrow, .insta-video .slick-arrow, .recent-view .slick-arrow, .testimonial-slider .slick-arrow{
        top: 38%;
        width: 40px;
        height: 40px;
    }
    .category .category-slider:hover .slick-arrow.slick-prev, .insta-video .insta-slider:hover .slick-arrow.slick-prev, .recent-view .recent-view-slider:hover .slick-arrow.slick-prev,
    .testimonial-slider:hover .slick-arrow.slick-prev-btn {
        left: 15px;
    }
    .category .category-slider:hover .slick-arrow.slick-next, .insta-video .insta-slider:hover .slick-arrow.slick-next, .recent-view .recent-view-slider:hover .slick-arrow.slick-next,
    .testimonial-slider:hover .slick-arrow.slick-next-btn {
        right: 15px;
    }
    .inner-hero {
        height: 200px;
    }
    .listing-products .product-badges {
        top: 8px;
    }
    .listing-products .product-badges .sell-offer {
        padding: 1px 6px;
        font-size: 12px;
    }
    .pagination-box .page-link {
        width: 40px;
        height: 40px;
    }
    .filter-box .filter-btn {
        padding: 0 12px;
    }
    .filter-sidebar {
        max-width: 80%;
    }    
    .filter-box .left-side select {
        margin-left: 0;
    }
    .filter-box .sorting-div:before, .filter-box .filter-btn:before{
        display: none;
    }
    .filter-box .filter-btn:after{
        height: 100%;
    }
    .filter-box .right-side p {
        margin-top: 10px;
    }
    .product-des-tab ul#tabs-nav li a {
        font-size: 18px;
    }
    .product-des-tab ul#tabs-nav {
        display: block;
        margin-bottom: 20px;
    }
    .product-des-tab ul#tabs-nav li.active a{
        border-bottom: none;
        color: var(--blue);
    }
    .map p iframe{
        height: 350px;
    }
    .contact-page .contact-form form .form-control {
        height: 60px;
        margin-bottom: 20px;
        padding: 15px 12px;
    }
    .contact-details .contact-div p {
        font-size: 20px;
    }
    .main-heading {
        margin-bottom: 20px;
    }
    .main-heading h1, .main-heading h2, .collection-title, .related-products__heading {
        font-size: 24px;
    }
    .cta1 .text-1 p {
        letter-spacing: 1px;
    }
    .cta1 .text-1 .black-btn {
        padding: 0.2% 3%;
    }
    .cta1 .text-1 p {
        color: var(--black);
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .cta1 .text-1 {
        top: 3%;
    }
    .cta1 .text-1 .black-btn .arrow i {
        font-size: 8px;
    }
    .product-details .prod-name {
        font-size: 22px;
        padding-bottom: 0;
    }
    .product-details .prod-pricing {
        font-size: 22px;
    }
  .information-sec .box-number {
        font-size: 32px;    
        margin-bottom: 10px;
    }
    .information-sec .box-heading {
        font-size: 26px;
    }
    .information-sec .content-box::before, .information-sec .content-box.box-2::after, .information-sec .content-box.box-2::before {
        top: 6%;
    }
  .about-section .image-text {
        padding: 13px 28px;
        font-size: 34px;
        border-radius: 15px;
    }
    .about-section .about-heading, .about-3 .about-3-heading {
        font-size: 30px;
    }
    .about-2 .about-2-heading {
        margin-bottom: 10px;
    }
    .about-2 .bottom-box .bottom-box-content {
        padding: 0;
        position: unset;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .about-2 .bottom-box .bottom-box-content img {
        position: unset;
        display: block;
    }
    .about-2 .bottom-box .bottom-box-content p {
        padding: 10px 10px;
    }
    .about-2 .content-box {
        padding-bottom: 0;
    }
    .about-2 .content-box .box .img-box {
        margin-top: 25px;
    }
    .about-2 .bottom-box {
        height: auto;
    }
    .about-2 {
        margin-bottom: 15px;
    }
  .insta-feed-top .rich-text {
      padding: 40px 0 30px;
  }
  #shopify-section-template--18450236047541__1746863563d85f8cc6 {
    padding-bottom: 15px;
}
}

@media (max-width:480px){
    .best-seller-box .img-box img {
        height: 250px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        height: 250px !important;
    }
    .product-details .prod-btn {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width:380px){
    .best-seller-box .img-box img {
        height: 215px;
    }
    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        height: 215px !important;
    }
}

/* -------------------------------new css add----------------------------- */

.category-slider .category-box {    max-width: 16%;    float: left;}
.category-slider .slick-slide .category-box {    max-width: 100%;    float: unset;}
html, body {
  overflow-x: hidden;
  scroll-behavior: auto; /* disable smooth scroll that may flicker on load */
}

.owl-carousel {
  min-height: 300px; /* or expected height */
}
.instafeed-new-layout-container .instafeed-new-arrow {
    z-index: 2 !important;
}

.swym-wishlist-collections-v2-container {
    
    z-index: 1 !important;
 
}

/*this is for Author section css   */

.author-bio-section {
  background-color: #f8f9fa;
  padding: 40px 20px;
  margin: 40px 0;
}

.author-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.author-image-wrapper {
  flex-shrink: 0;
}

.author-image {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.author-content {
  flex: 1;
}

.author-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.author-description {
  margin-bottom: 20px;
}

.author-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.social-follow {
  display: flex;
  align-items: center;
  gap: 15px;
}

.follow-text {
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-link.facebook {
  background-color: #1877F2;
}

.social-link.facebook:hover {
  background-color: #166fe5;
}

.social-link.twitter {
  background-color: #000000;
}

.social-link.twitter:hover {
  background-color: #333333;
}

.social-link.youtube {
  background-color: #FF0000;
}

.social-link.youtube:hover {
  background-color: #e60000;
}

.social-link.instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-link.instagram:hover {
  opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .author-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }
  
  .author-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  
  .author-title {
    font-size: 20px;
  }
  
  .author-description p {
    font-size: 15px;
  }
  
  .social-follow {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .author-bio-section {
    padding: 20px 10px;
  }
  
  .author-container {
    padding: 15px;
  }
  
  .author-image {
    width: 100px;
    height: 100px;
  }
  
  .author-title {
    font-size: 18px;
  }
  
  .social-link {
    width: 35px;
    height: 35px;
  }
}



/* for BACK IN STOCK  CSS */

/* Notify Me Popup Styles */
/* .notify-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

.notify-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
  animation: slideUp 0.3s ease-out;
}

.notify-popup h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.notify-popup p {
  margin: 0 0 20px 0;
  color: #666;
  text-align: center;
  line-height: 1.5;
}

.notify-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notify-input {
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.notify-input:focus {
  outline: none;
  border-color: #007bff;
}

.notify-btn {
  padding: 12px 24px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.notify-btn:hover {
  background: #0056b3;
}

.notify-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.notify-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notify-close:hover {
  color: #333;
}

.notify-trigger-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin: 10px 0;
  transition: background-color 0.3s ease;
  width: 100%;
}

.notify-trigger-btn:hover {
  background: #218838;
}

.success-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 15px;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Responsive Design */
@media (max-width: 480px) {
  .notify-popup {
    padding: 20px;
    margin: 20px;
    width: calc(100% - 40px);
  }
  
  .notify-popup h3 {
    font-size: 20px;
  }
} */


 /* for filter sidebar border  and layout fix  */

 
 
/* for border of filters  */
.page-collection section.filter-box {
    overflow: hidden;
    padding-right: 30px;
    width: 20%;
}
.page-collection .section-template--25807966568629__product-grid-padding {
    margin-top: 25px;
}
.page-collection .product-grid-container .collection {
    padding-top: 0 !important;
}
.page-collection .facets.facets-vertical-sort {
    margin-bottom: 25px;
}
.page-collection .filter-box .active-facets__button-inner {
    color: #000;
}
.page-collection .facets-vertical .facets-wrapper {
    padding-right: 5px;
}
.page-collection .filter-box .select select {
    padding-left: 0px;
}

@media(max-width:1260px) {
    .page-collection section.filter-box {
        padding-right: 30px;
        width: 30%;
    }
}

@media (max-width: 991px) {
    .page-collection section.filter-box {
        padding-right: 30px;
        width: 40% !important;
    }
    .page-collection .facet-filters__field {
        flex-direction: column;
        align-items: baseline;
        row-gap: 12px
    }
    .page-collection .product-count-vertical.light {
        display: none;
    }
    .page-collection .filter-box .container facet-filters-form form .facet-filters {
        padding-left: 0;
        width: 100%;
    }
    .page-collection .facet-filters__field .select {
        width: 100%;
    }
    .page-collection .facets.facets-vertical-sort {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .page-collection section.filter-box {
        width: 100%;
        padding-block: 10px;
        margin-bottom: 40px;
    }

    .page-collection .filter-box #main-collection-filters {
        border: none;
        padding: 0px;
    }
}

.page-collection section.filter-box aside#main-collection-filters .facets__form-vertical {
    width: auto;
}

@media screen and (min-width: 750px) {
    .facets-vertical .product-grid-container {
        width: 80% !important;
    }
}

@media(max-width:750px) {
    .page-collection .facets.facets-vertical-sort+.facets-vertical.page-width {
        padding: 0;
    }

    .page-collection #ProductGridContainer {
        padding-inline: 15px;
    }

    .page-collection section.filter-box {
        padding-right: 20px;
        width: 100% !important;
        padding-left: 20px;
    }

    .page-collection section.filter-box .container {
        border: none !important;
    }

    .page-collection .filter-box .product-count__text span {
        color: #f6f6f6;
    }

    .page-collection .section-template--25807966568629__product-grid-padding .facets-vertical.page-width {
        padding-inline: 0
    }
}

@media(max-width: 767px){
    .filter-box .active-facets__button-inner.button {
        color: #fff;
        border: 1px solid #fff;
    } 
}

.page-collection section.filter-box .container {
    /* border: 1px solid #ccc; */
}
.page-collection .filter-box .container facet-filters-form {
    padding-inline: 0 !important;
}
.page-collection .filter-box .container facet-filters-form form {
    justify-content: left
}
.page-collection .filter-box .container facet-filters-form form .facet-filters {
    padding-left: 0;
    width: 100%;
}
.product-count-vertical.light {
    display: none;
}
.page-collection .facet-filters__field {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.page-collection .facet-filters__field .select {
    width: 100%;
}
.facet-filters__label {
    white-space: nowrap;
}


/* For pagination at Iphone */
.page-collection .pagination .pagination__list {
    display: flex !important;
    flex-wrap: nowrap !important;
}


/* for hiding numbers of products in mobile filter  */
/* Hide ProductCount on mobile and small devices */
@media (max-width: 767px) {
  #ProductCount {
    display: none !important;
  }
}
