
.home-feedback-card__quote-mark {
font-size: 0;
}

.product-detail__description .prose {
display: table;
}
.catalog-toolbar__filters-btn {
justify-content: unset;
}
.catalog-toolbar__sort-label, .catalog-toolbar__sort-select {
    border-radius: 8px;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    color: var(--ink);
}
.shop-product-card--missoma .shop-product-card__cart-btn {
border: 1.5px solid #ffffff;
box-shadow: none;
}
.site-main--home .home-section.is-visible .section__title {
font-size: xx-large;
}
.site-main {
max-width: unset;
}

.home-stories__description {
width: 750px;
}
.home-stories__body {
text-align: justify;
}
.home-stories__layout {
    display: -webkit-box;
}
.home-stories {
    max-width: none;
}
.site-main--catalog {
max-width: none;
}

.category-card-grid--collections {
    max-width: none;
}
.home-stories__layout {
grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.site-main--home > .home-section {
max-width: unset;
} 

   .site-header__nav-desktop .site-nav__account--desktop-dropdown {
text-transform: capitalize;

}
.home-section__head-row  {
.btn{
     display: none;
}}
.home-section__head-row {
    justify-content: center;
}

.logo__name {
    font-size: 125%;
}
.home-category-feature__desc {
padding-top: 10px;;
}
.site-main--home .home-section.is-visible .section__title {
    text-transform: uppercase;
}
.section__title-link{
    text-transform: uppercase;
}
.home-hero__slide-hit .home-hero__cta  {
box-shadow: unset;  
background: unset;
     font-size: 18px;
    text-decoration: underline;
    max-width: 200px;
}
.home-hero__title{
    text-transform: uppercase;
}

.auth-form__switch {
    margin: 0rem 0px 0px;

.btn{
     color:#be995d;
    padding: 5px 1px;
    display: unset;
    border-color: aliceblue;
    background: unset;
    text-decoration: revert;
}
}
.btn--ghost{
 background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #fff;
   text-decoration: unset;
    padding-left: 20px;
    padding-right: 20px;
}
.home-section__head-row{
.btn{
    background: transparent;
    color: var(--gold-deep);
    border: white;
    text-decoration: underline;
    text-underline-offset: 1px;
  font-weight: 1000;
}
}
.product-detail__read-more {
background: transparent;
    color: var(--gold-deep);
    border: white;
    text-decoration: underline;
    text-underline-offset: 1px;
    font-weight: 1000;
}
.site-footer__group:last-of-type {
    text-transform: capitalize;
}

.catalog-page-head {
margin: -10px 0 -0.5rem;
}
.catalog-chips {
    margin: 13px 0px 0.5rem;
}
.catalog-page-head__title {
    margin: 0px 0px -0.25rem;
}
.account-profile-form__actions{
justify-content: space-between;
}

.shop-product-card--missoma .shop-product-card__badge--label{
  background-color: transparent;
  color: black ;
  font-size: 17px;
}
.shop-product-card--missoma .shop-product-card__badge{
  text-transform: none;

}
.shop-product-card--missoma .shop-product-card__title{
  font-size: 20px;
  font-weight: 600;
  min-height: 50px;
  max-height: 50px;
}
.home-category-feature__body{
  text-shadow: none;
}
.home-category-feature__media{
  filter: brightness(0.85);
  min-height: 35rem;
}
.home-category-feature__media img {
height: 105%;
}

//popup
/* Popup nhỏ gọn */
.welcome-popup__dialog {
    position: relative;
    width: min(90vw, 590px);
    margin: 0 auto;
}

/* Card bám theo dialog */
.welcome-popup__card {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 28px;
    overflow: hidden;
}

/* Nội dung bên trong */
.welcome-popup__content {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 20px 64px 20px !important;
    box-sizing: border-box;
}

/* Title */
.welcome-popup__title {
    max-width: 460px;
    margin: 0 auto 28px !important;
    font-size: 46px !important;
    line-height: 1.05;
    text-align: center;
}

/* Form gọn lại */
.welcome-popup__form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

/* Input + nút */
.welcome-popup__input,
.welcome-popup__submit {
    width: 100%;
    box-sizing: border-box;
}

.welcome-popup__input {
    height: 50px !important;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 16px;
}

.welcome-popup__submit {
    height: 50px !important;
    margin-top: 5px;
    border-radius: 20px;
    font-size: 16px;
    padding: 0.8rem 0.1rem;
}

/* Text điều khoản */
.welcome-popup__legal,
.welcome-popup__terms,
.welcome-popup__content > p {
    max-width: 410px;
    margin: 14px auto 0 !important;
    font-size: 13px !important;
    line-height: 1.55;
}

/* X bám góc popup */
.welcome-popup__close {
    position: absolute !important;
    z-index: 10;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    bottom: auto !important;

    width: 36px;
    height: 36px;
    font-size: 29px;
    line-height: 34px;
}

/* Mobile */
@media (max-width: 767px) {
    .welcome-popup__dialog {
        width: calc(100vw - 28px) !important;
    }

    .welcome-popup__content {
        padding: 48px 24px 30px !important;
    }

    .welcome-popup__title {
        font-size: 35px !important;
        margin-bottom: 22px !important;
    }

    .welcome-popup__form {
        max-width: 100%;
    }

    .welcome-popup__legal,
    .welcome-popup__terms,
    .welcome-popup__content > p {
        font-size: 10.5px !important;
    }
}
@media (min-width: 1024px) {
  .welcome-popup__dialog {
    width: min(90vw, 600px);
  }
}

//check out 
.checkout-aside__subtotal {
  font-size: 14px;
  font-weight: normal;
}
.checkout-aside__shipping, .cart-page__shipping {
  font-size: 14px;
  color: black;

}
.checkout-aside__subtotal strong{
  font-size: 14px;
  color: black;
  font-weight: normal;
}
.checkout-aside__line {
  color: black;
}
//Menu
.site-header__nav-desktop .site-nav__list {
  text-transform: uppercase;
}
.site-nav__expand-toggle{
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .site-header__nav-desktop .site-nav__list {
text-transform: uppercase;

}
.home-feedback-card__photo {
height : 300px;
}
.catalog-category-hero__img {
height: 600px;
}
.cart-page__line-thumb {
    height: 87%;
}


