/** Shopify CDN: Minification failed

Line 1656:2 Unexpected "{"
Line 1656:3 Expected identifier but found "%"
Line 1660:2 Unexpected "{"
Line 1660:3 Expected identifier but found "%"
Line 1662:2 Unexpected "{"
Line 1662:3 Expected identifier but found "%"
Line 1668:2 Unexpected "{"
Line 1668:3 Expected identifier but found "%"
Line 1785:0 Unexpected "{"
Line 1785:1 Expected identifier but found "%"
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
.who-are-text .rich-text__text.rte p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--color-070707);
}
.who-are-text .rich-text__text.rte {
    margin-top: 30px;
}
.about-section {
    padding-bottom: 100px;
}
.about-image-text-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.about-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    z-index: 1;
    position: relative;
}
.about-image:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    background: #FDF7EF;
    z-index: 0;
    transform: rotate(-2deg);
}
.about-image img:hover {
  transform: scale(1.05);
}
.about-image {
    height: 100%;
    width: 30%;
    position: relative;
}
.about-content {
  width:70%;
      padding-left: 50px;
}
.section-title {
    font-size: 40px;
    color: var(--color-070707);
    margin-bottom: 50px;
    position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background:var(--color-070707);
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}
.about-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--color-070707);
}
.about-highlight {
  font-family: Be Vietnam Pro, sans-serif;
    background: #faf4ec;
    padding: 12px 16px;
    border-left: 4px solid var(--color-070707);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-070707);
    display: inline-block;
    margin-top: 15px;
}

@media(max-width:1199px){
    .about-image-text-main{
            padding-left: 20px;
    }
}

@media(max-width:1024px){
     .who-are-text .rich-text{
        padding:80px 0;
    }
    .about-section{
         padding: 0 0 80px;
    }
    .about-image{
        width: 40%;
    }
    .about-content {
        width: 60%;
        padding-left: 10px;
    }
}

@media(max-width:991px){
    .who-are-text .rich-text{
        padding:50px 0;
    }
     .about-section{
         padding: 0 0 50px;
    }
    .section-title{
        margin-bottom: 40px;
    }
    .about-content p, .who-are-text .rich-text__text.rte p{
        font-size: 14px;
        line-height: 22px;
    }
    .who-are-text .rich-text__blocks.center{
        max-width: 100%;
    }
}

@media(max-width:767px){
    .who-are-text .rich-text__text.rte {
        margin-top: 20px;
    }
    .about-image-text-main{
        flex-wrap: wrap;
        padding:0px;
        text-align: center;
    }
    .section-title {
        font-size: 30px;
    }
    .about-image {
        width: 85%;
    }
    .about-content {
        width: 100%;
        padding-left: 0;
    }
    .section-title::after {
        left: 50%;
        transform: translatex(-50%);
    }
    .who-are-text .rich-text__wrapper.rich-text__wrapper--center.page-width {
        width: 100% !important;
    }
}
.bestseller-section {
   padding: 100px 0;
}
.bestseller-section .card-content h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
  color: var(--color-070707);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bestseller-section .price-box {
    display: flex;
    align-items: center;
}
.bestseller-section .product-price__sale {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    color: var(--color-070707);
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    order: 2;
}
.bestseller-section .product-price__price {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 12px;
    color: var(--color-8E8E8E);
    line-height: 17px;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: line-through;
    margin-right: 5px;
    order: 1;
}
.bestseller-section .card-media {
  overflow: hidden;
  position: relative;
}
.bestseller-section .card-media img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.bestseller-section .card-media .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.bestseller-product-card:hover .default-img{
  opacity: 0;
  visibility: visible;
}
.bestseller-product-card:hover .hover-img{
  opacity: 1;
  visibility: visible;
}

.bestseller-section .best-seller-main .bestseller-product-card{
   padding: 0 5px;
}
.bestseller-section .best-seller-main .slick-list {
  margin: 0 -5px; 
}

@media(max-width:1024px){
  .bestseller-section .card-content h3 {
      font-size: 14px;
      line-height: 20px;
   }
   .bestseller-section .product-price__price, .bestseller-section .product-price__sale {
      font-size: 14px;
      line-height: 14px;
   }
   .bestseller-section{
      padding: 80px 0;
   }
}
@media(max-width:767px){
   .title-h2 {
      font-size: 24px;
      line-height: 24px;
   }
   .bestseller-section {
      padding:50px 0;
   }
   .title-div{
      margin-bottom:15px;
   }
  .bestseller-section .card-content h3 {
      font-size: 11px;
      line-height: 15px;
   }
   .bestseller-section .product-price__price, .bestseller-section .product-price__sale {
      font-size: 11px;
      line-height: 11px;
   }
   .bestseller-section .price-box{
      line-height: 11px;
   }
}
.background-banner {
        position: relative;
        width: 100%;
        padding: 150px 0;
        background: url('https://cdn.shopify.com/s/files/1/2482/1950/files/hero-image_2x_0a8c8f42-c998-4d6c-a239-309666b3c297.jpg') no-repeat center center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   .background-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#070707;
    opacity:.5;
}
    .background-content {
    position: relative;
    color: #fff;
    text-align: center;
}
    .background-content h1 {
        font-size: 48px;
        color: #fff;
    }

    /* Responsive Design */
    @media (max-width: 991px) {
        .background-banner{
            padding: 120px 0;
        }
        .background-content h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 480px) {
        .background-banner{
            padding: 100px 0;
        }
    }

    h1.main-page-title {
    display: none;
}
.curated-collection-section .title-h2 {
  text-align: center;
}
.curated-collection-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.collection-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.collection-card > a {
  position: relative;
}
.collection-card img {
  width: 100%;
  height: 100%;
  display :block;
  transition: all 0.5s ease;
}
.collection-card:hover .default-img{
  opacity: 0;
  visibility: hidden;
}
.collection-card .hover-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.collection-card:hover .hover-img{
  opacity: 1;
  visibility: visible;
}
.collection-content {
  position: absolute;
  bottom: 33px;
  left: 20px;
  right: 20px;
  text-align: center;
  color: var(--color-ffffff);
  z-index: 2;
}
.curated-collection-content {
  margin-bottom: 20px;
}
.collection-content h3 {
  color:var(--color-ffffff);
  margin: 0px 0px 7px;
  font-family: Playfair Display;
  font-style:semi-bold ;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}
.collection-content p {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 3px;
  color: var(--color-ffffff);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collection-content .btn {
  border-radius: 5px;
  display: inline-block;
  padding: 13px 38px;
  color:var(--color-070707);
  text-decoration: none;
  line-height:14px;
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: var(--color-ffffff);
  border: 1px solid var(--color-ffffff);
  transition: all 0.3s ease; 
}
.collection-card:hover .collection-content .btn{
  background: transparent;
  color: var(--color-ffffff);
  border: 1px solid var(--color-ffffff);
  backdrop-filter: blur(5px);
}
.collection-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, /* top soft dark */ rgb(0 0 0 / 88%) 100% /* bottom darker */);
  z-index: 1;
}

@media(max-width:1440px){
.collection-content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .collection-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .collection-content .btn {
    padding: 12px 30px;
    font-size: 13px;
  }
}
@media (max-width: 992px) { 
  .curated-collection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) { 
  .curated-collection-section h2 {
    font-size: 24px;  
    line-height: 24px; 
    margin-bottom: 15px; 
  }
  .collection-card {
    overflow: hidden;
  }
  .collection-content {
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
  .collection-content h3 {
    font-size: 20px;  
    line-height: 21px; 
  }
  .collection-content p {
    font-size: 14px;  
    line-height: 18px;
  }
  .collection-content .btn {
    padding: 8px 20px; 
    font-size: 11px;   
  }
}
.customer-benefit-section {
    padding-bottom: 100px;
}
.info-bar {
    display: flex;
    justify-content: space-between;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-item span {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-070707);
}
@media(max-width:1440px){
  .info-item span{
    font-size: 16px;
    line-height: 20px !important;
  }
}

@media(max-width:1199px){
  .info-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .info-item span {
        font-size: 15px;
  }
}

@media(max-width:1024px){
  .customer-benefit-section{
    padding-bottom: 80px;
  }
}

@media(max-width:991px){
  
  .info-bar {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}
.info-item {
  padding: 0 8px;
  width: 100%;       
  display: block;
  text-align: center;
  position: relative;
}
.info-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #070707;
  opacity: 20%;
  transform: translateY(-50%);
}
.info-item:nth-child(even):after{
  display:none;
}
}

@media(max-width:767px){
  .customer-benefit-section{
    padding-bottom: 50px;
  }
  .info-item span {
    font-size: 12px;
  }
  .info-item:nth-child(odd) {
    padding-left: 0px;
}
.info-item:nth-child(even) {
    padding-right: 0px;
}
}
.customer-reviews .title-h2,
.customer-reviews .title-div {
  text-align: center;
}
.customer-reviews .title-h2 {
  margin-bottom: 10px;
} 
.reviews-subtitle{
font-size: 16px;
line-height: 16px;
letter-spacing: 0px;
color: var(--color-070707);
}
 .reviews-box, .reviews-box .slick-track{
  display: flex;
  gap: 10px;
} 
.review-card {
  background-color: var(--color-FDF7EF);
  padding: 20px;
  display: flex !important;
  gap: 20px;
}
.review-text {
  font-family:Be Vietnam Pro;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-8E8E8E);
  margin-bottom: 20px;
}

.highlight-text {
  font-size: 16px;
  line-height: 16px;
  color: var(--color-070707);
  margin-bottom: 20px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-top: 20px;
}
.review-author:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-8E8E8E);
    height: 1px;
    width: 100%;
    opacity:14%;
}
.review-image {
  max-width: 255px;
}
.review-image img {
  width: 100%;
}
.author-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: top;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: var(--color-070707);
  margin: 0 0 10px 0;
}

.author-role {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  color: var(--color-8E8E8E);
  margin-bottom: 10px;
}

.review-author .rating {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.slide-arrow-center .slick-arrow  {
    background: none;
    border: none;
    position: absolute;
    bottom: -50px;
    cursor: pointer;
    padding: 0;
}
.slide-arrow-center .slick-prev {
    left: calc(50% - 76px);
}
.slide-arrow-center .slick-next {
    right: calc(50% - 76px);
}
.slide-arrow-center .slick-arrow.slick-disabled path {
    fill: var(--color-8E8E8E) !important;
}
.slide-arrow-center .slick-arrow path {
  fill: var(--color-070707) !important;
}
.reviews-box .slick-slide {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.reviews-box .slick-slide > div {
    display: flex;
}

@media(max-width:1440px){
  .review-image {
    max-width: 40%;
}
.review-image img {
    width: 100%;
}
.review-content {
    max-width: 60%;
}
}

@media (max-width:1199px){
.review-author:before{
  width: 226px;
}
}
@media (max-width: 1024px) {
  .reviews-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .review-image img {
   display:block;
   margin:auto;
  }
  .review-text{
    font-size: 14px;
    line-height: 22px;
  }
  .review-author:before {
    width: 100%;
  }
}

@media(max-width:991px){
.review-image, .review-content {
    max-width: 100%;
}
.review-card {
    display: block !important;
}
.review-content {
    margin-top: 20px;
}
}
@media (max-width: 767px) { 
  .reviews-box .slick-list.draggable {
    width: 100%;
}
.reviews-box, .reviews-box .slick-track {
  gap: 0px;
}
.reviews-subtitle{
  font-size:10px;
  margin-bottom:10px;
}
  .reviews-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .review-card {
    align-items: center;
    padding: 12px 12px 54px 12px; 
  } 
 .review-image img{
    width: 100%;
    max-width:215px;
}
  .review-text {
  font-size:12px;
  line-height:18px;
  padding: 0 0px;
  }
  .highlight-text {
      font-size: 16px;
      line-height: 16px;
    }

  .review-content {
    text-align: center;
  }

.review-author {
    flex-direction:unset;
    justify-content:center;
    gap: 8px;
    text-align: center;
    margin-top: 12px;
  }


  .review-author:before {
    display: block;
    border: 1px solid;
    margin-bottom: 10px;
  }

  .author-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
  }

  .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .author-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 3px;
  }

  .author-name {
    font-size: 16px;
    line-height:16px;
  }

  .author-role {
    font-size: 10px;
  }
 
  .reviews-box.slide-arrow-center .slick-arrow svg {
    width: 50px;
}
.reviews-box.slide-arrow-center button.slick-prev{
  left: calc(50% - 54px);
}
.reviews-box.slide-arrow-center .slick-next{
      right: calc(50% - 54px);
}
 .slide-arrow-center .slick-arrow {
    bottom: 14px;
    z-index: 1;
    transform:unset !important;
}
}
.fanbook-section {
    padding: 100px 0;
}
.master-image {
  column-count: 1;
  column-gap: 10px;
  column-fill: balance;
  margin: 0px auto 0;
  padding:10px;
}
  .item {
    display: inline-block;
    margin: 0 0 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
  }
  .item img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
  }
  
  @media (min-width: 600px) {
    .master-image {
      column-count: 2;
    }
  }

  @media (min-width: 900px) {
    .master-image {
      column-count: 3;
    }
  }
  
  @media(max-width:1199px){
   .item img{
     min-height: 411px;
  	}
  }

  @media(max-width:1024px){
    .fanbook-section {
      padding: 80px 0;
    }
  }
  
   @media(max-width:991px){
    .item img {
    	min-height: 290px;
	}
  }
  
  @media(max-width:899px){
    .item img {
    	min-height: auto;
	}
  }

  @media(max-width:767px){
      @media(max-width:1024px){
    .fanbook-section {
      padding: 50px 0;
    }
  }
  }
  
  
  @media (min-width: 1200px) {
    .master-image {
      column-count: 3;
    }
  }
.faq-section {
    padding: 0 0 100px;
}
.faq-wrapper {
    margin: auto;
    overflow: hidden;
    border: none;
}
.faq-title{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-070707);
    margin-bottom: 40px;
}
.faq-tab-wrapper{
    max-width: 1060px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid rgba(142, 142, 142, 0.24);
}
.faq-tab{
    font-family: 'Playfair Display' !important;
    display: block !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 1px !important; 
    color: var(--color-070707);
    font-weight: 500;
    padding: 10px 0 !important;
    width: unset !important;
    position: relative;
    text-transform: uppercase;
}
.faq-tab:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
}
.faq-tab.active:after{
    background-color: var(--color-070707);
}
.faq-content {
    display: none;
}
.faq-content.active {
    display: block;
}
.accordion-item {
    background: #f7f7f7;
    margin-bottom: 20px;
    overflow: hidden;
}
.accordion button {
    font-family: Be Vietnam Pro;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    font-size: 16px;
    color: var(--color-070707);
    text-align: left;
}
.accordion-content p {
    font-family: Be Vietnam Pro;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-8E8E8E);
}
.accordion button svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.accordion button .icon-minus {
    display: none;
}
.accordion button[aria-expanded="true"] .icon-plus {
    display: none;
}
.accordion button[aria-expanded="true"] .icon-minus {
    display: inline-block;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 30px;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    max-height: max-content;
    opacity: 1;
    padding: 0px 30px 20px;
}
@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    .accordion button {
        font-size: 12px;
        padding: 10px;   
    }
    .accordion-item{
        margin-bottom: 15px;
    }
    .accordion-content p {
        font-size: 12px;
        line-height: 18px;
    }
    .accordion-content{
        padding: 0 10px;
    }
    .accordion button[aria-expanded="true"] + .accordion-content{
        padding: 0px 10px 7px;
    }
}
.faq-section {
    padding: 100px 0;
  }
  .faq-wrapper {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
  }
  .accordion-item {
    background: #f7f7f7;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
  }
  .accordion button {
    font-family: var(--bevietnampro);
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    font-size: 16px;
    color: var(--color-070707);
    text-align: left;
  }
  .accordion-content p {
    font-family: var(--bevietnampro);
    font-size: 16px;
    line-height: 24px;
    color: var(--color-8E8E8E);
  }
  .accordion button svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .accordion button .icon-minus {
    display: none;
  }
  .accordion button[aria-expanded="true"] .icon-plus {
    display: none;
  }
  .accordion button[aria-expanded="true"] .icon-minus {
    display: inline-block;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 30px;
  }
  .accordion-content.open {
    opacity: 1;
    padding: 0 30px 20px;
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    .faq-section {
      padding: 50px 0;
    }
    .accordion button {
      font-size: 12px;
      padding: 10px 10px;   
    }
    .accordion-content{
      padding: 0px 10px; 
    }
    .accordion-item {
      margin-bottom: 15px;
    }
    .accordion-content p {
      font-size: 12px;
      line-height: 18px;
    }
    .accordion-content.open {
      padding: 0px 10px 7px;
      margin-bottom: 10px;
    }
  }
footer.footer {
    background-color: #F8F8F8;
}
  .footer-row.footer-top {
    display: flex;
    padding: 40px 0 35px 0;
    
  }
  .footer-to-left {
    width: 55%;
  }
  .footer-to-right {
    width: 45%;
  }
  .foter-left-main {
    display: flex;
  }
  .footer-col.footer-info-div {
    width: 30.32%;
  }
  .logo-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    color: var(--color-070707);
    margin: 10px 0 20px 0;
  }
  li.contact-info-li {
    margin-bottom: 16px;
  }
  li.contact-info-li:last-child{
    margin-bottom: 0px
  }
  .footer a{
    color: var(--color-070707);
  }
  a.contact-link {
    font-family: Be Vietnam Pro;
    display: flex;
    align-items: center;
    color: var(--color-070707);
  }
  .contact-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .left-icon-f {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .contact-info-li:last-child .left-icon-f{
    align-items: unset;
    margin-bottom: 21px;
  }
  .footer-col h3 {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin: 0px 0 15px 0;
  }
  .desktop-f-menu .footer-col {
    padding: 0 79px;
    position: relative;
}
  .desktop-f-menu .footer-col:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color:var(--color-070707);
    opacity:20%;
    transform: translateY(-50%);
}
 .desktop-f-menu .footer-col:first-child:before {
    content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 100%;
      width: 1px;
      background-color:var(--color-070707);
      opacity:20%;
      transform: translateY(-50%);
}
li.footer-li{
  text-align:left;
}
li.footer-li a {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0%;
    padding: 7.5px 0;
    display: inline-block;
    transition: all .1s ease-out;
}
li.footer-li a:hover{
  text-decoration:underline;
}
.footer-newsletter {
    width: 28.94%;
    margin-left: auto;
}
.newsletter-wrapper {
    margin-bottom: 30px;
}
.footer-newsletter h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin:-6px 0 30px 0; 
  }
  .social-icons {
    gap: 5px;
    display: flex;
}
.social-icons a {
    display: block;
    height: auto;
    line-height: 0;
}
.social-icons a:hover svg {
    scale: 1.1;
    transition: all .5s ease-out;
}
h3.newsletter-form__message{
    font-size: 16px;
}
h3.newsletter-form__message:focus-visible {
    border: none;
    box-shadow: none;
    outline: none !important;
}
.newsletter-wrapper .newsletter-form__field-wrapper .field__button>.svg-wrapper {
    height: auto;
    width: 42px;
}
.field input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.field textarea:focus-visible{
  outline: none !important;
    box-shadow: none !important;
}
.newsletter-wrapper .newsletter-form__field-wrapper .field__button{
  right: 16px;
}
.newsletter-input {
    border: 1px solid var(--color-070707);
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0%;
    color: var(--color-070707);
    border-radius:5px;
}
.newsletter-input::placeholder{
  color: var(--color-070707);
}
.newsletter-form__field-wrapper .field:after, .newsletter-form__field-wrapper .field:before  {
  display:none;
}
.footer-menu-div {
    margin: 0 auto;
}
.desktop-f-menu{
   display: flex;
}
.footer-bottom {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--color-8E8E8E);
    border-bottom: 1px solid var(--color-8E8E8E);
}
.feature {
    display: flex;
    align-items: center;
}
.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature span {
    font-family: Be Vietnam Pro;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-070707);
}
.feature span strong {
    color: #FBBA14;
}
 .featur-f-btm-icn svg {
    width:45px;
    height: 45px;
}
 .footer-content {
    padding: 40px 0;
}
.footer-content h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom: 40px;
    color: var(--color-070707);
}
.f-content-div {
    margin-bottom: 30px;
}
.f-con-heading h3 {
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--color-070707);
    margin-bottom: 20px;
}
.f-con-desc p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--color-8E8E8E);
    margin-bottom: 15px !important;
}
.f-content-div:last-child, .f-con-desc p:last-child{
  margin-bottom: 0px !important;
}
.footer-copyright-main {
    background: var(--color-070707);
}
.copiright-left p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--color-ffffff);
}

.copiright-inner {
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
}
.copiright-left, .copiright-right {
    width:50%;
    display: flex;
    align-items: center;
}
.copiright-right {
    justify-content: flex-end;
}
.payment-img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pay-img {
    width: 60px;
    height: 35px;
    background-color: #fff;
}
.pay-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}
.f-contact-desc {
    text-align: left;
}

@media(max-width:1440px){
  .feature span{
        font-size: 16px;
  }
  .footer-newsletter h3{
    font-size: 25px;
    line-height: 35px;
  }
  
  .desktop-f-menu .footer-col {
    padding: 0 50px;
}
}

@media(max-width:1199.98px){
  .footer-row.footer-top{
        justify-content: space-between;
  }
.footer-col.footer-info-div{
    width: 33.33%;
}
.footer-newsletter, .footer-menu-div{
    width: 33.33%;
    margin: 0;
}
.desktop-f-menu .footer-col {
    padding: 0 20px;
}
li.contact-info-li {
    margin-bottom: 14px;
}
.contact-link span, .logo-info p{
  font-size: 14px;
    line-height: 20px;
}
.footer-newsletter h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0px 0 20px 0;
}
.newsletter-wrapper{
      margin-bottom: 20px;
}
.feature{
      flex-wrap: wrap;
    justify-content: center;
}
}

@media(max-width:991.98px){
  .footer-bottom{
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer-bottom .feature {
    width: calc(100% / 2);
    display: block;
    text-align: center;
    position:relative;
}
.footer-bottom .feature:after{
  content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #070707;
    opacity: 20%;
    transform: translateY(-50%);
}
.footer-bottom .feature:nth-child(even):after{
  display:none;
}
.desktop-f-menu{
  display:none;
}
.mobile-f-menu{
  display:block !important;
}
.footer-col.footer-info-div, .footer-newsletter, .footer-menu-div {
    width: 100%;
    padding:0px;
}
.footer-row.footer-top{
  flex-wrap:wrap;
}
.footer-col.footer-info, .footer-col.footer-policy {
    padding: 0px;
}
ul.contact-info {
    margin-bottom: 16px;
}
.footer-menu-div {
    order: 3;
}
.footer-newsletter {
    order: 2;
    margin-bottom: 30px;
}
.footer-content h2{
  margin-bottom: 20px;
  font-size: 36px;
}
.faq-item {
    margin-bottom: 22px;
}
.faq-item:last-child, .faq-item:last-child .footer-col h3 {
    margin-bottom: 0px;
}
.faq-question {
  cursor: pointer;
  position: relative;
}
.faq-question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform 0.3s ease;
    background-image: url(/cdn/shop/files/plus.svg?v=1755260893);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 11px;
    transform: translateY(-50%);
}
.faq-item.active .faq-question::after {
 background-image: url(/cdn/shop/files/minus.svg?v=1755261040);
}
.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
}
.footer-row.footer-top{
    padding: 40px 0 30px 0;
}
}

@media(max-width:767px){
  .footer-logo img {
    max-width: 128px;
    width: 100%;
}
  .copiright-inner {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
    padding: 15px 0;
  }
  .copiright-left p {
    font-size: 11px;
    line-height: 11px;
  }
  .f-content-div {
    margin-bottom: 20px;
  }
  .f-con-heading h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .f-con-desc p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-content h2{
    font-size: 24px;
    line-height: 24px;
  }
  .footer-row.footer-top{
    padding: 20px 0 0px 0;
  }
  .footer-content {
    padding: 0px 0 40px;
  }
  .footer-bottom{
     padding: 30px 0;
    border: none;
  }
  .feature span {
    font-size: 12px;
  }
  .contact-link span, .logo-info p {
    font-size: 12px;
    line-height: 18px;
  }
  li.contact-info-li{
    margin-bottom: 10px;
  }
  .social-icons svg{
    width: 24px;
    height: 24px;
  }
  .copiright-left, .copiright-right {
    width: 100%;
    justify-content: center;
}
.featur-f-btm-icn svg{
  width: 40px;
    height: 40px;
}
}

@media(max-width:360px){
   .payment-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}
header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }

  {%- if section.settings.sticky_header_type == 'reduce-logo-size' -%}
    .scrolled-past-header .header__heading-logo-wrapper {
      width: 75%;
    }
  {%- endif -%}

  {%- if section.settings.menu_type_desktop != "drawer" -%}
    @media screen and (min-width: 990px) {
      header-drawer {
        display: none;
      }
    }
  {%- endif -%}

  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
.latest-articles-section {
    padding: 100px 0;
}
.latest-articles-section .articles-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.latest-articles-section .article-card {
    flex: 1 1 calc(33.333% - 20px);
    background: var( --color-ffffff);
    overflow: hidden;
}
.latest-articles-section .article-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.latest-articles-section .article-media {
    overflow: hidden;
}
.latest-articles-section .article-media img {
    object-fit: cover;
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}
.latest-articles-section .article-date {
    font-family: var(--bevietnampro);
    font-size: 10px;
    line-height: 10px;
    margin-top:10px;
    color:var( --color-8E8E8E);
}
.latest-articles-section .article-title {
    font-family: var(--bevietnampro);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:var(--color-070707);
    margin: 10px 0px;
}
.latest-articles-section .article-excerpt {
    font-family: var(--bevietnampro);
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    color:var( --color-8E8E8E);
    margin: 10px 0px;

}
.latest-articles-section .read-more {
    font-family: var(--bevietnampro);
    color: var(--color-070707);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
}
.latest-articles-section .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--color-070707);
    transition: width 0.3s ease;
}
.latest-articles-section .read-more:hover::after {
    width: 100%;
} 
.articles-main .slick-track {
    display: flex;
    gap: 10px;
}

{% comment %} slick {% endcomment %}
 .latest-articles-section .slick-prev, .latest-articles-section .slick-next 
    background: none;
    border: none;
    position: absolute;
    top: -66px;
    z-index: 5;
    cursor: pointer;
    padding: 0;
}
.latest-articles-section .slick-prev {
    right: 80px;
}
.latest-articles-section .slick-arrow svg path {
    fill: var(--color-070707); 
    transition: fill 0.3s ease;
}
.latest-articles-section .slick-arrow:hover svg path , .latest-articles-section .slick-arrow:active svg path, .latest-articles-section .slick-arrow:focus svg path{
    fill: var(--color-8E8E8E); 
} 

@media(max-width:1024px){
    .latest-articles-section {
        padding: 100px 0 80px;
    }
}
@media (max-width: 767px) {
    .latest-articles-section {
        padding: 70px 0 50px;
    }
    .articles-main .slick-track{
        gap:0px;
    }
    .section-head {
        text-align: center;
        margin-bottom: 15px;
    }
    .latest-articles-section {
        padding: 50px 0;
        overflow:hidden;
    }
    .latest-articles-section .title-h2 {
        font-size:24px;
        line-height:24px;
        text-align:center;
        margin-bottom:15px;
    }
    .latest-articles-section .article-title {
        font-size:14px;
        line-height:18px;
    }
    .latest-articles-section .article-excerpt {
        font-size:12px;
        line-height:18px;
    }
    .latest-articles-section .read-more{
        font-size:10px;
        line-height:10px;
    }
    .latest-articles-section .slide-arrow-right .slick-next {
        right: calc(50% - 56px);
        left: unset;
    } 
    .latest-articles-section .slide-arrow-right .slick-prev, .latest-articles-section .slide-arrow-right .slick-next {
        top: 100%;
    }
    .latest-articles-section .slide-arrow-right .slick-prev {
        right: unset;
        left: calc(50% - 56px);
    } 
    .latest-articles-section .article-media img{
        min-height: 100% !important;
    }
}
.template-404 .title + * {
    margin-top: 1rem;
  }

  @media screen and (min-width: 750px) {
    .template-404 .title + * {
      margin-top: 2rem;
    }
  }
.article_main {
      display: flex;
      justify-content: space-between;
      gap: 50px;
    }
    .article_main article {
      width: 70%;
    }
    .slide_bar {
      width: 30%;
      height: 100%;
      overflow: auto;
      position: sticky;
      top: 00px;
      overflow: hidden;
    }
    .block-title {
      position: relative;
      display: block;
      margin-bottom: 25px;
    }
    .block-title h3 {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin: 0;
      padding: 0 15px 0 0;
      background-color: #fff;
      vertical-align: middle;
      font-size: 12px;
      line-height: 30px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--color-070707);
    }
    .block-title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin-top: -2px;
      height: 4px;
      background-color: #f2f2f2;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }
    .blog_slider_list {
      display: flex;
    }
    a {
      text-decoration: none;
      display: inline-block;
    }
    ul {
      list-style-type: none;
    }
    .story-section-slider {
      margin: 0 0 25px;
      position: relative;
    }
    .story-section-slider-item {
      max-width: 376px;
      width: 100%;
      position: relative;
    }
    .story-section-slider-item img {
      max-width: 317px;
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      margin: 0 auto;
    }
    .story-section-image {
      position: relative;
      display: block;
      z-index: 1;
    }
    .story-section-image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff4d;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: 2;
    }
    .story-section-image:hover::after {
      opacity: 1;
    }
    .story-section-image:hover .story-section-content,
    .story-section-content:hover {
      border: 2px solid #000000;
    }
    .story-section-slider .slick-arrow {
      position: absolute;
      bottom: 22px;
      z-index: 3;
      width: 30px;
      height: 30px;
      border: none;
      outline: none;
      background: #fff;
      display: flex !important;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      padding: 6px;
    }
    .story-section-slider .slick-arrow:first-of-type {
      left: 8px;
    }
    .story-section-slider .slick-arrow:last-of-type {
      right: 8px;
    }
    .story-section-content {
      position: absolute;
      bottom: 0px;
      left: 50%;
      background-color: #FFFFFF;
      border: 2px solid #FFFFFF;
      max-width: 80%;
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translate(-50%, 0);
      padding: 10px;
      z-index: 4;
      transition: .3s all ease;
    }
    .story-section-info {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s linear;
      color: #000000;
    }
    .story-section-info:hover {
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .latest-post-section {
      position: relative;
      display: block;
      overflow: hidden;
      margin-top: 25px;
    }
    .latest-post-section .latest-post-content {
      margin: 25px 0 25px;
    }
    .latest-post-section .latest-post-header {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding-right: 15px;
      display: inline-block;
      letter-spacing: 1px;
      color: #000000;
      margin: 0px;
    }
    .latest-post-section .latest-post-header::after {
      content: '';
      position: absolute;
      top: 14px;
      left: 125px;
      width: 100%;
      height: 4px;
      background-color: #F2F2F2;
    }
    .latest-post-section .latest-post-items {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
    }
    .latest-post-section .latest-post-items .latest-post-images a {
      width: 100%;
    }
    .latest-post-section .latest-post-items .latest-post-images {
      position: relative;
      display: block;
      margin-bottom: 0px;
      overflow: hidden;
    }
    .latest-post-section .latest-post-items .latest-post-images::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, /* top soft dark */ rgb(0 0 0 / 88%) 100% /* bottom darker */);
      z-index: 1;
    }
    .latest-post-section .latest-post-items .latest-post-images img {
      object-fit: cover;
      display: block;
      width: 100%;
      box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.6);
    }
    .latest-post-section .latest-post-items .latest-post-images:hover::after {
      opacity: 1;
    }
    .latest-post-section .latest-post-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 15px 20px;
      z-index: 2;
    }
    .latest-post-section .latest-post-info .latest-dress-info a {
      font-size: 14px;
      color: #FFFFFF;
      margin-right: 10px;
    }
    .latest-post-section .latest-post-info .latest-dress-info a {
      position: relative;
      display: inline-block;
    }
    .latest-post-section .latest-post-info .latest-dress-info a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      height: 1px;
      background: #fff;
      transition: width 0.3s ease;
    }
    .latest-post-section .latest-post-info .latest-dress-info a:hover::after {
      width: 100%;
    }
    .latest-post-section .latest-post-info .latest-post-quote {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      color: #FFFFFF;
      margin-top: 15px;
    }
    .latest-post-section .latest-post-info .latest-post-quote::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0;
      height: 1px;
      background: #FFFFFF;
      transition: width 0.3s ease;
    }
    .latest-post-section .latest-post-info .latest-post-quote:hover::after {
      width: 100%;
    }
    .web-stories {
      position: relative;
      overflow: hidden;
    }
    .web-stories .web-story-slider {
      max-width: 60%;
      margin: 25px auto;
      position: relative;
    }
    .web-stories .web-story-slider .slick-arrow {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background-color: #FFFFFF;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .web-stories .web-story-slider .slick-prev{
      left: 0;
    }
    .web-stories .web-story-slider .slick-next{
      right: 0;
    }
    .web-stories .web-story-slider .slick-list .slick-arrow {
      display: none !important;
    }
    .web-stories .web-story-slider .slick-list {
      overflow: visible;
      margin-left: -5px;
      margin-right: -5px;
    }
    .web-stories .web-story-slider .slick-slide {
      padding-left: 5px;
      padding-right: 5px;
    }
    .web-story-header {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding-right: 15px;
      display: inline-block;
      letter-spacing: 1px;
      color: #000000;
      position: relative;
    }
    .web-story-header::after {
      content: '';
      position: absolute;
      top: 14px;
      left: 100%;
      margin-left: 10px;
      width: calc(100vw - 150px);
      height: 4px;
      background-color: #F2F2F2;
    }
    .web-story-slider .web-story-image {
      position: relative;
      display: inline-flex;
      border-radius: 10px;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    .web-story-slider .web-story-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 10px;
    }
    .web-story-slider .web-story-image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      pointer-events: none;
    }
    .web-story-slider .slick-prev {
      left: 2px;
    }
    .web-story-slider .slick-next {
      right: 2px;
    }
    .web-story-image {
      position: relative;
    }
    .web-story-slider .web-story-content {
      position: absolute;
      bottom: 18px;
      left: 0;
      padding: 10px;
      width: 100%;
      z-index: 2;
      text-align: center;
    }
    .web-story-slider .web-story-content span {
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
    }
    .top-post-section {
      position: relative;
      margin-bottom: 25px;
    }
    .top-post-section .top-post-header {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding-right: 15px;
      display: inline-block;
      letter-spacing: 1px;
      color: #000000;
      margin:0px;
    }
    .top-post-section .top-post-header::after {
      content: '';
      position: absolute;
      top: 14px;
      left: 108px;
      width: 100%;
      height: 4px;
      background-color: #F2F2F2;
    }
    .top-post-section .top-post-content {
      margin: 25px 0;
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-images img {
      max-width: 105px;
      height: auto;
      max-height: 161px;
      object-fit: cover;
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-images {
      position: relative;
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-images::after {
      content: "";
      position: absolute;
      inset: 0;
      background: #ffffff4d;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-images:hover::after {
      opacity: 1;
    }
    .top-post-section .top-post-content .top-post-itmes {
      display: flex;
      margin-bottom: 30px;
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-info a {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6;
      padding-left: 20px;
      margin-bottom: 10px;
      color: var(--color-070707);
    }
    .top-post-section .top-post-content .top-post-itmes .top-post-info a:hover {
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .top-post-section .top-post-content .top-post-years span {
      font-size: 11px;
      padding-left: 20px;
      color: var(--color-AAAAAA);
    }
    .recent-post-section,
    .recent-post-section .recent-post-items li {
      position: relative;
    }
    .recent-post-section .recent-post-header {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding-right: 15px;
      display: inline-block;
      letter-spacing: 1px;
      color: var(--color-070707);
      margin:0px;
    }
    .recent-post-section .recent-post-header::after {
      content: '';
      position: absolute;
      top: 14px;
      left: 125px;
      width: 100%;
      height: 4px;
      background-color: #F2F2F2;
    }
    .recent-post-section .recent-post-items li:last-child a {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .recent-post-section .recent-post-title {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      padding-bottom: 15px;
      margin-bottom: 15px;
      color: var(--color-070707);
      transition: all 0.3s ease-in-out;
    }
    .recent-post-section .recent-post-title:hover {
      opacity: 0.7;
    }

    .recent-post-section .recent-post-items {
      margin: 25px 0;
    }
    .recent-post-section .recent-post-items li:not(:last-child)::after {
      content: '';
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #F2F2F2;
    }
    .tag-cloud-section {
      position: relative;
    }
    .tag-cloud-section .tag-cloud-header {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding-right: 15px;
      display: inline-block;
      letter-spacing: 1px;
      color: var(--color-070707);
      margin: 0px;
    }
    .tag-cloud-section .tag-cloud-header::after {
      content: '';
      position: absolute;
      top: 12px;
      left: 125px;
      width: 100%;
      height: 4px;
      background-color: #F2F2F2;
    }
    .tag-cloud-section .tag-cloud-items .tag-cloud-btn {
      font-size: 13px;
      color: var(--color-070707);
      display: block;
      float: left;
      margin: 2px;
      padding: 0 10px;
      border:1px solid #1818182e;
      line-height: 30px;
      transition: all .3s linear;
    }
    .tag-cloud-items {
      margin: 25px 0;
    }
    .tag-cloud-section .tag-cloud-items .tag-cloud-btn:hover {
      color: #FFFFFF;
      background-color: var(--color-070707);
      border: 1px solid var(--color-070707);
    }
    .article-template__content h4 {
      font-size: 32px;
      font-weight: 600;
      margin-top: 30px !important;
      margin-bottom: 15px;
      color: var(--color-070707);
      font-family: Playfair Display;
    }
    .article-template__content h5 {
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px !important;
      margin-bottom: 15px;
      color: var(--color-070707);
      font-family: Playfair Display;
    }
    .article-template header.page-width.page-width--narrow, .article-template__social-sharing,
    .article-template__content, .article-template__back {
      padding: 0px;
    }
    .article-template__social-sharing summary.share-button__button {
      display: none;
    }

  @media(max-width:1500px){
    .story-section-content{
      width: 70%;
    }
  }
  @media(max-width:1199px){
    .story-section-slider .slick-arrow{
      bottom: 15px;
    }
    .article_main article{
      width: 65%;
    }
    .slide_bar {
      width: 35%;
    }
  }
  @media(max-width:1024px){
    .article_main{
      gap: 30px !important;
    }
    .slide_bar{
      padding: 0 !important;
    }
  }
  @media(max-width:991px){
    .article_main {
      display: block;
    }
    .article_main article{
      width:100%;
    }
    .slide_bar{
      width:80%;
      margin: 0 auto;
      padding: 0 !important;
    }
    .story-section-slider .slick-arrow{
      bottom: 30px;
    }
  }
  @media(max-width:767px){
    .slide_bar{
      width:100%;
      top: 78% !important;
      padding: 0 !important;
    }
    .article-template header.page-width.page-width--narrow {
      margin-top: 20px;
    }
    .article-template h1.article-template__title {
      font-size: 25px !important;
    }
    .article-template__content h4{
      font-size: 22px;
    }
    .story-section-slider .slick-arrow{
      bottom: 12px;
    }
  }
.password-logo {
    max-width: {{ settings.logo_width }}px;
  }
body .custom_stitich_option span.option-value-label{
            color: #6c6b6b !important;
        }
        .grid.product-single.readymade-size, .grid.product-single.custom-measurement{
            display:none;
        }
        .grid__item.readymade-size, .grid__item.custom-measurement {
            display: none;
        }
        .grid__item.product-single__photos.bottom.medium-up--one-half {
            max-width: 55%;
            width: 100%;
            padding-left:0px !important;
        }
        .grid__item.medium-up--one-half {
            max-width: 45%;
            width: 100%;
            padding-left:60px;
        }
        p.custom_days_showing {
            padding: 0.75rem;
            border: 1px solid #000;
            font-size: 14px !important;
            color: #000 !important;
            font-weight: 600 !important;
            margin: 0.5rem 0 1.5rem;
        }
        p.custom_days_showing i.fa-solid.fa-check::before {
            color: #fff;
            font-size: 10px;
            position: absolute;
            top: 50%;
            width: 16px;
            height: 16px;
            line-height: 13px;
            transform: translateY(-50%);
            left: 0;
            background: #c19a5b;
            padding: 2px;
            border-radius: 50%;
            margin-right: 0.25rem;
        }
        p.custom_days_showing i.fa-solid.fa-check::before {
            position:relative !important;
        }
        .eid_sec {
            border: 1px solid #eeeeee;
            padding: 8px;
            margin-bottom: 20px;
        }
            .eid_content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .eid_text p, .t_eid p {
            color: #c19a5b;
            padding: 4px 0px 0px 10px;
            font-size: 16px;
            font-family: 'Mulish';
        }
        .template-product #ComparePrice-product-template span.money{
            font-size: 24px;
            font-weight:400;
        }
        .template-product .product-price__sale span.money{
            font-weight: bold;
            padding-left: 0px;
        }
        p.product-single__price.product-single__price-product-template{
            flex-wrap: wrap !important;
        }
        .t_eid p {
            text-decoration: underline;
            font-style: italic;
        }
        .product-single__meta span.discount-badge {
            font-size: 12px;
            font-family: 'Mulish';
            margin-top: 20px;
        }
        .template-product p.product-single__price.product-single__price-product-template {
            display: flex;
        }
        .type-check.mw-option-checkbox.mw-option.option-info-only:last-child span.option-value-label {
            border: 1px solid #000;
            padding-left: 40px !important;
        }
        .type-check.mw-option-checkbox.mw-option.option-info-only:last-child input[type="checkbox"] + span.option-value-label:before{
            left: 10px;
        }
        .type-check.mw-option-checkbox.mw-option.option-info-only:last-child input[type="checkbox"]:checked + span.option-value-label:after{
            left: 12px !important;
        }
        .type-check.mw-option-checkbox.mw-option.option-info-only:last-child ul.mw_options_list{
            padding-top: 10px !important;
            padding-right: 0px !important;
        }
        .jdgm-rev-widg__summary {
            text-align: center;
            width: 50%;
            padding-top: 40px;
        }
        .jdgm-rev-widg__summary-text {
            font-size: 22px;
        }
        h2.jdgm-rev-widg__title {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 35px;
            font-family: Mulish;
        }
        .jdgm-histogram__bar{
            width: 200px;
            height: 12px;
            border-radius: 10px;
            margin: 0 4px 0 4px;
        }
        .jdgm-histogram .jdgm-histogram__row{
            margin-bottom: 12px;
        }
        .jdgm-histogram__bar-content{
            border-radius: 10px;
        }
        .jdgm-histogram{
            padding: 4px 22px;
        }
        .jdgm-widget-actions-wrapper{
            display: inline-block;
            position: relative;
            top: -50px;
            float: right
        }
        .jdgm-rev{
            overflow: unset;
        }

        @media(max-width:1200px){
            .grid.product-single .grid__item.medium-up--one-half:last-child{
                padding-right: 0px;
            }
        }
        @media(max-width:1199.98px){
            .jdgm-histogram {
                padding: 4px 10px !important;
            }
        }
        @media(max-width:991.98px){
            .jdgm-histogram__bar {
                width: 150px !important;
            }
            .jdgm-histogram {
                width: 50% !important;
                margin: 0 0px !important;
            }
        }
        @media(max-width:767px){
            .jdgm-rev-widg__summary{
                width:100%;
                padding-top:0px;
            }
            .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
                width: 210px !important;
            }
            .jdgm-rev-widg__header .jdgm-rev-widg__sort-wrapper {
                position: unset !important;
            }
            .jdgm-sort-dropdown.jdgm-sort-dropdown{
                width:100%;
            }
            h2.jdgm-rev-widg__title{
                margin-bottom:20px !Important;
            }
            .jdgm-histogram {
                width: 100% !important;
                text-align: center;
            }
            .jdgm-widget-actions-wrapper {
                top: 0px;
            }
            .jdgm-rev{
                margin-top: 90px;
            }
            .product-single .grid__item.product-single__photos.bottom.medium-up--one-half{
                max-width: 100% !important;
            }
            .product-single .grid__item.medium-up--one-half {
                max-width: 100% !important;
            }
        }
        @media(max-width:749px){
            .grid.product-single .grid__item.medium-up--one-half:last-child {
                padding-right: 20px !important;
            }
        }
        @media(max-width:475px){
            .jdgm-review-widget--small .jdgm-histogram .jdgm-star {
                font-size: 12px;
                line-height: 16px !important; 
            }
            .jdgm-histogram {
                width: 100% !important;
            }
            .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__row{
                margin-bottom:5px !important;
            }
            .jdgm-histogram__frequency {
                margin-left: 0px;
            }
            .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
                width: 80px !important;
            }
            h2.jdgm-rev-widg__title{
                font-size: 26px !important;
                font-weight: 500 !important;
            }
        }
        ul.mw_options_list.custom_stitich_option li.active input[type="radio"] {
          opacity: 0;
      }
        @media(min-width:1204px){
          .mw_options_list li.active input:after{
            top: 8px !important;
            left: 6px !important;
          }
        }
        
        @media (max-width: 991px){
        
          p.infolinks {
                position: absolute !important;
          }
        .mw-option-radio label.mw_product_option_label {
              font-size: 12px;
        }
          .infolinks .btn{
                font-size: 12px;
              line-height: 22px;
              }
        }
        
        @media(max-width:767px){
          p.infolinks {
              top: 0px !important;
          }
          .infolinks .btn:before{
              top: 5px;
          }  
          .notice_div {
          width: 100%;
        }
          
        }

        @media(max-width:475px){
          .eid_text p, .t_eid p{
            font-size: 15px;
          }
        }
        body .mw-option-radio ul.mw_options_list li input:before{
          left: 10px !important;
          background-size: contain !important;
          z-index: 99;
        }
        
        @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .mw-option-radio ul.mw_options_list li input:before{
          left: 0px !important;
          top : 0px;
        }
          .mw_options_list li.active input:after {
          content: '';
          position: absolute;
          height: 30px;
          width: 44px;
          background-color: black;
          top: -12px;
          left: -4px;
          
      }
      }
        span.mw-product-options{
        display:none;
        }
.template-search__header {
    margin-bottom: 3rem;
  }
  .template-search__search {
    margin: 0 auto 3.5rem;
    max-width: 74.1rem;
  }
  .template-search__search .search {
    margin-top: 3rem;
  }
  .template-search--empty {
    padding-bottom: 18rem;
  }
  .search__button .icon {
    height: 1.8rem;
  }

  @media screen and (min-width: 750px) {
    .template-search__header {
      margin-bottom: 5rem;
    }
  }
.new-arrival-section{
  padding: 100px 0;
}
.new-arrival-section .card-content h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
  color: var(--color-070707);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}   
.new-arrival-section .price-box {
    display: flex;
    align-items: center;
}
.new-arrival-section .product-price__sale{
  font-family: Be Vietnam Pro;
   font-weight: 600;
   color: var(--color-070707);
   font-size: 14px;
   line-height: 16px;
   letter-spacing: 1px;
   vertical-align: middle;
   text-transform: uppercase;
   order: 2;
}
.new-arrival-section .product-price__price{
     font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-8E8E8E);
  line-height: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: line-through;
  margin-right:5px;
  order: 1;
}
.new-arrival-section .card-media img {
  display: block;
  width:100%; 
  transition: all 0.5s ease;
}
.new-arrival-product-card:hover .default-img{
  opacity: 0;
  visibility: hidden;
}
.new-arrival-section .card-media .hover-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.new-arrival-product-card:hover .hover-img{
  opacity: 1;
  visibility: visible;
}

.new-arrival-section .product-price__price s {
    text-decoration: none !important;
}
.new-arrival-section .new-arrival-main .new-arrival-product-card{
   padding: 0 5px;
}
.new-arrival-section .new-arrival-main .slick-list {
   margin: 0 -5px; 
}
.new-arrival-section .card-media{
   position: relative;
   overflow: hidden;
}
.new-arrival-section .badge-new {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--color-070707);
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 4px 7px;
  z-index: 2;
}
@media(max-width:1024px){
  .new-arrival-section .card-content h3 {
      font-size: 14px;
      line-height: 20px;
   }
   .new-arrival-section .product-price__price, .new-arrival-section .product-price__sale {
      font-size: 14px;
      line-height: 14px;
   }
   .new-arrival-section{
      padding: 80px 0;
   }
}
@media(max-width:767px){
   .new-arrival-section {
      padding: 50px 0;
   }
  .new-arrival-section .card-content h3 {
      font-size: 11px;
      line-height: 15px;
   }
   .new-arrival-section .product-price__price, .new-arrival-section .product-price__sale {
      font-size: 11px;
      line-height: 11px;
   }
   .new-arrival-section .price-box{
      line-height: 11px
   }
}
.category-slider-mobile{
    opacity: 0;
  }
  .category-slider-mobile.slick-initialized{
    opacity: 1;
  }
  .shop-category-mobile{
    display: none;
    padding-top: 20px
  }
  .shop-category-mobile .category-slide img {
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
  }
  .shop-category-mobile .category-slide h3 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: center
  }
  .shop-category-mobile .category-slider-mobile .category-slide{
    padding: 0 5px;
  }
  .shop-category-mobile .category-slider-mobile .slick-list {
    margin: 0 -5px; 
  }

  @media(max-width:767px){
    .shop-category-mobile{
      display: block;
      padding-top: 15px;
    }
  }
.shop-category {
  padding: 100px 0px 0;
  text-align: center;
}
.shop-category .category-slider{
  margin-top: 40px
}
.shop-category .category-slider .category-item {
  display: block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.shop-category .category-slider .category-slide{
  padding: 0 16px;
}
.shop-category .category-slider .slick-list {
  margin: 0 -16px; 
}
.shop-category .category-slider .category-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s ease;
}
.category-card {
    overflow: hidden;
    position: relative;
    aspect-ratio: 160 / 160;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px #0000001a;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.shop-category .category-slider .category-item h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}
.shop-category .btn-center {
  margin-top: 30px;
}
.shop-category .btn-show {
  display: inline-block;
  padding: 12px 38px;
  border: 1px solid var(--color-070707);
  text-decoration: none;
  color: var(--color-070707);
  transition: 0.3s;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  border-radius:5px;
}
.shop-category .btn-show:hover {
  background: #000;
  color: #fff;
}
@media(max-width:1024px){
  .shop-category {
    padding: 80px 0px 0;
  }
}
@media(max-width:991px){
   .shop-category .category-slider .category-item img{
    min-height: 320px;
  }
}
@media(max-width:767px){
  .shop-category{
    display: none
  }
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.n-main-top-bar{
        position: fixed;
        top: 0;
        left: 0 !important;
        width: 100%;
        color: #fff;
    }
    .n-announcement-track{
        background: var(--color-070707);
        padding: 7px 15px;
    }
    .n-announcement-track .slick-slide div {
        display: flex;
        align-items: center;
    }
    .n-main-top-bar .n-announcement-track {
        opacity: 0;
    }
    .n-main-top-bar .n-announcement-track.slick-initialized.slick-slider {
        opacity: 1;
    }
    .n-main-top-bar .msg{
        font-weight: 400;
        font-size: 9px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #fff;
        line-height: 12px;
    }
    .n-main-top-bar .msg p {
        text-align: center;
        padding-right: 50px;
        margin: 0;
    }
    .n-main-top-bar .msg a{
        color: #fff;
        text-decoration: underline;
    }

    @media(max-width:1600px){
        .n-main-top-bar .msg{
            padding: 0 16px;
        }
    }
    @media(max-width:767px){
        .n-main-top-bar .msg{
            padding: 0 0px;
        }
        .n-main-top-bar .msg p {
            padding-right: 30px;
        }
    }