/* CSS Reset & Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Assistant", sans-serif;
    background: #fff;
    color: #222;
    line-height: 1.6;
}


a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 90%;
    margin: auto;
}

.top-bar{
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        margin: 0;
        padding: 9px 0 10px;
        text-align: center;
        background-color: #fe92aa;
        letter-spacing: .3px;
}
/* Header & Nav */
header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
header .logo{
    margin: 0 auto;
}
header .logo img{
    max-width: 100px;
  margin: -14px 0 -15px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    display: flex;
    gap: 53px;
}

nav ul li a {
    font-weight: 500;
    transition: color 0.3s;
    text-transform: uppercase;
  font-size: 15px;
}

nav ul li a:hover {
    color: #888;
}

.icons {
    display: flex;
    gap: 20px;
    font-size: 18px;
    align-items: center;
    min-width: 230px;
  justify-content: end;
}
.cart-link,
.wishlist-link{
    position:relative;
    display: block;
}
.cart-link .cart-count,
.wishlist-link .wishlist-count{
    position: absolute;
  right: -10px;
  top: -3px;
  width: 18px;
  height: 18px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: arial;
}
.wishlist-link .wishlist-count{
    right: -12px;
}


/* Hero Section */
/* .hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f7f3ef;
    padding: 40px;
} */

.hero-content h1 {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}


@media(min-width:769px){
    .hero .swiper-slide img{ width:100%}
    .hero .swiper-slide img:not(.desktop){ 
        display: none;
    }
}

.btn {
    display: inline-block;
    padding: 14px 40px;
    background: #222;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 200px;
  text-align: center;
  font-family: "Assistant", sans-serif;
  border:0;
  cursor: pointer;
}

.btn:hover {
    background: #444;
}

.btn-bordered {
    display: inline-block;
    padding: 13px 40px;
    border:1px solid #222;
    color: #000;
    transition: .3s;
    min-width: 250px;
  text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}








/* Swiper Slide Layout */
.hero {
    position: relative;
    width: 100%;
    padding-bottom: 90px;
}
.hero .swiper-pagination{
    position: relative;
    margin-top: 14px;
}
.hero .swiper-pagination .swiper-pagination-bullet{
    border-radius: 3px;
    width: 20px;
    height: 4px;
    background: #dfdfdf;
    opacity: 1;
}
.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active{ background-color: #111;}
.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Image Background Handling 
.swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers area without stretching 
    z-index: -2;
}*/

/* Dark Overlay for Text Readability */
/* .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
} */

/* Adjust Text Color for Images */
.hero-content h1 {
    color: #fff; /* White text looks better on images */
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.hero-content p {
    color: #f4f4f4;
}



.footer .footer-top{
    background:rgba(255,180,131,.08);
    padding:30px 0;
}
.footer .footer-top .container{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}
.footer .footer-top .container .each{
    display: flex;
    column-gap: 2px;
    align-items: center;
}
.footer .footer-top .container .each svg{
    align-items: center;
  border: 2px dashed rgba(248,100,60,.38);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  margin-right: 15px;
  padding: 7px;
  width: 40px;
}

.footer .footer-top .container .each strong{ font-weight: 600; text-transform: uppercase;display: block;
    line-height: normal;}
.footer .footer-top .container .each p{ font-size:14px;}



.footer .footer-bottom{
    padding:50px 0;
}
.footer .footer-bottom .container{
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}

.footer .footer-bottom .container h3{
    margin-bottom: 10px;
    font-weight: 600;
}
.footer .footer-bottom .container ul li{
    margin-bottom: 6px;
    font-size: 14px;
}
.footer .footer-top .container .each{ min-width:33.33%}
.footer .footer-bottom .container .each{ min-width:33.33%; padding-left:60px}
.footer .copy{ font-size: 12px;color: #626262;}
.social-links{
    display: flex;
    column-gap: 12px;
    margin-bottom: 10px;
}
.social-links li img{
    width: 32px;
}
.wa-btn{
    display: inline-flex;
    background: green;
    color: #fff;
    border-radius: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 9px 9px 9px 23px;
    align-items: center;
    column-gap: 7px;
    font-size: 16px;
    z-index: 11;
}
.disabled-btn {
    background: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}


.top-picks{
    margin-bottom: 80px;
}
.top-picks .heading{
    margin-bottom: 40px;
    text-align: center;
}
.top-picks .heading h2{
    font-size: 34px;
}
.top-picks .heading p{
    font-size: 18px;
}
.post .thumb{
    position:relative;
}

.post .wishlist-btn{
    position:absolute;
    top:10px;
    right:10px;
    z-index:5;
    width:38px;
    height:38px;
    border-radius:50%;
    background:hsla(0,1%,86%,.65);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.post .wishlist-btn svg{
    width:18px;
    height:18px;
}

.post .wishlist-btn.active svg{
    fill:#3b3b3b;
}
.post .thumb img{
display: block;
margin-bottom: 10px;
width: 100%;
}
.post .thumb .tag{
    position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-block;
  padding: 1px 8px 2px 8px;
  border-radius: 50px;
  background-color: #FF7355;
  color: #fff;
  font-size: 10.8px;
  z-index: 6;
  text-transform: uppercase;
  line-height: normal;
}
.post .thumb .tag.new{
    background-color: #000;
    color:#fff;
}
.post .thumb .tag.sold-out{
    background-color: #fff;
    color:#000;
}
.post .content .post-meta{
    display: flex;
    font-size: 12px;
    column-gap: 15px;
    color: #81807f;
}
.post .content .post-meta li{ position:relative;}
.post .content .post-meta li:nth-child(1)::after{ content: "";
    position: absolute;
    right: -8px;
    top: 5px;
    height: 11px;
    background: #81807f;
    width: 1px;}
.post .content h3{ font-size: 16px; font-weight: 600; margin-bottom: 5px;}
.post .content .price{ font-size: 14px;}
.post .content .price u{ text-decoration: line-through;
    color: #ccc;
    margin-right: 4px;}

.top-picks .swiper-pagination{
    position: relative;
    margin-top: 24px;
}
.top-picks .swiper-pagination .swiper-pagination-bullet{
    border-radius: 3px;
    width: 7px;
    height: 7px;
    background: #dfdfdf;
    opacity: 1;
}
.top-picks .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color: #111;}



.posts:not(.single){
    margin:60px -20px;
    display:flex;
    flex-wrap: wrap;
  column-gap: 20px;
}
.posts:not(.single) .post{
    flex: 0 0 calc(25% - 15px);
    margin-bottom: 40px;
    position: relative;
}

.posts.single{ margin:60px 0;}
.posts.single .post{ display:flex;}
.posts.single .thumb{ width:50%;}
.posts.single .thumb .tag {bottom: 11vw;padding: 5px 10px 5px 10px;font-size: 12px;}
.posts.single .content{ width:50%; padding:0 3.4%;}
.posts.single .post .content .post-meta { font-size: 15px;}
.posts.single .post .content h3 { font-size: 32px; font-weight: 700;}
.posts.single .post .content p{ margin-bottom:6px}
.posts.single .post .content p strong{ display:block;}
.posts.single .post .content .price { font-size: 18px;}
.posts.single .post .content .details{ padding:30px 0;}
.posts.single .post .content .details h4{ margin-bottom: 10px; font-size: 17px;}
.posts.single .post .content .btns{ display: flex; align-items: center;
    column-gap: 12px;
    margin-top: 30px;}
.posts.single  .post .wishlist-btn {
        top: 20px;
        right: 20px;}

    .quantity{ width:160px; height:50px; border:1px solid #333; border-radius: 50px; position: relative; overflow: hidden;}
    .quantity input{ height:48px; width:100%; background:none; border:0; border-radius: 50px; padding:0 20px; outline: none; text-align: center;}
    .quantity a.plus{ position: absolute; right:0; top:0; bottom:0; width:53px; text-align: center; font-size: 20px;display: flex;
        justify-content: center;
        align-items: center;}
        .quantity a.plus svg{ width:15px;}
    .quantity a.minus{ position: absolute; left:0; top:0; bottom:0; width:55px; text-align: center; font-size: 20px;display: flex;
        justify-content: center;
        align-items: center;}
        .quantity a.minus svg{ width:15px;}





        /* PRODUCT GALLERY */
        @media(min-width:769px){
            .post .thumb .tag{ font-size: 14px; padding:2px 10px 2px 10px;left: 15px;bottom: 15px;}
            .mobile-back-btn{ display: none;}
            .posts.single .post .thumb .tag{ left: auto;
                right: 75px;
                bottom: auto;
                font-size: 14px;
                padding: 5px 15px 5px 15px;
                top: 25px;}
        .posts.single .thumb{
    display:flex;
    gap:20px;
    /* width:100%; */
    position:sticky;
    top:120px;
}

/* LEFT THUMBNAILS */
.product-thumbs{
    width:90px;
    height:700px;
}
.product-thumbs img{
    margin-bottom: 0!important;
}

.product-thumbs .swiper-slide{
    width:100%;
    height:110px !important;
    opacity:0.5;
    cursor:pointer;
    border:1px solid transparent;
    transition:0.3s;
    overflow:hidden;
}

.product-thumbs .swiper-slide-thumb-active{
    opacity:1;
    border-color:#000;
}

.product-thumbs img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
}
/* MAIN SLIDER */
.product-main{
    flex:1;
    overflow:hidden;
}

.product-main .swiper-slide{
    overflow:hidden;
}
.product-main .swiper-slide{
    opacity:0 !important;
    transition:opacity .4s ease;
}

.product-main .swiper-slide-active{
    opacity:1 !important;
}
.product-main img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.product-slider{
    margin:0 110px 90px;
    padding-bottom: 60px;
}
.product-slider .swiper-button-next::after, 
.product-slider .swiper-button-prev::after{
    color:#fff;
    font-size:20px;
    margin-top:-100px;
}
.you-may-also-like h2{
    margin-bottom:30px;
    text-align: center;
    font-weight: 500;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.view-all-btn{
    text-align: center;
    margin-top: 20px;
}
.view-all-btn .btn{
    padding: 13px 30px 12px 30px;
    font-size: 13px;
}
.banner{
    margin-bottom: 34px;
}








/* =========================
   CHECKOUT POPUP
========================= */

.checkout-popup{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.checkout-popup.active{
    display: block;
}

.checkout-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.checkout-box{
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    z-index: 2;
    margin: 60px auto;
}
.checkout-box .cod{
    font-weight: 700;
  font-size: 17px;
}
.checkout-box .cod strong{
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.close-popup{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
    color:#000;
}

.checkout-box h2{
    margin-bottom: 30px;
}

.checkout-box form{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.checkout-box input,
.checkout-box textarea{
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Assistant", sans-serif;
}

.checkout-box textarea{
    height: 120px;
    resize: none;
}

.secondary-btn{
    margin-top: 15px;
    background: #222;
}




/* =========================
   THANK YOU PAGE
========================= */

.thank-you-section{
    padding: 120px 0;
}

.thank-you-box{
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 60px 60px 80px;
    border: 1px solid #eee;
    border-radius: 24px;
    background: #fafafa;
}

.thank-you-box .icon{
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.thank-you-box h1{
    font-size: 46px;
    margin-bottom: 10px;
}

.thank-you-box p{
    font-size: 18px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 35px;
}

.thank-you-box .btns{
    display: flex;
    justify-content: center;
    gap: 16px;
}

@media(max-width:768px){
    .hero .swiper-slide img.desktop{ display: none;}
    .thank-you-section{
        padding: 70px 0;
    }

    .thank-you-box{
        padding: 40px 24px;
    }

    .thank-you-box h1{
        font-size: 7vw;
    margin-bottom: 2vw;
    }
    .thank-you-box p {
        font-size: 3.8vw;
        line-height: 1.7;}
        .thank-you-box .icon {
            width: 16.4vw;
            height: 16.4vw;
            font-size: 10.4vw;
          }

    .thank-you-box .btns{
        flex-direction: column;
    }

}

.wishlist-page{
    margin:50px 0;
}
.wishlist-page .posts:not(.single){
    margin: 30px 0 60px 0;
}
.wishlist-page .posts:not(.single) .remove-wishlist{
    border: none;
  background: transparent;
  color: red;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  margin-top: 5px;
}


/* =========================
   CART PAGE
========================= */

.cart-page{
    padding: 80px 0;
}

.cart-wrapper{
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: flex-start;
    margin:50px 0;
}
.cart-right{
    margin-top: 105px;
}


/* =========================
   LEFT SIDE
========================= */

.cart-left h1{
    font-size: 42px;
    margin-bottom: 40px;
}


/* =========================
   CART ITEM
========================= */

.cart-item{
    display: flex;
    gap: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.cart-item:last-child{
    border: 0;
  padding-bottom: 0;
}

.cart-image{
    width: 180px;
    flex-shrink: 0;
}

.cart-image img{
    width: 100%;
    display: block;
    border-radius: 12px;
}

.cart-content{
    flex: 1;
}

.cart-content h3{
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cart-content p{
    margin-bottom: 14px;
}


/* =========================
   QUANTITY
========================= */

.cart-qty{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.cart-qty button{
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
    transition: 0.3s ease;
    color:#000;
}

.cart-qty button:hover{
    background: #000;
    color: #fff;
}

.cart-qty input{
    width: 60px;
    height: 42px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}


/* =========================
   REMOVE BUTTON
========================= */

.remove-btn{
    border: none;
    background: transparent;
    color: red;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
}


/* =========================
   SUMMARY
========================= */

.cart-summary{
    position: sticky;
    top: 120px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 18px;
    background: #fafafa;
}

.cart-summary h3{
    font-size: 28px;
    margin-bottom: 30px;
}

.summary-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
}

.cart-summary .btn{
    width: 100%;
    justify-content: center;
    margin: 6px 0;
}
.cart-summary .btn svg{
    width: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.cart-summary .btn.btn-bordered{
    background: none;
  color: #000;
  border: 1px solid #000;
  padding: 13px 40px;
}
.cart-summary .btn{
    font-size: 15px;
}

/* .order-summary-container .summary-row:nth-child(1){
    color: #434242;
} */
.order-summary-container .summary-row:nth-child(2){
    color: green;
}

.order-summary-container .summary-row:nth-child(1) strong,
.order-summary-container .summary-row:nth-child(2) strong{
    font-weight: normal;
}
.order-summary-container .summary-row.total-row{
    border-top: 1px solid #eee;
    padding-top: 18px;}



/* =========================
   EMPTY CART
========================= */

#cartItems p{
    font-size: 18px;
}


/* =========================
   MOBILE
========================= */

@media(max-width: 992px){

    .cart-wrapper{
        grid-template-columns: 1fr;
        margin: 20px 0 55px;
    }

    .cart-summary{
        position: static;
    }
    .cart-right{
        margin-top: 0;
    }
    .wishlist-page .posts:not(.single){
        margin-top:20px;
    }
    .wishlist-page .heading h1{
        font-size: 7vw;
    }
    .wishlist-page {
        margin: 20px 0;
      }
}


@media(max-width: 768px){

    .cart-page{
        padding: 40px 0;
    }

    .cart-left h1{
        font-size: 7vw;
    margin-bottom: 4vw;
    }

    .cart-item{
        gap: 6%;
    }

    .cart-image{
        width: 30%;
    }
    .cart-qty{
        gap: 5px;
    margin: 2vw 0;
    }
    #cartItems p {
        font-size: 3.7vw;
        margin-bottom: 1vw;
      }
    .cart-content h3{
        font-size: 4.7vw;
    line-height: 1.25;
    margin-bottom: 1vw;
    }

    .cart-summary{
        padding: 24px;
    }

    .cart-summary h3{
        font-size: 6.5vw;
    }
    .order-summary-container .summary-row{
        font-size: 4.6vw;
        margin-bottom: 4vw;
    }
    .order-summary-container .summary-row.total-row{
        font-size: 5.6vw;
        padding-top: 3vw;
    margin-bottom: 6vw;
    }
      .cart-link .cart-count {
        right: -12px;
        top: 0;
    }
    .cart-qty button {
        width: 34px;
        height: 34px;
        font-size: 16px;}
    .cart-qty input{
        height: 34px;
  font-size: 15px;
  width: 50px;
    }
    .remove-btn {
        font-size: 3.4vw;
      }
      .checkout-box{
        margin: 0;
  height: 100%;
  border-radius: 0;
  padding: 60px 40px;
      }
      .wishlist-link .wishlist-count {
        right: -5px;
    top: 0px;
      }
      .post .wishlist-btn {
        width: 30px;
        height: 30px;}
        .post .wishlist-btn svg {
            width: 15px;
            height: 15px;
          }
          .posts.single .post .wishlist-btn {
            top: 28px;
            right: 15px;
            width: 40px;
    height: 40px;
          }
}


@media (min-width:1025px){
    .hero { height: 72vh;}
    
    
}
@media (min-width:769px){
    .mobile-nav,
    .product-main .swiper-pagination,
    .close-menu,
    .mobile-menu{ display: none;}
}


/* MOBILE */
@media(max-width:768px){
    .container{
        width: 92%;
    }
    nav ul {
        display: none;
    }
    .hero{
        padding-bottom: 12vw;
    }
    .hero-content h1 {
        font-size: 42px;
    }
    .top-picks {
        margin-bottom: 12vw;
    }
    .top-picks .heading {
        margin-bottom: 9vw;
    }

    /* .thumb{
        flex-direction:column-reverse;
    }
    .product-thumbs{
        width:100%;
        height:auto;
    }
    .product-thumbs .swiper-wrapper{
        flex-direction:row;
    }
    .product-thumbs .swiper-slide{
        height:80px !important;
    }
    .product-main{
        height:500px;
    } */
    .top-bar,
    .icons,
    .wa-btn,
    .product-thumbs,
    .product-slider .swiper-button-next, .product-slider .swiper-button-prev{
        display: none;
    }    
    .home header{
        background: none;
        position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  right: 0;
    }
    header {
        border:0;
        padding: 30px 0;
    }
    .top-picks .heading h2 {
        font-size: 8vw;
      }
      .top-picks .heading p {
        font-size: 4vw;
        line-height: 5.6vw;
        max-width: 85%;
        margin: 0 auto;
      }
      .top-picks .swiper-pagination {
        margin-top: 30px;
      }
      .top-picks .swiper-pagination .swiper-pagination-bullet,
      .product-slider .swiper-pagination .swiper-pagination-bullet{ margin:0 3.2px;}
      /* .top-picks .swiper-pagination .swiper-pagination-bullet:nth-child(2n+2){ display: none;} */
      .footer{ padding-bottom: 60px;}
      .footer .footer-top .container{ flex-flow: column;row-gap: 26px;padding-left: 7%;}
      .footer .footer-bottom .container{ flex-flow: column;row-gap: 26px;}
      .footer .footer-bottom .container .each {
        padding-left: 10%;}
        
        .mobile-nav{
            height:68px;
            border-top: 1px solid #ddd;
            background:#fff;
            position: fixed; left: 0; right:0; bottom:0; z-index: 100;
        }
        .mobile-nav{
            display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 100%;
  flex: 100%;
  padding: 32px 16px;
        }
        .mobile-nav .nav-item{
            border-radius: 24px;
            padding: 7px 14px;
            text-align: center;
        }
        .mobile-nav .nav-item svg{
            display: block;
            margin: 0 auto;
        }
        .mobile-nav .nav-item span{
    font-size: 10px;display: block;
    color: #2d2b2a !important;
        }
        .hero .swiper-pagination .swiper-pagination-bullet {
            width: 14px;}
        .posts:not(.single) { margin: 11px 0 20px 0;column-gap: 12px;}
        .posts:not(.single) .post {
            flex: 0 0 calc(50% - 6px);}
            .post .content .price {
                font-size: 13px;
              }
              .posts.single .post{ display: block;}
              .posts.single .thumb,
              .posts.single .content{ width:100%;}
              .posts.single .content{ padding: 45px 6%;
                margin-top: -20px;
                background: #fff;
                border-radius: 15px; position: relative; z-index: 10;}
              /* .product-main{ display: none;} */
              .posts.single .thumb{ height: 570px;
                background: #ccc;}
                .single-page header{ display:none}
                .single-page .posts.single{ margin:0 -4.3%;}
                .product-slider { margin: 0 0 60px;}
                .posts.single .post .content h3 { font-size: 27px;line-height: 1.2;padding-top: 5px;letter-spacing: -.3px;}
                .posts.single .post .content .post-meta { font-size: 13px;}
                .posts.single .post .content .price { font-size: 16px;}
                .post .content h3 {
                    line-height: 18px;
                    padding-top: 3px;
                  }
                  .mobile-back-btn{
                    position: absolute; left:20px; top:30px; width:40px; height: 40px; border-radius: 50px; padding: 7px; z-index: 11;
                  }
                  .btn-sticky-mobile {
                    position: fixed;
                    left: 0;
                    right: 0;
                    bottom: 68px;
                    padding: 11px 15px;
                    background: #fff;
                    box-shadow: 0 2px 10px rgba(0,0,0,.2);
                  }
                  .btn-sticky-mobile .btn{ width:100%;padding: 11px 40px;font-size: 13px;}
                  .single-page .footer {
                    padding-bottom: 120px;
                  }
                  .product-main .swiper-pagination{ margin-bottom:20vw;}
                  .product-main .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: .5;}
                  .product-main .swiper-pagination-bullet{ border:1px solid #fff; opacity: 1;}
                  
                  .posts.single .post .content .details h4 { margin-bottom: 3vw;}
                  .posts.single .post .content p { margin-bottom: 2.4vw;}
                  .posts.single .post .content .details { padding: 10vw 0 1vw;}
                  .quantity{ height: 45px;}
                  .quantity input { height: 43px;}
                  .mobile-menu{
                    position: fixed;
                    left:0;
                    right:0;
                    bottom:-100%;
                    background: #fff;
                    border-radius: 15px;
                    padding:60px 32px 115px;
                    z-index: 12;
                    transition: all ease 400ms;
                  }
                  .mobile-menu ul li a{ display: block; padding: 5px 0;font-size: 14px;}
                  .menu-overlay{ 
                    position: fixed;
                    left:0;
                    right:0;
                    bottom:0;
                    top:0;
                    background: #000;
                    z-index: -2;
                    opacity: 0;
                    transition: all ease 400ms;
                  }
                  .close-menu{
                    width: 20px;
                    position: absolute;
                    right: 20px;
                    top: 26px;
                    opacity: .8;
                  }
                  .menu-active .mobile-menu{ bottom:0;}
                  .menu-active .menu-overlay{ opacity: 0.5;transition: opacity ease 300ms;z-index: 11;}
}
@media(max-width:450px){
    .top-picks .swiper-pagination .swiper-pagination-bullet,
    .product-slider .swiper-pagination .swiper-pagination-bullet{ margin:0 2.4px;}
}