@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&family=Noto+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('customer-auth-redesign.css');

/* Custom Header Styles */
.page-header .header-custom {
    background: #fff;
    padding: 20px 0;
}

/* Recommendation cards: final override for full image frames. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    width: 100vw !important;
    max-width: none !important;
    margin: 64px 0 !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 clamp(24px, 7.5vw, 132px) !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    overflow: hidden !important;
    padding: 0 !important;
    border: 2px solid #ead9bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.24 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f1f3f3 !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: start !important;
    min-height: 144px !important;
    padding: 30px 28px 34px !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: none !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.28 !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

/* Product image panels: final cascade guard for rounded, uncropped product imagery. */
:root {
    --fs-product-image-radius: 28px;
    --fs-product-image-bg: #f2f2f0;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.catalog-category-view .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo,
.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper,
.checkout-cart-index .cart.item .product-item-photo,
.checkout-cart-index .cart.item .product-image-container,
.checkout-cart-index .cart.item .product-image-wrapper,
.checkout-index-index .opc-block-summary .product-item .product-image-container,
.fashionstore-recommendation__image,
.fs-random-products__image-wrap,
.catalog-product-view .product.media .fotorama__stage__frame {
    border-radius: var(--fs-product-image-radius) !important;
    background: var(--fs-product-image-bg) !important;
    overflow: hidden !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo,
.catalog-category-view .products-list .product-image-photo,
.catalogsearch-result-index .products-list .product-image-photo,
.products-grid .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-image-photo,
.checkout-cart-index .cart.item .product-image-photo,
.checkout-index-index .opc-block-summary .product-item .product-image-photo,
.fashionstore-recommendation__image,
.fs-random-products__image,
.catalog-product-view .product.media .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: var(--fs-product-image-radius) !important;
    image-rendering: auto !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.catalog-category-view .products-list .product-image-wrapper,
.catalogsearch-result-index .products-list .product-image-wrapper,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo,
.products-grid .product-item-info:hover .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-image-photo {
    transform: scale(1.02) !important;
}

/* Product images everywhere: rounded cover-fill with no white frame. */
.fs-search-results__card,
.products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info {
    background: transparent !important;
}

.fs-search-results__card {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.fs-search-results__image-wrap,
.search-product-img-wrap,
.products-grid .fashionstore-card-image-wrapper,
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap,
.fashionstore-recommendation__image,
.products-grid .product-image-wrapper,
.products-grid .product-image-container {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: var(--fs-product-image-radius, 28px) !important;
    background: var(--fs-product-image-bg, #f2f2f0) !important;
}

.fs-search-results__image,
.search-product-img,
.products-grid .fashionstore-card-image,
.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.fashionstore-recommendation__image,
.fs-random-products__image,
.products-grid .product-image-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

/* Product cards should show name, rating and price only: hide all visible SKU labels. */
.fashionstore-product-card-sku,
.fs-search-results__sku,
.fs-random-products__sku,
.search-product-sku,
.fs-men-product__sku,
.fs-women-product__sku,
.fs-sku-product__sku,
.fashionstore-recommendation__sku,
.catalog-product-view .product-info-stock-sku,
.catalog-product-view .product.attribute.sku,
.catalog-product-view .product-info-main .sku {
    display: none !important;
}

/* Final order-detail sidebar override: one active marker only. */
html body.sales-order-view .block-collapsible-nav .item,
html body.sales-order-view .block-collapsible-nav .item.current {
    padding-left: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

html body.sales-order-view .block-collapsible-nav .item.current::before,
html body.sales-order-view .block-collapsible-nav .item.current::after,
html body.sales-order-view .block-collapsible-nav .item.current > a::before,
html body.sales-order-view .block-collapsible-nav .item.current > a::after,
html body.sales-order-view .block-collapsible-nav .item.current > strong::before,
html body.sales-order-view .block-collapsible-nav .item.current > strong::after {
    content: none !important;
    display: none !important;
}

html body.sales-order-view .block-collapsible-nav .item a,
html body.sales-order-view .block-collapsible-nav .item strong,
html body.sales-order-view .block-collapsible-nav .item.current a,
html body.sales-order-view .block-collapsible-nav .item.current strong {
    margin-left: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

html body.sales-order-view .block-collapsible-nav .item.current > a,
html body.sales-order-view .block-collapsible-nav .item.current > strong {
    background: #f9fafb !important;
    background-image: linear-gradient(to right, #d97706 0, #d97706 4px, transparent 4px) !important;
    color: #111827 !important;
    font-weight: 700 !important;
}

/* Keep the active account item on order-detail pages to one left marker only. */
html body.sales-order-view .block-collapsible-nav .item,
html body.sales-order-view .block-collapsible-nav .item.current {
    padding-left: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

html body.sales-order-view .block-collapsible-nav .item.current::before,
html body.sales-order-view .block-collapsible-nav .item.current::after,
html body.sales-order-view .block-collapsible-nav .item.current > a::before,
html body.sales-order-view .block-collapsible-nav .item.current > a::after,
html body.sales-order-view .block-collapsible-nav .item.current > strong::before,
html body.sales-order-view .block-collapsible-nav .item.current > strong::after {
    content: none !important;
    display: none !important;
}

html body.sales-order-view .block-collapsible-nav .item a,
html body.sales-order-view .block-collapsible-nav .item strong,
html body.sales-order-view .block-collapsible-nav .item.current a,
html body.sales-order-view .block-collapsible-nav .item.current strong {
    margin-left: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

html body.sales-order-view .block-collapsible-nav .item.current > a,
html body.sales-order-view .block-collapsible-nav .item.current > strong {
    background: #f9fafb !important;
    background-image: linear-gradient(to right, #d97706 0, #d97706 4px, transparent 4px) !important;
    color: #111827 !important;
    font-weight: 700 !important;
}

/* Product cards: strict cover-fill image containers. */
.products-grid .fashionstore-card-image-wrapper,
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #f2f2f0 !important;
}

.products-grid .fashionstore-card-image,
.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.fashionstore-recommendation__image,
.fs-random-products__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Product cards: strict cover-fill image containers. */
.products-grid .fashionstore-card-image-wrapper,
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #f2f2f0 !important;
}

.products-grid .fashionstore-card-image,
.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.fashionstore-recommendation__image,
.fs-random-products__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Product Image Container: strict final override after legacy Magento image rules. */
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.products-grid .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #f2f2f0 !important;
}

.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.products-grid .fashionstore-card-image,
.fs-random-products__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.wishlist-index-index .products-grid.wishlist .product-item-photo,
.products-grid .product-item-photo {
    display: block !important;
    width: 100% !important;
}

/* Product Image Container: strict parent/child cover contract. */
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.products-grid .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #f2f2f0 !important;
}

.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.products-grid .fashionstore-card-image,
.fs-random-products__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.wishlist-index-index .products-grid.wishlist .product-item-photo,
.products-grid .product-item-photo {
    display: block !important;
    width: 100% !important;
}

/* Product card media: final responsive cover layout for catalog/search/recommendation cards. */
.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items,
.wishlist-index-index .products-grid.wishlist .product-items {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
    gap: 28px 22px !important;
}

.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item,
.wishlist-index-index .products-grid.wishlist .product-item {
    width: auto !important;
    margin: 0 !important;
}

.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info,
.wishlist-index-index .products-grid.wishlist .product-item-info {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
}

.catalog-category-view .products-grid .product-photo-slider,
.catalogsearch-result-index .products-grid .product-photo-slider,
.wishlist-index-index .products-grid.wishlist .product-photo-slider,
.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.wishlist-index-index .products-grid.wishlist .product-item-photo,
.catalog-category-view .products-grid .product-image-container,
.catalogsearch-result-index .products-grid .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.wishlist-index-index .products-grid.wishlist .product-item-photo,
.catalog-category-view .products-grid .product-image-container,
.catalogsearch-result-index .products-grid .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper,
.fs-random-products__image-wrap {
    aspect-ratio: 4 / 5 !important;
    border-radius: 8px !important;
    background: #f2f2f0 !important;
    overflow: hidden !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    position: relative !important;
    padding: 0 !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-image-photo,
.fs-random-products__image {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    image-rendering: auto !important;
}

.catalog-category-view .products-grid .product-item-details,
.catalogsearch-result-index .products-grid .product-item-details,
.wishlist-index-index .products-grid.wishlist .product-item-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 12px 8px 0 !important;
}

.catalog-category-view .products-grid .product-item-name,
.catalogsearch-result-index .products-grid .product-item-name,
.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin: 0 !important;
}

.catalog-category-view .products-grid .fashionstore-product-card-sku,
.catalogsearch-result-index .products-grid .fashionstore-product-card-sku,
.wishlist-index-index .products-grid.wishlist .fashionstore-product-card-sku {
    color: #8a94a6 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.catalog-category-view .products-grid .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-reviews-summary,
.wishlist-index-index .products-grid.wishlist .product-reviews-summary,
.catalog-category-view .products-grid .price-box,
.catalogsearch-result-index .products-grid .price-box,
.wishlist-index-index .products-grid.wishlist .price-box {
    margin: 0 !important;
}

@media (max-width: 640px) {
    .catalog-category-view .products-grid .product-items,
    .catalogsearch-result-index .products-grid .product-items,
    .wishlist-index-index .products-grid.wishlist .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px 14px !important;
    }
}

/* Product image panels: final cascade guard for rounded, uncropped product imagery. */
:root {
    --fs-product-image-radius: 28px;
    --fs-product-image-bg: #f2f2f0;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.catalog-category-view .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo,
.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper,
.checkout-cart-index .cart.item .product-item-photo,
.checkout-cart-index .cart.item .product-image-container,
.checkout-cart-index .cart.item .product-image-wrapper,
.checkout-index-index .opc-block-summary .product-item .product-image-container,
.fashionstore-recommendation__image,
.fs-random-products__image-wrap,
.catalog-product-view .product.media .fotorama__stage__frame {
    border-radius: var(--fs-product-image-radius) !important;
    background: var(--fs-product-image-bg) !important;
    overflow: hidden !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo,
.catalog-category-view .products-list .product-image-photo,
.catalogsearch-result-index .products-list .product-image-photo,
.products-grid .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-image-photo,
.checkout-cart-index .cart.item .product-image-photo,
.checkout-index-index .opc-block-summary .product-item .product-image-photo,
.fashionstore-recommendation__image,
.fs-random-products__image,
.catalog-product-view .product.media .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: var(--fs-product-image-radius) !important;
    image-rendering: auto !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.catalog-category-view .products-list .product-image-wrapper,
.catalogsearch-result-index .products-list .product-image-wrapper,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo,
.products-grid .product-item-info:hover .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-image-photo {
    transform: scale(1.02) !important;
}

/* Product images everywhere: rounded cover-fill with no white frame. */
.fs-search-results__card,
.products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info {
    background: transparent !important;
}

.fs-search-results__card {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.fs-search-results__image-wrap,
.search-product-img-wrap,
.products-grid .fashionstore-card-image-wrapper,
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap,
.fashionstore-recommendation__image,
.products-grid .product-image-wrapper,
.products-grid .product-image-container {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: var(--fs-product-image-radius, 28px) !important;
    background: var(--fs-product-image-bg, #f2f2f0) !important;
}

.fs-search-results__image,
.search-product-img,
.products-grid .fashionstore-card-image,
.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.fashionstore-recommendation__image,
.fs-random-products__image,
.products-grid .product-image-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

/* Product image panels: keep the original rounded-corner composition visible. */
:root {
    --fs-product-image-radius: 28px;
    --fs-product-image-bg: #f2f2f0;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.catalog-category-view .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo,
.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper,
.checkout-cart-index .cart.item .product-item-photo,
.checkout-cart-index .cart.item .product-image-container,
.checkout-cart-index .cart.item .product-image-wrapper,
.checkout-index-index .opc-block-summary .product-item .product-image-container,
.fashionstore-recommendation__image,
.fs-random-products__image-wrap {
    border-radius: var(--fs-product-image-radius) !important;
    background: var(--fs-product-image-bg) !important;
    overflow: hidden !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo,
.catalog-category-view .products-list .product-image-photo,
.catalogsearch-result-index .products-list .product-image-photo,
.products-grid .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-image-photo,
.checkout-cart-index .cart.item .product-image-photo,
.checkout-index-index .opc-block-summary .product-item .product-image-photo,
.fashionstore-recommendation__image,
.fs-random-products__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: var(--fs-product-image-radius) !important;
    image-rendering: auto !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.catalog-category-view .products-list .product-image-wrapper,
.catalogsearch-result-index .products-list .product-image-wrapper,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo,
.products-grid .product-item-info:hover .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-image-photo {
    transform: scale(1.02) !important;
}

.catalog-product-view .product.media .fotorama__stage__frame {
    overflow: hidden !important;
    border-radius: var(--fs-product-image-radius) !important;
    background: var(--fs-product-image-bg) !important;
}

.catalog-product-view .product.media .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: var(--fs-product-image-radius) !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px 0 !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
}

/* Recommendation cards: full-bleed image frame matching the product editorial layout. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    width: 100vw !important;
    max-width: none !important;
    margin: 64px 0 !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 clamp(24px, 7.5vw, 132px) !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    overflow: hidden !important;
    padding: 0 !important;
    border: 2px solid #ead9bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.24 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f1f3f3 !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: start !important;
    min-height: 144px !important;
    padding: 30px 28px 34px !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: none !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.28 !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px 0 !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
}

html body.cms-index-index {
    overflow-x: hidden !important;
}

html body.cms-index-index .page-main,
html body.cms-index-index .columns,
html body.cms-index-index .column.main {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

html body.cms-index-index #fs-home-hero-slider {
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body.cms-index-index #fs-home-hero-slider .fs-home-hero-slider__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 282px !important;
    width: auto !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 44px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

/* Final customer account dashboard cascade guard. */
body.customer-account-index .block-dashboard-info .fs-account-card-grid.fs-account-card-grid--single {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
}

body.account.customer-account-index .block-dashboard-info .box.fs-account-card,
body.account.customer-account-index .block-dashboard-addresses .box.fs-account-card {
    grid-column: auto !important;
    width: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.account.customer-account-index .block-dashboard-info .box-newsletter {
    display: none !important;
}

/* Final polish for favorite-products cards. */
body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    border-radius: 14px 14px 0 0 !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    font-size: 16px !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        font-size: 14px !important;
    }
}

/* Customer account dashboard redesign from Redesign Payment Method */
body.customer-account-index,
body.customer-account-index .page-wrapper,
body.customer-account-index .page-main {
    background: #f5f5f5 !important;
}

body.customer-account-index .page-main {
    max-width: 1280px !important;
    padding: 48px 16px 72px !important;
}

body.customer-account-index .columns {
    display: grid !important;
    grid-template-columns: 256px minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

body.customer-account-index .column.main {
    background: #ffffff !important;
    padding: 40px 48px !important;
    min-height: 560px !important;
}

body.customer-account-index .page-title-wrapper {
    margin: 0 0 44px !important;
}

body.customer-account-index .page-title,
body.customer-account-index .page-title .base {
    color: #1f2937 !important;
    font-family: "Be Vietnam Pro", "Montserrat", sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    letter-spacing: .12em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

body.customer-account-index .sidebar-main .block-collapsible-nav,
body.customer-account-index .sidebar-additional .block-collapsible-nav {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.customer-account-index .block-collapsible-nav .item a,
body.customer-account-index .block-collapsible-nav .item strong {
    min-height: 52px !important;
    padding: 16px 24px !important;
    border-left: 4px solid transparent !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.customer-account-index .block-collapsible-nav .item a:hover,
body.customer-account-index .block-collapsible-nav .item.current a,
body.customer-account-index .block-collapsible-nav .item.current strong {
    background: #f9fafb !important;
    border-left-color: #d97706 !important;
    color: #111827 !important;
}

body.customer-account-index .block-collapsible-nav .item:nth-child(3),
body.customer-account-index .block-collapsible-nav .item:nth-child(6) {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

body.customer-account-index .fs-account-dashboard-section {
    margin: 0 0 32px !important;
}

body.customer-account-index .fs-account-section-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 0 24px !important;
}

body.customer-account-index .fs-account-section-title strong {
    color: #111827 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.customer-account-index .fs-account-section-title .action {
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.customer-account-index .fs-account-section-title .action:hover,
body.customer-account-index .fs-account-card-actions a:hover {
    text-decoration: underline !important;
}

body.customer-account-index .fs-account-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body.customer-account-index .fs-account-card-grid--single {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.customer-account-index .fs-account-card,
body.customer-account-index .block-dashboard-info .fs-account-card,
body.customer-account-index .block-dashboard-addresses .fs-account-card {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.customer-account-index .fs-account-card-title {
    display: block !important;
    margin: 0 0 12px !important;
}

body.customer-account-index .fs-account-card-title span {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

body.customer-account-index .fs-account-card-content,
body.customer-account-index .fs-account-card-content p,
body.customer-account-index .fs-account-card-content address {
    min-height: 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 1.65 !important;
}

body.customer-account-index .box-information .fs-account-card-content p {
    color: #111827 !important;
}

body.customer-account-index .fs-account-card-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 16px !important;
}

body.customer-account-index .fs-account-card-actions a {
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.customer-account-index .block-dashboard-info .block-content::before,
body.customer-account-index .block-dashboard-info .block-content::after,
body.customer-account-index .block-dashboard-addresses .block-content::before,
body.customer-account-index .block-dashboard-addresses .block-content::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 900px) {
    body.customer-account-index .page-main {
        padding: 0 12px 56px !important;
    }

    body.customer-account-index .columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }

    body.customer-account-index .column.main {
        width: 100% !important;
        padding: 28px 18px !important;
    }

    body.customer-account-index .sidebar-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.customer-account-index .page-title,
    body.customer-account-index .page-title .base {
        font-size: 30px !important;
        letter-spacing: .08em !important;
    }

    body.customer-account-index .fs-account-card-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        font-size: 11px !important;
    }
}

/* Final recommendation layout: 4 random products, large fashion cards. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    max-width: 1320px !important;
    margin: 56px auto !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__heading,
body.cms-index-index .fashionstore-recommendation__heading,
body.catalog-category-view .fashionstore-recommendation__heading,
body.catalogsearch-result-index .fashionstore-recommendation__heading {
    margin: 0 0 34px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #071224 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__heading::after,
body.cms-index-index .fashionstore-recommendation__heading::after,
body.catalog-category-view .fashionstore-recommendation__heading::after,
body.catalogsearch-result-index .fashionstore-recommendation__heading::after {
    display: none !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e4d4bd !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

body .fashionstore-recommendation__card:hover,
body.cms-index-index .fashionstore-recommendation__card:hover,
body.catalog-category-view .fashionstore-recommendation__card:hover,
body.catalogsearch-result-index .fashionstore-recommendation__card:hover {
    transform: translateY(-4px) !important;
    border-color: #c9a46a !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .10) !important;
    text-decoration: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.24 !important;
    object-fit: cover !important;
    object-position: center top !important;
    background: #f3ece3 !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 32px 28px 30px !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    display: block !important;
    margin: 0 0 18px !important;
    color: #080808 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: block !important;
    margin: auto 0 22px !important;
    color: #8b8580 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    display: block !important;
    color: #8a5b13 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;
}

body .fashionstore-recommendation__reason,
body .fashionstore-recommendation__status {
    display: none !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .fashionstore-recommendation__name,
    body.cms-index-index .fashionstore-recommendation__name,
    body.catalog-category-view .fashionstore-recommendation__name,
    body.catalogsearch-result-index .fashionstore-recommendation__name {
        font-size: 24px !important;
    }

    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        font-size: 17px !important;
    }

    body .fashionstore-recommendation__price,
    body .fashionstore-recommendation__price .price,
    body.cms-index-index .fashionstore-recommendation__price,
    body.cms-index-index .fashionstore-recommendation__price .price,
    body.catalog-category-view .fashionstore-recommendation__price,
    body.catalog-category-view .fashionstore-recommendation__price .price,
    body.catalogsearch-result-index .fashionstore-recommendation__price,
    body.catalogsearch-result-index .fashionstore-recommendation__price .price {
        font-size: 23px !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px auto !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__heading,
    body.cms-index-index .fashionstore-recommendation__heading,
    body.catalog-category-view .fashionstore-recommendation__heading,
    body.catalogsearch-result-index .fashionstore-recommendation__heading {
        margin-bottom: 22px !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
        letter-spacing: .08em !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        gap: 14px !important;
    }

    body .fashionstore-recommendation__body,
    body.cms-index-index .fashionstore-recommendation__body,
    body.catalog-category-view .fashionstore-recommendation__body,
    body.catalogsearch-result-index .fashionstore-recommendation__body {
        padding: 18px 14px !important;
    }

    body .fashionstore-recommendation__name,
    body.cms-index-index .fashionstore-recommendation__name,
    body.catalog-category-view .fashionstore-recommendation__name,
    body.catalogsearch-result-index .fashionstore-recommendation__name {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        margin-bottom: 14px !important;
        font-size: 11px !important;
    }

    body .fashionstore-recommendation__price,
    body .fashionstore-recommendation__price .price,
    body.cms-index-index .fashionstore-recommendation__price,
    body.cms-index-index .fashionstore-recommendation__price .price,
    body.catalog-category-view .fashionstore-recommendation__price,
    body.catalog-category-view .fashionstore-recommendation__price .price,
    body.catalogsearch-result-index .fashionstore-recommendation__price,
    body.catalogsearch-result-index .fashionstore-recommendation__price .price {
        font-size: 17px !important;
    }
}

/* Recommendation cards: final override for full image frames. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    width: 100vw !important;
    max-width: none !important;
    margin: 64px 0 !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 clamp(24px, 7.5vw, 132px) !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    overflow: hidden !important;
    padding: 0 !important;
    border: 2px solid #ead9bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.24 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f1f3f3 !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: start !important;
    min-height: 144px !important;
    padding: 30px 28px 34px !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: none !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.28 !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px 0 !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
}

/* Address book: keep default address cards aligned in the grid. */
body.account.customer-address-index .block-addresses-default .block-content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
}

body.account.customer-address-index .block-addresses-default .block-content::before,
body.account.customer-address-index .block-addresses-default .block-content::after {
    display: none !important;
    content: none !important;
}

body.account.customer-address-index .block-addresses-default .box {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    body.account.customer-address-index .block-addresses-default .block-content {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Absolute final account alert override. */
html body.account .message.info.empty,
html body.account .message.notice,
html body.account .message.info {
    padding-left: 64px !important;
}

html body.account .message.info.empty::before,
html body.account .message.notice::before,
html body.account .message.info::before {
    content: "" !important;
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    display: block !important;
    width: 30px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #c97900 !important;
    box-shadow: none !important;
    clip-path: polygon(50% 0, 100% 100%, 0 100%) !important;
    transform: translateY(-50%) !important;
}

html body.account .message.info.empty::after,
html body.account .message.notice::after,
html body.account .message.info::after {
    content: "!" !important;
    position: absolute !important;
    left: 33px !important;
    top: 50% !important;
    z-index: 1 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: translate(-50%, -24%) !important;
}

html body.account .message.info.empty *::before,
html body.account .message.notice *::before,
html body.account .message.info *::before,
html body.account .message.info.empty *::after,
html body.account .message.notice *::after,
html body.account .message.info *::after {
    display: none !important;
    content: none !important;
}

/* Final account pages polish: keep Redesign Payment Method styling last in cascade. */
html body.account,
html body.account .page-wrapper,
html body.account .page-main {
    background: #fff !important;
    color: #202938 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

html body.account .page-main {
    max-width: 1536px !important;
    margin: 0 auto !important;
    padding: 70px 84px 96px !important;
}

html body.account .columns {
    display: grid !important;
    grid-template-columns: 350px minmax(0, 1fr) !important;
    gap: 70px !important;
    align-items: start !important;
}

html body.account .sidebar-main {
    width: auto !important;
    padding: 0 !important;
}

html body.account .column.main {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

html body.account .page-title-wrapper {
    margin: 0 0 86px !important;
    text-align: left !important;
}

html body.account .page-title,
html body.account .page-title span,
html body.account .page-title .base {
    display: block !important;
    margin: 0 !important;
    color: #2d3542 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: .22em !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

html body.account .sidebar-main .block-collapsible-nav {
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
}

html body.account .block-collapsible-nav .item,
html body.account .block-collapsible-nav .item:nth-child(3),
html body.account .block-collapsible-nav .item:nth-child(6) {
    margin: 0 !important;
    border-top: 1px solid #e5e7eb !important;
}

html body.account .block-collapsible-nav .item:first-child {
    border-top: 0 !important;
}

html body.account .block-collapsible-nav .item:nth-child(4),
html body.account .block-collapsible-nav .item:nth-child(7),
html body.account .block-collapsible-nav .item:has(.delimiter),
html body.account .block-collapsible-nav .delimiter {
    display: none !important;
}

html body.account .block-collapsible-nav .item a,
html body.account .block-collapsible-nav .item strong {
    display: flex !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 0 30px !important;
    border-left: 4px solid transparent !important;
    background: #fff !important;
    color: #3f4854 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

html body.account .block-collapsible-nav .item a:hover,
html body.account .block-collapsible-nav .item.current a,
html body.account .block-collapsible-nav .item.current strong {
    border-left-color: #f97316 !important;
    background: #f7f7f7 !important;
    color: #030712 !important;
    font-weight: 700 !important;
}

html body.account .message.info.empty,
html body.account .message.notice,
html body.account .message.info {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 18px 14px 58px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff2d6 !important;
    color: #7c3f00 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    box-shadow: none !important;
}

html body.account .message.info.empty::before,
html body.account .message.notice::before,
html body.account .message.info::before {
    content: "" !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 14px solid transparent !important;
    border-right: 14px solid transparent !important;
    border-bottom: 26px solid #c97900 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
}

html body.account .message.info.empty::after,
html body.account .message.notice::after,
html body.account .message.info::after {
    content: "!" !important;
    position: absolute !important;
    left: 27px !important;
    top: 50% !important;
    z-index: 1 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: translate(-50%, -38%) !important;
}

html body.account .message.info.empty > *::before,
html body.account .message.notice > *::before,
html body.account .message.info > *::before,
html body.account .message.info.empty > div::before,
html body.account .message.notice > div::before,
html body.account .message.info > div::before {
    display: none !important;
    content: none !important;
}

html body.account .block-title,
html body.account .fieldset > .legend {
    margin: 0 0 24px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

html body.account .block-title strong,
html body.account .fieldset > .legend span {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
}

html body.account .box,
html body.account .table-wrapper,
html body.account .form-edit-account,
html body.account .form-address-edit,
html body.account .form.form-wishlist-items {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.account .field .label,
html body.account .field > label,
html body.account .field .label span,
html body.account .field label span {
    margin: 0 0 8px !important;
    color: #202938 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

html body.account input[type="text"],
html body.account input[type="email"],
html body.account input[type="password"],
html body.account input[type="tel"],
html body.account select,
html body.account textarea {
    width: 100% !important;
    min-height: 42px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

html body.account .action.primary,
html body.account button.primary,
html body.account .actions-toolbar .primary .action,
html body.account .fs-order-history__empty a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

html body.account.customer-address-form .form-address-edit {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 48px !important;
    max-width: 980px !important;
}

html body.account.customer-address-form .form-address-edit .actions-toolbar {
    grid-column: 1 / -1 !important;
}

@media (max-width: 1024px) {
    html body.account .page-main {
        padding: 40px 24px 70px !important;
    }

    html body.account .columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    html body.account .sidebar-main,
    html body.account .column.main {
        width: 100% !important;
    }

    html body.account.customer-address-form .form-address-edit {
        grid-template-columns: 1fr !important;
    }
}

/* Account alerts: neutralize Magento icon rules and use the redesign warning mark. */
html body.account .message.info.empty,
html body.account .message.notice,
html body.account .message.info {
    padding-left: 64px !important;
}

html body.account .message.info.empty::before,
html body.account .message.notice::before,
html body.account .message.info::before {
    content: "" !important;
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    display: block !important;
    width: 30px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #c97900 !important;
    box-shadow: none !important;
    clip-path: polygon(50% 0, 100% 100%, 0 100%) !important;
    transform: translateY(-50%) !important;
}

html body.account .message.info.empty::after,
html body.account .message.notice::after,
html body.account .message.info::after {
    content: "!" !important;
    position: absolute !important;
    left: 33px !important;
    top: 50% !important;
    z-index: 1 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: translate(-50%, -24%) !important;
}

html body.account .message.info.empty *::before,
html body.account .message.notice *::before,
html body.account .message.info *::before,
html body.account .message.info.empty *::after,
html body.account .message.notice *::after,
html body.account .message.info *::after {
    display: none !important;
    content: none !important;
}

/* Final cascade guard for Redesign Payment Method account pages. */
body.account .column.main .page-title-wrapper {
    text-align: left !important;
}

body.account .column.main .page-title,
body.account .column.main .page-title span,
body.account .column.main .page-title .base {
    color: #1f2937 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: .22em !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

body.account .column.main .block-title,
body.account .column.main .fieldset > .legend {
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

body.account .column.main .block-title strong,
body.account .column.main .fieldset > .legend span {
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.account .column.main .field > .label,
body.account .column.main .field > label,
body.account .column.main .field .label span,
body.account .column.main .field label span {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.account .column.main input[type="text"],
body.account .column.main input[type="email"],
body.account .column.main input[type="password"],
body.account .column.main input[type="tel"],
body.account .column.main select,
body.account .column.main textarea {
    min-height: 42px !important;
    padding: 9px 14px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* Account dashboard redesign final override. */
body.account.customer-account-index,
body.account.customer-account-index .page-wrapper,
body.account.customer-account-index .page-main {
    background: #f5f5f5 !important;
}

body.account.customer-account-index .page-main {
    max-width: 1280px !important;
    padding: 48px 16px 72px !important;
}

body.account.customer-account-index .columns {
    display: grid !important;
    grid-template-columns: 256px minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

body.account.customer-account-index .sidebar-main {
    width: 256px !important;
    max-width: 256px !important;
    padding: 0 !important;
}

body.account.customer-account-index .column.main {
    width: auto !important;
    min-width: 0 !important;
    padding: 40px 48px !important;
    background: #ffffff !important;
}

body.account.customer-account-index .page-title-wrapper {
    margin: 0 0 44px !important;
}

body.account.customer-account-index .page-title .base {
    color: #1f2937 !important;
    font-family: "Be Vietnam Pro", "Montserrat", sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    letter-spacing: .12em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

body.account.customer-account-index .sidebar-main .block-collapsible-nav {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.account.customer-account-index .block-collapsible-nav .item,
body.account.customer-account-index .block-collapsible-nav .item:nth-child(3),
body.account.customer-account-index .block-collapsible-nav .item:nth-child(6) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.account.customer-account-index .block-collapsible-nav .item a,
body.account.customer-account-index .block-collapsible-nav .item strong {
    display: block !important;
    min-height: 52px !important;
    padding: 16px 24px !important;
    border-left: 4px solid transparent !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.account.customer-account-index .block-collapsible-nav .item a:hover,
body.account.customer-account-index .block-collapsible-nav .item.current a,
body.account.customer-account-index .block-collapsible-nav .item.current strong {
    background: #f9fafb !important;
    border-left-color: #d97706 !important;
    color: #111827 !important;
}

body.account.customer-account-index .fs-account-dashboard-section {
    margin: 0 0 32px !important;
}

body.account.customer-account-index .fs-account-section-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 0 24px !important;
}

body.account.customer-account-index .fs-account-section-title strong {
    color: #111827 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.account.customer-account-index .fs-account-card-grid,
body.account.customer-account-index .block-dashboard-addresses .fs-account-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body.account.customer-account-index .fs-account-card-grid--single,
body.account.customer-account-index .block-dashboard-info .fs-account-card-grid.fs-account-card-grid--single {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.account.customer-account-index .block-dashboard-info .box.fs-account-card,
body.account.customer-account-index .block-dashboard-addresses .box.fs-account-card {
    float: none !important;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.account.customer-account-index .fs-account-card-title {
    display: block !important;
    margin: 0 0 12px !important;
}

body.account.customer-account-index .fs-account-card-title span {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

body.account.customer-account-index .fs-account-card-content,
body.account.customer-account-index .fs-account-card-content p,
body.account.customer-account-index .fs-account-card-content address {
    min-height: 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 1.65 !important;
}

body.account.customer-account-index .box-information .fs-account-card-content p {
    color: #111827 !important;
}

body.account.customer-account-index .fs-account-card-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 16px !important;
}

body.account.customer-account-index .fs-account-card-actions a,
body.account.customer-account-index .fs-account-section-title .action {
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.account.customer-account-index .block-dashboard-info .box-newsletter {
    display: none !important;
}

@media (max-width: 900px) {
    body.account.customer-account-index .page-main {
        padding: 0 12px 56px !important;
    }

    body.account.customer-account-index .columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }

    body.account.customer-account-index .sidebar-main,
    body.account.customer-account-index .column.main {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.account.customer-account-index .column.main {
        padding: 28px 18px !important;
    }

    body.account.customer-account-index .page-title .base {
        font-size: 30px !important;
        letter-spacing: .08em !important;
    }

    body.account.customer-account-index .fs-account-card-grid,
    body.account.customer-account-index .block-dashboard-addresses .fs-account-card-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Account dashboard: match Redesign Payment Method mockup sizing. */
body.account.customer-account-index .page-title .base {
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: .22em !important;
    line-height: 1.35 !important;
}

body.account.customer-account-index .page-title-wrapper {
    margin-bottom: 48px !important;
}

body.account.customer-account-index .fs-account-section-title,
body.account.customer-account-index .column.main .block-title {
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.account.customer-account-index .fs-account-section-title strong,
body.account.customer-account-index .column.main .block-title strong {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

body.account.customer-account-index .block-collapsible-nav .item.delimiter,
body.account.customer-account-index .block-collapsible-nav .item.separator,
body.account.customer-account-index .block-collapsible-nav .item:empty {
    display: none !important;
}

body.account.customer-account-index .block-collapsible-nav .item a,
body.account.customer-account-index .block-collapsible-nav .item strong {
    min-height: 56px !important;
    padding: 18px 24px !important;
}

body.account.customer-account-index .block-dashboard-info .box.fs-account-card,
body.account.customer-account-index .block-dashboard-addresses .box.fs-account-card {
    padding: 24px !important;
    border-color: #e5e7eb !important;
}

body.account.customer-account-index .fs-account-card-content,
body.account.customer-account-index .fs-account-card-content p,
body.account.customer-account-index .fs-account-card-content address {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

body.account.customer-account-index .block-collapsible-nav .item:nth-child(4),
body.account.customer-account-index .block-collapsible-nav .item:nth-child(7),
body.account.customer-account-index .block-collapsible-nav .item:has(.delimiter),
body.account.customer-account-index .block-collapsible-nav .delimiter {
    display: none !important;
}

body.account.customer-account-index .block-collapsible-nav .item a,
body.account.customer-account-index .block-collapsible-nav .item strong {
    box-sizing: border-box !important;
    min-height: 0 !important;
    height: 56px !important;
    padding: 18px 24px !important;
}

/* Redesign Payment Method style for all customer account pages. */
body.account:not(.customer-account-index),
body.account:not(.customer-account-index) .page-wrapper,
body.account:not(.customer-account-index) .page-main {
    background: #f5f5f5 !important;
}

body.account:not(.customer-account-index) .page-main {
    max-width: 1280px !important;
    padding: 48px 16px 72px !important;
}

body.account:not(.customer-account-index) .columns {
    display: grid !important;
    grid-template-columns: 256px minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

body.account:not(.customer-account-index) .sidebar-main {
    width: 256px !important;
    max-width: 256px !important;
    padding: 0 !important;
}

body.account:not(.customer-account-index) .column.main {
    width: auto !important;
    min-width: 0 !important;
    min-height: 560px !important;
    padding: 40px 48px !important;
    background: #ffffff !important;
}

body.account:not(.customer-account-index) .page-title-wrapper {
    margin: 0 0 48px !important;
}

body.account:not(.customer-account-index) .page-title .base {
    color: #1f2937 !important;
    font-family: "Be Vietnam Pro", "Montserrat", sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: .22em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

body.account:not(.customer-account-index) .sidebar-main .block-collapsible-nav {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.account:not(.customer-account-index) .block-collapsible-nav .item,
body.account:not(.customer-account-index) .block-collapsible-nav .item:nth-child(3),
body.account:not(.customer-account-index) .block-collapsible-nav .item:nth-child(6) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.account:not(.customer-account-index) .block-collapsible-nav .item:nth-child(4),
body.account:not(.customer-account-index) .block-collapsible-nav .item:nth-child(7),
body.account:not(.customer-account-index) .block-collapsible-nav .item:has(.delimiter),
body.account:not(.customer-account-index) .block-collapsible-nav .delimiter {
    display: none !important;
}

body.account:not(.customer-account-index) .block-collapsible-nav .item a,
body.account:not(.customer-account-index) .block-collapsible-nav .item strong {
    box-sizing: border-box !important;
    display: block !important;
    min-height: 0 !important;
    height: 56px !important;
    padding: 18px 24px !important;
    border-left: 4px solid transparent !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.account:not(.customer-account-index) .block-collapsible-nav .item a:hover,
body.account:not(.customer-account-index) .block-collapsible-nav .item.current a,
body.account:not(.customer-account-index) .block-collapsible-nav .item.current strong {
    background: #f9fafb !important;
    border-left-color: #d97706 !important;
    color: #111827 !important;
}

body.account:not(.customer-account-index) .message.info.empty,
body.account:not(.customer-account-index) .message.notice,
body.account:not(.customer-account-index) .message.info {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 32px !important;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #fffbeb !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

body.account:not(.customer-account-index) .message.info.empty::before,
body.account:not(.customer-account-index) .message.notice::before,
body.account:not(.customer-account-index) .message.info::before {
    content: "!" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
    border-radius: 999px !important;
    background: #d97706 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.account:not(.customer-account-index) .message.info.empty > *,
body.account:not(.customer-account-index) .message.notice > *,
body.account:not(.customer-account-index) .message.info > * {
    margin: 0 !important;
}

body.account:not(.customer-account-index) .fs-order-history__empty {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 260px !important;
    padding: 48px 24px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    text-align: center !important;
}

body.account:not(.customer-account-index) .fs-order-history__empty a,
body.account:not(.customer-account-index) .action.primary,
body.account:not(.customer-account-index) button.primary,
body.account:not(.customer-account-index) .actions-toolbar .primary .action {
    min-height: 44px !important;
    padding: 12px 32px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #111827 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.account:not(.customer-account-index) .block-title,
body.account:not(.customer-account-index) .fieldset > .legend {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.account:not(.customer-account-index) .block-title strong,
body.account:not(.customer-account-index) .fieldset > .legend span {
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

body.account:not(.customer-account-index) .block-title .action,
body.account:not(.customer-account-index) .box-actions a,
body.account:not(.customer-account-index) .actions-toolbar .secondary a {
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body.account:not(.customer-account-index) .block-title .action:hover,
body.account:not(.customer-account-index) .box-actions a:hover,
body.account:not(.customer-account-index) .actions-toolbar .secondary a:hover {
    text-decoration: underline !important;
}

body.account:not(.customer-account-index) .block-addresses-default .block-content,
body.account:not(.customer-account-index) .block-dashboard-addresses .block-content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body.account:not(.customer-account-index) .box,
body.account:not(.customer-account-index) .table-wrapper,
body.account:not(.customer-account-index) .form-edit-account,
body.account:not(.customer-account-index) .form-address-edit,
body.account:not(.customer-account-index) .form.form-wishlist-items {
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.account:not(.customer-account-index) .box {
    min-height: 200px !important;
    padding: 24px !important;
}

body.account:not(.customer-account-index) .box-title {
    display: block !important;
    margin: 0 0 12px !important;
}

body.account:not(.customer-account-index) .box-title span {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

body.account:not(.customer-account-index) .box-content,
body.account:not(.customer-account-index) .box-content p,
body.account:not(.customer-account-index) address,
body.account:not(.customer-account-index) .empty {
    color: #4b5563 !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 1.55 !important;
}

body.account:not(.customer-account-index) .form-edit-account,
body.account:not(.customer-account-index) .form-address-edit {
    max-width: 520px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.account.customer-address-form .form-address-edit {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 40px !important;
    max-width: none !important;
}

body.account.customer-address-form .form-address-edit .actions-toolbar {
    grid-column: 1 / -1 !important;
    margin-top: 4px !important;
}

body.account:not(.customer-account-index) .fieldset {
    margin: 0 0 28px !important;
}

body.account:not(.customer-account-index) .field {
    margin: 0 0 16px !important;
}

body.account:not(.customer-account-index) .field .label,
body.account:not(.customer-account-index) .field label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

body.account:not(.customer-account-index) input[type="text"],
body.account:not(.customer-account-index) input[type="email"],
body.account:not(.customer-account-index) input[type="password"],
body.account:not(.customer-account-index) input[type="tel"],
body.account:not(.customer-account-index) select,
body.account:not(.customer-account-index) textarea {
    width: 100% !important;
    min-height: 42px !important;
    padding: 9px 14px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    box-shadow: none !important;
}

body.account:not(.customer-account-index) .field.choice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.account:not(.customer-account-index) .field.choice input[type="checkbox"] {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

body.account:not(.customer-account-index) .field.choice .label {
    margin: 0 !important;
}

body.account:not(.customer-account-index) .table-wrapper {
    overflow: hidden !important;
}

body.account:not(.customer-account-index) table.data thead th,
body.account:not(.customer-account-index) .table thead th {
    background: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #4b5563 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

body.account:not(.customer-account-index) table.data tbody td,
body.account:not(.customer-account-index) .table tbody td {
    border-top: 1px solid #e5e7eb !important;
    color: #1f2937 !important;
    font-size: 14px !important;
}

@media (max-width: 900px) {
    body.account:not(.customer-account-index) .page-main {
        padding: 0 12px 56px !important;
    }

    body.account:not(.customer-account-index) .columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }

    body.account:not(.customer-account-index) .sidebar-main,
    body.account:not(.customer-account-index) .column.main {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.account:not(.customer-account-index) .column.main {
        padding: 28px 18px !important;
    }

    body.account:not(.customer-account-index) .page-title .base {
        font-size: 28px !important;
        letter-spacing: .12em !important;
    }

    body.account:not(.customer-account-index) .block-addresses-default .block-content,
    body.account:not(.customer-account-index) .block-dashboard-addresses .block-content {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.account.customer-address-form .form-address-edit {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }
}

/* Last visual polish for favorite-products cards. */
body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    border-radius: 14px 14px 0 0 !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    font-size: 16px !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        font-size: 11px !important;
    }
}

/* Final recommendation redesign: four random products, clean price display. */
body .fashionstore-recommendation {
    max-width: 1320px !important;
    margin: 56px auto !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__heading,
body.cms-index-index .fashionstore-recommendation__heading,
body.catalog-category-view .fashionstore-recommendation__heading,
body.catalogsearch-result-index .fashionstore-recommendation__heading {
    margin: 0 0 34px !important;
    color: #071224 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
}

body .fashionstore-recommendation__heading::after,
body.catalog-category-view .fashionstore-recommendation__heading::after,
body.catalogsearch-result-index .fashionstore-recommendation__heading::after {
    display: none !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid #e4d4bd !important;
    border-radius: 14px !important;
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.24 !important;
    border-radius: 0 !important;
    background: #f3ece3 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 32px 28px 30px !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
    color: #080808 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    -webkit-line-clamp: unset !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: block !important;
    margin: auto 0 22px !important;
    color: #8b8580 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    color: #8a5b13 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation {
        margin: 40px auto !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__heading,
    body.cms-index-index .fashionstore-recommendation__heading,
    body.catalog-category-view .fashionstore-recommendation__heading,
    body.catalogsearch-result-index .fashionstore-recommendation__heading {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        gap: 14px !important;
    }

    body .fashionstore-recommendation__body,
    body.cms-index-index .fashionstore-recommendation__body,
    body.catalog-category-view .fashionstore-recommendation__body,
    body.catalogsearch-result-index .fashionstore-recommendation__body {
        padding: 18px 14px !important;
    }

    body .fashionstore-recommendation__name,
    body.cms-index-index .fashionstore-recommendation__name,
    body.catalog-category-view .fashionstore-recommendation__name,
    body.catalogsearch-result-index .fashionstore-recommendation__name {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        margin-bottom: 14px !important;
        font-size: 11px !important;
    }

    body .fashionstore-recommendation__price,
    body .fashionstore-recommendation__price .price,
    body.cms-index-index .fashionstore-recommendation__price,
    body.cms-index-index .fashionstore-recommendation__price .price,
    body.catalog-category-view .fashionstore-recommendation__price,
    body.catalog-category-view .fashionstore-recommendation__price .price,
    body.catalogsearch-result-index .fashionstore-recommendation__price,
    body.catalogsearch-result-index .fashionstore-recommendation__price .price {
        font-size: 17px !important;
    }
}

/* FashionStore luxury footer */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.page-footer.fs-site-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 56px !important;
    padding: 48px 0 60px !important;
    overflow: hidden !important;
    background: #fff !important;
    border-top: 1px solid #ececec !important;
    color: #1f1f1f !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
}

.fs-site-footer .fs-footer-container {
    display: grid !important;
    grid-template-columns: minmax(150px, .8fr) minmax(185px, 1fr) minmax(195px, 1fr) minmax(270px, 1.25fr) minmax(310px, 1.25fr) !important;
    justify-content: center !important;
    gap: clamp(24px, 2.2vw, 48px) !important;
    width: calc(100% - clamp(48px, 7vw, 128px)) !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.fs-site-footer .fs-footer-column {
    min-width: 0 !important;
    text-align: left !important;
}

.fs-site-footer .fs-footer-title {
    margin: 0 0 20px !important;
    color: #050505 !important;
    font-size: clamp(14px, .98vw, 17px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
}

.fs-site-footer .fs-footer-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

.fs-site-footer .fs-footer-list li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fs-site-footer a {
    color: #202020 !important;
    text-decoration: none !important;
}

.fs-site-footer .fs-footer-list a {
    display: inline !important;
    font-size: clamp(14px, .92vw, 15px) !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease !important;
}

.fs-site-footer .fs-footer-list a:hover,
.fs-site-footer .fs-footer-list a:focus {
    color: #8a6a3f !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

.fs-site-footer .fs-footer-contact p {
    margin: 0 0 10px !important;
    color: #4f4f4f !important;
    font-size: clamp(14px, .92vw, 15px) !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

.fs-site-footer .fs-footer-contact a {
    color: #111 !important;
    font-weight: 800 !important;
}

.fs-site-footer .fs-footer-contact a:hover,
.fs-site-footer .fs-footer-contact a:focus {
    color: #8a6a3f !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

.fs-site-footer .fs-footer-newsletter {
    width: 100% !important;
    justify-self: stretch !important;
    max-width: 280px !important;
    text-align: left !important;
}

.fs-site-footer .fs-footer-newsletter .fs-footer-title {
    margin-bottom: 18px !important;
    text-align: left !important;
    font-size: clamp(13px, .82vw, 15px) !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
}

.fs-site-footer .fs-footer-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: min(100%, 260px) !important;
    max-width: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #242424 !important;
    border-radius: 9px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08) !important;
}

.fs-site-footer .fs-footer-form input[type='email'] {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 7px 0 0 7px !important;
    background: #fff !important;
    color: #151515 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    text-align: left !important;
    box-shadow: none !important;
}

.fs-site-footer .fs-footer-form input[type='email']::placeholder {
    color: #8e8e8e !important;
    opacity: 1 !important;
}

.fs-site-footer .fs-footer-form button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 86px !important;
    width: auto !important;
    min-width: 86px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-left: 1px solid #242424 !important;
    border-radius: 0 7px 7px 0 !important;
    background: #202020 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 42px !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

.fs-site-footer .fs-footer-form button:hover,
.fs-site-footer .fs-footer-form button:focus {
    transform: none !important;
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

@media (max-width: 1699px) {
    .fs-site-footer .fs-footer-container {
        grid-template-columns: minmax(140px, .75fr) minmax(170px, .95fr) minmax(185px, 1fr) minmax(250px, 1.18fr) minmax(300px, 1.18fr) !important;
        gap: clamp(18px, 1.8vw, 34px) !important;
        width: calc(100% - 40px) !important;
    }

    .fs-site-footer .fs-footer-form {
        width: min(100%, 260px) !important;
        max-width: 260px !important;
    }
}

.copyright {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
    background: #4b4e49 !important;
    color: #fff !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

@media (max-width: 1199px) {
    .fs-site-footer .fs-footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 820px !important;
    }

    .fs-site-footer .fs-footer-newsletter {
        grid-column: 1 / -1 !important;
        max-width: 600px !important;
        justify-self: center !important;
    }
}

@media (max-width: 767px) {
    .page-footer.fs-site-footer {
        padding: 38px 0 36px !important;
    }

    .fs-site-footer .fs-footer-container {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        max-width: 520px !important;
        padding: 0 20px !important;
    }

    .fs-site-footer .fs-footer-title {
        margin-bottom: 13px !important;
        font-size: 16px !important;
    }

    .fs-site-footer .fs-footer-newsletter {
        text-align: center !important;
    }

    .fs-site-footer .fs-footer-newsletter .fs-footer-title {
        margin-bottom: 22px !important;
        text-align: center !important;
        font-size: 22px !important;
    }

    .fs-site-footer .fs-footer-list {
        gap: 9px !important;
    }

    .fs-site-footer .fs-footer-form {
        flex-direction: column !important;
        gap: 10px !important;
        width: min(100%, 260px) !important;
        max-width: 260px !important;
        border: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .fs-site-footer .fs-footer-form input[type='email'] {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 42px !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 999px !important;
        line-height: 42px !important;
        text-align: center !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(0, 0, 0, 0.06) !important;
        font-size: 13px !important;
    }

    .fs-site-footer .fs-footer-form button {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 42px !important;
        border: 1px solid #000 !important;
        border-radius: 999px !important;
        line-height: 42px !important;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16) !important;
        font-size: 13px !important;
    }

}

/* Hide add-to-cart and compare on category/search listing cards */
.catalog-category-view .products-grid .product-item .actions-primary,
.catalog-category-view .products-list .product-item .actions-primary,
.catalogsearch-result-index .products-grid .product-item .actions-primary,
.catalogsearch-result-index .products-list .product-item .actions-primary {
    display: none !important;
}

/* Normalize list-mode card layout on category/search pages */
.catalog-category-view .products.wrapper.list .product-item-info,
.catalogsearch-result-index .products.wrapper.list .product-item-info {
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
}

.catalog-category-view .products-list .product-item .product-item-info,
.catalogsearch-result-index .products-list .product-item .product-item-info {
    display: flex !important;
    align-items: flex-start !important;
    gap: 28px !important;
    width: 100% !important;
}

.catalog-category-view .products.wrapper.list .product-item-photo,
.catalogsearch-result-index .products.wrapper.list .product-item-photo,
.catalog-category-view .products.wrapper.list .product-photo-slider,
.catalogsearch-result-index .products.wrapper.list .product-photo-slider {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
}

.catalog-category-view .products-list .product-item .product-item-photo,
.catalogsearch-result-index .products-list .product-item .product-item-photo,
.catalog-category-view .products-list .product-item .product-photo-slider,
.catalogsearch-result-index .products-list .product-item .product-photo-slider {
    flex: 0 0 300px !important;
}

.catalog-category-view .products.wrapper.list .product-item-photo .product-image-container,
.catalogsearch-result-index .products.wrapper.list .product-item-photo .product-image-container {
    width: 300px !important;
    max-width: 300px !important;
}

.catalog-category-view .products.wrapper.list .product-item-details,
.catalogsearch-result-index .products.wrapper.list .product-item-details {
    min-width: 0 !important;
}

.catalog-category-view .products-list .product-item .product-item-details,
.catalogsearch-result-index .products-list .product-item .product-item-details {
    flex: 1 1 auto !important;
    width: auto !important;
}

.catalog-category-view .products.wrapper.list .product-item-inner,
.catalogsearch-result-index .products.wrapper.list .product-item-inner {
    margin-top: 10px !important;
}

.catalog-category-view .products.wrapper.list .product.description.product-item-description,
.catalogsearch-result-index .products.wrapper.list .product.description.product-item-description {
    margin-top: 8px !important;
}

@media (max-width: 767px) {
    .catalog-category-view .products.wrapper.list .product-item-info,
    .catalogsearch-result-index .products.wrapper.list .product-item-info {
        grid-template-columns: 1fr !important;
        row-gap: 12px !important;
    }

    .catalog-category-view .products.wrapper.list .product-item-photo,
    .catalogsearch-result-index .products.wrapper.list .product-item-photo,
    .catalog-category-view .products.wrapper.list .product-photo-slider,
    .catalogsearch-result-index .products.wrapper.list .product-photo-slider {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .catalog-category-view .products.wrapper.list .product-item-photo .product-image-container,
    .catalogsearch-result-index .products.wrapper.list .product-item-photo .product-image-container {
        width: 100% !important;
        max-width: none !important;
    }

    .catalog-category-view .products-list .product-item .product-item-info,
    .catalogsearch-result-index .products-list .product-item .product-item-info {
        display: block !important;
    }
}

.catalog-category-view .products-grid .product-item .actions-secondary .action.tocompare,
.catalog-category-view .products-list .product-item .actions-secondary .action.tocompare,
.catalogsearch-result-index .products-grid .product-item .actions-secondary .action.tocompare,
.catalogsearch-result-index .products-list .product-item .actions-secondary .action.tocompare {
    display: none !important;
}

.catalog-category-view .products-grid .product-item .actions-secondary .action.tocompare + .separator,
.catalog-category-view .products-list .product-item .actions-secondary .action.tocompare + .separator,
.catalogsearch-result-index .products-grid .product-item .actions-secondary .action.tocompare + .separator,
.catalogsearch-result-index .products-list .product-item .actions-secondary .action.tocompare + .separator {
    display: none !important;
}

/* Cart item two-column layout: left = checkbox/image/details, right = price/qty/total/delete. */
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-product {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    padding: 18px 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left {
    display: grid !important;
    grid-template-columns: 22px 110px !important;
    gap: 8px !important;
    align-items: start !important;
    width: 140px !important;
    min-width: 140px !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left .fashionstore-item-select {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-photo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: block !important;
    float: none !important;
    width: 110px !important;
    min-width: 110px !important;
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: #f5efe4 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-details {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-name,
.checkout-cart-index .fashionstore-cart-item-left .product-item-name a {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.checkout-cart-index .fashionstore-cart-item-right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    align-content: start !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding-right: 18px !important;
}

.checkout-cart-index .fashionstore-cart-item-right .col.price,
.checkout-cart-index .fashionstore-cart-item-right .col.qty,
.checkout-cart-index .fashionstore-cart-item-right .col.subtotal,
.checkout-cart-index .fashionstore-cart-item-right .item-actions {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

@media (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-product {
        grid-template-columns: 150px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 18px 8px !important;
    }

    .checkout-cart-index .fashionstore-cart-item-right {
        padding-right: 22px !important;
    }
}

/* Final mobile category/search alignment. */
@media (max-width: 768px) {
    body.catalog-category-view .page-main,
    body.catalogsearch-result-index .page-main,
    body.catalog-category-view .columns,
    body.catalogsearch-result-index .columns,
    body.catalog-category-view .column.main,
    body.catalogsearch-result-index .column.main,
    body.catalog-category-view .products.wrapper,
    body.catalogsearch-result-index .products.wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    body.catalog-category-view .page-main,
    body.catalogsearch-result-index .page-main {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.catalog-category-view .column.main .products-grid .products,
    body.catalog-category-view .column.main .products-grid .product-items,
    body.catalog-category-view .column.main .products-list .products,
    body.catalog-category-view .column.main .products-list .product-items,
    body.catalogsearch-result-index .column.main .products-grid .products,
    body.catalogsearch-result-index .column.main .products-grid .product-items,
    body.catalogsearch-result-index .column.main .products-list .products,
    body.catalogsearch-result-index .column.main .products-list .product-items {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 12px !important;
        box-sizing: border-box !important;
    }

    body.catalog-category-view .toolbar.toolbar-products.fs-mobile-toolbar,
    body.catalogsearch-result-index .toolbar.toolbar-products.fs-mobile-toolbar {
        justify-items: start !important;
        justify-content: start !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
    }

    body.catalog-category-view .fs-price-box,
    body.catalogsearch-result-index .fs-price-box {
        justify-self: start !important;
        width: min(50vw, 280px) !important;
        min-width: 0 !important;
        max-width: 280px !important;
        padding: 10px 12px 11px !important;
    }
}

/* Final correction: keep image visible and product text below the image. */
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-product {
    grid-template-columns: 150px minmax(0, 1fr) !important;
    column-gap: 14px !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 150px !important;
    min-width: 150px !important;
    gap: 8px !important;
    padding-left: 24px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .fashionstore-item-select {
    position: absolute !important;
    top: 4px !important;
    left: 0 !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-photo {
    display: block !important;
    float: none !important;
    position: static !important;
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    margin: 0 !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    background: #f5efe4 !important;
    overflow: hidden !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-details {
    display: block !important;
    position: static !important;
    width: 126px !important;
    max-width: 126px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-name,
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-name a,
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .item-options {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-name,
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-item-left .product-item-name a {
    line-height: 1.28 !important;
    text-wrap: wrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* Custom Footer Styles */
.page-footer .footer-custom {
    background: #333;
    color: #fff;
    padding: 40px 0;
}

/* Cart page */
.checkout-cart-index {
    background: linear-gradient(180deg, #fbf8f2 0%, #f5f1e8 100%) !important;
}

.checkout-cart-index .page-main {
    max-width: 1320px !important;
    padding-top: 36px !important;
    padding-bottom: 48px !important;
}

.checkout-cart-index .page-title-wrapper {
    margin-bottom: 24px !important;
}

.checkout-cart-index .page-title {
    margin-bottom: 0 !important;
}

.checkout-cart-index .page-title span {
    font-size: 34px !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
}

.checkout-cart-index .cart-empty {
    position: relative !important;
    max-width: 780px !important;
    min-height: 300px !important;
    margin: 0 auto 80px !important;
    padding: 58px 64px 54px !important;
    border: 1px solid #ece4d5 !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%) !important;
    box-shadow: 0 26px 64px rgba(15, 23, 42, 0.10) !important;
    color: #0f172a !important;
    font-family: 'Be Vietnam Pro', 'Noto Sans', 'Segoe UI', Arial, sans-serif !important;
    text-align: center !important;
}

.checkout-cart-index .cart-empty::before {
    content: "" !important;
    display: block !important;
    width: 74px !important;
    height: 74px !important;
    margin: 0 auto 24px !important;
    border-radius: 50% !important;
    background:
        linear-gradient(#0f172a, #0f172a) 23px 25px / 28px 4px no-repeat,
        linear-gradient(#0f172a, #0f172a) 19px 36px / 36px 4px no-repeat,
        linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%) !important;
    border: 1px solid #dbe4f0 !important;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10) !important;
}

.checkout-cart-index .cart-empty p {
    max-width: 560px !important;
    margin: 0 auto 14px !important;
    color: #475569 !important;
    font-family: 'Be Vietnam Pro', 'Noto Sans', 'Segoe UI', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
}

.checkout-cart-index .cart-empty p:first-of-type {
    color: #0f172a !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.checkout-cart-index .cart-empty a {
    display: inline-flex !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 8px 4px 0 !important;
    padding: 0 30px !important;
    border-radius: 16px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    font-family: 'Be Vietnam Pro', 'Noto Sans', 'Segoe UI', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.20) !important;
}

.checkout-cart-index .cart-empty a:hover {
    background: #e11d2e !important;
    color: #ffffff !important;
}

/* Account pages */
.account .page-main {
    max-width: 1320px !important;
    padding-top: 42px !important;
    padding-bottom: 72px !important;
}

.account .columns {
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 56px !important;
}

.account .sidebar-main {
    width: 280px !important;
    max-width: 280px !important;
    float: none !important;
    padding: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    clear: none !important;
}

.account .column.main {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    clear: none !important;
}

.account .columns::before,
.account .columns::after {
    display: none !important;
    content: none !important;
}

.account .sidebar-main .block-collapsible-nav,
.account .sidebar-additional .block-collapsible-nav {
    background: #f7f7f7 !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 8px !important;
    padding: 18px 0 !important;
    margin: 0 !important;
}

.account .block-collapsible-nav .content {
    padding: 0 !important;
}

.account .block-collapsible-nav .items {
    margin: 0 !important;
    padding: 0 !important;
}

.account .block-collapsible-nav .item {
    margin: 0 !important;
    border: 0 !important;
}

.account .block-collapsible-nav .item a,
.account .block-collapsible-nav .item strong {
    display: block !important;
    padding: 13px 22px !important;
    border-left: 3px solid transparent !important;
    color: #555 !important;
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.account .block-collapsible-nav .item a:hover {
    background: #fff !important;
    color: #111 !important;
}

.account .block-collapsible-nav .item.current strong,
.account .block-collapsible-nav .item.current a {
    background: #fff !important;
    border-left-color: #f97316 !important;
    color: #111 !important;
    font-weight: 750 !important;
}

.account .block-collapsible-nav .item.current strong::before,
.account .block-collapsible-nav .item.current a::before {
    display: none !important;
}

.account .block-collapsible-nav .item:nth-child(3),
.account .block-collapsible-nav .item:nth-child(6) {
    padding-top: 12px !important;
    margin-top: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.account .page-title-wrapper {
    margin: 0 0 34px !important;
}

.account .page-title {
    margin: 0 !important;
}

.account .page-title span,
.account .page-title .base {
    color: #111 !important;
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    letter-spacing: 9px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.account .toolbar,
.account .limiter,
.account .toolbar-amount {
    font-size: 17px !important;
}

.account .products-grid .product-item-name,
.account .products-grid .product-item-name a {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

.account .products-grid .price-box .price {
    font-size: 18px !important;
    font-weight: 750 !important;
}

.account .actions-toolbar .action,
.account .action.primary,
.account button.action {
    min-height: 44px !important;
    padding: 11px 22px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {
    .account .columns {
        display: block !important;
    }

    .account .sidebar-main {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 28px !important;
    }

    .account .page-title span,
    .account .page-title .base {
        font-size: 30px !important;
        letter-spacing: 5px !important;
    }
}

.checkout-cart-index .cart-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    align-items: flex-start !important;
}

.checkout-cart-index .cart-container::after {
    display: none !important;
    content: none !important;
}

.checkout-cart-index .form.form-cart,
.checkout-cart-index .cart-summary {
    float: none !important;
    width: auto !important;
}

.checkout-cart-index .cart-container > .form.form-cart {
    order: 1 !important;
    flex: 1 1 0 !important;
    max-width: calc(100% - 412px) !important;
    min-width: 0;
    width: 100% !important;
}

.checkout-cart-index .cart-container > .cart-summary {
    order: 2 !important;
    flex: 0 0 380px !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 28px 24px !important;
    background: #fff !important;
    border: 1px solid #ece4d5 !important;
    box-shadow: 0 18px 44px rgba(26, 26, 26, 0.06) !important;
    position: sticky !important;
    top: 88px !important;
}

.checkout-cart-index .cart.table-wrapper {
    margin: 0 !important;
    width: 100% !important;
    padding: 24px 28px 10px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%) !important;
    border: 1px solid #ece4d5 !important;
    box-shadow: 0 18px 44px rgba(26, 26, 26, 0.05) !important;
}

.checkout-cart-index #shopping-cart-table {
    width: 100% !important;
    table-layout: fixed !important;
}

.checkout-cart-index #shopping-cart-table .col.item {
    width: 52% !important;
}

.checkout-cart-index #shopping-cart-table .col.price,
.checkout-cart-index #shopping-cart-table .col.qty,
.checkout-cart-index #shopping-cart-table .col.subtotal {
    width: 16% !important;
}

.checkout-cart-index .cart.table-wrapper thead th {
    padding: 0 0 18px !important;
    border-bottom: 1px solid #e8e0d2 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    color: #74654a !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item td {
    padding: 28px 0 !important;
    border-top: 1px solid #f1ebde !important;
    vertical-align: top !important;
    background: transparent !important;
}

.checkout-cart-index #shopping-cart-table tbody.cart.item:first-of-type td {
    border-top: none !important;
}

.checkout-cart-index .cart.item .col.item {
    display: flex !important;
    gap: 20px !important;
}

.checkout-cart-index .cart.item .product-item-photo {
    width: 126px !important;
    min-width: 126px !important;
    padding: 10px !important;
    background: #f5efe4 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.checkout-cart-index .cart.item .product-item-photo .product-image-container {
    width: 100% !important;
}

.checkout-cart-index .cart.item .product-item-details {
    padding: 2px 0 0 !important;
}

.checkout-cart-index .cart.item .product-item-name {
    margin: 0 0 12px !important;
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

.checkout-cart-index .cart.item .product-item-name a {
    color: #1a1a1a !important;
}

.checkout-cart-index .cart.item .item-options {
    margin: 14px 0 0 !important;
}

.checkout-cart-index .cart.item .item-options dt,
.checkout-cart-index .cart.item .item-options dd {
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.checkout-cart-index .cart.item .item-options dt {
    color: #7a6c53 !important;
    font-weight: 400 !important;
}

.checkout-cart-index .cart.item .item-options dd {
    color: #1a1a1a !important;
    font-weight: 500 !important;
}

.checkout-cart-index .cart.item .col.price,
.checkout-cart-index .cart.item .col.subtotal {
    white-space: nowrap !important;
}

.checkout-cart-index .cart.item .col.price .price,
.checkout-cart-index .cart.item .col.subtotal .price {
    color: #9b6b2d !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
}

.checkout-cart-index .cart.item .col.price .old-price .price,
.checkout-cart-index .cart.item .col.price .price-excluding-tax + .old-price .price {
    color: #9d9d9d !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.checkout-cart-index .cart.item .field.qty {
    margin: 0 !important;
}

.checkout-cart-index .cart.item .control.qty {
    width: 96px !important;
}

.checkout-cart-index .cart.item .input-text.qty {
    height: 48px !important;
    border: 1px solid #d8d0c2 !important;
    background: #fff !important;
    border-radius: 12px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
}

.checkout-cart-index .cart.item .item-actions td {
    padding-top: 0 !important;
}

.checkout-cart-index .cart.item .actions-toolbar {
    display: flex !important;
    justify-content: flex-end !important;
}

.checkout-cart-index .cart.item .actions-toolbar > .action,
.checkout-cart-index .cart.item .actions-toolbar .action-edit,
.checkout-cart-index .cart.item .actions-toolbar .action-delete {
    color: #8c6f3d !important;
}

.checkout-cart-index .cart.main.actions {
    display: flex !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

.checkout-cart-index .cart.main.actions .action {
    min-height: 48px !important;
    border-radius: 999px !important;
    padding: 0 24px !important;
    border: 1px solid #d7ccb8 !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 10px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
}

.checkout-cart-index .cart.main.actions .action:hover {
    border-color: #c9a96e !important;
    color: #8c6f3d !important;
}

    /* Fashionstore proceed to checkout button */
    .fashionstore-checkout-proceed {
        margin-top: 16px;
    }

    .fashionstore-proceed-btn {
        width: 100%;
        padding: 14px 24px;
        background: #000 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.05em !important;
        cursor: pointer !important;
        text-transform: uppercase !important;
    }

    .fashionstore-proceed-btn:hover {
        background: #333 !important;
    }

.checkout-cart-index .cart-summary > .summary.title {
    display: block !important;
    margin: 0 0 22px !important;
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
}

.checkout-cart-index .cart-summary > .block,
.checkout-cart-index .cart-summary > .cart-totals,
.checkout-cart-index .cart-summary > .checkout.methods.items {
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px dashed #ddd1bc !important;
}

.checkout-cart-index .cart-summary .title,
.checkout-cart-index .cart-summary .block .title strong {
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    color: #74654a !important;
}

.checkout-cart-index .cart-summary .table.totals {
    margin-bottom: 0 !important;
}

.checkout-cart-index .cart-summary .table.totals th,
.checkout-cart-index .cart-summary .table.totals td {
    padding: 10px 0 !important;
    border: none !important;
    color: #1a1a1a !important;
}

.checkout-cart-index .cart-summary .table.totals .amount,
.checkout-cart-index .cart-summary .table.totals .price {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.checkout-cart-index .cart-summary .table.totals .grand .price,
.checkout-cart-index .cart-summary .table.totals .grand .amount {
    color: #9b6b2d !important;
    font-size: 32px !important;
}

.checkout-cart-index .checkout.methods.items {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.checkout-cart-index .checkout.methods.items .item {
    margin: 0 !important;
}

.checkout-cart-index .checkout.methods.items .action.primary.checkout {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 12px !important;
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 2.4px !important;
    box-shadow: 0 14px 26px rgba(26, 26, 26, 0.16) !important;
}

.checkout-cart-index .checkout.methods.items .action.primary.checkout:hover {
    background: #c9a96e !important;
    border-color: #c9a96e !important;
}

.checkout-cart-index .cart-summary .discount,
.checkout-cart-index .cart-summary .shipping {
    background: #fcfaf5 !important;
    border: 1px solid #ece4d5 !important;
    padding: 16px 18px !important;
}

.checkout-cart-index .cart-summary input,
.checkout-cart-index .cart-summary select {
    border-radius: 10px !important;
    border-color: #d9cfbf !important;
    height: 44px !important;
}

@media (max-width: 1024px) {
    .checkout-cart-index .cart-container {
        display: block !important;
    }

    .checkout-cart-index .cart-container > .cart-summary,
    .checkout-cart-index .cart-container > .form.form-cart {
        flex: none !important;
        max-width: none !important;
    }

    .checkout-cart-index .cart-container > .cart-summary {
        position: static !important;
        margin-top: 24px !important;
    }
}

@media (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table {
        table-layout: auto !important;
    }

    .checkout-cart-index .page-main {
        padding-top: 16px !important;
        padding-bottom: calc(128px + env(safe-area-inset-bottom)) !important;
    }

    .checkout-cart-index .cart-container {
        display: block !important;
        gap: 0 !important;
    }

    .checkout-cart-index .cart.table-wrapper {
        padding: 12px !important;
        border-radius: 16px !important;
        overflow: visible !important;
    }

    .checkout-cart-index #shopping-cart-table thead {
        display: none !important;
    }

    .checkout-cart-index #shopping-cart-table,
    .checkout-cart-index #shopping-cart-table tbody,
    .checkout-cart-index #shopping-cart-table tr,
    .checkout-cart-index #shopping-cart-table td {
        display: block !important;
        width: 100% !important;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item {
        margin-bottom: 12px !important;
        padding: 12px !important;
        border: 1px solid #ece4d5 !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item td {
        padding: 0 !important;
        border: none !important;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item {
        display: block !important;
        width: 100% !important;
    }

    .checkout-cart-index #shopping-cart-table tbody.cart.item .item-info {
        display: grid !important;
        grid-template-columns: 124px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        row-gap: 8px !important;
        align-items: start !important;
        width: 100% !important;
    }

    .checkout-cart-index .cart.item .col.item {
        position: relative !important;
        display: grid !important;
        grid-column: 1 / -1 !important;
        grid-template-columns: 124px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        align-items: start !important;
        padding-left: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .checkout-cart-index .cart.item .fashionstore-item-select {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        margin: 0 !important;
        padding-top: 2px !important;
    }

    .checkout-cart-index .cart.item .product-item-photo {
        position: static !important;
        display: block !important;
        float: none !important;
        margin: 0 !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        width: 104px !important;
        min-width: 104px !important;
        padding: 6px !important;
        border-radius: 12px !important;
    }

    .checkout-cart-index .cart.item .product-item-photo .product-image-container,
    .checkout-cart-index .cart.item .product-item-photo .product-image-wrapper,
    .checkout-cart-index .cart.item .product-item-photo .product-image-photo {
        max-width: 100% !important;
    }

    .checkout-cart-index .cart.item .product-item-details {
        position: relative !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        padding: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .checkout-cart-index .cart.item .product-item-name {
        margin: 0 0 6px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .checkout-cart-index .cart.item .item-options {
        margin: 0 !important;
    }

    .checkout-cart-index .cart.item .item-options dt,
    .checkout-cart-index .cart.item .item-options dd {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .checkout-cart-index .cart.item .col.price {
        display: block !important;
        grid-column: 2 !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .checkout-cart-index .cart.item .col.qty {
        grid-column: 2 !important;
        width: auto !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .checkout-cart-index .cart.item .col.subtotal {
        grid-column: 2 !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .checkout-cart-index #shopping-cart-table .item-actions {
        display: grid !important;
        grid-template-columns: 124px minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }

    .checkout-cart-index #shopping-cart-table .item-actions td {
        grid-column: 2 !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 10px !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .checkout-cart-index .cart.item .actions-toolbar {
        display: flex !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    .checkout-cart-index .cart.item .actions-toolbar .action-delete,
    .checkout-cart-index .cart.item .actions-toolbar .action.action-delete,
    .checkout-cart-index .cart.item .actions-toolbar a[title='Remove item'] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 32px !important;
        padding: 0 12px !important;
        border: 1px solid #d7ccb8 !important;
        border-radius: 999px !important;
        color: #8c2f1d !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .checkout-cart-index .cart.item .control.qty {
        width: 126px !important;
    }

    .checkout-cart-index .cart.item .input-text.qty {
        height: 40px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }

    .checkout-cart-index .cart.item .col.subtotal .price {
        color: #ee4d2d !important;
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .checkout-cart-index .cart.main.actions {
        flex-direction: column !important;
    }

    .checkout-cart-index .cart.main.actions .action {
        width: 100% !important;
    }

    .checkout-cart-index .cart-container > .cart-summary {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 999 !important;
        margin: 0 !important;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
        border: 1px solid #ece4d5 !important;
        border-radius: 16px 16px 0 0 !important;
        background: #fff !important;
        box-shadow: 0 -8px 24px rgba(26, 26, 26, 0.12) !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .checkout-cart-index .cart-summary > .summary.title,
    .checkout-cart-index .cart-summary > .block,
    .checkout-cart-index .cart-summary .discount,
    .checkout-cart-index .cart-summary .shipping,
    .checkout-cart-index .cart-summary .totals.sub,
    .checkout-cart-index .cart-summary .totals-tax,
    .checkout-cart-index .cart-summary .tax,
    .checkout-cart-index .cart-summary .grand .mark,
    .checkout-cart-index .checkout.methods.items::after {
        display: none !important;
    }

    .checkout-cart-index .cart-summary > .cart-totals,
    .checkout-cart-index .cart-summary > .checkout.methods.items,
    .checkout-cart-index .fashionstore-checkout-proceed {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .checkout-cart-index .cart-summary > .cart-totals {
        grid-column: 1 !important;
    }

    .checkout-cart-index .cart-summary .table.totals,
    .checkout-cart-index .cart-summary .table.totals tbody,
    .checkout-cart-index .cart-summary .table.totals tr,
    .checkout-cart-index .cart-summary .table.totals td,
    .checkout-cart-index .cart-summary .table.totals th {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        text-align: left !important;
    }

    .checkout-cart-index .cart-summary .table.totals .grand .amount,
    .checkout-cart-index .cart-summary .table.totals .grand .price {
        font-size: 24px !important;
        line-height: 1.1 !important;
        color: #ee4d2d !important;
        font-weight: 800 !important;
    }

    .checkout-cart-index .cart-summary > .checkout.methods.items,
    .checkout-cart-index .fashionstore-checkout-proceed {
        grid-column: 2 !important;
    }

    .checkout-cart-index .checkout.methods.items .action.primary.checkout,
    .checkout-cart-index .fashionstore-proceed-btn {
        min-height: 48px !important;
        min-width: 138px !important;
        width: auto !important;
        padding: 0 18px !important;
        border-radius: 12px !important;
        background: #ee4d2d !important;
        border-color: #ee4d2d !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        box-shadow: none !important;
        text-transform: none !important;
    }

    .checkout-cart-index .block.newsletter,
    .checkout-cart-index .page-footer {
        display: none !important;
    }

    .checkout-cart-index #fs-chat-root,
    .checkout-cart-index .chat-widget-group {
        display: none !important;
    }

    .checkout-cart-index #back-to-top,
    .checkout-cart-index .fs-back-to-top {
        display: flex !important;
        bottom: calc(214px + env(safe-area-inset-bottom)) !important;
        z-index: 100230 !important;
    }
}

.catalog-product-view .box-tocart .fashionstore-product-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
}

.catalog-product-view .box-tocart .fashionstore-product-actions .action {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 999px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.catalog-product-view .fashionstore-size-select-hidden {
    display: none !important;
}

.catalog-product-view .fashionstore-size-options,
.catalog-product-view .swatch-attribute[data-attribute-code='size'] .swatch-attribute-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin-top: 10px !important;
}

.catalog-product-view .fashionstore-size-option,
.catalog-product-view .swatch-attribute[data-attribute-code='size'] .swatch-option {
    min-width: 58px !important;
    width: 58px !important;
    height: 52px !important;
    margin: 0 -1px -1px 0 !important;
    padding: 0 8px !important;
    border: 1px solid #8f8f8f !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    color: #111 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

.catalog-product-view .fashionstore-size-option.selected,
.catalog-product-view .fashionstore-size-option:hover,
.catalog-product-view .swatch-attribute[data-attribute-code='size'] .swatch-option.selected,
.catalog-product-view .swatch-attribute[data-attribute-code='size'] .swatch-option:hover {
    border-color: #000 !important;
    box-shadow: inset 0 0 0 2px #fff !important;
    background: #000 !important;
    color: #fff !important;
}

.catalog-product-view .fashionstore-size-option.disabled,
.catalog-product-view .swatch-attribute[data-attribute-code='size'] .swatch-option.disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
}

.catalog-product-view .box-tocart .fieldset {
    display: grid !important;
    grid-template-columns: 160px 1fr !important;
    gap: 12px 14px !important;
    align-items: center !important;
}

.catalog-product-view .box-tocart .field.qty {
    margin: 0 !important;
}

.catalog-product-view .box-tocart .field.qty .label {
    display: none !important;
}

.catalog-product-view .box-tocart .field.qty .control {
    width: 160px !important;
    height: 52px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 999px !important;
    background: #f6f6f6 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
}

.catalog-product-view .box-tocart .field.qty .qty-btn {
    width: 46px !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    color: #707070 !important;
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.catalog-product-view .box-tocart .field.qty .input-text.qty {
    width: 68px !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    color: #111 !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.catalog-product-view .box-tocart .fashionstore-product-actions {
    grid-column: 2 !important;
}

.catalog-product-view .box-tocart .fashionstore-product-actions .action.tocart {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.catalog-product-view .box-tocart .fashionstore-product-actions .action.buynow {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.catalog-product-view .box-tocart .fashionstore-product-actions .action.buynow:hover,
.catalog-product-view .box-tocart .fashionstore-product-actions .action.buynow:focus {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .catalog-product-view .box-tocart .fieldset {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view .box-tocart .field.qty .control {
        width: 100% !important;
        max-width: 220px !important;
    }

    .catalog-product-view .box-tocart .fashionstore-product-actions {
        grid-column: auto !important;
        width: 100% !important;
    }

    .catalog-product-view .box-tocart .fashionstore-product-actions .action {
        width: 100% !important;
        min-width: 0 !important;
        font-size: 20px !important;
    }
}

/* PDP gallery: show all images at once, no carousel sliding */
.catalog-product-view .product.media .fotorama__arr,
.catalog-product-view .product.media .fotorama__fullscreen-icon,
.catalog-product-view .product.media .fotorama__nav-wrap,
.catalog-product-view .product.media .fotorama__thumb-border {
    display: none !important;
}

.catalog-product-view .product.media .fotorama__stage {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

.catalog-product-view .product.media .fotorama__stage__shaft {
    transform: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
}

.catalog-product-view .product.media .fotorama__stage__frame {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.catalog-product-view .product.media .fotorama__img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    .catalog-product-view .product.media .fotorama__stage__shaft {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
}

/* PDP title should preserve original case, do not force uppercase */
.catalog-product-view .product-info-main .page-title-wrapper .page-title,
.catalog-product-view .product-info-main .page-title-wrapper .page-title span {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* PDP review header: stars + average + review count */
.catalog-product-view .product-info-main .fashionstore-reviews-summary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 6px 0 12px !important;
}

.catalog-product-view .product-info-main .fashionstore-stars {
    display: inline-flex !important;
    align-items: center !important;
    gap: 1px !important;
    line-height: 1 !important;
}

.catalog-product-view .product-info-main .fashionstore-star {
    position: relative !important;
    display: inline-block !important;
    color: #d1d5db !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.catalog-product-view .product-info-main .fashionstore-star::before {
    content: '★' !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: var(--star-fill, 0%) !important;
    overflow: hidden !important;
    color: #d9a21b !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.catalog-product-view .product-info-main .fashionstore-reviews-summary .reviews-actions {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.catalog-product-view .product-info-main .fashionstore-reviews-summary .reviews-actions .action {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    text-decoration: none !important;
}

.catalog-product-view .product-info-main .fashionstore-rating-value {
    color: #4b5563 !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.catalog-product-view .product-info-main .fashionstore-review-count {
    color: #0a5fb5 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

@media (max-width: 768px) {
    .catalog-product-view .product-info-main .fashionstore-star {
        font-size: 18px !important;
    }

    .catalog-product-view .product-info-main .fashionstore-rating-value {
        font-size: 28px !important;
    }

    .catalog-product-view .product-info-main .fashionstore-review-count {
        font-size: 24px !important;
    }
}

/* Checkout: keep delivery address and shipping method visible. */
.checkout-index-index #shipping,
.checkout-index-index #opc-shipping_method {
    display: block !important;
}

.checkout-index-index .billing-address-same-as-shipping-block,
.checkout-index-index .billing-address-form,
.checkout-index-index .form-billing-address,
.checkout-index-index .billing-address-details .action-edit,
.checkout-index-index .action-update {
    display: none !important;
}
.page-header .header.panel {
    position: relative !important;
}

.block-search {
    position: relative;
}

.block-search .label,
.block-search .action.search,
.block-search .actions {
    display: flex !important;
    align-items: center !important;
}

.block-search .action.search {
    justify-content: center !important;
}

.block-search .control {
    position: relative;
}

.fs-search-categories {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(440px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid #ece4d5;
    background: #fff;
    box-shadow: 0 18px 40px rgba(26, 26, 26, 0.1);
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    z-index: 1001;
}

.fs-search-categories.is-visible {
    display: grid;
}

.fs-search-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #f1ebde;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fffaf2 100%);
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fs-search-category-link::after {
    content: '›';
    color: #8c775a;
    font-size: 16px;
}

.fs-search-category-link:hover,
.fs-search-category-link:focus {
    border-color: #c9a96e;
    box-shadow: 0 10px 18px rgba(201, 169, 110, 0.12);
    transform: translateY(-1px);
}

body.fs-mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .fs-search-categories {
        left: 0;
        right: auto;
        width: min(100%, calc(100vw - 32px));
        grid-template-columns: 1fr;
    }
}

/* Homepage typography */
body.cms-index-index {
    background: #f6f3ee !important;
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
}

.cms-index-index .page-main {
    max-width: 1440px !important;
    padding-bottom: 72px !important;
}

.cms-index-index .column.main {
    color: #111827 !important;
}

.cms-index-index h1,
.cms-index-index h2,
.cms-index-index h3,
.cms-index-index .block-title strong,
.cms-index-index .content-heading .title,
.cms-index-index .fashionstore-recommendation__heading {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.cms-index-index h2,
.cms-index-index .block-title strong,
.cms-index-index .content-heading .title,
.cms-index-index .fashionstore-recommendation__heading {
    font-size: 38px !important;
}

.cms-index-index h3 {
    font-size: 28px !important;
}

.cms-index-index p,
.cms-index-index li,
.cms-index-index .value,
.cms-index-index .description,
.cms-index-index .block-content {
    font-size: 18px !important;
    line-height: 1.75 !important;
}

.cms-index-index a {
    font-weight: 700 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

.cms-index-index .fs-home-hero-slider__eyebrow {
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.28em !important;
}

.cms-index-index .fs-home-hero-slider__title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 112px !important;
    font-weight: 500 !important;
    line-height: 0.96 !important;
    letter-spacing: 0.1em !important;
    color: #fff7e8 !important;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.62), 0 0 38px rgba(215, 185, 139, 0.34) !important;
}

.cms-index-index .fs-home-hero-slider__desc {
    max-width: 70ch !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45) !important;
}

.cms-index-index .fs-home-hero-slider__button {
    min-height: 50px !important;
    padding: 16px 36px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff8a1f 0%, #d19a34 48%, #7a4c11 100%) !important;
    color: #fff !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    letter-spacing: 0.1em !important;
    box-shadow: 0 18px 34px rgba(255, 138, 31, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.cms-index-index .fs-home-hero-slider__button:hover,
.cms-index-index .fs-home-hero-slider__button:focus-visible {
    background: linear-gradient(135deg, #ff9f3f 0%, #dca640 48%, #8a5b13 100%) !important;
    color: #fff !important;
    box-shadow: 0 22px 42px rgba(255, 138, 31, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
    transform: translateY(-2px) !important;
}

.cms-index-index .dior-btn,
.cms-index-index .dior-btn-dark,
.cms-index-index a.dior-btn,
.cms-index-index a.dior-btn-dark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    min-width: 210px !important;
    padding: 15px 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff8a1f 0%, #d19a34 52%, #7a4c11 100%) !important;
    color: #fff !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: 0 18px 34px rgba(255, 138, 31, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.cms-index-index .dior-btn:hover,
.cms-index-index .dior-btn:focus-visible,
.cms-index-index .dior-btn-dark:hover,
.cms-index-index .dior-btn-dark:focus-visible {
    color: #fff !important;
    filter: brightness(1.06) !important;
    box-shadow: 0 22px 42px rgba(255, 138, 31, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
    transform: translateY(-2px) !important;
}

.cms-index-index .dior-banner {
    background:
        linear-gradient(120deg, rgba(15, 23, 42, 0.96) 0%, rgba(34, 30, 26, 0.98) 48%, rgba(50, 37, 23, 0.98) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 138, 31, 0.08) 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.cms-index-index .dior-banner::before {
    content: "" !important;
    position: absolute !important;
    inset: 34px 12% !important;
    border: 1px solid rgba(215, 185, 139, 0.18) !important;
    border-radius: 28px !important;
    background: linear-gradient(135deg, rgba(255, 247, 232, 0.07) 0%, rgba(255, 138, 31, 0.05) 100%) !important;
    pointer-events: none !important;
}

.cms-index-index .dior-banner > div {
    position: relative !important;
    z-index: 1 !important;
}

.cms-index-index .dior-banner-title {
    color: #fffaf2 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: 0.12em !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.48) !important;
}

.cms-index-index .dior-banner p {
    color: #f0bf72 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.16em !important;
}

.cms-index-index .dior-featured-title {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.cms-index-index .dior-featured-label {
    color: #b9802a !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
}

.cms-index-index .dior-featured-desc {
    max-width: 78ch !important;
    color: #4b5563 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 550 !important;
    line-height: 1.65 !important;
    letter-spacing: 0.02em !important;
}

.cms-index-index .dior-divider {
    color: #b9802a !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.cms-index-index .dior-grid-label,
.cms-index-index .dior-product-label {
    color: #b9802a !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.1em !important;
}

.cms-index-index .dior-grid-name {
    color: #fffaf2 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.58) !important;
}

.cms-index-index .dior-product-name {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.02em !important;
}

.cms-index-index .dior-product-price {
    color: #6b7280 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
}

.cms-index-index .dior-value-title {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
}

.cms-index-index .dior-value-desc {
    color: #6b7280 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
    letter-spacing: 0.02em !important;
}

.cms-index-index .products-grid .product-item-name,
.cms-index-index .products-grid .product-item-name a,
.cms-index-index .fashionstore-recommendation__name {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.cms-index-index .products-grid .price-box .price,
.cms-index-index .fashionstore-recommendation__price,
.cms-index-index .fashionstore-recommendation__price .price {
    color: #8a5b13 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}

.cms-index-index .products-grid .product-reviews-summary,
.cms-index-index .products-grid .reviews-actions a {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.cms-index-index .fashionstore-recommendation {
    margin: 54px 0 !important;
    padding: 34px !important;
    border-radius: 18px !important;
}

.cms-index-index .fashionstore-recommendation__grid {
    gap: 24px !important;
}

.cms-index-index .fashionstore-recommendation__card {
    border-radius: 16px !important;
    padding: 18px !important;
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .page-wrapper,
    .page-main,
    .columns,
    .column.main {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .page-header .header.panel {
        padding: 0 10px !important;
    }

    #header-info-bar {
        display: none !important;
    }

    #header-info-bar.is-mounted {
        display: grid !important;
        grid-template-columns: 96px minmax(0, 1fr) 96px !important;
        grid-template-rows: 46px 24px !important;
        grid-template-areas:
            "menu logo actions"
            "weather weather weather" !important;
        gap: 4px 8px !important;
        min-height: 74px !important;
        width: 100% !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    #header-info-bar .left-section {
        display: contents !important;
    }

    #header-info-bar .center-section {
        grid-area: logo !important;
        display: flex !important;
        min-width: 0 !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #header-info-bar .right-section {
        grid-area: actions !important;
        display: flex !important;
        min-width: 0 !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
    }

    #custom-hamburger {
        grid-area: menu !important;
        width: 54px !important;
        height: 36px !important;
        flex: 0 0 54px !important;
        align-self: center !important;
        justify-self: start !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.26) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.035) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
        transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    }

    #custom-hamburger div {
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #fff !important;
        opacity: .96 !important;
        transform: none !important;
        transition: width .18s ease, background-color .18s ease, opacity .18s ease !important;
    }

    #custom-hamburger div:nth-child(2) {
        width: 14px !important;
        align-self: center !important;
    }

    #custom-hamburger:hover,
    #custom-hamburger:focus {
        background: rgba(255, 255, 255, 0.09) !important;
        border-color: rgba(255, 255, 255, 0.42) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 8px 18px rgba(0, 0, 0, 0.18) !important;
        outline: none !important;
        transform: translateY(-1px) !important;
    }

    #custom-hamburger:hover div,
    #custom-hamburger:focus div {
        width: 20px !important;
        background: #f5d08a !important;
        opacity: 1 !important;
    }

    #header-info-bar .weather-info {
        grid-area: weather !important;
        display: flex !important;
        min-width: 0 !important;
        max-width: none !important;
        gap: 2px !important;
        overflow: hidden !important;
        align-self: center !important;
    }

    #header-info-bar .weather-location {
        max-width: 48px !important;
        overflow: hidden !important;
        font-size: 11px !important;
        letter-spacing: .04em !important;
        text-overflow: ellipsis !important;
    }

    #header-info-bar #w-icon {
        display: inline-block !important;
        width: 13px !important;
        height: 13px !important;
        margin: 0 2px !important;
        object-fit: contain !important;
        vertical-align: middle !important;
    }

    #header-info-bar #w-temp {
        display: inline !important;
        font-size: 11px !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }

    #header-info-bar #custom-welcome,
    #header-info-bar .inline-search-bar {
        display: none !important;
    }

    #header-info-bar .logo-text,
    #header-info-bar .logo-text:visited,
    #header-info-bar .logo-text:hover,
    #header-info-bar .logo-text:focus {
        display: block !important;
        max-width: 100% !important;
        overflow: hidden !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1 !important;
        letter-spacing: .18em !important;
        text-align: center !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
    }

    #custom-search-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border: 1px solid rgba(255, 255, 255, .28) !important;
        border-radius: 50% !important;
        font-size: 16px !important;
        flex: 0 0 38px !important;
    }

    .header-cart-link {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }

    @media (max-width: 430px) {
        #header-info-bar.is-mounted {
            grid-template-columns: 88px minmax(0, 1fr) 88px !important;
            gap: 4px 6px !important;
        }

        #header-info-bar .logo-text,
        #header-info-bar .logo-text:visited,
        #header-info-bar .logo-text:hover,
        #header-info-bar .logo-text:focus {
            font-size: 16px !important;
            letter-spacing: .16em !important;
        }

        #custom-search-icon,
        .header-cart-link {
            width: 36px !important;
            height: 36px !important;
            flex-basis: 36px !important;
        }

        #header-info-bar .right-section {
            gap: 4px !important;
        }
    }

    .dior-marquee,
    .dior-marquee-track,
    [class*="marquee"] {
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .cms-index-index .page-main {
        padding-bottom: 46px !important;
    }

    .cms-index-index .fs-home-hero-slider__panel {
        height: clamp(520px, 58vh, 620px) !important;
        min-height: 0 !important;
        background: #111 !important;
    }

    .cms-index-index .fs-home-hero-slider__image {
        object-fit: cover !important;
        object-position: center center !important;
        background: #111 !important;
    }

    .cms-index-index .fs-home-hero-slider__slide:nth-child(1) .fs-home-hero-slider__image {
        object-position: 58% center !important;
    }

    .cms-index-index .fs-home-hero-slider__slide:nth-child(2) .fs-home-hero-slider__image {
        object-position: 54% center !important;
    }

    .cms-index-index .fs-home-hero-slider__slide:nth-child(3) .fs-home-hero-slider__image {
        object-position: 50% center !important;
    }

    .cms-index-index .fs-home-hero-slider__shade {
        background:
            linear-gradient(90deg, rgba(8, 8, 8, .72) 0%, rgba(8, 8, 8, .22) 58%, rgba(8, 8, 8, .42) 100%),
            radial-gradient(circle at 24% 48%, rgba(8, 8, 8, .22) 0%, rgba(8, 8, 8, .58) 70%) !important;
    }

    .cms-index-index .fs-home-hero-slider__content {
        max-width: 82vw !important;
        padding: 72px 28px 76px !important;
    }

    .cms-index-index .fs-home-hero-slider__eyebrow {
        margin-bottom: 14px !important;
        font-size: 11px !important;
        letter-spacing: .22em !important;
    }

    .cms-index-index h2,
    .cms-index-index .block-title strong,
    .cms-index-index .content-heading .title,
    .cms-index-index .fashionstore-recommendation__heading {
        font-size: 28px !important;
        letter-spacing: 0.08em !important;
    }

    .cms-index-index p,
    .cms-index-index li,
    .cms-index-index .value,
    .cms-index-index .description,
    .cms-index-index .block-content {
        font-size: 16px !important;
    }

    .cms-index-index .fs-home-hero-slider__title {
        margin-bottom: 16px !important;
        font-size: clamp(38px, 11vw, 52px) !important;
        line-height: 1.02 !important;
        letter-spacing: .08em !important;
        white-space: normal !important;
    }

    .cms-index-index .fs-home-hero-slider__desc {
        max-width: 31ch !important;
        margin-bottom: 24px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        letter-spacing: 0 !important;
    }

    .cms-index-index .fs-home-hero-slider__button {
        min-height: 42px !important;
        padding: 12px 24px !important;
        font-size: 12px !important;
        letter-spacing: .08em !important;
        box-shadow: 0 12px 24px rgba(255, 138, 31, .24) !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-arrow {
        width: 38px !important;
        height: 38px !important;
        margin-top: -19px !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-prev {
        left: 18px !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-next {
        right: 18px !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-prev::before,
    .cms-index-index .fs-home-hero-slider .slick-next::before {
        font-size: 23px !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-dots {
        bottom: 14px !important;
        gap: 8px !important;
    }

    .cms-index-index .fs-home-hero-slider .slick-dots button {
        width: 10px !important;
        height: 10px !important;
    }

    .cms-index-index .products-grid .product-item-name,
    .cms-index-index .products-grid .product-item-name a,
    .cms-index-index .fashionstore-recommendation__name {
        font-size: 18px !important;
    }

    .cms-index-index .fashionstore-recommendation {
        margin: 34px 0 !important;
        padding: 24px 16px !important;
        border-radius: 22px !important;
    }

    .cms-index-index .fashionstore-recommendation__heading {
        margin-bottom: 22px !important;
        font-size: 28px !important;
        letter-spacing: .04em !important;
    }

    .cms-index-index .fashionstore-recommendation__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    .cms-index-index .fashionstore-recommendation__card {
        min-width: 0 !important;
        height: 100% !important;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .cms-index-index .fashionstore-recommendation__image {
        display: block !important;
        width: 100% !important;
        aspect-ratio: 4 / 5 !important;
        height: auto !important;
        border-radius: 12px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .cms-index-index .fashionstore-recommendation__name {
        display: -webkit-box !important;
        min-height: 42px !important;
        margin-top: 2px !important;
        overflow: hidden !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .cms-index-index .fashionstore-recommendation__price,
    .cms-index-index .fashionstore-recommendation__price .price {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 380px) {
    .cms-index-index .fashionstore-recommendation__grid {
        grid-template-columns: 1fr !important;
    }
}

/* Keep category toolbar clean: only custom price slider should remain visible */
body.catalog-category-view .filter-current,
body.catalog-category-view .filter-actions,
body.catalog-category-view .block-subtitle.filter-subtitle,
body.catalog-category-view .filter-options,
body.catalog-category-view .block-layered-nav,
body.catalog-category-view .filter-options-title,
body.catalog-category-view .filter-options-content {
    display: none !important;
}

/* Category/search product cards */
body.catalog-category-view,
body.catalogsearch-result-index {
    background: #f5f3ef !important;
}

.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
    background: transparent !important;
}

.catalog-category-view .columns,
.catalogsearch-result-index .columns {
    padding-top: 28px !important;
}

.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item {
    margin-bottom: 72px !important;
}

.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info {
    position: relative !important;
    width: 100% !important;
    min-height: 100% !important;
    padding: 14px 14px 34px !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
    overflow: visible !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease !important;
}

.catalog-category-view .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info:hover {
    border-color: rgba(209, 154, 52, 0.34) !important;
    background: linear-gradient(180deg, #fff 0%, #fffaf1 100%) !important;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.15), 0 12px 24px rgba(209, 154, 52, 0.16) !important;
    transform: translateY(-4px) !important;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo {
    display: block !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f4f4f2 !important;
}

.catalog-category-view .products-grid .product-image-container,
.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-container,
.catalogsearch-result-index .products-grid .product-image-wrapper {
    display: block !important;
    width: 100% !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #f4f4f2 !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    padding-bottom: 0 !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: transform 0.45s ease, filter 0.45s ease !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo {
    filter: saturate(1.04) contrast(1.02) !important;
    transform: scale(1.045) !important;
}

.catalog-category-view .products-grid .product-item-name,
.catalogsearch-result-index .products-grid .product-item-name {
    margin: 0 0 10px !important;
    min-height: 48px !important;
}

.catalog-category-view .products-grid .product-item-name a,
.catalogsearch-result-index .products-grid .product-item-name a {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    transition: color 0.18s ease !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-item-name a,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-item-name a {
    color: #8a5b13 !important;
}

.catalog-category-view .products-grid .price-box .price,
.catalogsearch-result-index .products-grid .price-box .price {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.catalog-category-view .products-grid .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-reviews-summary {
    margin: 0 0 12px !important;
}

.catalog-category-view .products-grid .product-item-actions,
.catalogsearch-result-index .products-grid .product-item-actions {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 18px 0 0 !important;
    min-height: 50px !important;
    padding: 0 !important;
    transform: none !important;
}

.catalog-category-view .products-grid .actions-primary,
.catalogsearch-result-index .products-grid .actions-primary,
.catalog-category-view .products-grid .actions-primary .action.tocart,
.catalogsearch-result-index .products-grid .actions-primary .action.tocart {
    display: none !important;
}

.catalog-category-view .products-grid .actions-secondary,
.catalogsearch-result-index .products-grid .actions-secondary {
    display: flex !important;
    width: 100% !important;
}

.catalog-category-view .products-grid .actions-secondary .action.towishlist,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist,
.catalog-category-view .products-grid .actions-secondary .action.towishlist:hover,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist:hover {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    width: 100% !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #111827 0%, #8a6a2f 58%, #d19a34 100%) !important;
    color: #fff !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(31, 41, 55, 0.18) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

.catalog-category-view .products-grid .actions-secondary .action.towishlist::before,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist::before {
    content: "♡" !important;
    margin-right: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.catalog-category-view .products-grid .actions-secondary .action.towishlist::after,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist::after {
    content: "Thêm vào yêu thích" !important;
}

.catalog-category-view .products-grid .actions-secondary .action.towishlist span,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist span {
    display: none !important;
}

.catalog-category-view .products-grid .actions-secondary .action.towishlist:hover,
.catalogsearch-result-index .products-grid .actions-secondary .action.towishlist:hover {
    filter: brightness(1.06) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 30px rgba(31, 41, 55, 0.26) !important;
}

.catalog-category-view .products-grid .actions-secondary .action.tocompare,
.catalogsearch-result-index .products-grid .actions-secondary .action.tocompare {
    display: none !important;
}

.products-grid .product-item-info {
    padding-bottom: 34px !important;
    border-radius: 18px !important;
    overflow: visible !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease !important;
}

.products-grid .product-item-info:hover {
    border-color: rgba(209, 154, 52, 0.34) !important;
    background: linear-gradient(180deg, #fff 0%, #fffaf1 100%) !important;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.15), 0 12px 24px rgba(209, 154, 52, 0.16) !important;
    transform: translateY(-4px) !important;
}

.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-image-wrapper {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #f4f4f2 !important;
}

.products-grid .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    padding-bottom: 0 !important;
}

.products-grid .product-image-photo {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    transition: transform 0.45s ease, filter 0.45s ease !important;
}

.products-grid .product-item-info:hover .product-image-photo {
    filter: saturate(1.04) contrast(1.02) !important;
    transform: scale(1.045) !important;
}

.products-grid .product-item-actions {
    position: static !important;
    clear: both !important;
    margin-top: 18px !important;
    min-height: 50px !important;
    transform: none !important;
}

/* Product detail: size chips and +/- quantity controls */
.catalog-product-view .product-options-wrapper .fs-size-select--hidden {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
}

.catalog-product-view .product-options-wrapper .fs-size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.catalog-product-view .product-options-wrapper .fs-size-option {
    min-width: 46px;
    height: 40px;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.catalog-product-view .product-options-wrapper .fs-size-option:hover {
    border-color: #1a1a1a;
}

.catalog-product-view .product-options-wrapper .fs-size-option.is-active {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}

.catalog-product-view .product-options-wrapper .fs-size-option.is-disabled,
.catalog-product-view .product-options-wrapper .fs-size-option:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.catalog-product-view .box-tocart .field.qty .control {
    width: auto;
}

.catalog-product-view .box-tocart .fs-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.catalog-product-view .box-tocart .fs-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.catalog-product-view .box-tocart .fs-qty-btn:hover {
    background: #f3f3f3;
}

.catalog-product-view .box-tocart .fs-qty-control .input-text.qty {
    width: 52px;
    min-width: 52px;
    height: 36px;
    border: none;
    text-align: center;
    box-shadow: none;
    -moz-appearance: textfield;
}

.catalog-product-view .box-tocart .fs-qty-control .input-text.qty::-webkit-outer-spin-button,
.catalog-product-view .box-tocart .fs-qty-control .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Checkout delivery selection must remain visible. */
.checkout-index-index #shipping { display: block !important; }
.checkout-index-index #opc-shipping_method { display: block !important; }

/* Account content polish */
.account .column.main {
    color: #1f2933 !important;
    font-size: 17px !important;
}

.account .column.main a {
    color: #0b72c9 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.account .column.main a:hover {
    color: #111 !important;
}

.account .column.main .block {
    margin-bottom: 34px !important;
}

.account .column.main .block-title,
.account .column.main .fieldset > .legend {
    display: flex !important;
    align-items: baseline !important;
    gap: 16px !important;
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.14) !important;
}

.account .column.main .block-title strong,
.account .column.main .fieldset > .legend span {
    color: #111827 !important;
    font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif !important;
    font-size: 26px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.account .column.main .block-title .action,
.account .column.main .block-title a,
.account .column.main .fieldset > .legend .action,
.account .column.main .fieldset > .legend a {
    font-size: 15px !important;
}

.account .box,
.account .block-dashboard-info .box,
.account .block-dashboard-addresses .box,
.account .block-reviews-dashboard .item,
.account .block-dashboard-orders .table-wrapper,
.account .form-edit-account,
.account .form-address-edit,
.account .form-newsletter-manage,
.account .form.form-wishlist-items {
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
}

.account .box,
.account .block-reviews-dashboard .item {
    padding: 22px 24px !important;
}

.account .box-title,
.account .box-title span,
.account .box-title strong {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
}

.account .box-content,
.account .box-content p,
.account .block-content,
.account .block-content p {
    color: #374151 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}

.account .box-actions {
    margin-top: 14px !important;
}

.account.customer-account-index .block-dashboard-info .block-content,
.account.customer-account-index .block-dashboard-addresses .block-content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.account.customer-account-index .block-dashboard-info .block-content::before,
.account.customer-account-index .block-dashboard-info .block-content::after,
.account.customer-account-index .block-dashboard-addresses .block-content::before,
.account.customer-account-index .block-dashboard-addresses .block-content::after {
    display: none !important;
    content: none !important;
}

.account.customer-account-index .block-dashboard-info .box,
.account.customer-account-index .block-dashboard-addresses .box {
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 190px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.account.customer-account-index .block-dashboard-info .box:nth-of-type(1),
.account.customer-account-index .block-dashboard-addresses .box:nth-of-type(1) {
    grid-column: 1 !important;
}

.account.customer-account-index .block-dashboard-info .box-newsletter {
    display: none !important;
}

.account.customer-account-index .block-dashboard-info .box:nth-of-type(2),
.account.customer-account-index .block-dashboard-addresses .box:nth-of-type(2) {
    grid-column: 2 !important;
}

.account.customer-account-index .block-dashboard-info .box-title,
.account.customer-account-index .block-dashboard-addresses .box-title {
    margin-bottom: 12px !important;
}

.account.customer-account-index .block-dashboard-info .box-content,
.account.customer-account-index .block-dashboard-addresses .box-content {
    min-height: 76px !important;
}

.account .table-wrapper {
    overflow: hidden !important;
}

.account table.data,
.account .table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.account table.data thead th,
.account .table thead th {
    background: #fafafa !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1) !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    letter-spacing: 0.02em !important;
    padding: 15px 16px !important;
    text-transform: uppercase !important;
}

.account table.data tbody td,
.account .table tbody td {
    border-top: 1px solid rgba(17, 24, 39, 0.07) !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    padding: 15px 16px !important;
    vertical-align: middle !important;
}

.account .form-edit-account,
.account .form-address-edit,
.account .form-newsletter-manage,
.account .form.form-wishlist-items {
    padding: 28px !important;
}

.account .fieldset {
    margin: 0 0 28px !important;
}

.account .fieldset .field {
    margin-bottom: 22px !important;
}

.account .column.main .fieldset .label,
.account .column.main .field .label,
.account .column.main label {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.account .column.main input.input-text,
.account .column.main input[type='text'],
.account .column.main input[type='email'],
.account .column.main input[type='password'],
.account .column.main input[type='tel'],
.account .column.main select,
.account .column.main textarea {
    min-height: 48px !important;
    border: 1px solid rgba(17, 24, 39, 0.18) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    padding: 11px 14px !important;
    box-shadow: none !important;
}

.account .column.main input.input-text:focus,
.account .column.main input[type='text']:focus,
.account .column.main input[type='email']:focus,
.account .column.main input[type='password']:focus,
.account .column.main input[type='tel']:focus,
.account .column.main select:focus,
.account .column.main textarea:focus {
    border-color: #111827 !important;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08) !important;
    outline: none !important;
}

.account .column.main .choice input[type='checkbox'],
.account .column.main .choice input[type='radio'] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    accent-color: #111827 !important;
}

.account .actions-toolbar {
    margin-top: 22px !important;
}

.account .actions-toolbar .primary,
.account .actions-toolbar .secondary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.account .action.primary,
.account button.action.primary,
.account .actions-toolbar .action.primary,
.account .actions-toolbar button.action {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

.account .action.primary:hover,
.account button.action.primary:hover,
.account .actions-toolbar .action.primary:hover,
.account .actions-toolbar button.action:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.account .actions-toolbar .secondary .action,
.account .action.back {
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, 0.14) !important;
    color: #1f2937 !important;
}

.wishlist-index-index .products-grid.wishlist .product-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 38px 34px !important;
    align-items: stretch !important;
    width: 100% !important;
}

.wishlist-index-index .products-grid.wishlist .product-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
    width: 100% !important;
    min-height: 100% !important;
    padding: 22px !important;
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-info:hover {
    border-color: rgba(17, 24, 39, 0.18) !important;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09) !important;
    transform: translateY(-4px) !important;
}

.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
}

.wishlist-index-index .products-grid.wishlist .product-image-photo {
    border-radius: 12px !important;
    transition: transform 0.18s ease !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-image-photo {
    transform: scale(1.025) !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-top: 16px !important;
    min-height: 50px !important;
}

.wishlist-index-index .products-grid.wishlist .product-reviews-summary {
    margin: 10px 0 !important;
}

.wishlist-index-index .products-grid.wishlist .price-box {
    margin: 12px 0 0 !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-comment,
.wishlist-index-index .products-grid.wishlist .field.comment-box,
.wishlist-index-index .products-grid.wishlist .comment-box,
.wishlist-index-index .products-grid.wishlist textarea[name='description'] {
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions,
.wishlist-index-index .products-grid.wishlist .box-tocart,
.wishlist-index-index .products-grid.wishlist .tocart,
.wishlist-index-index .products-grid.wishlist .action.tocart {
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions {
    position: static !important;
}

.wishlist-index-index .form.form-wishlist-items {
    padding-bottom: 34px !important;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar {
    clear: both !important;
    position: static !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: 32px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(17, 24, 39, 0.1) !important;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .action.tocart {
    display: none !important;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .action.update,
.wishlist-index-index .form-wishlist-items .actions-toolbar .action.share {
    min-height: 44px !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    background: #111827 !important;
    border: 1px solid #111827 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .action.update:hover,
.wishlist-index-index .form-wishlist-items .actions-toolbar .action.share:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.wishlist-index-index .wishlist-toolbar,
.wishlist-index-index .toolbar.wishlist-toolbar,
.wishlist-index-index .limiter,
.wishlist-index-index .field.limiter,
.wishlist-index-index .toolbar-amount {
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item.fs-wishlist-item-hidden {
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
    position: relative !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions {
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 5 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit {
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .btn-remove,
.wishlist-index-index .products-grid.wishlist .product-item-actions .fs-wishlist-remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(17, 24, 39, 0.14) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12) !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .btn-remove:hover,
.wishlist-index-index .products-grid.wishlist .product-item-actions .fs-wishlist-remove:hover {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .btn-remove:before,
.wishlist-index-index .products-grid.wishlist .product-item-actions .btn-remove:after,
.wishlist-index-index .products-grid.wishlist .product-item-actions .fs-wishlist-remove:before,
.wishlist-index-index .products-grid.wishlist .product-item-actions .fs-wishlist-remove:after {
    display: none !important;
    content: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .btn-remove span,
.wishlist-index-index .products-grid.wishlist .product-item-actions .fs-wishlist-remove span {
    display: block !important;
    color: inherit !important;
    font: inherit !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.wishlist-index-index .fs-wishlist-load-more {
    display: flex;
    justify-content: center;
    margin: 34px 0 0;
}

.wishlist-index-index .fs-wishlist-load-more__button {
    min-height: 44px !important;
    padding: 0 28px !important;
    border: 1px solid #111827 !important;
    border-radius: 999px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.wishlist-index-index .fs-wishlist-load-more__button:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.review-customer-index .table-wrapper.reviews {
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
    overflow: hidden !important;
}

.review-customer-index .table-reviews {
    table-layout: fixed !important;
    margin: 0 !important;
}

.review-customer-index .table-reviews thead th {
    background: #fafafa !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    padding: 18px 20px !important;
}

.review-customer-index .table-reviews tbody td {
    color: #1f2937 !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    padding: 20px !important;
}

.review-customer-index .table-reviews .col.date {
    width: 110px !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
}

.review-customer-index .table-reviews .col.item {
    width: 220px !important;
}

.review-customer-index .table-reviews .col.summary {
    width: 150px !important;
}

.review-customer-index .table-reviews .col.description {
    width: auto !important;
}

.review-customer-index .table-reviews .col.actions {
    width: 140px !important;
    text-align: right !important;
}

.review-customer-index .table-reviews .product-name,
.review-customer-index .table-reviews .product-name a {
    color: #0b72c9 !important;
    font-size: 17px !important;
    font-weight: 750 !important;
}

.review-customer-index .table-reviews .rating-summary {
    white-space: nowrap !important;
}

.review-customer-index .table-reviews .rating-result {
    transform: scale(1.08);
    transform-origin: left center;
}

.review-customer-index .table-reviews .col.description {
    color: #374151 !important;
}

.review-customer-index .table-reviews .col.actions a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    padding: 8px 14px !important;
    border: 1px solid rgba(17, 24, 39, 0.12) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #0b72c9 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

.review-customer-index .table-reviews .col.actions a:hover {
    border-color: #111827 !important;
    color: #111827 !important;
}

.review-customer-index .toolbar {
    margin-top: 18px !important;
}

.review-customer-index .toolbar .limiter select {
    width: 64px !important;
    min-height: 44px !important;
    text-align: center !important;
}

/* Customer review detail page */
.review-customer-view {
    background: #fbfaf7 !important;
}

.review-customer-view,
.review-customer-view .page-main,
.review-customer-view .column.main,
.review-customer-view .sidebar-main,
.review-customer-view .customer-review,
.review-customer-view .customer-review * {
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

.review-customer-view .breadcrumbs {
    display: none !important;
}

.review-customer-view .page-main {
    max-width: 1360px !important;
    padding-top: 70px !important;
    padding-bottom: 88px !important;
}

.review-customer-view .columns {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 54px !important;
    align-items: start !important;
}

.review-customer-view .sidebar-main {
    width: auto !important;
    padding: 0 !important;
}

.review-customer-view .column.main {
    width: auto !important;
    padding: 0 !important;
}

.review-customer-view .block-collapsible-nav {
    overflow: hidden !important;
    border: 1px solid rgba(15, 23, 42, 0.10) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07) !important;
}

.review-customer-view .block-collapsible-nav .item a,
.review-customer-view .block-collapsible-nav .item strong {
    display: block !important;
    padding: 20px 24px !important;
    color: #334155 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.review-customer-view .block-collapsible-nav .item.current {
    border-left: 5px solid #f97316 !important;
    background: linear-gradient(90deg, #fff7ed 0%, #fff 72%) !important;
}

.review-customer-view .block-collapsible-nav .item.current strong {
    color: #0f172a !important;
    font-weight: 900 !important;
}

.review-customer-view .page-title-wrapper {
    margin: 0 0 28px !important;
}

.review-customer-view .page-title-wrapper h1,
.review-customer-view .page-title,
.review-customer-view .page-title .base {
    margin: 0 !important;
    color: #0b1220 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.review-customer-view .customer-review.view {
    display: grid !important;
    grid-template-columns: minmax(300px, 390px) minmax(0, 1fr) !important;
    gap: 42px 48px !important;
    padding: 34px !important;
    border: 1px solid rgba(185, 122, 45, 0.18) !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf3 100%) !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10) !important;
}

.review-customer-view .customer-review .product-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin: 0 !important;
}

.review-customer-view .customer-review .product-media {
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #f1f5f9 !important;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06) !important;
}

.review-customer-view .customer-review .product-photo,
.review-customer-view .customer-review .product-photo .product-image-container,
.review-customer-view .customer-review .product-photo .product-image-wrapper {
    display: block !important;
    width: 100% !important;
}

.review-customer-view .customer-review .product-image-photo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.review-customer-view .customer-review .product-info {
    padding: 4px 2px 0 !important;
}

.review-customer-view .customer-review .product-name {
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.review-customer-view .customer-review .rating-average-label {
    display: none !important;
}

.review-customer-view .customer-review .reviews-actions a {
    color: #0b72c9 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.review-customer-view .customer-review .review-details {
    margin: 0 !important;
    padding: 30px 34px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06) !important;
}

.review-customer-view .customer-review .review-details .title {
    margin: 0 0 22px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.review-customer-view .customer-review .review-details .title strong {
    color: #0f172a !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.review-customer-view .customer-review .customer-review-rating {
    display: grid !important;
    gap: 12px !important;
    max-width: 330px !important;
    margin: 0 0 28px !important;
    padding: 18px 20px !important;
    border: 1px solid #e5edf8 !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
}

.review-customer-view .customer-review .rating-summary.item {
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    align-items: center !important;
    margin: 0 !important;
}

.review-customer-view .customer-review .rating-label {
    color: #334155 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.review-customer-view .customer-review .rating-result {
    transform: scale(1.2) !important;
    transform-origin: left center !important;
}

.review-customer-view .customer-review .review-title {
    margin: 0 0 16px !important;
    color: #0f172a !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.review-customer-view .customer-review .review-content {
    margin: 0 0 22px !important;
    color: #273449 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

.review-customer-view .customer-review .review-date {
    display: inline-flex !important;
    min-height: 38px !important;
    align-items: center !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.review-customer-view .actions-toolbar .action.back {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 48px !important;
    margin-top: 24px !important;
    padding: 0 24px !important;
    border: 1px solid #0f172a !important;
    border-radius: 999px !important;
    background: #0f172a !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.review-customer-view .actions-toolbar .action.back span {
    color: #fff !important;
}

@media (max-width: 768px) {
    .review-customer-view .page-main {
        padding-top: 34px !important;
        padding-bottom: 52px !important;
    }

    .review-customer-view .columns {
        display: block !important;
    }

    .review-customer-view .sidebar-main {
        margin-bottom: 28px !important;
    }

    .review-customer-view .page-title,
    .review-customer-view .page-title .base {
        font-size: 32px !important;
        letter-spacing: 0.02em !important;
    }

    .review-customer-view .customer-review.view {
        display: block !important;
        padding: 20px !important;
        border-radius: 18px !important;
    }

    .review-customer-view .customer-review .product-details {
        margin-bottom: 24px !important;
    }

    .review-customer-view .customer-review .product-name {
        font-size: 23px !important;
    }

    .review-customer-view .customer-review .review-details {
        padding: 22px 18px !important;
    }

    .review-customer-view .customer-review .review-details .title strong {
        font-size: 24px !important;
    }

    .review-customer-view .customer-review .rating-summary.item {
        grid-template-columns: 88px 1fr !important;
    }

    .review-customer-view .customer-review .review-content {
        font-size: 17px !important;
    }
}

/* Rounded form fields across the storefront */
input.input-text:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='hidden']):not([type='submit']),
input[type='text']:not(.qty),
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number']:not(.qty),
input[type='search'],
select,
textarea {
    border-radius: 10px !important;
}

.block.newsletter input[type='email'],
.page-footer input[type='email'],
.footer input[type='email'],
.newsletter input[type='email'] {
    border-radius: 10px 0 0 10px !important;
}

.block.newsletter .action.subscribe,
.page-footer .action.subscribe,
.footer .action.subscribe,
.newsletter .action.subscribe {
    border-radius: 0 10px 10px 0 !important;
}

/* Product page review feedback */
.catalog-product-view .breadcrumbs {
    display: none !important;
}

.catalog-product-view .page.messages {
    max-width: 1240px !important;
    margin: 26px auto 18px !important;
    padding: 0 24px !important;
}

.catalog-product-view .message.error,
.catalog-product-view .message-error,
.catalog-product-view .messages .message-error,
.catalog-product-view .messages .message.error {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 20px 28px 20px 76px !important;
    border: 1px solid rgba(220, 38, 38, 0.22) !important;
    border-left: 8px solid #dc2626 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%) !important;
    color: #991b1b !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    box-shadow: 0 18px 42px rgba(220, 38, 38, 0.14) !important;
}

.catalog-product-view .message.error > div,
.catalog-product-view .message-error > div,
.catalog-product-view .messages .message-error > div,
.catalog-product-view .messages .message.error > div {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.catalog-product-view .message.error > div::before,
.catalog-product-view .message-error > div::before,
.catalog-product-view .messages .message-error > div::before,
.catalog-product-view .messages .message.error > div::before {
    display: none !important;
    content: none !important;
}

.catalog-product-view .message.error::before,
.catalog-product-view .message-error::before,
.catalog-product-view .messages .message-error::before,
.catalog-product-view .messages .message.error::before {
    content: "!" !important;
    position: absolute !important;
    left: 26px !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: #dc2626 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
}

.search-autocomplete,
.fs-search-categories,
.minisearch input[type='text'],
.block-search input[type='text'],
.block-search input[type='search'] {
    border-radius: 10px !important;
}

@media (max-width: 1100px) {
    .wishlist-index-index .products-grid.wishlist .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .account.customer-account-index .block-dashboard-info .block-content,
    .account.customer-account-index .block-dashboard-addresses .block-content,
    .wishlist-index-index .products-grid.wishlist .product-items {
        grid-template-columns: 1fr !important;
    }
}

/* Product detail page refresh */
.catalog-product-view,
.catalog-product-view .page-main,
.catalog-product-view .column.main,
.catalog-product-view .product-info-main,
.catalog-product-view .product.media,
.catalog-product-view .product.data.items {
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    color: #0f172a !important;
    letter-spacing: 0 !important;
}

.catalog-product-view .page-main {
    max-width: 1420px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.catalog-product-view .product-info-main {
    padding-left: 34px !important;
}

.catalog-product-view .product-info-main .page-title-wrapper .page-title,
.catalog-product-view .product-info-main .page-title-wrapper .page-title .base {
    margin: 0 0 18px !important;
    color: #071326 !important;
    font-size: clamp(34px, 3vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.catalog-product-view .product-reviews-summary {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 14px !important;
    font-size: 18px !important;
}

.catalog-product-view .product-reviews-summary .rating-summary {
    margin-right: 0 !important;
}

.catalog-product-view .product-reviews-summary .reviews-actions {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.catalog-product-view .product-reviews-summary .reviews-actions a {
    color: #0b72c9 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.catalog-product-view .product-reviews-summary .reviews-actions a:hover {
    color: #075995 !important;
    text-decoration: underline !important;
}

.catalog-product-view .product-info-price {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: end !important;
    gap: 18px !important;
    margin: 0 0 30px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid #dbe3ee !important;
}

.catalog-product-view .product-info-main .price-box {
    margin: 0 !important;
}

.catalog-product-view .product-info-main .price-box .price {
    color: #1f2937 !important;
    font-size: clamp(36px, 3.1vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.catalog-product-view .product-info-stock-sku {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 8px !important;
    color: #475569 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.catalog-product-view .stock.available,
.catalog-product-view .stock.unavailable {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 36px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.catalog-product-view .stock.available {
    background: #dcfce7 !important;
    color: #14532d !important;
}

.catalog-product-view .stock.unavailable {
    background: #fee2e2 !important;
    color: #991b1b !important;
}

.catalog-product-view .product-options-wrapper,
.catalog-product-view .box-tocart {
    margin-top: 24px !important;
}

.catalog-product-view .product-options-wrapper .fieldset > .field > .label,
.catalog-product-view .box-tocart .field.qty > .label,
.catalog-product-view .product-info-main .label {
    color: #1f2937 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.catalog-product-view .product-options-wrapper .fs-size-options {
    gap: 12px !important;
    margin-top: 12px !important;
}

.catalog-product-view .product-options-wrapper .fs-size-option {
    min-width: 58px !important;
    height: 50px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06) !important;
}

.catalog-product-view .product-options-wrapper .fs-size-option:hover {
    border-color: #1d4ed8 !important;
    color: #1d4ed8 !important;
    transform: translateY(-1px) !important;
}

.catalog-product-view .product-options-wrapper .fs-size-option.is-active {
    border-color: #0f172a !important;
    background: #0f172a !important;
    color: #fff !important;
}

.catalog-product-view .box-tocart .field.qty {
    margin-bottom: 22px !important;
}

.catalog-product-view .box-tocart .fs-qty-control {
    overflow: hidden !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07) !important;
}

.catalog-product-view .box-tocart .fs-qty-btn {
    width: 50px !important;
    height: 48px !important;
    color: #0f172a !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}

.catalog-product-view .box-tocart .fs-qty-btn:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}

.catalog-product-view .box-tocart .fs-qty-control .input-text.qty {
    width: 64px !important;
    min-width: 64px !important;
    height: 48px !important;
    color: #0f172a !important;
    font-size: 19px !important;
    font-weight: 900 !important;
}

.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary.tocart {
    min-width: 330px !important;
    min-height: 60px !important;
    padding: 0 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #dc2626 !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 60px !important;
    text-transform: none !important;
    box-shadow: 0 18px 34px rgba(220, 38, 38, 0.24) !important;
}

.catalog-product-view .box-tocart .action.tocart span,
.catalog-product-view .box-tocart .action.primary.tocart span {
    color: #fff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.primary.tocart:hover,
.catalog-product-view .box-tocart .action.tocart:focus,
.catalog-product-view .box-tocart .action.primary.tocart:focus {
    background: #b91c1c !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 22px 42px rgba(220, 38, 38, 0.30) !important;
}

.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.tocart,
.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.primary.tocart {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.tocart:hover,
.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.primary.tocart:hover,
.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.tocart:focus,
.catalog-product-view .box-tocart .actions.fashionstore-product-actions .action.primary.tocart:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14) !important;
}

.catalog-product-view .product-social-links,
.catalog-product-view .product-addto-links {
    margin-top: 34px !important;
}

.catalog-product-view .product-addto-links .action,
.catalog-product-view .product-social-links .action {
    color: #475569 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.catalog-product-view .product-addto-links .action:hover,
.catalog-product-view .product-social-links .action:hover {
    color: #dc2626 !important;
}

.catalog-product-view .product-addto-links .action.tocompare,
.catalog-product-view .product-social-links .action.tocompare {
    display: none !important;
}

.catalog-product-view .product.attribute.overview,
.catalog-product-view .product.attribute.description {
    color: #334155 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

.catalog-product-view .product.data.items {
    display: block !important;
    clear: both !important;
    position: relative !important;
    margin-top: 42px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-top: 66px !important;
    border: 0 !important;
}

.catalog-product-view .product.data.items > .item.title {
    position: absolute !important;
    top: 0 !important;
    z-index: 2 !important;
    float: none !important;
    margin: 0 !important;
}

.catalog-product-view .product.data.items > #tab-label-description {
    left: 0 !important;
}

.catalog-product-view .product.data.items > #tab-label-reviews {
    left: 202px !important;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 190px !important;
    min-width: 190px !important;
    min-height: 54px !important;
    padding: 0 28px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 22px 22px 0 0 !important;
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.catalog-product-view .product.data.items > .item.title:not(.active) > .switch:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}

.catalog-product-view .product.data.items > .item.title.active > .switch {
    border-color: #0f172a !important;
    background: #0f172a !important;
    color: #fff !important;
}

.catalog-product-view .product.data.items > .item.content {
    clear: both !important;
    margin-top: 0 !important;
    padding: 42px 38px !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 0 22px 22px 22px !important;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
}

.catalog-product-view .product.data.items > .item.content::before {
    display: table !important;
    clear: both !important;
    content: "" !important;
}

/* Footer typography refresh */
.footer.links,
.footer.links * {
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

.page-footer {
    margin-top: 56px !important;
    padding: 28px 0 34px !important;
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
}

.page-footer .footer.content {
    max-width: 1420px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.page-footer .footer.links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
    gap: 16px 54px !important;
    align-items: start !important;
    width: min(760px, 100%) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-footer .footer.links .nav.item {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.page-footer .footer.links a {
    color: #334155 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}

.page-footer .footer.links a:hover {
    color: #dc2626 !important;
    text-decoration: underline !important;
}

.catalog-product-view .product.data.items > .item.content p,
.catalog-product-view .product.data.items > .item.content li,
.catalog-product-view .product.data.items > .item.content div {
    font-size: 19px !important;
    line-height: 1.8 !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews {
    margin-top: 0 !important;
}

/* Category collection page polish */
.catalog-category-view .breadcrumbs {
    display: none !important;
}

.catalog-category-view .page-main {
    max-width: 1420px !important;
    padding-top: 42px !important;
}

.catalog-category-view .page-title-wrapper {
    margin: 0 0 44px !important;
    text-align: center !important;
}

.catalog-category-view .page-title,
.catalog-category-view .page-title .base {
    color: #111827 !important;
    font-family: "Times New Roman", Times, "Noto Serif", serif !important;
    font-size: clamp(44px, 4.2vw, 72px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.catalog-category-view .fashionstore-recommendation {
    border: 1px solid rgba(185, 122, 45, 0.34) !important;
    background: linear-gradient(135deg, #fffaf2 0%, #fff4e4 48%, #f8efe1 100%) !important;
    box-shadow: 0 22px 54px rgba(120, 72, 18, 0.10) !important;
}

.catalog-category-view .fashionstore-recommendation__heading {
    margin-bottom: 28px !important;
    color: #9a5f12 !important;
    font-family: "Times New Roman", Times, "Noto Serif", serif !important;
    font-size: clamp(46px, 4vw, 68px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: 0.04em !important;
    text-shadow: 0 10px 24px rgba(154, 95, 18, 0.16) !important;
}

.catalog-category-view .fashionstore-recommendation__heading::after {
    content: "" !important;
    display: block !important;
    width: 96px !important;
    height: 3px !important;
    margin: 18px auto 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #d97706, #f59e0b, #b45309) !important;
}

@media (max-width: 1024px) {
    .catalog-product-view .product-info-main {
        padding-left: 0 !important;
    }

    .catalog-product-view .product-info-price {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view .product-info-stock-sku {
        align-items: flex-start !important;
    }
}

@media (max-width: 768px) {
    .catalog-product-view {
        background: #fffaf3 !important;
        overflow-x: hidden !important;
    }

    .catalog-product-view .page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 18px !important;
        padding-bottom: 120px !important;
    }

    .catalog-product-view .columns,
    .catalog-product-view .column.main {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .catalog-product-view .product.media,
    .catalog-product-view .product-info-main {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .catalog-product-view .product.media {
        margin-bottom: 22px !important;
    }

    .catalog-product-view .product.media .gallery-placeholder,
    .catalog-product-view .product.media .fotorama,
    .catalog-product-view .product.media .fotorama__stage,
    .catalog-product-view .product.media .fotorama__wrap,
    .catalog-product-view .product.media .fotorama__stage__frame,
    .catalog-product-view .product.media .fotorama__img {
        max-width: 100% !important;
    }

    .catalog-product-view .product.media .fotorama__stage {
        border-radius: 22px !important;
        background: #f5efe4 !important;
        overflow: hidden !important;
    }

    .catalog-product-view .product.media .fotorama__nav-wrap {
        margin-top: 12px !important;
    }

    .catalog-product-view .product.media .fotorama__thumb {
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #f8fafc !important;
    }

    .catalog-product-view .product-info-main {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 22px 18px 24px !important;
        border: 1px solid #ece4d5 !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .10) !important;
        overflow: hidden !important;
    }

    .catalog-product-view .product-info-main .page-title-wrapper .page-title,
    .catalog-product-view .product-info-main .page-title-wrapper .page-title .base {
        margin-bottom: 12px !important;
        font-size: 30px !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .catalog-product-view .product-reviews-summary,
    .catalog-product-view .product-reviews-summary .reviews-actions {
        flex-wrap: wrap !important;
    }

    .catalog-product-view .product-reviews-summary {
        gap: 10px !important;
        margin-bottom: 18px !important;
        font-size: 16px !important;
    }

    .catalog-product-view .product-reviews-summary .reviews-actions {
        gap: 12px !important;
        width: 100% !important;
    }

    .catalog-product-view .product-reviews-summary .reviews-actions a {
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .catalog-product-view .product-info-price {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(145px, auto) !important;
        align-items: end !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 22px !important;
        padding-bottom: 20px !important;
        overflow: hidden !important;
    }

    .catalog-product-view .product-info-main .price-box,
    .catalog-product-view .product-info-main .product-info-stock-sku {
        float: none !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .catalog-product-view .product-info-main .price-box {
        grid-column: 1 !important;
        width: auto !important;
        text-align: left !important;
    }

    .catalog-product-view .product-info-main .price-box .price {
        font-size: 38px !important;
        line-height: 1.05 !important;
    }

    .catalog-product-view .product-info-stock-sku {
        grid-column: 2 !important;
        justify-self: end !important;
        width: auto !important;
        margin-top: 16px !important;
        align-items: flex-end !important;
        font-size: 15px !important;
        text-align: right !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .catalog-product-view .product-info-stock-sku .sku,
    .catalog-product-view .product-info-stock-sku .value,
    .catalog-product-view .product-info-stock-sku span {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .catalog-product-view .stock.available,
    .catalog-product-view .stock.unavailable {
        min-height: 34px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
    }

    .catalog-product-view .product-options-wrapper,
    .catalog-product-view .box-tocart {
        margin-top: 18px !important;
    }

    .catalog-product-view .product-options-wrapper .fieldset > .field > .label,
    .catalog-product-view .box-tocart .field.qty > .label,
    .catalog-product-view .product-info-main .label {
        font-size: 17px !important;
    }

    .catalog-product-view .product-options-wrapper .fs-size-options {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100% !important;
        overflow-x: auto !important;
        padding-bottom: 4px !important;
        scrollbar-width: none !important;
    }

    .catalog-product-view .product-options-wrapper .fs-size-options::-webkit-scrollbar {
        display: none !important;
    }

    .catalog-product-view .product-options-wrapper .fs-size-option {
        flex: 0 0 auto !important;
        width: 58px !important;
        min-width: 58px !important;
        height: 42px !important;
        padding: 0 10px !important;
        font-size: 15px !important;
    }

    .catalog-product-view .box-tocart .field.qty {
        width: 158px !important;
        margin-bottom: 0 !important;
        align-self: end !important;
    }

    .catalog-product-view .box-tocart .field.qty > .label {
        display: block !important;
        margin: 0 0 10px !important;
    }

    .catalog-product-view .box-tocart .field.qty .control {
        margin: 0 !important;
    }

    .catalog-product-view .box-tocart .fieldset {
        display: grid !important;
        grid-template-columns: 158px minmax(0, auto) !important;
        gap: 12px !important;
        align-items: end !important;
        justify-content: start !important;
        width: 100% !important;
    }

    .catalog-product-view .box-tocart .fs-qty-control {
        width: 100% !important;
        max-width: 158px !important;
        height: 50px !important;
    }

    .catalog-product-view .box-tocart .fs-qty-btn {
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 50px !important;
        font-size: 20px !important;
    }

    .catalog-product-view .box-tocart .fs-qty-control .input-text.qty {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 50px !important;
    }

    .catalog-product-view .box-tocart .actions {
        width: auto !important;
        margin: 0 !important;
        padding-top: 33px !important;
        text-align: left !important;
        align-self: end !important;
    }

    .catalog-product-view .box-tocart .action.tocart,
    .catalog-product-view .box-tocart .action.primary.tocart {
        display: inline-flex !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 50px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 28px !important;
        border-radius: 16px !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    .catalog-product-view .product-social-links,
    .catalog-product-view .product-addto-links {
        margin-top: 22px !important;
    }

    .catalog-product-view .product-addto-links,
    .catalog-product-view .product-social-links {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .catalog-product-view .product-addto-links .action,
    .catalog-product-view .product-social-links .action {
        display: inline-flex !important;
        min-height: 44px !important;
        align-items: center !important;
        color: #dc2626 !important;
        font-size: 15px !important;
    }

    .catalog-product-view .product.data.items > .item.title {
        position: absolute !important;
        display: block !important;
        margin: 0 !important;
    }

    .catalog-product-view .product.data.items > .item.title > .switch {
        width: 150px !important;
        min-width: 150px !important;
        min-height: 50px !important;
        padding: 0 14px !important;
        border-radius: 18px 18px 0 0 !important;
        font-size: 17px !important;
    }

    .catalog-product-view .product.data.items > #tab-label-reviews {
        left: 158px !important;
    }

    .catalog-product-view .product.data.items > .item.content {
        padding: 24px 20px !important;
        border-radius: 18px !important;
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .catalog-product-view .product.data.items > .item.content p,
    .catalog-product-view .product.data.items > .item.content li,
    .catalog-product-view .product.data.items > .item.content div {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .page-footer .footer.links {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .page-footer .footer.links a {
        font-size: 17px !important;
    }

    .catalog-category-view .page-title,
    .catalog-category-view .page-title .base {
        font-size: 36px !important;
        letter-spacing: 0.04em !important;
    }

    .catalog-category-view .fashionstore-recommendation__heading {
        font-size: 38px !important;
    }
}

@media (max-width: 430px) {
    .catalog-product-view .page-main {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .catalog-product-view .product-info-main {
        padding: 20px 16px 22px !important;
        border-radius: 20px !important;
    }

    .catalog-product-view .product-info-main .page-title-wrapper .page-title,
    .catalog-product-view .product-info-main .page-title-wrapper .page-title .base {
        font-size: 28px !important;
    }

    .catalog-product-view .product-info-main .price-box .price {
        font-size: 34px !important;
    }

    .catalog-product-view .product-options-wrapper .fs-size-options {
        gap: 7px !important;
    }

    .catalog-product-view .product-options-wrapper .fs-size-option {
        width: 54px !important;
        min-width: 54px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    .catalog-product-view .box-tocart .action.tocart,
    .catalog-product-view .box-tocart .action.primary.tocart {
        min-height: 48px !important;
        padding: 0 16px !important;
        font-size: 15px !important;
    }

    .catalog-product-view .box-tocart .field.qty {
        width: 132px !important;
    }

    .catalog-product-view .box-tocart .fieldset {
        grid-template-columns: 132px minmax(0, auto) !important;
        gap: 10px !important;
    }

    .catalog-product-view .box-tocart .fs-qty-control {
        max-width: 132px !important;
        height: 48px !important;
    }

    .catalog-product-view .box-tocart .fs-qty-btn {
        flex-basis: 36px !important;
        width: 36px !important;
        height: 48px !important;
        font-size: 18px !important;
    }

    .catalog-product-view .box-tocart .fs-qty-control .input-text.qty {
        height: 48px !important;
    }

    .catalog-product-view .box-tocart .actions {
        padding-top: 32px !important;
    }

    .catalog-product-view .product.data.items {
        padding-top: 58px !important;
    }

    .catalog-product-view .product.data.items > .item.title > .switch {
        width: 132px !important;
        min-width: 132px !important;
        font-size: 15px !important;
    }

    .catalog-product-view .product.data.items > #tab-label-reviews {
        left: 140px !important;
    }
}

@media (max-width: 768px) {
    body.catalog-category-view,
    body.catalogsearch-result-index {
        background: #fbf8f2 !important;
        overflow-x: hidden !important;
    }

    .catalog-category-view .page-main,
    .catalogsearch-result-index .page-main {
        width: 100% !important;
        max-width: none !important;
        padding: 18px 12px 54px !important;
    }

    .catalog-category-view .columns,
    .catalogsearch-result-index .columns,
    .catalog-category-view .column.main,
    .catalogsearch-result-index .column.main {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .catalog-category-view .column.main,
    .catalogsearch-result-index .column.main {
        display: flex !important;
        flex-direction: column !important;
    }

    .catalog-category-view .fashionstore-recommendation,
    .catalogsearch-result-index .fashionstore-recommendation {
        order: 1 !important;
    }

    body.catalog-category-view .toolbar.toolbar-products,
    body.catalogsearch-result-index .toolbar.toolbar-products {
        order: 2 !important;
    }

    body.catalog-category-view .toolbar.toolbar-products.fs-mobile-toolbar,
    body.catalogsearch-result-index .toolbar.toolbar-products.fs-mobile-toolbar {
        order: 2 !important;
        display: grid !important;
    }

    body.catalog-category-view .toolbar.toolbar-products.fs-mobile-toolbar-empty,
    body.catalogsearch-result-index .toolbar.toolbar-products.fs-mobile-toolbar-empty {
        display: none !important;
    }

    body.catalog-category-view .products.wrapper,
    body.catalogsearch-result-index .products.wrapper {
        order: 3 !important;
    }

    body.catalog-category-view .products.wrapper + .toolbar.toolbar-products,
    body.catalogsearch-result-index .products.wrapper + .toolbar.toolbar-products {
        order: 4 !important;
    }

    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main,
    .catalog-category-view .sidebar-additional,
    .catalogsearch-result-index .sidebar-additional,
    .catalog-category-view .filter,
    .catalogsearch-result-index .filter,
    .catalog-category-view .block.filter,
    .catalogsearch-result-index .block.filter,
    .catalog-category-view .toolbar-products .modes,
    .catalogsearch-result-index .toolbar-products .modes,
    .catalog-category-view .toolbar-products .limiter,
    .catalogsearch-result-index .toolbar-products .limiter {
        display: none !important;
    }

    body.catalog-category-view .toolbar.toolbar-products,
    body.catalogsearch-result-index .toolbar.toolbar-products {
        display: none !important;
    }

    body.catalog-category-view .toolbar.toolbar-products.fs-mobile-toolbar,
    body.catalogsearch-result-index .toolbar.toolbar-products.fs-mobile-toolbar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 12px 0 28px !important;
        padding: 14px 10px !important;
        border-top: 1px solid #e3d9ca !important;
        border-bottom: 1px solid #e3d9ca !important;
        background: rgba(255, 250, 243, .88) !important;
        box-sizing: border-box !important;
    }

    body.catalog-category-view .fs-toolbar-right,
    body.catalogsearch-result-index .fs-toolbar-right {
        display: none !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    body.catalog-category-view .toolbar-sorter,
    body.catalogsearch-result-index .toolbar-sorter,
    body.catalog-category-view .toolbar-products .toolbar-sorter,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter,
    body.catalog-category-view .sorter,
    body.catalogsearch-result-index .sorter,
    body.catalog-category-view .sorter-action,
    body.catalogsearch-result-index .sorter-action,
    body.catalog-category-view select.sorter-options,
    body.catalogsearch-result-index select.sorter-options {
        display: none !important;
    }

    body.catalog-category-view .fs-mobile-toolbar .toolbar-sorter,
    body.catalogsearch-result-index .fs-mobile-toolbar .toolbar-sorter {
        display: none !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    body.catalog-category-view .toolbar-products .toolbar-sorter label,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter label {
        display: none !important;
    }

    body.catalog-category-view .toolbar-products .toolbar-sorter select,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter select {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 132px !important;
        height: 42px !important;
        padding: 0 28px 0 10px !important;
        border: 1px solid #d8cbb8 !important;
        border-radius: 12px !important;
        background-color: #ffffff !important;
        color: #0f172a !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        box-sizing: border-box !important;
    }

    body.catalog-category-view .toolbar-products .toolbar-sorter .sorter-action,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-action {
        display: inline-flex !important;
        flex: 0 0 36px !important;
        width: 36px !important;
        height: 36px !important;
        margin-left: 6px !important;
        border-radius: 10px !important;
    }

    body.catalog-category-view .fs-price-box,
    body.catalogsearch-result-index .fs-price-box {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 10px 12px 11px !important;
        border: 1px solid #d8cbb8 !important;
        border-radius: 14px !important;
        background: #fffdf8 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.catalog-category-view .fs-price-box-label,
    body.catalogsearch-result-index .fs-price-box-label {
        margin-bottom: 8px !important;
        color: #0f172a !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        letter-spacing: .08em !important;
        text-align: center !important;
    }

    body.catalog-category-view .fs-slider-track-wrap,
    body.catalogsearch-result-index .fs-slider-track-wrap {
        height: 24px !important;
    }

    body.catalog-category-view .fs-slider-track,
    body.catalogsearch-result-index .fs-slider-track {
        left: 7px !important;
        right: 7px !important;
        height: 4px !important;
        background: #d8d1c6 !important;
    }

    body.catalog-category-view .fs-slider-fill,
    body.catalogsearch-result-index .fs-slider-fill {
        background: #0f172a !important;
    }

    body.catalog-category-view .fs-range::-webkit-slider-thumb,
    body.catalogsearch-result-index .fs-range::-webkit-slider-thumb {
        width: 18px !important;
        height: 18px !important;
        background: #0f172a !important;
    }

    body.catalog-category-view .fs-range::-moz-range-thumb,
    body.catalogsearch-result-index .fs-range::-moz-range-thumb {
        width: 18px !important;
        height: 18px !important;
        background: #0f172a !important;
    }

    body.catalog-category-view .fs-price-vals,
    body.catalogsearch-result-index .fs-price-vals {
        margin-top: 8px !important;
        gap: 12px !important;
    }

    body.catalog-category-view .fs-price-val,
    body.catalogsearch-result-index .fs-price-val {
        color: #0f172a !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }

    .catalog-category-view .fashionstore-recommendation,
    .catalogsearch-result-index .fashionstore-recommendation {
        margin: 22px 0 28px !important;
        padding: 20px 10px 18px !important;
        border: 1px solid #ead9bd !important;
        border-radius: 22px !important;
        background: linear-gradient(180deg, #fffaf2 0%, #fff3df 100%) !important;
        box-shadow: 0 18px 42px rgba(120, 72, 18, 0.10) !important;
    }

    .catalog-category-view .fashionstore-recommendation__heading,
    .catalogsearch-result-index .fashionstore-recommendation__heading {
        margin: 0 0 20px !important;
        color: #9a5f12 !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 28px !important;
        font-weight: 900 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-shadow: none !important;
    }

    .catalog-category-view .fashionstore-recommendation__heading::after,
    .catalogsearch-result-index .fashionstore-recommendation__heading::after {
        width: 72px !important;
        height: 3px !important;
        margin-top: 12px !important;
    }

    .catalog-category-view .fashionstore-recommendation__grid,
    .catalogsearch-result-index .fashionstore-recommendation__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    .catalog-category-view .fashionstore-recommendation__card,
    .catalogsearch-result-index .fashionstore-recommendation__card {
        display: flex !important;
        min-width: 0 !important;
        height: 100% !important;
        padding: 8px !important;
        border: 1px solid #eadfd1 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
        transform: none !important;
    }

    .catalog-category-view .fashionstore-recommendation__image,
    .catalogsearch-result-index .fashionstore-recommendation__image {
        display: block !important;
        width: 100% !important;
        aspect-ratio: 3 / 4 !important;
        height: auto !important;
        border-radius: 12px !important;
        background: #f4f1ec !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    .catalog-category-view .fashionstore-recommendation__name,
    .catalogsearch-result-index .fashionstore-recommendation__name {
        display: -webkit-box !important;
        min-height: 42px !important;
        margin: 2px 0 0 !important;
        overflow: hidden !important;
        color: #111827 !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.45 !important;
        letter-spacing: 0 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .catalog-category-view .fashionstore-recommendation__price,
    .catalog-category-view .fashionstore-recommendation__price .price,
    .catalogsearch-result-index .fashionstore-recommendation__price,
    .catalogsearch-result-index .fashionstore-recommendation__price .price {
        color: #9a5f12 !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }

    body.catalog-category-view .column.main .products-grid .products,
    body.catalog-category-view .column.main .products-grid .product-items,
    body.catalog-category-view .column.main .products-list .products,
    body.catalog-category-view .column.main .products-list .product-items,
    body.catalogsearch-result-index .column.main .products-grid .products,
    body.catalogsearch-result-index .column.main .products-grid .product-items,
    body.catalogsearch-result-index .column.main .products-list .products,
    body.catalogsearch-result-index .column.main .products-list .product-items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        align-items: stretch !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item,
    body.catalog-category-view .column.main .products-list .product-item,
    body.catalogsearch-result-index .column.main .products-grid .product-item,
    body.catalogsearch-result-index .column.main .products-list .product-item {
        width: 100% !important;
        flex: none !important;
        flex-basis: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-info,
    body.catalog-category-view .column.main .products-list .product-item-info,
    body.catalogsearch-result-index .column.main .products-grid .product-item-info,
    body.catalogsearch-result-index .column.main .products-list .product-item-info {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        width: 100% !important;
        max-width: none !important;
        padding: 8px 8px 12px !important;
        border: 1px solid #eadfd1 !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-details,
    body.catalog-category-view .column.main .products-list .product-item-details,
    body.catalogsearch-result-index .column.main .products-grid .product-item-details,
    body.catalogsearch-result-index .column.main .products-list .product-item-details {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: left !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-photo,
    body.catalog-category-view .column.main .products-list .product-item-photo,
    body.catalogsearch-result-index .column.main .products-grid .product-item-photo,
    body.catalogsearch-result-index .column.main .products-list .product-item-photo,
    body.catalog-category-view .column.main .products-grid .product-image-container,
    body.catalog-category-view .column.main .products-list .product-image-container,
    body.catalogsearch-result-index .column.main .products-grid .product-image-container,
    body.catalogsearch-result-index .column.main .products-list .product-image-container,
    body.catalog-category-view .column.main .products-grid .product-image-wrapper,
    body.catalog-category-view .column.main .products-list .product-image-wrapper,
    body.catalogsearch-result-index .column.main .products-grid .product-image-wrapper,
    body.catalogsearch-result-index .column.main .products-list .product-image-wrapper {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        float: none !important;
        margin-bottom: 10px !important;
        border-radius: 12px !important;
    }

    body.catalog-category-view .column.main .products-grid .product-image-wrapper,
    body.catalog-category-view .column.main .products-list .product-image-wrapper,
    body.catalogsearch-result-index .column.main .products-grid .product-image-wrapper,
    body.catalogsearch-result-index .column.main .products-list .product-image-wrapper {
        aspect-ratio: 3 / 4 !important;
        height: auto !important;
        padding-bottom: 0 !important;
    }

    body.catalog-category-view .column.main .products-grid .product-image-photo,
    body.catalog-category-view .column.main .products-list .product-image-photo,
    body.catalogsearch-result-index .column.main .products-grid .product-image-photo,
    body.catalogsearch-result-index .column.main .products-list .product-image-photo {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-name,
    body.catalog-category-view .column.main .products-list .product-item-name,
    body.catalogsearch-result-index .column.main .products-grid .product-item-name,
    body.catalogsearch-result-index .column.main .products-list .product-item-name {
        min-height: 42px !important;
        margin-bottom: 8px !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-name a,
    body.catalog-category-view .column.main .products-list .product-item-name a,
    body.catalogsearch-result-index .column.main .products-grid .product-item-name a,
    body.catalogsearch-result-index .column.main .products-list .product-item-name a {
        display: -webkit-box !important;
        overflow: hidden !important;
        color: #0f172a !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.45 !important;
        text-decoration: none !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.catalog-category-view .column.main .products-grid .price-box,
    body.catalog-category-view .column.main .products-list .price-box,
    body.catalogsearch-result-index .column.main .products-grid .price-box,
    body.catalogsearch-result-index .column.main .products-list .price-box {
        margin: 0 !important;
    }

    body.catalog-category-view .column.main .products-grid .price-box .price,
    body.catalog-category-view .column.main .products-list .price-box .price,
    body.catalogsearch-result-index .column.main .products-grid .price-box .price,
    body.catalogsearch-result-index .column.main .products-list .price-box .price {
        color: #0f172a !important;
        font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    body.catalog-category-view .column.main .products-grid .product-reviews-summary,
    body.catalog-category-view .column.main .products-list .product-reviews-summary,
    body.catalogsearch-result-index .column.main .products-grid .product-reviews-summary,
    body.catalogsearch-result-index .column.main .products-list .product-reviews-summary {
        margin: 8px 0 !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    body.catalog-category-view .column.main .products-grid .product-item-actions,
    body.catalog-category-view .column.main .products-list .product-item-actions,
    body.catalogsearch-result-index .column.main .products-grid .product-item-actions,
    body.catalogsearch-result-index .column.main .products-list .product-item-actions {
        display: none !important;
    }
}

@media (max-width: 380px) {
    body.catalog-category-view .toolbar.toolbar-products.fs-mobile-toolbar,
    body.catalogsearch-result-index .toolbar.toolbar-products.fs-mobile-toolbar {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body.catalog-category-view .fs-price-box,
    body.catalogsearch-result-index .fs-price-box {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.catalog-category-view .toolbar-products .toolbar-sorter select,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter select {
        max-width: 108px !important;
        font-size: 12px !important;
        padding-right: 20px !important;
    }

    body.catalog-category-view .toolbar-products .toolbar-sorter .sorter-action,
    body.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-action {
        display: none !important;
    }

    .catalog-category-view .fashionstore-recommendation__grid,
    .catalogsearch-result-index .fashionstore-recommendation__grid,
    .catalog-category-view .products-grid .products,
    .catalog-category-view .products-grid .product-items,
    .catalogsearch-result-index .products-grid .products,
    .catalogsearch-result-index .products-grid .product-items {
        grid-template-columns: 1fr !important;
    }
}

/* Final cart item override. Keep this after older cart rules. */
.checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-product {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    padding: 18px 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left {
    display: grid !important;
    grid-template-columns: 22px 110px !important;
    gap: 8px !important;
    align-items: start !important;
    width: 140px !important;
    min-width: 140px !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left .fashionstore-item-select {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-photo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: block !important;
    float: none !important;
    width: 110px !important;
    min-width: 110px !important;
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: #f5efe4 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-details {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    overflow: visible !important;
}

.checkout-cart-index .fashionstore-cart-item-left .product-item-name,
.checkout-cart-index .fashionstore-cart-item-left .product-item-name a {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.checkout-cart-index .fashionstore-cart-item-right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    align-content: start !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding-right: 18px !important;
}

.checkout-cart-index .fashionstore-cart-item-right .col.price,
.checkout-cart-index .fashionstore-cart-item-right .col.qty,
.checkout-cart-index .fashionstore-cart-item-right .col.subtotal,
.checkout-cart-index .fashionstore-cart-item-right .item-actions {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

@media (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table tbody.cart.item .fashionstore-cart-product {
        grid-template-columns: 150px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 18px 8px !important;
    }

    .checkout-cart-index .fashionstore-cart-item-right {
        padding-right: 22px !important;
    }
}

/* Final homepage heading overrides. Keep after CMS/imported Dior styles. */
.cms-index-index .dior-home > .dior-section > .dior-section-sub {
    display: none !important;
}

.cms-index-index .dior-divider {
    display: block !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 0 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.cms-index-index .dior-divider::before {
    content: "Sản Phẩm Nổi Bật" !important;
    color: #b9802a !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(28px, 4.4vw, 44px) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.cms-index-index .dior-banner-title {
    font-size: clamp(34px, 5.8vw, 64px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.09em !important;
    white-space: nowrap !important;
}

.cms-index-index .dior-featured-content {
    width: 100% !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.cms-index-index .dior-featured-content .dior-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cms-index-index .dior-featured-title,
.cms-index-index .dior-featured-label,
.cms-index-index .dior-featured-desc {
    text-align: center !important;
}

@media (max-width: 767px) {
    .cms-index-index .dior-divider {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .cms-index-index .dior-divider::before {
        font-size: clamp(24px, 7.2vw, 31px) !important;
        letter-spacing: 0.07em !important;
    }

    .cms-index-index .dior-banner-title {
        font-size: clamp(30px, 8.6vw, 42px) !important;
        letter-spacing: 0.07em !important;
    }

    .cms-index-index .dior-featured-content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .cms-index-index .dior-featured-label {
        font-size: 16px !important;
        line-height: 1.45 !important;
        letter-spacing: 0.08em !important;
    }

    .cms-index-index .dior-featured-title {
        font-size: clamp(38px, 10.8vw, 48px) !important;
        line-height: 1.12 !important;
        letter-spacing: 0.04em !important;
    }

    .cms-index-index .dior-featured-title br {
        display: block !important;
    }

    .cms-index-index .dior-featured-desc {
        max-width: 29ch !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 18px !important;
        line-height: 1.58 !important;
        letter-spacing: 0.01em !important;
    }
}

@media (max-width: 360px) {
    .cms-index-index .dior-divider::before {
        font-size: 22px !important;
        letter-spacing: 0.05em !important;
    }

    .cms-index-index .dior-banner-title {
        font-size: 28px !important;
        letter-spacing: 0.05em !important;
    }

    .cms-index-index .dior-featured-title {
        font-size: 34px !important;
        letter-spacing: 0.03em !important;
    }

    .cms-index-index .dior-featured-desc {
        max-width: 27ch !important;
        font-size: 17px !important;
    }
}

/* Final product review mobile containment. */
.catalog-product-view .product.data.items > .item.content #customer-reviews,
.catalog-product-view .product.data.items > .item.content #product-review-container,
.catalog-product-view .product.data.items > .item.content #customer-reviews .block-content,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-items,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-item,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-ratings,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-content-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
}

.catalog-product-view .product.data.items > .item.content #reviews,
.catalog-product-view .product.data.items > .item.content #product-review-container,
.catalog-product-view .product.data.items > .item.content #customer-reviews,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-item,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-ratings,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-title,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-content {
    overflow: visible !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .review-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    float: none !important;
    margin: 0 !important;
    padding: 18px 14px !important;
    border-radius: 16px !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .review-ratings {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 12px 10px !important;
    border-radius: 12px !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .rating-summary {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .block-title strong {
    font-size: clamp(24px, 4vw, 34px) !important;
    line-height: 1.25 !important;
    margin-left: 0 !important;
    transform: none !important;
    overflow: visible !important;
    white-space: normal !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .review-title {
    font-size: clamp(19px, 3vw, 24px) !important;
    line-height: 1.35 !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .rating-label {
    display: inline-flex !important;
    flex: 0 0 70px !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .review-content {
    font-size: clamp(15px, 2.5vw, 19px) !important;
    line-height: 1.65 !important;
}

.catalog-product-view .product.data.items > .item.content #customer-reviews .review-details,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-details p,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-details span,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-details strong,
.catalog-product-view .product.data.items > .item.content #customer-reviews .review-details time {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

@media (max-width: 767px) {
    .catalog-product-view .product.data.items {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .catalog-product-view .product.data.items > .item.content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 18px 12px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .catalog-product-view .product.data.items > #reviews.item.content,
    .catalog-product-view .product.data.items > #reviews.data.item.content {
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews {
        margin: 20px 0 38px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-items {
        gap: 16px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-item {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
        padding: 16px 12px !important;
        border-radius: 14px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-ratings {
        gap: 8px !important;
        padding: 12px 10px !important;
        border-radius: 12px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-summary {
        display: flex !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-label {
        flex-basis: 62px !important;
        font-size: 13px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-result {
        flex: 0 0 100px !important;
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-result::before,
    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-result > span::before {
        font-size: 17px !important;
        line-height: 17px !important;
        height: 17px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .rating-result > span {
        height: 17px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-content {
        font-size: 15px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-details {
        gap: 8px !important;
    }

    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-author,
    .catalog-product-view .product.data.items > .item.content #customer-reviews .review-date {
        max-width: 100% !important;
        padding: 7px 9px !important;
    }
}

/* Desktop tab-mode guard: keep Details/Reviews inline on top like mobile. */
@media (min-width: 769px) {
    .catalog-product-view .product.info.detailed .data.items,
    .catalog-product-view .product.info.detailed .product.data.items,
    .catalog-product-view .product.data.items {
        display: block !important;
        position: relative !important;
        padding-top: 66px !important;
    }

    .catalog-product-view .product.info.detailed .data.item.title,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title,
    .catalog-product-view .product.data.items > .item.title {
        position: absolute !important;
        top: 0 !important;
        left: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        float: none !important;
        margin: 0 !important;
        z-index: 3 !important;
    }

    .catalog-product-view .product.info.detailed #tab-label-description,
    .catalog-product-view .product.info.detailed .product.data.items > #tab-label-description,
    .catalog-product-view .product.data.items > #tab-label-description {
        top: 0 !important;
        left: 0 !important;
    }

    .catalog-product-view .product.info.detailed #tab-label-reviews,
    .catalog-product-view .product.info.detailed .product.data.items > #tab-label-reviews,
    .catalog-product-view .product.data.items > #tab-label-reviews {
        top: 0 !important;
        left: 202px !important;
    }

    .catalog-product-view .product.data.items > .item.content:not(.active),
    .catalog-product-view .product.data.items > .item.content[aria-hidden='true'] {
        display: none !important;
    }

    .catalog-product-view .product.data.items > .item.content.active,
    .catalog-product-view .product.data.items > .item.content[aria-hidden='false'] {
        display: block !important;
    }
}

/* Last override for the "Gợi ý cho bạn" section. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    max-width: 1320px !important;
    margin: 56px auto !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__heading,
body.cms-index-index .fashionstore-recommendation__heading,
body.catalog-category-view .fashionstore-recommendation__heading,
body.catalogsearch-result-index .fashionstore-recommendation__heading {
    margin: 0 0 34px !important;
    color: #071224 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: .12em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
}

body .fashionstore-recommendation__heading::after,
body.cms-index-index .fashionstore-recommendation__heading::after,
body.catalog-category-view .fashionstore-recommendation__heading::after,
body.catalogsearch-result-index .fashionstore-recommendation__heading::after {
    display: none !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid #e4d4bd !important;
    border-radius: 14px !important;
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.24 !important;
    border-radius: 0 !important;
    background: #f3ece3 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 32px 28px 30px !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
    color: #080808 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    -webkit-line-clamp: unset !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: block !important;
    margin: auto 0 22px !important;
    color: #8b8580 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    color: #8a5b13 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;
}

body .fashionstore-recommendation__reason,
body .fashionstore-recommendation__status {
    display: none !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px auto !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__heading,
    body.cms-index-index .fashionstore-recommendation__heading,
    body.catalog-category-view .fashionstore-recommendation__heading,
    body.catalogsearch-result-index .fashionstore-recommendation__heading {
        margin-bottom: 22px !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
        letter-spacing: .08em !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        gap: 14px !important;
    }

    body .fashionstore-recommendation__body,
    body.cms-index-index .fashionstore-recommendation__body,
    body.catalog-category-view .fashionstore-recommendation__body,
    body.catalogsearch-result-index .fashionstore-recommendation__body {
        padding: 18px 14px !important;
    }

    body .fashionstore-recommendation__name,
    body.cms-index-index .fashionstore-recommendation__name,
    body.catalog-category-view .fashionstore-recommendation__name,
    body.catalogsearch-result-index .fashionstore-recommendation__name {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        margin-bottom: 14px !important;
        font-size: 12px !important;
    }

    body .fashionstore-recommendation__price,
    body .fashionstore-recommendation__price .price,
    body.cms-index-index .fashionstore-recommendation__price,
    body.cms-index-index .fashionstore-recommendation__price .price,
    body.catalog-category-view .fashionstore-recommendation__price,
    body.catalog-category-view .fashionstore-recommendation__price .price,
    body.catalogsearch-result-index .fashionstore-recommendation__price,
    body.catalogsearch-result-index .fashionstore-recommendation__price .price {
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    .account,
    .account .page-wrapper,
    .account .page-main,
    .account .columns,
    .account .column.main,
    .account .sidebar-main {
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .account .page-main {
        padding: 0 12px 56px !important;
    }

    .account .columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .account .sidebar-main {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .account .column.main {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .account .sidebar-main .block-collapsible-nav,
    .account .sidebar-additional .block-collapsible-nav {
        position: static !important;
        width: 100% !important;
        margin: 0 0 4px !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .account .block-collapsible-nav-title,
    .account .block-collapsible-nav .title {
        display: none !important;
    }

    .account .block-collapsible-nav .content,
    .account .block-collapsible-nav-content {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .account .block-collapsible-nav .items {
        display: flex !important;
        column-gap: 10px !important;
        row-gap: 0 !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 4px 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        list-style: none !important;
        scroll-snap-type: x proximity !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .account .block-collapsible-nav .items::-webkit-scrollbar {
        height: 0 !important;
    }

    .account .block-collapsible-nav .item.delimiter,
    .account .block-collapsible-nav .item.separator,
    .account .block-collapsible-nav .item:empty {
        display: none !important;
    }

    .account .block-collapsible-nav .item,
    .account .block-collapsible-nav .item:nth-child(3),
    .account .block-collapsible-nav .item:nth-child(6) {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        scroll-snap-align: start !important;
    }

    .account .block-collapsible-nav .item a,
    .account .block-collapsible-nav .item strong {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 0 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.12) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #334155 !important;
        font-size: 14px !important;
        font-weight: 750 !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05) !important;
    }

    .account .block-collapsible-nav .item.current a,
    .account .block-collapsible-nav .item.current strong {
        border-color: #0f172a !important;
        background: #0f172a !important;
        color: #ffffff !important;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16) !important;
    }

    .account .page-title-wrapper {
        margin: 4px 0 20px !important;
        padding: 0 !important;
    }

    .account .page-title span,
    .account .page-title .base {
        display: block !important;
        color: #0f172a !important;
        font-size: 30px !important;
        font-weight: 850 !important;
        letter-spacing: 0 !important;
        line-height: 1.15 !important;
        text-transform: none !important;
        overflow: visible !important;
    }

    .account.customer-account-index .block-dashboard-info .block-content,
    .account.customer-account-index .block-dashboard-addresses .block-content {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .account.customer-account-index .block-dashboard-info .box,
    .account.customer-account-index .block-dashboard-addresses .box,
    .account.customer-account-index .block-dashboard-info .box:nth-of-type(1),
    .account.customer-account-index .block-dashboard-info .box:nth-of-type(2),
    .account.customer-account-index .block-dashboard-addresses .box:nth-of-type(1),
    .account.customer-account-index .block-dashboard-addresses .box:nth-of-type(2) {
        grid-column: auto !important;
        width: 100% !important;
        min-height: 0 !important;
    }

    .account .column.main .block-title,
    .account .column.main .fieldset > .legend {
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 14px !important;
    }

    .account .column.main .block-title strong,
    .account .column.main .fieldset > .legend span {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }

    .account .box,
    .account .block-reviews-dashboard .item,
    .account .form-edit-account,
    .account .form-address-edit,
    .account .form-newsletter-manage,
    .account .form.form-wishlist-items {
        border-radius: 12px !important;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06) !important;
    }
}

/* Final review tab alignment: keep customer reviews inside the product tab panel. */
.catalog-product-view .product.info.detailed,
.catalog-product-view .product.info.detailed .data.items,
.catalog-product-view .product.info.detailed .product.data.items,
.catalog-product-view .product.data.items {
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.catalog-product-view .product.info.detailed .data.item.content,
.catalog-product-view .product.info.detailed .product.data.items > .item.content,
.catalog-product-view .product.data.items > .item.content,
.catalog-product-view .product.data.items > #reviews.item.content,
.catalog-product-view .product.data.items > #reviews.data.item.content {
    position: static !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.catalog-product-view #reviews #customer-reviews,
.catalog-product-view #customer-reviews,
.catalog-product-view #customer-reviews .block-title,
.catalog-product-view #customer-reviews .block-content,
.catalog-product-view #customer-reviews .fs-review-items,
.catalog-product-view #customer-reviews .fs-review-card,
.catalog-product-view #customer-reviews .fs-review-ratings,
.catalog-product-view #customer-reviews .fs-rating-summary,
.catalog-product-view #customer-reviews .fs-review-content-container,
.catalog-product-view #customer-reviews .fs-review-content,
.catalog-product-view #customer-reviews .fs-review-details {
    position: static !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
}

.catalog-product-view #customer-reviews {
    margin-top: 0 !important;
    margin-bottom: 48px !important;
}

.catalog-product-view #customer-reviews .fs-review-items {
    display: grid !important;
    gap: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}

.catalog-product-view #customer-reviews .fs-review-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 18px 14px !important;
    overflow: visible !important;
}

.catalog-product-view #customer-reviews .fs-review-ratings {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

@media (max-width: 767px) {
    .catalog-product-view .product.info.detailed,
    .catalog-product-view .product.info.detailed .data.items,
    .catalog-product-view .product.info.detailed .product.data.items,
    .catalog-product-view .product.data.items {
        overflow-x: hidden !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content,
    .catalog-product-view .product.info.detailed .product.data.items > .item.content,
    .catalog-product-view .product.data.items > .item.content,
    .catalog-product-view .product.data.items > #reviews.item.content,
    .catalog-product-view .product.data.items > #reviews.data.item.content {
        padding-left: 12px !important;
        padding-right: 12px !important;
        overflow-x: hidden !important;
    }

    .catalog-product-view #customer-reviews {
        margin: 0 0 38px !important;
    }

    .catalog-product-view #customer-reviews .fs-review-items {
        gap: 16px !important;
    }

    .catalog-product-view #customer-reviews .fs-review-card {
        padding: 16px 12px !important;
        border-radius: 14px !important;
    }

    .catalog-product-view #customer-reviews .fs-rating-summary {
        align-items: center !important;
        gap: 8px !important;
    }

    .catalog-product-view #customer-reviews .fs-rating-label {
        flex: 0 0 62px !important;
        font-size: 13px !important;
    }

    .catalog-product-view #customer-reviews .fs-rating-result {
        flex: 0 0 100px !important;
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
    }
}

/* Mobile review hard stop: neutralize Magento accordion offsets and inner text clipping. */
@media (max-width: 768px) {
    html,
    body.catalog-product-view,
    .catalog-product-view .page-wrapper {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .catalog-product-view .product.info.detailed,
    .catalog-product-view .product.info.detailed .data.items,
    .catalog-product-view .product.info.detailed .product.data.items,
    .catalog-product-view .product.data.items {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        overflow: visible !important;
        transform: none !important;
    }

    .catalog-product-view .product.info.detailed .data.item.title,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title,
    .catalog-product-view .product.data.items > .item.title {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        flex: 0 0 150px !important;
        width: 150px !important;
        max-width: 150px !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .catalog-product-view .product.info.detailed #tab-label-description,
    .catalog-product-view .product.info.detailed .product.data.items > #tab-label-description,
    .catalog-product-view .product.data.items > #tab-label-description {
        order: 1 !important;
        left: auto !important;
    }

    .catalog-product-view .product.info.detailed #tab-label-reviews,
    .catalog-product-view .product.info.detailed .product.data.items > #tab-label-reviews,
    .catalog-product-view .product.data.items > #tab-label-reviews {
        order: 2 !important;
        left: auto !important;
    }

    .catalog-product-view .product.info.detailed .data.item.title > .switch,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch,
    .catalog-product-view .product.data.items > .item.title > .switch {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content,
    .catalog-product-view .product.info.detailed .product.data.items > .item.content,
    .catalog-product-view .product.data.items > .item.content,
    .catalog-product-view .product.data.items > #reviews.item.content,
    .catalog-product-view .product.data.items > #reviews.data.item.content {
        order: 3 !important;
        flex: 0 0 100% !important;
        display: block !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 20px 14px !important;
        transform: none !important;
        text-indent: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content:not(.active),
    .catalog-product-view .product.info.detailed .product.data.items > .item.content:not(.active),
    .catalog-product-view .product.data.items > .item.content:not(.active),
    .catalog-product-view .product.info.detailed .data.item.content[aria-hidden='true'],
    .catalog-product-view .product.info.detailed .product.data.items > .item.content[aria-hidden='true'],
    .catalog-product-view .product.data.items > .item.content[aria-hidden='true'] {
        display: none !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content.active,
    .catalog-product-view .product.info.detailed .product.data.items > .item.content.active,
    .catalog-product-view .product.data.items > .item.content.active,
    .catalog-product-view .product.info.detailed .data.item.content[aria-hidden='false'],
    .catalog-product-view .product.info.detailed .product.data.items > .item.content[aria-hidden='false'],
    .catalog-product-view .product.data.items > .item.content[aria-hidden='false'] {
        display: block !important;
    }

    .catalog-product-view #customer-reviews,
    .catalog-product-view #customer-reviews .block-title,
    .catalog-product-view #customer-reviews .block-title strong,
    .catalog-product-view #customer-reviews .block-content,
    .catalog-product-view #customer-reviews .fs-review-items,
    .catalog-product-view #customer-reviews .fs-review-card,
    .catalog-product-view #customer-reviews .fs-review-title,
    .catalog-product-view #customer-reviews .fs-review-ratings,
    .catalog-product-view #customer-reviews .fs-rating-summary,
    .catalog-product-view #customer-reviews .fs-rating-label,
    .catalog-product-view #customer-reviews .fs-rating-result,
    .catalog-product-view #customer-reviews .fs-review-content-container,
    .catalog-product-view #customer-reviews .fs-review-content,
    .catalog-product-view #customer-reviews .fs-review-details,
    .catalog-product-view #customer-reviews .fs-review-author,
    .catalog-product-view #customer-reviews .fs-review-date {
        position: static !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
        text-indent: 0 !important;
        clip-path: none !important;
        box-sizing: border-box !important;
    }

    .catalog-product-view #customer-reviews {
        width: 100% !important;
        margin: 0 0 36px !important;
        overflow: visible !important;
    }

    .catalog-product-view #customer-reviews .block-title strong {
        display: block !important;
        width: 100% !important;
        padding-left: 4px !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .catalog-product-view #customer-reviews .fs-review-items {
        width: 100% !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .catalog-product-view #customer-reviews .fs-review-card {
        width: 100% !important;
        padding: 16px 14px !important;
        overflow: visible !important;
    }

    .catalog-product-view #customer-reviews .fs-review-title,
    .catalog-product-view #customer-reviews .fs-review-content {
        width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        overflow: visible !important;
    }
}

@media (max-width: 430px) {
    .catalog-product-view .product.info.detailed .data.item.title,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title,
    .catalog-product-view .product.data.items > .item.title {
        flex-basis: 132px !important;
        width: 132px !important;
        max-width: 132px !important;
    }

    .catalog-product-view .product.info.detailed .data.item.title > .switch,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch,
    .catalog-product-view .product.data.items > .item.title > .switch {
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
    }
}

/* Final desktop catch-all for Magento tab IDs (e.g. tab-label-*-title). */
@media (min-width: 769px) {
    .catalog-product-view .product.data.items > [id*='tab-label-description'],
    .catalog-product-view .product.data.items > [id*='tab-label-reviews'] {
        position: absolute !important;
        top: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        float: none !important;
        margin: 0 !important;
        z-index: 4 !important;
    }

    .catalog-product-view .product.data.items > [id*='tab-label-description'] {
        left: 0 !important;
    }

    .catalog-product-view .product.data.items > [id*='tab-label-reviews'] {
        left: 202px !important;
    }
}

/* Desktop hard fix: keep Details/Reviews titles on the same row. */
@media (min-width: 769px) {
    .catalog-product-view .product.info.detailed .data.items,
    .catalog-product-view .product.info.detailed .product.data.items,
    .catalog-product-view .product.data.items {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        width: 100% !important;
        position: relative !important;
        padding-top: 0 !important;
    }

    .catalog-product-view .product.info.detailed .data.item.title,
    .catalog-product-view .product.info.detailed .product.data.items > .item.title,
    .catalog-product-view .product.data.items > .item.title {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        display: block !important;
        order: 1 !important;
        margin: 0 !important;
        float: none !important;
        z-index: 2 !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content,
    .catalog-product-view .product.info.detailed .product.data.items > .item.content,
    .catalog-product-view .product.data.items > .item.content {
        order: 2 !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content:not(.active),
    .catalog-product-view .product.info.detailed .product.data.items > .item.content:not(.active),
    .catalog-product-view .product.data.items > .item.content:not(.active),
    .catalog-product-view .product.info.detailed .data.item.content[aria-hidden='true'],
    .catalog-product-view .product.info.detailed .product.data.items > .item.content[aria-hidden='true'],
    .catalog-product-view .product.data.items > .item.content[aria-hidden='true'] {
        display: none !important;
    }

    .catalog-product-view .product.info.detailed .data.item.content.active,
    .catalog-product-view .product.info.detailed .product.data.items > .item.content.active,
    .catalog-product-view .product.data.items > .item.content.active,
    .catalog-product-view .product.info.detailed .data.item.content[aria-hidden='false'],
    .catalog-product-view .product.info.detailed .product.data.items > .item.content[aria-hidden='false'],
    .catalog-product-view .product.data.items > .item.content[aria-hidden='false'] {
        display: block !important;
    }
}

/* True final override for the "Gợi ý cho bạn" section. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    max-width: 1320px !important;
    margin: 56px auto !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__heading,
body.cms-index-index .fashionstore-recommendation__heading,
body.catalog-category-view .fashionstore-recommendation__heading,
body.catalogsearch-result-index .fashionstore-recommendation__heading {
    margin: 0 0 34px !important;
    color: #071224 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: .12em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__heading::after,
body.cms-index-index .fashionstore-recommendation__heading::after,
body.catalog-category-view .fashionstore-recommendation__heading::after,
body.catalogsearch-result-index .fashionstore-recommendation__heading::after {
    display: none !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid #e4d4bd !important;
    border-radius: 14px !important;
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.24 !important;
    border-radius: 14px 14px 0 0 !important;
    background: #f3ece3 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 32px 28px 30px !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
    color: #080808 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    -webkit-line-clamp: unset !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: block !important;
    margin: auto 0 22px !important;
    color: #8b8580 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    color: #8a5b13 !important;
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;
}

body .fashionstore-recommendation__reason,
body .fashionstore-recommendation__status {
    display: none !important;
}

@media (max-width: 1024px) {
    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body .fashionstore-recommendation,
    body.cms-index-index .fashionstore-recommendation,
    body.catalog-category-view .fashionstore-recommendation,
    body.catalogsearch-result-index .fashionstore-recommendation {
        margin: 40px auto !important;
        padding: 0 16px !important;
    }

    body .fashionstore-recommendation__heading,
    body.cms-index-index .fashionstore-recommendation__heading,
    body.catalog-category-view .fashionstore-recommendation__heading,
    body.catalogsearch-result-index .fashionstore-recommendation__heading {
        margin-bottom: 22px !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
        letter-spacing: .08em !important;
    }

    body .fashionstore-recommendation__grid,
    body.cms-index-index .fashionstore-recommendation__grid,
    body.catalog-category-view .fashionstore-recommendation__grid,
    body.catalogsearch-result-index .fashionstore-recommendation__grid {
        gap: 14px !important;
    }

    body .fashionstore-recommendation__body,
    body.cms-index-index .fashionstore-recommendation__body,
    body.catalog-category-view .fashionstore-recommendation__body,
    body.catalogsearch-result-index .fashionstore-recommendation__body {
        padding: 18px 14px !important;
    }

    body .fashionstore-recommendation__name,
    body.cms-index-index .fashionstore-recommendation__name,
    body.catalog-category-view .fashionstore-recommendation__name,
    body.catalogsearch-result-index .fashionstore-recommendation__name {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    body .fashionstore-recommendation__sku,
    body.cms-index-index .fashionstore-recommendation__sku,
    body.catalog-category-view .fashionstore-recommendation__sku,
    body.catalogsearch-result-index .fashionstore-recommendation__sku {
        margin-bottom: 14px !important;
        font-size: 11px !important;
    }

    body .fashionstore-recommendation__price,
    body .fashionstore-recommendation__price .price,
    body.cms-index-index .fashionstore-recommendation__price,
    body.cms-index-index .fashionstore-recommendation__price .price,
    body.catalog-category-view .fashionstore-recommendation__price,
    body.catalog-category-view .fashionstore-recommendation__price .price,
    body.catalogsearch-result-index .fashionstore-recommendation__price,
    body.catalogsearch-result-index .fashionstore-recommendation__price .price {
        font-size: 17px !important;
    }
}

/* Recommendation cards: browser-served final override. */
body .fashionstore-recommendation,
body.cms-index-index .fashionstore-recommendation,
body.catalog-category-view .fashionstore-recommendation,
body.catalogsearch-result-index .fashionstore-recommendation {
    width: 100vw !important;
    max-width: none !important;
    margin: 64px 0 !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 clamp(24px, 7.5vw, 132px) !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body .fashionstore-recommendation__grid,
body.cms-index-index .fashionstore-recommendation__grid,
body.catalog-category-view .fashionstore-recommendation__grid,
body.catalogsearch-result-index .fashionstore-recommendation__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

body .fashionstore-recommendation__card,
body.cms-index-index .fashionstore-recommendation__card,
body.catalog-category-view .fashionstore-recommendation__card,
body.catalogsearch-result-index .fashionstore-recommendation__card {
    overflow: hidden !important;
    padding: 0 !important;
    border: 2px solid #ead9bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .fashionstore-recommendation__image,
body.cms-index-index .fashionstore-recommendation__image,
body.catalog-category-view .fashionstore-recommendation__image,
body.catalogsearch-result-index .fashionstore-recommendation__image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.24 !important;
    height: auto !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f1f3f3 !important;
}

body .fashionstore-recommendation__body,
body.cms-index-index .fashionstore-recommendation__body,
body.catalog-category-view .fashionstore-recommendation__body,
body.catalogsearch-result-index .fashionstore-recommendation__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: start !important;
    min-height: 144px !important;
    padding: 30px 28px 34px !important;
}

body .fashionstore-recommendation__sku,
body.cms-index-index .fashionstore-recommendation__sku,
body.catalog-category-view .fashionstore-recommendation__sku,
body.catalogsearch-result-index .fashionstore-recommendation__sku {
    display: none !important;
}

body .fashionstore-recommendation__name,
body.cms-index-index .fashionstore-recommendation__name,
body.catalog-category-view .fashionstore-recommendation__name,
body.catalogsearch-result-index .fashionstore-recommendation__name {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.28 !important;
}

body .fashionstore-recommendation__price,
body .fashionstore-recommendation__price .price,
body.cms-index-index .fashionstore-recommendation__price,
body.cms-index-index .fashionstore-recommendation__price .price,
body.catalog-category-view .fashionstore-recommendation__price,
body.catalog-category-view .fashionstore-recommendation__price .price,
body.catalogsearch-result-index .fashionstore-recommendation__price,
body.catalogsearch-result-index .fashionstore-recommendation__price .price {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

/* Product image panels: final cascade guard for rounded, uncropped product imagery. */
:root {
    --fs-product-image-radius: 28px;
    --fs-product-image-bg: #f2f2f0;
}

.catalog-category-view .products-grid .product-item-photo,
.catalogsearch-result-index .products-grid .product-item-photo,
.catalog-category-view .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo,
.products-grid .product-item-photo,
.products-grid .product-image-container,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper,
.checkout-cart-index .cart.item .product-item-photo,
.checkout-cart-index .cart.item .product-image-container,
.checkout-cart-index .cart.item .product-image-wrapper,
.checkout-index-index .opc-block-summary .product-item .product-image-container,
.fashionstore-recommendation__image,
.fs-random-products__image-wrap,
.catalog-product-view .product.media .fotorama__stage__frame {
    border-radius: var(--fs-product-image-radius) !important;
    background: var(--fs-product-image-bg) !important;
    overflow: hidden !important;
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo,
.catalog-category-view .products-list .product-image-photo,
.catalogsearch-result-index .products-list .product-image-photo,
.products-grid .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-image-photo,
.checkout-cart-index .cart.item .product-image-photo,
.checkout-index-index .opc-block-summary .product-item .product-image-photo,
.fashionstore-recommendation__image,
.fs-random-products__image,
.catalog-product-view .product.media .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: var(--fs-product-image-radius) !important;
    image-rendering: auto !important;
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper,
.catalog-category-view .products-list .product-image-wrapper,
.catalogsearch-result-index .products-list .product-image-wrapper,
.products-grid .product-image-wrapper,
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
    aspect-ratio: 4 / 5 !important;
}

.catalog-category-view .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo,
.products-grid .product-item-info:hover .product-image-photo,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-image-photo {
    transform: scale(1.02) !important;
}

/* Product images everywhere: rounded cover-fill with no white frame. */
.fs-search-results__card,
.products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info {
    background: transparent !important;
}

.fs-search-results__card {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.fs-search-results__image-wrap,
.search-product-img-wrap,
.products-grid .fashionstore-card-image-wrapper,
.catalog-category-view .products-grid .fashionstore-card-image-wrapper,
.catalogsearch-result-index .products-grid .fashionstore-card-image-wrapper,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image-wrapper,
.fs-random-products__image-wrap,
.fashionstore-recommendation__image,
.products-grid .product-image-wrapper,
.products-grid .product-image-container {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: var(--fs-product-image-radius, 28px) !important;
    background: var(--fs-product-image-bg, #f2f2f0) !important;
}

.fs-search-results__image,
.search-product-img,
.products-grid .fashionstore-card-image,
.catalog-category-view .products-grid .fashionstore-card-image,
.catalogsearch-result-index .products-grid .fashionstore-card-image,
.wishlist-index-index .products-grid.wishlist .fashionstore-card-image,
.fashionstore-recommendation__image,
.fs-random-products__image,
.products-grid .product-image-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

/* Product cards should show name, rating and price only: hide all visible SKU labels. */
.fashionstore-product-card-sku,
.fs-search-results__sku,
.fs-random-products__sku,
.search-product-sku,
.fs-men-product__sku,
.fs-women-product__sku,
.fs-sku-product__sku,
.fashionstore-recommendation__sku,
.catalog-product-view .product-info-stock-sku,
.catalog-product-view .product.attribute.sku,
.catalog-product-view .product-info-main .sku {
    display: none !important;
}
