/*
 * DWIJA Diamond homepage
 * Home-only styles are scoped under .dj-home to avoid conflicts with shop,
 * product detail, and shared Hiraola template components.
 */

:root {
    --dj-ivory: #fbf7f0;
    --dj-pearl: #fffdf9;
    --dj-champagne: #f3e5cf;
    --dj-gold: #c59a4a;
    --dj-gold-deep: #9d7130;
    --dj-emerald: #103f35;
    --dj-wine: #5b1f2d;
    --dj-rose: #a75b62;
    --dj-sage: #d9e3d5;
    --dj-night: #0f2420;
    --dj-ink: #211b18;
    --dj-muted: #75695f;
    --dj-line: #e9ddcc;
    --dj-soft-shadow: 0 16px 36px rgba(33, 27, 24, 0.08);
    --dj-lift-shadow: 0 26px 62px rgba(33, 27, 24, 0.16);
}

body.template-color-2 {
    background: linear-gradient(180deg, var(--dj-pearl) 0%, var(--dj-ivory) 48%, #ffffff 100%);
    color: var(--dj-ink);
}

.dj-home {
    overflow: hidden;
    background: var(--dj-pearl);
}

.dj-home .page-fluid-container {
    max-width: 1480px;
}

/* Hero */
.dj-home .hiraola-slider_area-2 {
    background: #14100d;
}

.dj-home .main-slider .single-slide {
    min-height: clamp(560px, 74vh, 820px);
}

.dj-home .main-slider .single-slide::before {
    background:
        linear-gradient(90deg, rgba(16, 13, 10, 0.76) 0%, rgba(16, 13, 10, 0.46) 44%, rgba(16, 13, 10, 0.12) 100%),
        linear-gradient(0deg, rgba(16, 13, 10, 0.42) 0%, rgba(16, 13, 10, 0) 46%);
}

.dj-home .hiraola-slider_area-2 .slider-content {
    max-width: 660px;
    padding: 36px 40px 40px;
}

.dj-home .hiraola-slider_area-2 .slider-content::before {
    border-left: 0;
    background: linear-gradient(90deg, rgba(16, 13, 10, 0.48), rgba(16, 13, 10, 0));
}

.dj-home .hiraola-slider_area-2 .slider-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 2px;
    height: clamp(82px, 42%, 148px);
    background: linear-gradient(180deg, transparent, rgba(245, 218, 151, 0.92), transparent);
    transform: translateY(-50%);
    pointer-events: none;
}

.dj-home .hiraola-slider_area-2 .hero-content-pos-top-right::after,
.dj-home .hiraola-slider_area-2 .hero-content-pos-center-right::after,
.dj-home .hiraola-slider_area-2 .hero-content-pos-bottom-right::after {
    right: 0;
    left: auto;
}

.dj-home .hiraola-slider_area-2 .hero-content-pos-top-center::after,
.dj-home .hiraola-slider_area-2 .hero-content-pos-center-center::after,
.dj-home .hiraola-slider_area-2 .hero-content-pos-bottom-center::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: min(140px, 44%);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(245, 218, 151, 0.92), transparent);
    transform: translateX(-50%);
}

.dj-home .hiraola-slider_area-2 .slider-content h5 span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--slide-subtitle-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dj-home .hiraola-slider_area-2 .slider-content h5 span::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.dj-home .hiraola-slider_area-2 .slider-content h2 {
    color: var(--slide-title-color);
    font-size: clamp(38px, 5vw, 76px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow: 0 16px 38px rgba(0, 0, 0, 0.4);
}

.dj-home .hiraola-slider_area-2 .slider-content h3 {
    max-width: 560px;
    color: var(--slide-description-color);
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.65;
}

.dj-home .hiraola-slider_area-2 .hiraola-btn,
.dj-home .static-banner_area .hiraola-btn {
    min-height: 48px;
    padding: 16px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: var(--slide-button-color, var(--dj-gold));
    color: var(--slide-button-text-color, #ffffff) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(157, 113, 48, 0.28);
}

.dj-home .hiraola-slider_area-2 .hiraola-btn:hover,
.dj-home .static-banner_area .hiraola-btn:hover {
    background: var(--dj-wine);
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Feature bar */
.dj-home .hiraola-shipping_area-2 {
    position: relative;
    z-index: 5;
    margin-top: -48px;
    background: transparent;
}

.dj-home .hiraola-shipping_area .shipping-nav {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(197, 154, 74, 0.28);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: var(--dj-lift-shadow);
    backdrop-filter: blur(16px);
}

.dj-home .hiraola-shipping_area .shipping-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(197, 154, 74, 0.1), rgba(16, 63, 53, 0.06), rgba(91, 31, 45, 0.08));
    pointer-events: none;
}

.dj-home .hiraola-shipping_area .shipping-nav .row {
    margin-right: 0;
    margin-left: 0;
}

.dj-home .hiraola-shipping_area .shipping-nav [class*="col"] {
    padding-right: 0;
    padding-left: 0;
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-item {
    position: relative;
    min-height: 112px;
    padding: 26px 30px;
    border-right: 1px solid var(--dj-line);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-item:hover {
    background: rgba(255, 248, 233, 0.64);
    transform: translateY(-2px);
}

.dj-home .hiraola-shipping_area .shipping-nav [class*="col"]:last-child .shipping-item {
    border-right: 0;
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-icon {
    width: 52px;
    height: 52px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 154, 74, 0.42);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #fff8e9 0%, #f2dfb8 100%);
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-icon img {
    max-width: 28px;
    max-height: 28px;
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-content > h6 {
    color: var(--dj-ink);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dj-home .hiraola-shipping_area .shipping-nav .shipping-content > p {
    color: var(--dj-muted);
    font-size: 13px;
}

/* Category edit */
.dj-home .home-category-edit {
    padding: 74px 0 40px;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(251, 247, 240, 0.92)),
        linear-gradient(115deg, rgba(217, 227, 213, 0.42), rgba(243, 229, 207, 0.34));
}

.dj-home .home-category-edit__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) 1fr;
    gap: clamp(28px, 4vw, 64px);
    align-items: stretch;
    padding: clamp(32px, 4.5vw, 58px) 0;
    border-top: 1px solid var(--dj-line);
    border-bottom: 1px solid var(--dj-line);
}

.dj-home .home-category-edit__inner::before {
    content: "";
    position: absolute;
    top: clamp(32px, 4.5vw, 58px);
    bottom: clamp(32px, 4.5vw, 58px);
    left: calc(36% + 14px);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(197, 154, 74, 0.52), transparent);
}

.dj-home .home-category-edit__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
}

.dj-home .home-category-edit__copy > span,
.dj-home .home-section-title span,
.dj-home .home-atelier-strip__copy > span {
    display: block;
    margin-bottom: 8px;
    color: var(--dj-gold-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dj-home .home-category-edit__copy h2 {
    margin: 0;
    color: var(--dj-ink);
    font-size: clamp(31px, 3.9vw, 58px);
    font-weight: 700;
    line-height: 1.02;
}

.dj-home .home-category-edit__copy p {
    max-width: 420px;
    margin: 20px 0 0;
    color: var(--dj-muted);
    font-size: 16px;
    line-height: 1.75;
}

.dj-home .home-text-link,
.dj-home .home-section-link {
    position: relative;
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--dj-wine);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dj-home .home-text-link::after,
.dj-home .home-section-link::after {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
    transition: width 0.25s ease;
}

.dj-home .home-text-link:hover,
.dj-home .home-section-link:hover {
    color: var(--dj-gold-deep);
}

.dj-home .home-text-link:hover::after,
.dj-home .home-section-link:hover::after {
    width: 58px;
}

.dj-home .home-category-edit__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dj-home .home-category-edit__links a {
    position: relative;
    min-height: 118px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    padding: 22px 20px;
    border: 1px solid rgba(233, 221, 204, 0.96);
    border-radius: 6px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 226, 0.9)),
        #ffffff;
    color: var(--dj-ink);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(33, 27, 24, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.dj-home .home-category-edit__links a::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--dj-gold), var(--dj-rose), var(--dj-emerald));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.dj-home .home-category-edit__index {
    color: var(--dj-gold-deep);
    font-size: 12px;
    letter-spacing: 0.12em;
}

.dj-home .home-category-edit__name {
    color: var(--dj-ink);
    font-size: clamp(14px, 1.2vw, 17px);
    letter-spacing: 0.06em;
    line-height: 1.35;
}

.dj-home .home-category-edit__arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 154, 74, 0.42);
    border-radius: 50%;
    color: var(--dj-gold-deep);
    font-size: 24px;
    line-height: 1;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.dj-home .home-category-edit__links a:hover {
    border-color: rgba(197, 154, 74, 0.72);
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(33, 27, 24, 0.11);
    transform: translateY(-3px);
}

.dj-home .home-category-edit__links a:hover::before {
    opacity: 1;
}

.dj-home .home-category-edit__links a:hover .home-category-edit__arrow {
    background: var(--dj-emerald);
    color: #ffffff;
    transform: translateX(4px);
}

/* Atelier strip */
.dj-home .home-atelier-strip {
    padding: 36px 0 54px;
    background:
        linear-gradient(135deg, var(--dj-night) 0%, var(--dj-emerald) 52%, var(--dj-wine) 100%);
    color: #ffffff;
}

.dj-home .home-atelier-strip__inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) 1fr;
    gap: clamp(28px, 4vw, 62px);
    align-items: center;
    padding: clamp(32px, 4vw, 50px) 0;
}

.dj-home .home-atelier-strip__copy > span {
    color: #f4d890;
}

.dj-home .home-atelier-strip__copy h2 {
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.12;
}

.dj-home .home-atelier-strip__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dj-home .home-atelier-strip__points > div {
    min-height: 176px;
    padding: 26px 22px;
    border: 1px solid rgba(244, 216, 144, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.dj-home .home-atelier-strip__points span {
    display: block;
    margin-bottom: 18px;
    color: #f4d890;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.dj-home .home-atelier-strip__points strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.dj-home .home-atelier-strip__points p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.65;
}

/* Sections */
.dj-home .home-section,
.dj-home .static-banner_area,
.dj-home .hiraola-banner_area-2 {
    position: relative;
}

.dj-home .home-section {
    padding-top: 96px;
    padding-bottom: 62px;
    overflow: hidden;
}

.dj-home .home-section--featured {
    background:
        linear-gradient(180deg, #fffdf9 0%, #fff8ed 100%),
        var(--dj-pearl);
}

.dj-home .home-section--collections,
.dj-home .home-section--trending {
    background:
        linear-gradient(180deg, rgba(251, 247, 240, 0.98), rgba(243, 229, 207, 0.58)),
        linear-gradient(90deg, rgba(217, 227, 213, 0.26), rgba(255, 255, 255, 0));
}

.dj-home .home-section--curated {
    background:
        linear-gradient(180deg, #ffffff 0%, rgba(251, 247, 240, 0.76) 100%);
}

.dj-home .home-section-title,
.dj-home .hiraola-tab_title.home-section-title {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.dj-home .home-section-title span::before,
.dj-home .home-section-title span::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    margin: 0 12px 4px;
    background: currentColor;
    opacity: 0.58;
}

.dj-home .home-section-title h4,
.dj-home .hiraola-section_title.home-section-title > h4,
.dj-home .hiraola-tab_title.home-section-title > h4 {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: var(--dj-ink);
    font-size: clamp(29px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.dj-home .home-section-title h4::before,
.dj-home .hiraola-section_title.home-section-title > h4::before {
    display: none;
}

.dj-home .home-section-title h4::after,
.dj-home .hiraola-section_title.home-section-title > h4::after,
.dj-home .hiraola-tab_title.home-section-title > h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 92px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--dj-gold), transparent);
    transform: translateX(-50%);
}

.dj-home .home-section-title p {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--dj-muted);
    font-size: 15px;
    line-height: 1.7;
}

.dj-home .home-section-title .home-section-link {
    margin-right: auto;
    margin-left: auto;
}

.dj-home .product-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.dj-home .product-tab > ul.product-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 38px;
}

.dj-home .product-tab > ul.product-menu > li > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
    border: 1px solid var(--dj-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--dj-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(33, 27, 24, 0.04);
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.dj-home .product-tab > ul.product-menu > li > a::after {
    display: none;
}

.dj-home .product-tab > ul.product-menu > li > a.active,
.dj-home .product-tab > ul.product-menu > li > a:hover {
    border-color: var(--dj-emerald);
    background: var(--dj-emerald);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(16, 63, 53, 0.18);
    transform: translateY(-1px);
}

.dj-home .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
    color: var(--dj-gold);
}

/* Product rails */
.dj-home .hiraola-product_slider:not(.slick-initialized),
.dj-home .hiraola-product-tab_slider-2:not(.slick-initialized),
.dj-home .hiraola-product-tab_slider-3:not(.slick-initialized) {
    display: block;
}

.dj-home .hiraola-product_slider .slick-list,
.dj-home .hiraola-product-tab_slider-2 .slick-list,
.dj-home .hiraola-product-tab_slider-3 .slick-list {
    margin: -16px -13px -28px;
    padding: 16px 0 28px;
}


.dj-home .single_product {
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(233, 221, 204, 0.94);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--dj-soft-shadow);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.dj-home .single_product:hover {
    border-color: rgba(197, 154, 74, 0.7);
    box-shadow: var(--dj-lift-shadow);
    transform: translateY(-6px);
}

.dj-home .single_product .product-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f6efe4, #fffaf2);
}

.dj-home .single_product .product-img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(33, 27, 24, 0.08));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.dj-home .single_product:hover .product-img::after {
    opacity: 1;
}

.dj-home .single_product .product-img img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    transition: transform 0.45s ease, opacity 0.3s ease !important;
}

.dj-home .single_product:hover .product-img img.primary-img,
.dj-home .single_product:hover .product-img img.secondary-img {
    transform: scale(1.045);
}

.dj-home .single_product .product-img .sticker,
.dj-home .single_product .product-img .sticker-2 {
    top: 14px;
    left: 14px;
    min-width: 52px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--dj-wine);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 28px;
    text-transform: uppercase;
}

.dj-home .single_product .product-img .sticker-2 {
    background: var(--dj-emerald);
}

.dj-home .single_product .hiraola-product_content {
    padding: 20px 20px 22px;
    border-top: 1px solid rgba(233, 221, 204, 0.68);
    background: linear-gradient(180deg, #ffffff, var(--dj-pearl));
}

.dj-home .single_product .product-img .add-actions > ul > li > a {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 253, 249, 0.94);
    color: var(--dj-ink);
    box-shadow: 0 10px 24px rgba(33, 27, 24, 0.14);
}

.dj-home .single_product .product-img .add-actions > ul > li > a:hover {
    border-color: var(--dj-wine);
    background: var(--dj-wine);
    color: #ffffff;
}

.dj-home .product-desc_info h6 {
    min-height: 44px;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.dj-home .product-desc_info h6 .product-name {
    color: var(--dj-ink);
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    text-wrap: pretty;
    transition: color 0.25s ease;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dj-home .product-desc_info h6 .product-name:hover {
    color: var(--dj-gold-deep) !important;
}

.dj-home .price-box .new-price {
    color: var(--dj-wine);
    font-size: 18px;
    font-weight: 800;
}

.dj-home .price-box .old-price {
    color: #a99c90;
}

.dj-home .rating-star {
    color: #d9d0c4;
}

.dj-home .rating-star--filled {
    color: var(--dj-gold);
}

.dj-home .hiraola-product_slider .slick-arrow,
.dj-home .hiraola-product-tab_slider-2 .slick-arrow,
.dj-home .hiraola-product-tab_slider-3 .slick-arrow {
    position: absolute;
    top: -82px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dj-line);
    background: #ffffff;
    color: var(--dj-ink);
    box-shadow: 0 12px 26px rgba(33, 27, 24, 0.12);
    transition: all 0.3s ease;
}

.dj-home .hiraola-product_slider .slick-prev,
.dj-home .hiraola-product-tab_slider-2 .slick-prev,
.dj-home .hiraola-product-tab_slider-3 .slick-prev {
    right: 44px;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.dj-home .hiraola-product_slider .slick-next,
.dj-home .hiraola-product-tab_slider-2 .slick-next,
.dj-home .hiraola-product-tab_slider-3 .slick-next {
    right: 0;
    border-radius: 0 4px 4px 0;
}

.dj-home .hiraola-product_slider .slick-arrow:hover,
.dj-home .hiraola-product-tab_slider-2 .slick-arrow:hover,
.dj-home .hiraola-product-tab_slider-3 .slick-arrow:hover {
    border-color: var(--dj-gold);
    background: var(--dj-gold);
    color: #ffffff;
}

/* Admin banners */
.dj-home .static-banner_area {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.dj-home .static-banner_area .col-lg-12 {
    min-height: 460px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--dj-emerald);
    box-shadow: var(--dj-lift-shadow);
}

.dj-home .static-banner_area .static-banner-image {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 460px !important;
}

.dj-home .static-banner_area .static-banner-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.dj-home .static-banner_area .static-banner-image::before {
    background:
        linear-gradient(90deg, rgba(16, 63, 53, 0.9) 0%, rgba(16, 63, 53, 0.58) 48%, rgba(16, 63, 53, 0.1) 100%),
        linear-gradient(0deg, rgba(91, 31, 45, 0.22), rgba(91, 31, 45, 0)) !important;
}

.dj-home .static-banner_area .static-banner-content {
    max-width: 650px;
    padding-right: 28px;
    padding-left: clamp(28px, 6vw, 86px);
}

.dj-home .static-banner-content p,
.dj-home .static-banner-content h2,
.dj-home .static-banner-content h3,
.dj-home .static-banner-content .schedule {
    color: #ffffff !important;
}

.dj-home .static-banner-content p span {
    color: #f4d890 !important;
}

.dj-home .static-banner-content h2 {
    font-size: clamp(34px, 4.4vw, 64px) !important;
    letter-spacing: 0 !important;
}

.dj-home .static-banner-content h3 {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: clamp(18px, 2.3vw, 30px) !important;
}

.dj-home .hiraola-banner_area-2 {
    padding-top: 88px;
    background: linear-gradient(180deg, #ffffff, var(--dj-pearl));
}

.dj-home .hiraola-banner_area-2 .banner-item {
    overflow: hidden;
    border: 1px solid rgba(233, 221, 204, 0.82);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(33, 27, 24, 0.11);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dj-home .hiraola-banner_area-2 .banner-item:hover {
    box-shadow: 0 28px 58px rgba(33, 27, 24, 0.16);
    transform: translateY(-4px);
}

.dj-home .hiraola-banner_area-2 .banner-item img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.dj-home .dj-home-banner-grid--two .banner-item img {
    aspect-ratio: 16 / 8.4;
}

.dj-home .dj-home-banner-grid--three .banner-item img {
    aspect-ratio: 4 / 4.6;
}

.dj-home .hiraola-banner_area-2 .banner-item:hover img {
    transform: scale(1.045);
}

.dj-home .hiraola-banner_area-2 .banner-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dj-home .hiraola-banner_area-2 .banner-item a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(18, 15, 12, 0.02) 18%, rgba(18, 15, 12, 0.56) 100%),
        linear-gradient(90deg, rgba(16, 63, 53, 0.4), rgba(91, 31, 45, 0));
    opacity: 0.86;
    transition: opacity 0.25s ease;
}

.dj-home .hiraola-banner_area-2 .banner-item:hover a::after {
    opacity: 1;
}

.dj-home .banner-item__content {
    position: absolute;
    right: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 34px);
    left: clamp(18px, 3vw, 34px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    transform: translateY(8px);
    transition: transform 0.25s ease;
}

.dj-home .banner-item:hover .banner-item__content {
    transform: translateY(0);
}

.dj-home .banner-item__eyebrow {
    margin-bottom: 8px;
    color: #f4d890;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.dj-home .banner-item__content strong {
    max-width: 520px;
    color: #ffffff;
    font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 800;
    line-height: 1.08;
}

.dj-home .dj-home-banner-grid--three .banner-item__content strong {
    font-size: clamp(20px, 1.8vw, 28px);
}

.dj-home .banner-item__cta {
    margin-top: 14px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dj-home .banner-item__cta::after {
    content: "";
    width: 36px;
    height: 1px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background: currentColor;
}

@media (max-width: 991px) {
    .dj-home .hiraola-shipping_area-2 {
        margin-top: 0;
        padding-top: 28px;
    }

    .dj-home .hiraola-shipping_area .shipping-nav .shipping-item {
        border-bottom: 1px solid var(--dj-line);
    }

    .dj-home .hiraola-shipping_area .shipping-nav [class*="col"]:nth-child(2n) .shipping-item {
        border-right: 0;
    }

    .dj-home .home-section {
        padding-top: 68px;
    }

    .dj-home .home-category-edit__inner,
    .dj-home .home-atelier-strip__inner {
        grid-template-columns: 1fr;
    }

    .dj-home .home-category-edit__inner::before {
        display: none;
    }

    .dj-home .home-category-edit__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dj-home .home-atelier-strip__points {
        grid-template-columns: repeat(3, minmax(210px, 1fr));
    }
}

@media (max-width: 767px) {
    .dj-home .page-fluid-container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .dj-home .main-slider .single-slide {
        min-height: 560px;
    }

    .dj-home .hiraola-slider_area-2 .slider-content {
        max-width: none;
        padding: 26px 24px 28px;
    }

    .dj-home .hiraola-shipping_area .shipping-nav .shipping-item {
        min-height: 96px;
        padding: 20px;
        border-right: 0;
    }

    .dj-home .home-category-edit {
        padding-top: 34px;
    }

    .dj-home .home-category-edit__inner {
        gap: 22px;
        padding: 24px 0;
    }

    .dj-home .home-category-edit__links,
    .dj-home .product-tab > ul.product-menu {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .dj-home .home-category-edit__links::-webkit-scrollbar,
    .dj-home .product-tab > ul.product-menu::-webkit-scrollbar {
        display: none;
    }

    .dj-home .home-category-edit__links a {
        min-width: 230px;
    }

    .dj-home .home-atelier-strip__inner {
        padding: 28px 0;
    }

    .dj-home .home-atelier-strip__points {
        grid-template-columns: 1fr;
    }

    .dj-home .home-atelier-strip__points > div {
        min-height: 0;
    }

    .dj-home .product-tab > ul.product-menu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
    }

    .dj-home .product-tab > ul.product-menu > li > a {
        min-width: 180px;
        min-height: 52px;
        padding: 0 16px !important;
        white-space: nowrap;
    }

    .dj-home .hiraola-product_slider .slick-list,
    .dj-home .hiraola-product-tab_slider-2 .slick-list,
    .dj-home .hiraola-product-tab_slider-3 .slick-list {
        margin: -4px -4px -12px;
        padding: 4px 0 12px;
    }

    .dj-home .hiraola-product_slider .slide-item,
    .dj-home .hiraola-product-tab_slider-2 .slide-item,
    .dj-home .hiraola-product-tab_slider-3 .slide-item {
        padding: 0 4px;
    }

    .dj-home .static-banner_area .col-lg-12,
    .dj-home .static-banner_area .static-banner-image {
        min-height: 360px !important;
    }

    .dj-home .static-banner_area .static-banner-content {
        top: auto !important;
        bottom: 28px;
        transform: none !important;
    }

    .dj-home .hiraola-banner_area-2 .banner-item img {
        min-height: 260px;
    }
}

@media (max-width: 575px) {
    .dj-home .page-fluid-container {
        padding-right: 6px;
        padding-left: 6px;
    }

    .dj-home .home-section {
        padding-top: 58px;
        padding-bottom: 18px;
    }

    .dj-home .home-category-edit {
        padding-bottom: 30px;
    }

    .dj-home .home-category-edit__copy h2,
    .dj-home .home-atelier-strip__copy h2 {
        font-size: 29px;
    }

    .dj-home .home-category-edit__copy p {
        font-size: 14px;
    }

    .dj-home .home-category-edit__links a {
        min-height: 96px;
        min-width: 214px;
        padding: 18px 16px;
    }

    .dj-home .home-category-edit__arrow {
        width: 30px;
        height: 30px;
    }

    .dj-home .home-atelier-strip {
        padding: 26px 0 40px;
    }

    .dj-home .home-atelier-strip__points > div {
        padding: 22px 18px;
    }

    .dj-home .home-section-title,
    .dj-home .hiraola-tab_title.home-section-title {
        margin-bottom: 30px;
    }

    .dj-home .home-section-title span {
        font-size: 10px;
        letter-spacing: 0.15em;
    }

    .dj-home .home-section-title span::before,
    .dj-home .home-section-title span::after {
        width: 18px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .dj-home .product-tab {
        margin-bottom: 18px !important;
    }

    .dj-home .product-tab > ul.product-menu {
        gap: 6px;
        margin-bottom: 14px;
    }

    .dj-home .product-tab > ul.product-menu > li > a {
        min-width: 172px;
        min-height: 48px;
        padding: 0 14px !important;
        font-size: 11px;
    }

    .dj-home .hiraola-product_slider .slick-list,
    .dj-home .hiraola-product-tab_slider-2 .slick-list,
    .dj-home .hiraola-product-tab_slider-3 .slick-list {
        margin: -2px -1px -10px;
        padding: 2px 0 10px;
    }

    .dj-home .hiraola-product_slider .slide-item,
    .dj-home .hiraola-product-tab_slider-2 .slide-item,
    .dj-home .hiraola-product-tab_slider-3 .slide-item {
        padding: 0 1px;
    }

    .dj-home .single_product {
        display: flex;
        flex-direction: column;
        height: auto !important;
        border-radius: 8px;
        box-shadow: 0 12px 26px rgba(33, 27, 24, 0.08);
    }

    .dj-home .single_product:hover {
        border-color: rgba(233, 221, 204, 0.94);
        box-shadow: 0 12px 26px rgba(33, 27, 24, 0.08);
        transform: none;
    }

    .dj-home .single_product .hiraola-product_content {
        flex: 1 1 auto;
        padding: 12px 12px 13px !important;
    }

    .dj-home .single_product .product-desc_info {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "title title"
            "price wish"
            "rating rating";
        row-gap: 8px;
        align-items: center;
    }

    .dj-home .product-desc_info h6 {
        grid-area: title;
        min-height: 2.65em !important;
        margin-bottom: 0 !important;
    }

    .dj-home .product-desc_info h6 .product-name {
        font-size: 13.5px;
        line-height: 1.32;
    }

    .dj-home .product-desc_info .price-box {
        grid-area: price;
        display: flex !important;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 6px;
        margin: 0;
    }

    .dj-home .price-box .new-price {
        font-size: 15px;
        line-height: 1.1;
    }

    .dj-home .price-box .old-price {
        margin-left: 0;
        font-size: 12px;
    }

    .dj-home .additional-add_action {
        grid-area: wish;
        display: flex !important;
        align-items: center;
        justify-self: end;
        float: none !important;
        margin: 0;
        padding: 0;
    }

    .dj-home .additional-add_action > ul {
        display: flex;
        align-items: center;
        line-height: 1;
    }

    .dj-home .additional-add_action > ul > li > a {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(233, 221, 204, 0.96);
        border-radius: 50%;
        background: var(--dj-pearl);
        color: var(--dj-muted);
        box-shadow: 0 6px 14px rgba(33, 27, 24, 0.06);
    }

    .dj-home .additional-add_action > ul > li > a > i {
        font-size: 16px;
    }

    .dj-home .rating-box {
        grid-area: rating;
        margin: 0;
        padding-bottom: 0 !important;
        line-height: 1;
    }

    .dj-home .rating-box > ul {
        display: flex;
        align-items: center;
        gap: 1px;
    }

    .dj-home .rating-box > ul > li > i {
        font-size: 10px;
    }

    .dj-home .single_product .product-img {
        height: 192px;
        background: linear-gradient(180deg, #f8f1e5 0%, #fffaf3 100%);
    }

    .dj-home .single_product .product-img::after {
        opacity: 1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(33, 27, 24, 0.02) 52%, rgba(33, 27, 24, 0.12));
    }

    .dj-home .single_product .product-img .sticker,
    .dj-home .single_product .product-img .sticker-2 {
        top: 10px;
        left: 10px;
        min-width: 44px;
        height: 24px;
        padding: 0 10px;
        line-height: 24px;
        font-size: 10px;
    }

    .dj-home .single_product .product-img .add-actions {
        display: none;
    }

    .dj-home .static-banner_area {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }

    .dj-home .static-banner_area .col-lg-12,
    .dj-home .static-banner_area .static-banner-image {
        min-height: 390px !important;
    }

    .dj-home .static-banner_area .static-banner-content {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .dj-home .static-banner-content h2 {
        font-size: 32px !important;
    }

    .dj-home .static-banner-content h3 {
        font-size: 18px !important;
    }

    .dj-home .hiraola-banner_area-2 {
        padding-top: 54px;
    }
}
