:root {
    --premium-ink: #17202d;
    --premium-navy: #0f1b2d;
    --premium-navy-soft: #20324c;
    --premium-gold: #b58a42;
    --premium-gold-soft: #e8d7b4;
    --premium-cream: #fbf7f0;
    --premium-paper: #fffdf9;
    --premium-line: rgba(181, 138, 66, 0.16);
    --premium-shadow: 0 22px 48px rgba(16, 25, 39, 0.08);
    --premium-shadow-soft: 0 14px 30px rgba(16, 25, 39, 0.05);
}

body {
    background:
        radial-gradient(circle at top center, rgba(229, 215, 190, 0.45), transparent 26%),
        linear-gradient(180deg, #f3efe8 0, #faf8f4 28%, #f7f5f1 100%);
    color: var(--premium-ink);
}

body,
input,
select,
textarea,
button {
    letter-spacing: 0.01em;
}

a,
a:hover {
    color: var(--premium-gold);
}

.top-panel {
    background: linear-gradient(90deg, #101a29 0, #172438 48%, #0f1827 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-panel .pages-menu a,
.top-panel .text-shipping,
.top-panel .top-right,
.top-panel .top-right a {
    color: #f6efe2;
}

header .mobile-header.desc-header .wrap.box {
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(181, 138, 66, 0.12);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(16, 25, 39, 0.04);
}

header .box-logo img {
    max-height: 50px;
}

header .box-search input[type="text"],
header .box-search input[type="search"] {
    background: linear-gradient(180deg, #ffffff 0, #fcf7ee 100%);
    border: 1px solid rgba(181, 138, 66, 0.18);
    border-radius: 8px;
    box-shadow: none;
    color: var(--premium-ink);
}

.categories-menu .categories-menu-box {
    background: rgba(255, 251, 244, 0.98);
    border: 1px solid rgba(181, 138, 66, 0.1);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(16, 25, 39, 0.04);
}

.categories-menu-line > li > a {
    border-radius: 999px;
    color: #243041;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.categories-menu-line > li.current-menu-item > a,
.categories-menu-line > li.current-menu-parent > a,
.categories-menu-line > li:hover > a,
.categories-menu-line > li > a:hover {
    background: rgba(181, 138, 66, 0.08);
    color: var(--premium-gold);
}

.home-slider {
    margin-top: 14px;
}

.home-slider .bg {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--premium-shadow);
}

.home-slider .bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 18, 29, 0.66) 0, rgba(11, 18, 29, 0.28) 48%, rgba(11, 18, 29, 0.08) 100%),
        linear-gradient(180deg, rgba(208, 176, 116, 0.14), transparent 54%);
    z-index: 1;
}

.home-slider .info {
    z-index: 2;
}

.home-slider .info .text {
    color: #fff;
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 40px;
    letter-spacing: 0.02em;
    line-height: 1.08;
    max-width: 560px;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.home-slider .info .ft .btn.shop_now {
    background: linear-gradient(135deg, #d1af73 0, #9d7330 100%);
    border: none;
    box-shadow: 0 14px 28px rgba(157, 115, 48, 0.28);
    color: #fff;
}

.home-slider .info .ft .btn.shop_now:hover {
    background: linear-gradient(135deg, #ddbf8b 0, #aa7c32 100%);
    color: #fff;
}

.home-slider .info .ft .btn.view_video {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
}

.p-heading .p-title,
.p-heading .p-title a {
    color: var(--premium-ink);
    letter-spacing: 0.18em;
}

.p-heading .p-title {
    font-size: 13px;
    position: relative;
}

.p-heading .p-title:before,
.p-heading .p-title:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 1px;
    margin: 0 14px;
    vertical-align: middle;
    background: linear-gradient(90deg, transparent, rgba(181, 138, 66, 0.7), transparent);
}

.most-popular-categories {
    margin-top: 10px;
}

.slider-most .bg {
    border: none;
    border-radius: 22px;
    box-shadow: var(--premium-shadow-soft);
    overflow: hidden;
}

.slider-most .bg .bg-img {
    opacity: 1;
}

.slider-most .bg .bg-over {
    background: linear-gradient(180deg, rgba(15, 25, 39, 0.08) 0, rgba(15, 25, 39, 0.58) 100%) !important;
}

.slider-most .text {
    bottom: 22px;
    color: #fff !important;
    font-family: Proxima Nova Bold, sans-serif;
    font-size: 22px;
    left: 20px;
    line-height: 1.2;
    padding: 0;
    right: 20px;
    text-align: left;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    top: auto;
    transform: none;
}

.aship-box-products.list-product .container,
.review-home .container,
#blog-home .container,
.page-subscribe .container,
.home_article .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0, rgba(255, 252, 246, 0.88) 100%);
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    box-shadow: var(--premium-shadow);
}

#top-selling-product,
#best-deals,
#new-arrivals,
#blog-home,
#review-home {
    margin-top: 18px;
}

.product-item {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(181, 138, 66, 0.08);
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(16, 25, 39, 0.04);
    margin: 10px 6px 0;
    padding: 14px 14px 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-item .wrap-img {
    background: linear-gradient(180deg, #fffdf9 0, #f4eee4 100%);
    border: none;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(181, 138, 66, 0.08);
    outline: none;
    overflow: hidden;
}

.product-item .box-img .img_content {
    background: linear-gradient(180deg, #fffdf9 0, #f4eee4 100%);
}

.product-item .discount {
    background: linear-gradient(135deg, #132037 0, #2a3d59 100%);
    box-shadow: 0 10px 22px rgba(15, 26, 44, 0.18);
    left: 10px;
    top: 10px;
}

.product-item .title {
    color: #16202d;
    font-size: 14px;
    line-height: 1.55;
    margin: 14px 0 10px;
}

.product-item .starRating {
    margin-bottom: 4px;
}

.product-item .wrap-price {
    align-items: flex-end;
}

.product-item .wrap-price .salePrice {
    color: #101826;
    font-size: 18px;
}

.product-item .wrap-price .price {
    color: #8d8c88;
}

.product-item:hover {
    border-color: rgba(181, 138, 66, 0.18);
    box-shadow: 0 18px 34px rgba(16, 25, 39, 0.08);
    transform: translateY(-4px);
}

.review-home {
    background: transparent;
}

.review-home .slider-review .text {
    color: #565d69;
    font-size: 16px;
    line-height: 1.9;
}

.review-home .slider-review .name {
    color: var(--premium-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#blog-home .slider-blog {
    padding: 8px 12px 24px;
}

#blog-home .blog-item {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(181, 138, 66, 0.08);
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(16, 25, 39, 0.04);
    overflow: hidden;
    padding: 14px;
}

#blog-home .blog-item .thumb {
    border-radius: 16px;
    overflow: hidden;
}

#blog-home .blog-item .thumb img {
    border-radius: 16px;
}

#blog-home .blog-meta {
    color: #8a877f;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#blog-home .content,
#blog-home .content a {
    color: #1a2431;
    font-size: 24px;
    line-height: 1.35;
}

#blog-home .more-link {
    color: var(--premium-gold);
    letter-spacing: 0.08em;
}

.page-subscribe {
    background: transparent;
    padding-top: 28px;
}

.page-subscribe .container {
    padding-bottom: 28px;
    padding-top: 20px;
}

.page-subscribe .title {
    color: var(--premium-ink);
    letter-spacing: 0.16em;
}

.page-subscribe .text {
    color: #5e6570;
    font-size: 15px;
}

.page-subscribe form {
    max-width: 820px;
}

.page-subscribe input {
    background: linear-gradient(180deg, #ffffff 0, #fcf7ee 100%);
    border: 1px solid rgba(181, 138, 66, 0.14);
    border-radius: 999px;
    box-shadow: none;
    height: 48px;
    padding: 0 18px;
}

.page-subscribe button {
    background: linear-gradient(135deg, var(--premium-navy) 0, var(--premium-navy-soft) 100%);
    border: none;
    border-radius: 999px;
    color: #fff;
    height: 48px;
    min-width: 164px;
}

.page-subscribe button:hover {
    background: linear-gradient(135deg, #19263d 0, #334867 100%);
    color: #fff;
}

.wrap-features {
    background: transparent;
    padding-bottom: 58px;
}

.features {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0, rgba(255, 252, 246, 0.88) 100%);
    border: 1px solid var(--premium-line);
    border-radius: 24px;
    box-shadow: var(--premium-shadow-soft);
    overflow: hidden;
}

.features > div {
    position: relative;
}

.features > div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(181, 138, 66, 0.14), transparent);
}

.features .text-feat,
.features .text-feat.end {
    margin-left: 0;
    padding-right: 0;
}

.features .text-feat .features-main-text {
    color: var(--premium-ink);
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.features .text-feat p {
    color: #66707d;
}

.single-product .product-main {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0, rgba(255, 252, 246, 0.9) 100%);
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    box-shadow: var(--premium-shadow);
    padding: 24px;
}

.single-product .product-main .wrap-tumb .slider-box,
.single-product .itemadapslider .itembgr {
    background: linear-gradient(180deg, #fffdf9 0, #f4eee4 100%);
    border: none !important;
    border-radius: 18px;
    overflow: hidden;
}

.product-meta .salePrice .value,
.single-product .product-content .title-product {
    color: #101826;
}

.single-totalOrder .box-total_price,
.single-totalOrder .total_price {
    background: linear-gradient(135deg, var(--premium-navy) 0, var(--premium-navy-soft) 100%);
    border-radius: 18px;
}

.single-totalOrder .total_price .name,
.single-totalOrder .total_price .value,
.single-totalOrder .total_price .info {
    color: #fff;
}

.single-totalOrder .info-secure ul {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(181, 138, 66, 0.1);
    border-radius: 16px;
}

.single-active-btn .btn_add-cart {
    background: linear-gradient(135deg, #d1af73 0, #9d7330 100%);
    box-shadow: 0 16px 32px rgba(157, 115, 48, 0.24);
}

.single-active-btn .btn_add-cart:hover {
    background: linear-gradient(135deg, #ddbf8b 0, #aa7c32 100%);
}

.box-btn .add_order_paypal {
    border: 1px solid rgba(181, 138, 66, 0.14);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(16, 25, 39, 0.04);
}

.footer {
    padding-top: 52px;
}

.footer .content-footer {
    background:
        radial-gradient(circle at top left, rgba(181, 138, 66, 0.18), transparent 24%),
        linear-gradient(135deg, #0d1624 0, #101d30 48%, #0c1521 100%);
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -8px 30px rgba(8, 14, 24, 0.12);
    position: relative;
}

.footer .content-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 20%);
    pointer-events: none;
}

.footer-head,
.head-social,
.footer-head a,
.head-social a {
    color: #dcc594;
    letter-spacing: 0.12em;
}

.menu-footer li a,
.contact-footer .item a,
.social i {
    color: #f7f1e6;
}

.menu-footer li a:active:before,
.menu-footer li a:hover:before {
    background: #dcc594;
}

.content-partners {
    border-color: rgba(255, 255, 255, 0.08);
}

.box-partners .name,
.footer-copyright {
    color: rgba(247, 241, 230, 0.64);
}

.social li a {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(220, 197, 148, 0.14);
    border-radius: 999px;
}

.social li a:hover {
    background: rgba(220, 197, 148, 0.14);
}

@media (max-width: 767px) {
    .home-slider .bg,
    .aship-box-products.list-product .container,
    .review-home .container,
    #blog-home .container,
    .page-subscribe .container,
    .home_article .container,
    .single-product .product-main,
    .features,
    .footer .content-footer {
        border-radius: 18px;
    }

    .home-slider .info .text {
        font-size: 28px;
        line-height: 1.12;
        max-width: 320px;
    }

    .slider-most .text {
        font-size: 18px;
        left: 16px;
        right: 16px;
    }

    .product-item {
        border-radius: 18px;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px 16px;
    }

    .product-item .wrap-img,
    #blog-home .blog-item,
    #blog-home .blog-item .thumb,
    #blog-home .blog-item .thumb img,
    .single-product .product-main .wrap-tumb .slider-box,
    .single-product .itemadapslider .itembgr {
        border-radius: 14px;
    }

    #blog-home .content,
    #blog-home .content a {
        font-size: 20px;
    }

    .features > div:not(:last-child):after {
        display: none;
    }
}

.home-slider .bg,
.home-slider .info,
.slider-most .bg,
.slider-most .bg .bg-img,
.slider-most .bg .bg-over,
.slider-most .text,
#blog-home .blog-item,
#blog-home .blog-item .thumb,
#blog-home .blog-item .thumb img,
.product-item,
.product-item .wrap-img,
.product-item .box-img .img_content,
.page-subscribe .container,
.features,
.footer .content-footer {
    position: relative;
}

.slider-most .bg .bg-img {
    opacity: 1 !important;
}

.slider-most .bg.active .text,
.slider-most .bg:hover .text {
    color: #fff !important;
    display: block !important;
}

.slider-most .bg:hover .bg-img,
.slider-most .bg.active .bg-img {
    opacity: 1 !important;
}

.slider-most .bg,
.product-item,
#blog-home .blog-item,
.page-subscribe .container,
.features,
.footer .content-footer,
.aship-box-products.list-product .container,
.review-home .container,
#blog-home .container,
.home_article .container,
.single-product .product-main {
    overflow: hidden;
}

#blog-home .blog-item .thumb img,
.product-item .box-img .img_content img,
.slider-most .bg .bg-img img {
    display: block;
    opacity: 1 !important;
}

@media (min-width: 768px) {
    .aship-box-products.list-product .container,
    .review-home .container,
    #blog-home .container,
    .page-subscribe .container,
    .home_article .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    #blog-home .blog-item {
        min-height: 228px;
    }

    #blog-home .blog-item .blog-content {
        padding-left: 26px;
        padding-right: 8px;
    }
}

/* Premium stabilization fixes */
.home-slider,
.home-slider.tt_inited,
.home-slider .ttgallery_cont,
.home-slider .ttgallery {
    width: 100%;
    max-width: 100%;
}

.home-slider .ttgallery {
    align-items: stretch;
    display: flex;
}

.home-slider .ttgallery > div,
.home-slider .ttgallery > .tt_one {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.home-slider .bg {
    background-position: center center !important;
    background-size: cover !important;
    max-height: none;
    min-height: clamp(360px, 42vw, 570px);
    padding-bottom: 0 !important;
}

.home-slider .wrap-bg {
    align-items: center;
    display: flex;
    inset: 0;
    position: absolute;
}

.home-slider .info {
    max-width: 1200px;
    padding: 0 56px;
    width: 100%;
}

.home-slider .info .text {
    background: linear-gradient(135deg, rgba(13, 22, 36, 0.74), rgba(13, 22, 36, 0.34)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    display: inline-flex;
    max-width: min(620px, 100%);
    min-height: 0;
    padding: 28px 30px;
}

.slider-most .bg .bg-img,
.slider-most .bg .bg-over {
    opacity: 1 !important;
}

.slider-most .bg .bg-img img,
.product-item .box-img .img_content img,
#blog-home .blog-item .thumb img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.product-item .box-img,
.product-item .box-img .img_content {
    aspect-ratio: 1 / 1;
}

.product-item .box-img .img_content {
    overflow: hidden;
}

#blog-home .blog-item .thumb {
    background: #efe8db;
    min-height: 200px;
}

#blog-home .blog-item .thumb img {
    min-height: 200px;
}

@media (max-width: 767px) {
    .home-slider .bg {
        min-height: 440px;
    }

    .home-slider .info {
        padding: 0 18px;
    }

    .home-slider .info .text {
        border-radius: 18px;
        padding: 22px 20px;
    }
}

/* Premium layout refinement */
@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 768px) {
    .top-panel .container,
    header > .container,
    .categories-menu > .container,
    .most-popular-categories > .container,
    #top-selling-product > .container,
    #best-deals > .container,
    #new-arrivals > .container,
    #blog-home > .container,
    #review-home > .container,
    .page-subscribe > .container,
    .home_article > .container,
    .wrap-features > .container,
    .footer .content-footer > .container {
        width: min(1280px, calc(100% - 48px));
    }
}

.top-panel {
    min-height: 36px;
}

.top-panel .pages-menu a,
.top-panel .top-right a,
.top-panel .text-shipping {
    font-size: 11px;
    letter-spacing: 0.08em;
}

header {
    padding: 14px 0 8px;
}

header .container,
.categories-menu .container {
    padding-left: 0;
    padding-right: 0;
}

header .mobile-header.desc-header .wrap.box {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 180px minmax(0, 1fr) auto auto;
    margin: 0;
    padding: 16px 22px;
}

header .box-logo {
    align-items: center;
    display: flex;
    min-width: 0;
}

header .box-logo img {
    max-height: 56px;
}

header .search-wrap,
header .box.box-search {
    min-width: 0;
    width: 100%;
}

header .box-search form,
header .box-search .search-post {
    width: 100%;
}

header .box-search input[type="text"],
header .box-search input[type="search"] {
    height: 42px;
    padding-left: 16px;
    padding-right: 44px;
}

header .text-shipping.hidden-xs {
    margin: 0;
    white-space: nowrap;
}

header .box-cart {
    display: flex;
    justify-content: flex-end;
}

.categories-menu {
    margin-top: 8px;
}

.categories-menu .categories-menu-box {
    padding: 6px 14px;
}

.categories-menu-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.categories-menu-line > li > a {
    min-height: 34px;
    padding: 8px 14px;
}

.home-slider {
    margin-top: 18px;
}

.home-slider .bg {
    border-radius: 30px;
}

.home-slider .info {
    padding: 0 64px;
}

.home-slider .info .text {
    max-width: 580px;
}

.most-popular-categories {
    margin-top: 26px;
}

.wrap-slider-most {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.slider-most.tt_inited {
    margin: 18px 0 30px;
}

.slider-most .ttgallery > div,
.slider-most .ttgallery > .tt_one {
    padding: 0 10px;
}

.slider-most .wrap-item {
    padding: 0;
}

.slider-most .bg {
    min-height: 212px;
    padding-bottom: 0;
}

.slider-most .bg .bg-img,
.slider-most .bg .bg-over,
.slider-most .bg > div:last-child {
    inset: 0;
    position: absolute;
}

.slider-most .bg .bg-img img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.slider-most .text {
    align-items: flex-end;
    display: flex;
    font-size: 20px;
    padding: 18px;
}

.aship-box-products.list-product,
#blog-home,
#review-home,
.page-subscribe,
.wrap-features {
    margin-top: 28px;
}

.aship-box-products.list-product .container,
.review-home .container,
#blog-home .container,
.page-subscribe .container,
.home_article .container {
    padding: 26px 26px 30px;
}

.product-item {
    margin: 8px;
    padding: 14px 14px 18px;
}

.product-item .wrap-img {
    margin-bottom: 12px;
}

#blog-home .slider-blog {
    padding: 10px 6px 8px;
}

#blog-home .blog-item {
    min-height: 0;
    padding: 16px;
}

.page-subscribe .container {
    padding: 34px 26px;
}

.wrap-features {
    padding-bottom: 42px;
}

.features {
    padding: 8px 10px;
}

.features > div {
    padding-bottom: 16px;
    padding-top: 16px;
}

.footer {
    padding-top: 52px;
}

.footer .content-footer {
    border-radius: 28px 28px 0 0;
}

.footer .content-footer > .container {
    padding: 34px 28px 0;
}

@media (max-width: 991px) {
    header .mobile-header.desc-header .wrap.box {
        gap: 16px;
        grid-template-columns: 150px minmax(0, 1fr) auto;
        padding: 14px 16px;
    }

    header .text-shipping.hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    header {
        padding: 8px 0 2px;
    }

    header .container,
    .categories-menu .container,
    .top-panel .container,
    .most-popular-categories > .container,
    #top-selling-product > .container,
    #best-deals > .container,
    #new-arrivals > .container,
    #blog-home > .container,
    #review-home > .container,
    .page-subscribe > .container,
    .home_article > .container,
    .wrap-features > .container,
    .footer .content-footer > .container {
        width: calc(100% - 20px);
    }

    header .mobile-header.desc-header .wrap.box {
        display: grid;
        grid-template-columns: auto 1fr auto;
        padding: 12px 14px;
    }

    header .box-logo img {
        max-height: 44px;
    }

    .home-slider {
        margin-top: 12px;
    }

    .home-slider .info {
        padding: 0 18px;
    }

    .most-popular-categories,
    .aship-box-products.list-product,
    #blog-home,
    #review-home,
    .page-subscribe,
    .wrap-features {
        margin-top: 20px;
    }

    .aship-box-products.list-product .container,
    .review-home .container,
    #blog-home .container,
    .page-subscribe .container,
    .home_article .container {
        padding: 18px 14px 22px;
    }

    .slider-most.tt_inited {
        margin: 14px 0 22px;
    }

    .slider-most .ttgallery > div,
    .slider-most .ttgallery > .tt_one {
        padding: 0 6px;
    }

    .slider-most .bg {
        min-height: 170px;
    }

    .footer .content-footer > .container {
        padding: 24px 16px 0;
    }
}

/* Luxury reset pass */
body {
    background:
        radial-gradient(circle at top center, rgba(224, 210, 186, 0.28), transparent 24%),
        linear-gradient(180deg, #f6f2ea 0, #fbf9f5 34%, #f7f5f1 100%);
}

.home-slider {
    margin: 20px auto 0;
    opacity: 1 !important;
}

.home-slider.tt_inited {
    opacity: 1 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1380px;
        max-width: calc(100% - 56px);
    }
}

.top-panel .container,
header > .container,
.categories-menu > .container {
    width: min(1380px, calc(100% - 40px));
}

header {
    padding: 18px 0 10px;
}

header .mobile-header.desc-header .wrap.box {
    align-items: center;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    padding: 16px 22px;
    width: 100%;
}

header .box-logo {
    flex: 0 0 165px;
}

header .search-wrap {
    flex: 1 1 auto;
    max-width: 700px;
}

header .box-cart {
    flex: 0 0 auto;
}

header .text-shipping.hidden-xs {
    color: #7f6f56;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-left: auto;
    margin-right: 6px;
    text-transform: uppercase;
}

.categories-menu .categories-menu-box {
    border-radius: 18px;
    padding: 8px 18px;
}

.categories-menu-line {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.categories-menu-line > li > a {
    min-height: 36px;
    padding: 9px 15px;
}

.home-slider .ttgallery > div,
.home-slider .ttgallery > .tt_one {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.home-slider .bg {
    border-radius: 32px;
    min-height: 440px;
    padding-bottom: 0 !important;
}

.home-slider .wrap-bg {
    inset: 0;
    position: absolute;
}

.home-slider .info {
    left: 0;
    max-width: 1280px;
    padding: 0 52px;
    right: 0;
    width: 100%;
}

.home-slider .info .text {
    background: linear-gradient(135deg, rgba(14, 23, 35, 0.76), rgba(14, 23, 35, 0.34)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(15, 23, 36, 0.18);
    color: #fff !important;
    display: inline-flex;
    font-size: clamp(38px, 4.2vw, 68px);
    line-height: 0.95;
    max-width: 540px;
    padding: 26px 30px;
}

.home-slider .info .ft {
    margin-top: 16px;
}

.home-slider .info .ft .btn {
    border-radius: 999px;
    min-width: 190px;
}

.most-popular-categories {
    margin-top: 34px;
}

.slider-most.tt_inited {
    margin: 16px 0 34px;
}

.slider-most .ttgallery > div,
.slider-most .ttgallery > .tt_one {
    padding: 0 12px;
}

.slider-most .bg {
    border-radius: 24px;
    min-height: 230px;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.slider-most .bg .bg-img,
.slider-most .bg .bg-over,
.slider-most .bg > div:last-child {
    inset: 0;
    position: absolute;
}

.slider-most .bg .bg-img {
    opacity: 1 !important;
}

.slider-most .bg .bg-img img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.slider-most .bg .bg-over {
    background: linear-gradient(180deg, rgba(15, 25, 39, 0.02) 0, rgba(15, 25, 39, 0.46) 100%) !important;
}

.slider-most .text {
    align-items: flex-end;
    display: flex;
    font-size: 24px;
    left: 0;
    line-height: 1.05;
    padding: 20px;
    right: 0;
    top: 0;
}

.aship-box-products.list-product .container,
.review-home .container,
#blog-home .container,
.page-subscribe .container,
.home_article .container {
    border-radius: 30px;
    padding: 28px 28px 32px;
}

.product-item {
    border-radius: 24px;
    margin: 8px;
    padding: 14px 14px 18px;
}

.product-item .wrap-img {
    border-radius: 20px;
}

.product-item .box-img,
.product-item .box-img .img_content {
    aspect-ratio: 1 / 1;
}

.product-item .box-img .img_content img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

#blog-home .slider-blog {
    padding: 10px 4px 0;
}

#blog-home .blog-item {
    border-radius: 24px;
    display: flex;
    min-height: 240px;
    padding: 16px;
}

#blog-home .blog-item .blog-thumb {
    flex: 0 0 220px;
    max-width: 220px;
}

#blog-home .blog-item .thumb,
#blog-home .blog-item .thumb img {
    border-radius: 18px;
    height: 208px;
    width: 100%;
}

#blog-home .blog-item .blog-content {
    padding-left: 22px;
}

.page-subscribe {
    margin-top: 34px;
}

.page-subscribe .container {
    padding: 36px 28px;
}

.features {
    border-radius: 26px;
    padding: 10px 14px;
}

.footer .content-footer {
    border-radius: 30px 30px 0 0;
}

.footer .content-footer > .container {
    padding: 36px 30px 0;
}

@media (max-width: 991px) {
    header .mobile-header.desc-header .wrap.box {
        gap: 16px;
        padding: 14px 16px;
    }

    header .text-shipping.hidden-xs {
        display: none !important;
    }

    header .search-wrap {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .top-panel .container,
    header > .container,
    .categories-menu > .container,
    .most-popular-categories > .container,
    #top-selling-product > .container,
    #best-deals > .container,
    #new-arrivals > .container,
    #blog-home > .container,
    #review-home > .container,
    .page-subscribe > .container,
    .home_article > .container,
    .wrap-features > .container,
    .footer .content-footer > .container {
        width: calc(100% - 20px);
    }

    header {
        padding: 10px 0 2px;
    }

    header .mobile-header.desc-header .wrap.box {
        gap: 12px;
        padding: 12px 14px;
    }

    header .box-logo {
        flex-basis: 120px;
    }

    header .box-logo img {
        max-height: 44px;
    }

    .home-slider {
        margin-top: 14px;
    }

    .home-slider .bg {
        min-height: 360px;
    }

    .home-slider .info {
        padding: 0 18px;
    }

    .home-slider .info .text {
        border-radius: 22px;
        font-size: 34px;
        max-width: 320px;
        padding: 20px 18px;
    }

    .slider-most .ttgallery > div,
    .slider-most .ttgallery > .tt_one {
        padding: 0 6px;
    }

    .slider-most .bg {
        min-height: 180px;
    }

    .slider-most .text {
        font-size: 18px;
        padding: 16px;
    }

    .aship-box-products.list-product .container,
    .review-home .container,
    #blog-home .container,
    .page-subscribe .container,
    .home_article .container {
        padding: 18px 14px 22px;
    }

    #blog-home .blog-item {
        display: block;
        min-height: 0;
    }

    #blog-home .blog-item .blog-thumb {
        max-width: none;
    }

    #blog-home .blog-item .blog-content {
        padding-left: 0;
        padding-top: 16px;
    }

    #blog-home .blog-item .thumb,
    #blog-home .blog-item .thumb img {
        height: 220px;
    }

    .footer .content-footer > .container {
        padding: 24px 16px 0;
    }
}
