@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
    --main-font: "Playfair Display", serif;
}

.general_product_list_sold{
    display: none;
}

/* Overall */
body{
    background: url(https://cdn1.npcdn.net/images/Background_kj2rn4_1761192034.jpg?md5id=35fe071cd4426fe8a90666101fff1bf0&new_width=1702&new_height=4302&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
#main_index :hover{
    text-decoration: unset;
}
.page_title b{
  font-family: var(--main-font);  
}

/* Button */
.main-btn{
    display: flex;
    align-items: center;
    gap: .75rem;
    white-space: nowrap;
    background: #000;
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 0;
    font-size: clamp(.7rem, .75vw, .75vw) !important;
}
.main-btn img{
    max-width: .65rem;
}
.main-btn:hover{    
    background: rgba(255, 255, 255, .75);
}
.main-btn.animate-style2:hover{
    background: #ccc;
}
.main-btn:hover img{
    filter: invert(1);
}

/* Text */
.title-wrapper h2{  
    font-family: var(--main-font);
    font-weight: 700;
    font-size: clamp(1.6rem, 2.25vw, 2.25vw);    
}
p.content,
h1.content{
    font-size: clamp(.85rem, .95vw, .95vw);
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Nav */
.navbar_type8{
  height: 90px;
  background: rgba(255, 255, 255, .5);
  padding: 1rem 0;  
}
#main_index .navbar_type8{
    background: transparent;
}
.navbar_type8 .logo{
    margin-left: 4rem;  
    flex: unset;
    min-width: 10%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 4rem;
}
.navbar_type8 .nav_tab .nav_item:not(.nav_fcol){
    margin-right: 4vw;
}
.navbar_type8 .nav_tab .nav_item.nav_fcol{
    margin-right: 1.25vw;
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: #000;
    border-width: 2px;
    width: 0;
    transition: all .3s linear;
}
.navbar_type8 .nav_tab .nav_item:is(.hp_search):before,
.navbar_type8 .nav_tab .nav_item:is(.login):before,
.navbar_type8 .nav_tab .nav_item:is(.shopping):before{
    display: none;
}
.navbar_type8 .nav_tab .nav_item a{
    font-family: var(--main-font);
    color: #000;
    padding: 0 3px;
    font-size: clamp(.9rem, 1vw, 1rem);
    font-weight: 600;
    text-transform: capitalize;    
}
.navbar_type8 .nav_tab .nav_item a:hover{
    
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.nav_fcol img{
    width: 1.25vw;
}

.dark_nav{
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #eee;
}

.navbar_mobile .logo_img{
    max-height: 30px;    
}
.navbar_mobile .row_1{
  height: 100%;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.navbar_mobile{
    background: #fff;
}

@media(max-width:1300px){
    .navbar_type8 {
        height: 100px;
    }
}

/*Search Bar Search*/
.hp_search{
    margin-top: -4px;
}

.boxSearch {
    display: none;
    position: absolute;
    top: 40px;
    right: -50%;
}

.nav_search .search_button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}

.nav_search input {
    background: #f8f8f8;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #ececec;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
}


.btnClose {
    display: none;

}

#closeIcon {
    display: none;
}

.searchWrapper img {
    font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}

.searchBar {
    width: 100%;
    margin: 0 auto;
}

.searchBar input {
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem !important;
    position: relative;
}

.row_searchBarWrapper {
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch {
    cursor: pointer;
    font-size: 1vw;
    font-weight: 400;

}

.searchBar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchBar i {
    font-size: 1.2rem;
}

.button:focus {
    outline: unset;
}

.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBarWrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.hp_topspace_sticky-menu {
    filter: brightness(0) invert(0) !important;
}

.navbar_type8 .nav_tab .search::before {
    display: none;
}

@media screen and (max-width: 1200.5px) {
    #searchButton {

        right: 2%;
    }

}

/* Nav Dropdown */
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item{
    background: rgba(255, 255, 255, .85);
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu {
  top: 20px;
}

/* Slider */
.hp_banner{
    height: 100%;
}
.b_wrapper{
    height: 100%;
    position: relative;
    margin: 0 10%;
}
.main-image-box{
    position: absolute;
    width: 23.8vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.top-right-box{
    position: absolute;
    top: 11%;
    right: 6%;
}
.top-right-box img{
    max-width: 24vw;
    filter: drop-shadow(5px 5px 5px #bbb);
    animation: gentleSwing 2.5s linear infinite;
    transform-origin: right;
}
@keyframes gentleSwing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

.bottom-right-box{
    position: absolute;
    bottom: 10%;
    right: 0;
}
.bottom-right-box img{
    max-width: 28vw;
}

.title-box{
    position: absolute;
    top:20%;
    left:0;    
}
.title-box h2{
    font-family: var(--main-font);
    font-size: clamp(1.65rem, 2.35vw, 2.35vw);
    font-weight: 400;
}

.content-box{
    position: absolute;
    bottom:12%;
    left: 0;
    width: 28%;
    transform-origin: top center;
}
.content-box h3{
    font-family: var(--main-font);
    font-size: clamp(.85rem, 1.25vw, 1.25vw);
    font-weight: 500;
    margin-bottom: 0;
    animation: gentleSwing 2.5s 2s linear infinite;
}
.content-box p{
    font-size: clamp(.65rem, .8vw, .8vw);
    font-weight: 300;
    margin-bottom: 0;
    padding: 1rem 0 1.25rem;
}

.typing-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: -1;
}
@media(min-width:991px){
    .hp_banner{
        height: calc(100% - 90px);
        margin-top: 90px;
    }    
}

@media(max-width:1200px){
    .typing-box{
        transform: translate(-50%, -72%);
    }
}

@media(max-width:991px){
    .b_wrapper{
        margin: 0 5%;
    }
    
    .main-image-box{
        width: 26vw;
    }
    
    .top-right-box img{
        max-width: 26vw;
    }
    
    .bottom-right-box{
        bottom: 18%;
    }
    .bottom-right-box img{
        max-width: 32vw;
    }
    
    .content-box{
        width: 32%;
    }
}

@media(max-width:768px){
    /*.slider_banner .item > img{*/
    /*    min-height: 60vw;*/
    /*    object-fit: cover;*/
    /*}*/
    
    .main-image-box{
        width: 32vw;
    }
    
    .top-right-box{
        right: 2%;
    }
    .top-right-box img{
        max-width: 32vw;        
    }
    
    .bottom-right-box img{
        max-width: 34vw;
    }       
    
    .content-box h3{
        font-size: .7rem;
    }
    .content-box p{
        font-size: .5rem;
        padding: .65rem 0;
    }
    .content-box .main-btn{
        padding: .2rem .75rem;
        font-size: 1.25vw !important;
        gap: 1vw;
    }
    .content-box .main-btn img{
        max-width: 1.25vw;
    }
}

@media(max-width:568px){
    /*.slider_banner .item > img{*/
    /*    min-height: 120vw;*/
    /*}*/
    
    .main-image-box{
        width: 43vw;
    }
    
    .title-box{
        top: unset;
        bottom: 28%;
        left: 10%
    }
    .title-box h2{
        font-size: 5vw;
    }
    
    .content-box{
        bottom: unset;
        left: unset;
        top: 5%;        
        right: 0;
        left: 0;
        width: 88%;
        text-align: center;
        margin: auto;
    }    
    .content-box h3{
        font-size: 5.5vw;
        width: 80%;
        margin: auto;
    }
    .content-box p{
        font-size: 2.75vw;
        padding: .75rem 0;
    }
    .content-box .main-btn{
        font-size: 3vw !important;        
    }
    .content-box .main-btn{
        margin: auto;
    }
    
    .top-right-box{
        top: unset;
        right: unset;
        bottom: 6%;
        left: 6%;
    }
    .top-right-box img{
        max-width: 50vw;        
    }
    
    .bottom-right-box{
        bottom: 22%;
    }    
    .bottom-right-box img{
        max-width: 50vw;
    }
}

/*Banner Blinking*/
.banner_bigTitle{
    font-family: var(--main-font);
    font-size: 16.5vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;    
    opacity: .5;        
}
.ityped-cursor {
    color: #fff;
    font-size: 15vw;        
    font-weight: 100;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}
@keyframes 
    blink {  100% {
        opacity: 0;
    }
}
 @-webkit-keyframes 
    blink {  100% {
        opacity: 0;
    }
}
 @-moz-keyframes 
    blink {  100% {
        opacity: 0;
    }
}

@media(max-width:1200px){
    .banner_bigTitle{
        font-size: 12vw;
    }
    .ityped-cursor{
        font-size: 12vw;
    }
}

@media(max-width:768px){
    .banner_bigTitle{
        font-size: 15vw;
    }
    .ityped-cursor{
        font-size: 15vw;
    }
}

@media(max-width:568px){
    .banner_bigTitle{
        font-size: 16vw;
    }
    .ityped-cursor{
        font-size: 16vw;
    }
}

/* Category */
.hp_category .title-wrapper{
    margin-bottom: 3rem;
}
.index_wrapper_3{
    padding: 5rem 0 5rem;
}
.product_cat-3 .slick-list{
    overflow: visible;
    overflow-x: clip;
}
.product_cat-3 .cat_box{
    height: fit-content;
    overflow: visible;
}
.product_cat-3 .cat_box .content{
    position: unset;
    transform: unset;
    background: none;
}

.product_cat-3 .cat_box .content h4{
    color: #000;   
    font-size: 1rem;
    font-weight: 400;
    margin: 0 !important;
}
.product_cat-3 .cat_box .content .content_box .animated-arrow{
    color: #000;
    align-self: center;
}
/* .product_cat-3 .cat_box .content .content_box .the-arrow > .shaft:before,
.product_cat-3 .cat_box .content .content_box .the-arrow > .shaft:after{
    background: #000;
} */

.product_cat-3 .cat_box .content .line,
.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .text,
.product_cat-3 .cat_box .content .content_box .the-arrow.-left,
.product_cat-3 .cat_box .content h3{
    display: none;
}
.product_cat-3 .cat_box .content .content_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0;
}
.product_cat-3 .cat_box:hover img,
.product_cat-3 .cat_box:hover .content .content_box .animated-arrow > .main{
    transform: unset;
}
.product_cat-3 .cat_box:hover .content{
    background: unset;
}
.product_cat-3 .cat_box:hover .content .content_box .animated-arrow{
    color: #000;
}

.product_cat-3 .cat_box:hover .content .content_box .animated-arrow > .main > .the-arrow.-right:before{
    animation: pointer 1.25s linear infinite;
}
@keyframes pointer{
    0%, 50%, 100%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(-2px);
    }
    75%{
        transform: translateX(2px);
    }
}
.product_cat-3 .cat_box .content .content_box .the-arrow.-right{    
    top: 0;
    width: 18px;
    height: 18px;
}
.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .the-arrow.-right:before{
    position: absolute;
    content: "";
    background: url(https://cdn1.npcdn.net/images/B_Button_7xfyl6_1761201725.png?md5id=35fe071cd4426fe8a90666101fff1bf0&new_width=180&new_height=180&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.product_cat-3 .cat_box .content .content_box .the-arrow.-right > .shaft{
    position: relative;
    display: none;
}
.product_cat-3 .slick-slide {
  padding: 0 50px;
}

.product_cat-3 .cat_box:hover{
    transform: scale(1.05) !important;
}

@media(max-width:768px){
    .index_wrapper_3{
        padding: 5rem 0 3rem;
    }
}

@media(max-width:568px){
    .product_cat-3 .slick-slide {
      padding: 0 20px;
    }   
}

/* About */
.hp_about{
    padding: 0 0 7rem;
}
.hp_about:hover .title-wrapper h2{
    animation: gentleSwing 4s linear infinite;
    transform-origin: bottom
}
.abt-content{
    width: 52%;
    margin: auto;
}
.abt-content .title-wrapper{
    margin-bottom: 0rem;
    text-align: center;
}
.abt-content h1{
    padding: 1rem 0 1.5rem;
    text-align: center;
}
.abt-content .main-btn{
    margin: auto;
}

@media(max-width:1200px){
    .abt-content{
        width: 65%;
    }
}

@media(max-width:991px){
    .abt-content{
        width: 80%;
    }
}

@media(max-width:768px){
    .hp_about{
        padding-bottom: 5rem;
    }
}

@media(max-width:568px){
    .abt-content{
        width: 95%;
    }
}

/* Best Sellers */
#index_5_2 .productSlider-4 .product_img{
  margin: 0;
}

.index_wrapper_5{
  padding: 0rem 8rem 7rem;
  padding-right: calc(8rem + 18px);
}
#index_6 div{
  height: 100%;
}

#index_5{
  padding-right: 5rem !important;
}
.best-img{
  height: fit-content !important;
  margin-left: -7%;
}

.best-img img{
    width: 100%;
}

.productSlider-4 .product_img .product_box{
  margin: 0 10px;
  padding-bottom: .1px !important;
}

.hp_best_title{
  margin: 1rem calc(10px + 8px);  
  margin-top: 0;
}

@media(max-width:991px){
  .index_wrapper_5{
    padding: 0rem 2rem 5rem;
    padding-right: calc(2rem + 18px);
  }
    #index_5{
      padding-right: 2rem !important;
    }
    .best-img{
        margin: unset;
    }
}

@media(max-width:768px){
  .index_wrapper_5{
    padding: 0rem 0rem 4rem;     
  }
    #index_5{
        order: 2;
      padding-right: 0rem !important;
    }
    #index_6{
        order: 1;
    }
    
    .hp_best_title .title-wrapper{
        margin-bottom: 1rem;
    }

  .best_item{
    padding: 0rem;
  }
  .best-img{
    margin: auto;
    margin-bottom: 4rem;
  }
  p.arrival-style{
    font-size: 1rem;
    width: 70%;
    margin: auto;
  }

  .hp_best_title{
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* Products Component 4*/
.row.outerRow_5{
    align-items: center;
}
.productSlider-4 .product_img .product_box .product_img_frame{
    padding-top: 133%;
    width: 95%;
    margin: auto;
}
.productSlider-4 .product_img .product_box .content_button{
  width: 100% !important;
}
.productSlider-4 .product_img .product_box .content{
  text-align: center !important;
  margin: 0 !important;
  padding: 0.85rem .5rem 0;
}
.productSlider-4 .product_img .product_box .product_title{
  font-size: .85rem;
  font-weight: 400 !important;
  color: #000;
  width: 90%;
  margin: auto;
  line-height: 1.5;
  margin-bottom: .5rem;
  height: fit-content !important;
}
.productSlider-4 .product_img .product_box .product_price{
    font-weight: 600;
}
.productSlider-4 .product_img .product_box .product_price small{
    font-size: 100%;
    font-weight: 600;
}
.productSlider-4 .product_img .product_box a{
  color: var(--main-red);
  font-weight: 600;
}
.productSlider-4 .product_img .product_box .product_img_frame{
  border-radius: 0;
}
.productSlider-4 .product_img .product_box{
  border: 1px solid #fff0;
  background: transparent;
}
.productSlider-4 .product_img .add_to_cart{
    display: none;
}

.productSlider-4 .slick-prev{
  left: 5px;  
  width: 1.85rem;
  height: 1.8rem;
  z-index: 1;
}
.productSlider-4 .slick-prev:before{
  content:"";
  width: 100%;
  height: 100%;
  background: url(https://cdn1.npcdn.net/images/D_Button1_xvap2g_1761205322.png?md5id=35fe071cd4426fe8a90666101fff1bf0&new_width=180&new_height=180&type=4);
  background-size: contain;
    opacity: 1;
}
.productSlider-4 .slick-next{
  right: 5px;
  width: 1.85rem;
  height: 1.85rem;
}
.productSlider-4 .slick-next:before{
  content:"";
  width: 100%;
  height: 100%;
  background: url(https://cdn1.npcdn.net/images/D_Button2_m93jpt_1761205322.png?md5id=35fe071cd4426fe8a90666101fff1bf0&new_width=180&new_height=180&type=4);
  background-size: contain;
    opacity: 1;
}
.productSlider-4 .product_img{
    overflow: visible;
}

@media(max-width:768px){
  .productSlider-4 .slick-prev,
  .productSlider-4 .slick-next{
    display: none !important;
  }
    
    .productSlider-4 .product_img .product_box .product_img_frame{
        width: 100%;
        aspect-ratio: 1/1.395;
        padding-top: unset;      
    }
}

/* New Arrival */
.index_wrapper_7 {
  padding: 0rem 8rem 7rem;    
  padding-left: calc(8rem + 18px);
}
.hp_new_title{
  margin: 1rem calc(10px + 8px);  
  margin-top: 0;
}
#index_8{
    padding-left: 5rem !important;
}
#index_8_2 .productSlider-4 .product_img{
    margin: 0 !important;
}
.new-img{
    margin-right: -7%;
}
.row.outerRow_7{
    align-items: center;
}

@media(max-width:991px){
  .index_wrapper_7{
    padding: 0rem 2rem 5rem;
    padding-left: calc(2rem + 18px);
  }
    #index_8{
      padding-left: 0rem !important;
    }
    .new-img{
        margin: unset;
    }
}

@media(max-width:768px){
  .index_wrapper_7{
    padding: 0rem 0rem 4rem;     
  }
/*     #index_5{
        order: 2;
      padding-right: 0rem !important;
    }
    #index_6{
        order: 1;
    } */
    
    .hp_new_title .title-wrapper{
        margin-bottom: 1rem;
    }

  .new_item{
    padding: 0rem;
  }
  .new-img{
    margin: auto;
    margin-bottom: 4rem;
  }
    .new-img img{
        width: 100%;
    }

  .hp_new_title{
    text-align: center;
    margin-bottom: 2rem;
  }    
}

/* Featured */
.index_wrapper_9 {
  padding: 0rem 7rem 7rem;
}
.hp_featured .title-wrapper{
  margin-bottom: 2rem;
}

@media(max-width:991px){
    .index_wrapper_9{
        padding: 0 2rem 7rem;
    }
}

@media(max-width:768px){
    .index_wrapper_9{
        padding: 0;
        padding-bottom: 2rem;
    }
    .index_wrapper_9 .productSlider-4 .product_img .product_box .product_img_frame{
        width: calc(80% + 26px);
    }
    .hp_featured .title-wrapper{
      margin-bottom: 1rem;
    }
}

/* Loyalty */
.hp_loyalty{
    padding: 0 7rem 5rem;
}
.loyalty-group{
    width: 100%;
    display: flex;    
    gap: 1rem;
    position: relative;
    z-index: 1;
}
.loyalty-group img{
    width: 50%;
}
.loyalty-content{
    background: #e6e6e6;
    padding: 4rem 4rem;
    text-align: center;
    width: 90%;    
    border-radius: 0 2rem 2rem 0;
}
.loyalty-content h3{
    font-size: clamp(.9rem, 1.2vw, 1.2vw);
    font-weight: 500;    
    color: #333;
    line-height: 1.65;
    width: 87%;
    margin: auto;
    margin-bottom: 1.5rem;
}
.loyalty-content .main-btn{
    margin: auto;
}

@media(max-width:1200px){
    .loyalty-content{
        padding: 3rem 2rem;
    }
}

@media(max-width:991px){
    .hp_loyalty{
        padding: 0 4rem 5rem;
    }
    .loyalty-content{
        width: 100%;
        border-radius: 2rem;
        margin-top: 1rem;
    }
}

@media(max-width:568px){
    .hp_loyalty{
        padding: 0;
    }    
    .loyalty-content{
        border-radius: 0;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
    .loyalty-group{
        gap: .5rem;
    }
    .loyalty-group img{
        width: 50%;
    }
}

/*Footer*/
.defaultFooter {
  margin: 0;
  padding-top: 5rem;
  background: url(https://cdn1.npcdn.net/images/H_FooterBackground_9vgk0s_1761192160.jpg?md5id=35fe071cd4426fe8a90666101fff1bf0&new_width=1668&new_height=613&type=4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.defaultFooter .footer_title{
  font-family: var(--main-font);
}
.defaultFooter .footer_social_media_listing{
  margin: 20px;
}
.defaultFooter .subscribeEmail_section{
  margin: 0;
}
.defaultFooter .footer_logo{
  width: 140px;
  margin-bottom: 1rem;
}
.footer_contactus .btn{
  background: #000;
  border-color: #000;
  color: #fff;
}
.footer_contactus .btn:hover{
  background: #fff;
  border-color: #fff;
  color: #000;  
}

/*other pages*/
.product_nav_pill .nav_pill .active {
    display: none;
}

.product_list_5 .product_box .img_frame{
    padding-top: unset;
    height: auto;
    aspect-ratio: 1 / 1.395;
}

.category_list_type4 .category_box .img_frame{
    padding-top: unset;
    height: auto;
    aspect-ratio: 1 / 1.395;
}

.related_product_wrapper {
  padding: 30px 15px 0;
}

.product_cat-3 .cat_box img{
    height: auto;
    aspect-ratio: 1 / 1.395;
    padding-top: unset;
}