/* =========================================
   HOMEPAGE - FULL WIDTH ASTRA CONTAINER
========================================= */

body.home .site-content > .ast-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* =========================================
   HOMEPAGE INNER CONTAINER
========================================= */

.home-container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================
   FULL WIDTH SECTIONS
========================================= */

.home-section-full {
    width: 100%;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/* =========================================
   HOME HERO SLIDER
========================================= */

.home-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
    background:#ffa;
}

.home-hero-slider {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.home-hero .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.home-hero .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-hero-slide {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.home-hero-slide img {
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}


/* =========================================
   NAVIGATION
========================================= */

.home-hero .swiper-button-prev,
.home-hero .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.45);

    color: #fff;
}

.home-hero .swiper-button-prev {
    left: 25px;
}

.home-hero .swiper-button-next {
    right: 25px;
}

.home-hero .swiper-button-prev::after,
.home-hero .swiper-button-next::after {
    font-size: 16px;
    font-weight: 600;
}


/* =========================================
   PAGINATION
========================================= */

.home-hero .swiper-pagination {
    bottom: 15px;
}

.home-hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.6;
}

.home-hero .swiper-pagination-bullet-active {
    opacity: 1;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .home-hero .swiper-button-prev,
    .home-hero .swiper-button-next {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }

    .home-hero .swiper-button-prev {
        left: 10px;
    }

    .home-hero .swiper-button-next {
        right: 10px;
    }

    .home-hero .swiper-button-prev::after,
    .home-hero .swiper-button-next::after {
        font-size: 12px;
    }

    .home-hero .swiper-pagination {
        bottom: 8px;
    }
}





.home-category-section {
    padding: 50px 0;
    background: #fff;
}

.home-category-heading {
    text-align: center;
    margin-bottom: 30px;
}

.home-category-heading h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.2;
}

.home-category-heading p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.home-category-slider {
    position: relative;
    padding: 0 45px;
}

.home-category-card {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.home-category-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 4px;
}

.home-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-category-card:hover .home-category-image img {
    transform: scale(1.05);
}

.home-category-card h3 {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.home-category-prev,
.home-category-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.home-category-prev::after,
.home-category-next::after {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {

    .home-category-section {
        padding: 35px 0;
    }

    .home-category-heading {
        margin-bottom: 20px;
    }

    .home-category-heading h2 {
        font-size: 26px;
    }

    .home-category-heading p {
        font-size: 14px;
    }

    .home-category-slider {
        padding: 0 35px;
    }

    .home-category-card h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .home-category-prev,
    .home-category-next {
        width: 32px;
        height: 32px;
    }

    .home-category-prev::after,
    .home-category-next::after {
        font-size: 13px;
    }
}





/* ========================================
   NEW ARRIVALS
======================================== */

.home-new-arrivals {
    padding: 70px 0;
    background: #ddd;
}

.home-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.section-eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-section-heading h2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.2;
}

.home-section-heading p {
    margin: 0;
    font-size: 16px;
    color: #666;
}


/* Slider */

.home-new-arrivals-slider {
    position: relative;
    padding: 0 45px;
}


/* Product Card */

.new-arrival-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.new-arrival-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Product Image */

.new-arrival-image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.new-arrival-image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.new-arrival-card:hover .new-arrival-image img {
    transform: scale(1.04);
}


.new-arrival-content {
    padding: 16px;
}

.new-arrival-title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.new-arrival-title a {
    color: inherit;
    text-decoration: none;
}


.new-arrival-rating {
    margin-bottom: 7px;
}

.new-arrival-rating .star-rating {
    float: none;
    margin: 0;
    font-size: 13px;
}


.new-arrival-price {
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
}

.new-arrival-price del {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
}

.new-arrival-price ins {
    text-decoration: none;
}


.new-arrival-cart {
    display: block;
    padding: 11px 15px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease;
    width:auto;
}

.new-arrival-cart:hover {
    background: transparent;
    color: #222;
}


.new-arrivals-prev,
.new-arrivals-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.new-arrivals-prev::after,
.new-arrivals-next::after {
    font-size: 15px;
    font-weight: 700;
}

.new-arrivals-view-all {
    margin-top: 35px;
    text-align: center;
}

.new-arrivals-view-all a {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.new-arrivals-view-all a:hover {
    background: #222;
    color: #fff;
}


.no-products-message {
    padding: 30px;
    text-align: center;
}


@media (max-width: 767px) {

    .home-new-arrivals {
        padding: 45px 0;
    }

    .home-section-heading {
        margin-bottom: 25px;
    }

    .home-section-heading h2 {
        font-size: 27px;
    }

    .home-section-heading p {
        font-size: 14px;
    }

    .home-new-arrivals-slider {
        padding: 0 32px;
    }

    .new-arrival-content {
        padding: 12px;
    }

    .new-arrival-title {
        font-size: 15px;
    }

    .new-arrival-price {
        font-size: 16px;
    }

    .new-arrival-cart {
        padding: 10px 8px;
        font-size: 13px;
    }

    .new-arrivals-prev,
    .new-arrivals-next {
        width: 30px;
        height: 30px;
    }

    .new-arrivals-prev::after,
    .new-arrivals-next::after {
        font-size: 12px;
    }

    .new-arrivals-view-all {
        margin-top: 25px;
    }
}






/* ========================================
   VISUAL COLLECTION BANNER
======================================== */

.home-collection-banner {
    padding: 20px 0 70px;
}

.collection-banner {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.collection-banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-banner-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: 50%;
    min-height: 500px;
    padding: 60px;
}

.collection-banner-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #bd7203;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
}

.collection-banner-content h2 {
    margin: 0 0 12px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color:#bd7203;
}

.collection-banner-content p {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.5;
    color:#fdfdfd;
}

.collection-banner-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 25px;

    background: #fff;
    color: #222;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.collection-banner-button span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.collection-banner-button:hover {
    background: #222;
    color: #fff;
}

.collection-banner-button:hover span {
    transform: translateX(4px);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .home-collection-banner {
        padding: 10px 0 45px;
    }

    .collection-banner {
        min-height: 520px;
        border-radius: 6px;
    }

    .collection-banner > img {
        object-position: center;
    }

    .collection-banner-content {
        justify-content: flex-end;
        width: 100%;
        min-height: 520px;
        padding: 30px 25px;
    }

    .collection-banner-content h2 {
        font-size: 32px;
    }

    .collection-banner-content p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .collection-banner-eyebrow {
        font-size: 10px;
    }

}





/* ========================================
   BEST SELLERS
======================================== */
.home-best-sellers {
    padding: 70px 0;
    background: #f8f8f8;
}

.home-best-sellers .home-section-heading {
    margin-bottom: 35px;
}

.home-best-sellers-slider {
    position: relative;
    padding: 0 45px;
}

.best-seller-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-seller-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.best-seller-image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.best-seller-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.best-seller-card:hover .best-seller-image img {
    transform: scale(1.04);
}

.best-seller-content {
    padding: 16px;
}

.best-seller-title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.best-seller-title a {
    color: inherit;
    text-decoration: none;
}

.best-seller-rating {
    margin-bottom: 7px;
}

.best-seller-rating .star-rating {
    float: none;
    margin: 0;
    font-size: 13px;
}

.best-seller-price {
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
}

.best-seller-price del {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
}

.best-seller-price ins {
    text-decoration: none;
}

.best-seller-cart {
    display: block;
    width: auto;
    padding: 11px 15px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.best-seller-cart:hover {
    background: transparent;
    color: #222;
}

.best-sellers-prev,
.best-sellers-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.best-sellers-prev::after,
.best-sellers-next::after {
    font-size: 15px;
    font-weight: 700;
}

.best-sellers-view-all {
    margin-top: 35px;
    text-align: center;
}

.best-sellers-view-all a {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.best-sellers-view-all a:hover {
    background: #222;
    color: #fff;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .home-best-sellers {
        padding: 45px 0;
    }

    .home-best-sellers .home-section-heading {
        margin-bottom: 25px;
    }

    .home-best-sellers-slider {
        padding: 0 32px;
    }

    .best-seller-content {
        padding: 12px;
    }

    .best-seller-title {
        font-size: 15px;
    }

    .best-seller-price {
        font-size: 16px;
    }

    .best-seller-cart {
        padding: 10px 8px;
        font-size: 13px;
    }

    .best-sellers-prev,
    .best-sellers-next {
        width: 30px;
        height: 30px;
    }

    .best-sellers-prev::after,
    .best-sellers-next::after {
        font-size: 12px;
    }

    .best-sellers-view-all {
        margin-top: 25px;
    }
}




/* ========================================
   WHY JON MARKER
======================================== */

.why-jon-marker {
    padding: 55px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.why-jon-marker-heading {
    text-align: center;
    margin-bottom: 35px;
}

.why-jon-marker-heading .section-eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.why-jon-marker-heading h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
}

.why-jon-marker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.why-jon-marker-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 25px;
    border-right: 1px solid #e8e8e8;
}

.why-jon-marker-item:last-child {
    border-right: 0;
}

.why-jon-marker-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-jon-marker-icon svg {
    width: 42px;
    height: 42px;
}

.why-jon-marker-content h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.why-jon-marker-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .why-jon-marker-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .why-jon-marker-item:nth-child(2) {
        border-right: 0;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 575px) {

    .why-jon-marker {
        padding: 40px 0;
    }

    .why-jon-marker-heading {
        margin-bottom: 25px;
    }

    .why-jon-marker-heading h2 {
        font-size: 23px;
    }

    .why-jon-marker-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .why-jon-marker-item {
        justify-content: flex-start;
        padding: 18px 10px;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .why-jon-marker-item:last-child {
        border-bottom: 0;
    }

    .why-jon-marker-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .why-jon-marker-icon svg {
        width: 36px;
        height: 36px;
    }

    .why-jon-marker-content h3 {
        font-size: 15px;
    }

    .why-jon-marker-content p {
        font-size: 12px;
    }

}





/* ========================================
   JON MARKER ABOUT / SEO CONTENT
======================================== */

.jon-marker-about {
    padding: 80px 0;
    background: #fff;
}

.jon-marker-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 70px;
}

.jon-marker-about-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f7f7;
}

.jon-marker-about-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}


.jon-marker-about-content {
    max-width: 680px;
}

.jon-marker-about-content .section-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jon-marker-about-content h2 {
    margin: 0 0 22px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.jon-marker-about-content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.75;
    color: #555;
}

.jon-marker-about-content p:last-of-type {
    margin-bottom: 25px;
}

.jon-marker-about-content p a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.jon-marker-about-content p a:hover {
    opacity: 0.7;
}


.jon-marker-about-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 25px;

    background: #222;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.jon-marker-about-button span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.jon-marker-about-button:hover {
    background: #444;
    color: #fff;
}

.jon-marker-about-button:hover span {
    transform: translateX(4px);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .jon-marker-about {
        padding: 65px 0;
    }

    .jon-marker-about-grid {
        gap: 45px;
        grid-template-columns: 1fr 1fr;
    }
    
    .jon-marker-about-content{
        padding:15px;
    }

    .jon-marker-about-content h2 {
        font-size: 30px;
    }

    .jon-marker-about-content p {
        font-size: 14px;
        line-height: 1.7;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .jon-marker-about {
        padding: 50px 0;
    }

    .jon-marker-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .jon-marker-about-image {
        max-width: 600px;
        margin: 0 auto;
    }

    .jon-marker-about-content {
        max-width: 100%;
    }

    .jon-marker-about-content h2 {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .jon-marker-about-content p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.7;
    }

    .jon-marker-about-button {
        padding: 12px 22px;
        font-size: 13px;
    }

}





/* ========================================
   JON MARKER FINAL CTA
======================================== */

.jon-marker-final-cta {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.jon-marker-final-cta-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.jon-marker-final-cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .jon-marker-final-cta-image img {
        object-position: center;
    }
}