:root {
    --panel-radius: 6px;
--main-color: #8b8a6c;
  --main-color-2: #69614e;
}

.aura-about-page h2, .aura-about-page h1 {
color: #8b8a6c;
}


/* Fonts & global typography */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Lato:wght@300;400;700;900&display=swap');



body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}

.heading-box .heading {
    font-weight: 300;
}

@media (min-width: 1200px) {
    .heading-box .heading {
        font-size: 70px;
    }
}


/* Header */

.main-header .search-box {
    display: none !important;
}

.main-header .main-nav .menu-list .nav-link {
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
}

.main-header .main-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header .top-bar {
    display: none;
}


    .main-header .main-bar {
        background: #8B8A6C;
    }



/* Homepage – includer slider */

.home-page .includer-slider-box .banner-col {
    display: none;
}

.home-page .includer-slider-box .col-lg-8 {
    width: 100%;
}

.home-page .includer-slider-box .main-slider .carousel-item img {
    transform: scale(1);
    transition: transform 0.3s linear;
    object-fit: unset;
}

.includer-slider-box .row {
    display: none;
}

@media (max-width: 767.98px) {
    .home-page .includer-slider-box .main-slider .carousel-item img {
        aspect-ratio: unset;
        width: 100%;
        object-fit: cover;
    }
}


/* Homepage – benefits & categories */

.home-page .top-categories .category-item .title {
    font-weight: 400;
    font-size: 16px;
}

.home-page .benefit-box .img-box {
    background: #D6C8AE;
}

.home-page .benefit-box .title {
    text-transform: unset;
    font-size: 22px;
    font-weight: 600;
}

.home-page .benefit-box p {
    line-height: 1.5;
    font-size: 14px;
    color: #111;
    font-weight: 300;
}

.home-page .benefit-box .info-box {
    flex: 1;
}


/* Product listing (cards) */

.product-main-item {
    padding-bottom: 40px;
}

.product-main-item .img-box {
    padding: 0;
    border-radius: var(--panel-radius);
    overflow: hidden;
    height: auto;
    aspect-ratio: 1/1.1;
}

.product-main-item .img-box a img {
    object-fit: cover;
}

.product-main-item::after,
.product-main-item::before {
    all: unset;
}

.product-main-item:hover {
    box-shadow: none !important;
}

.product-main-item .info-box {
    padding: 0;
    margin-top: 15px;
}

.product-main-item .btn-box {
    height: auto;
    bottom: 0;
}

.product-main-item .btn-box a {
    display: flex;
}

.product-main-item .price {
    font-weight: 400;
}

.product-main-item .title {
    font-weight: 300;
    margin-bottom: 0;
}

.product-main-item .stock {
    font-weight: 400;
}

.product-main-item .btn {
    font-size: 14px;
}

.product-main-item .btn i {
    font-size: 14px;
}


/* Product page – gallery / slider */

.product-page .gallery-box {
    padding: 0;
}

.product-page .gallery-box .product-slider {
    overflow: hidden;
}

.product-page .gallery-box .product-slider .lslide img {
    object-fit: cover;
}

.product-page .gallery-box .lSSlideWrapper {
    border-radius: 25px;
    overflow: hidden;
}

.product-page .gallery-box .lSPager li a {
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: none;
}

.product-page .gallery-box .lSPager li a img {
    object-fit: cover;
}

.product-page .gallery-box .lSAction a {
    border-radius: 5px;
}


/* Footer */

.main-footer,
.main-footer .copyright {
    background: #2D2E22;
    color: #d4d5c6;
    font-weight: 300;
}

.main-footer p {
    max-width: 350px;
    text-align: justify;
}

.main-footer .footer-heading-box {
    margin-bottom: 25px;
}

.main-footer ul li {
    padding-bottom: 5px;
}

.main-footer a,
.main-footer .copyright a {
    color: #d4d5c6 !important;
    font-weight: 300 !important;
}

.main-footer .copyright .container {
    padding-top: 25px;
    padding-bottom: 25px;
    border-color: rgba(255,255,255,0.07)
}


/* Grid / utilities */

@media (min-width: 1400px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}





@media (min-width: 1200px) {
    .product-page .main-info .heading-box .heading {
        font-size: 40px;
    }
    
    
}

.product-page .product-main-info .stock-price-info-box .stock {
    font-weight: 400;
    font-size: 16px;
}

.product-page .main-info {
    padding-top: 0;
}

.tabinator-content {
    font-weight: 300;
}



.product-page .gallery-box .ribbon-list li span {
    font-weight: 400;
}

.product-page .product-main-info .product-desc {
    font-weight: 300;
}

.tabinator-content {
    background: #fdfcf9;
}

.product-page .product-main-info .stock-price-info-box .price {

    font-weight: 600;
    color: #BEC5A4;

}

.tabinator .tabinator-item {
    font-weight: 300;
    background: #fff;
    padding: 10px 24px;
    border-radius: 4px;
}

.tabinator .tabinator-item.active {
    color: #fff;
    background: var(--main-color);
    font-weight: 400;
}

.newsletter-box {
    display: none;
}

.category-sidebar .filter-box.cat-list-box .cat-list li > a {
    font-size: 16px;
    font-weight: 300;
}

.main-header.sticky .main-nav .menu-list .nav-link {
    font-size: 13px;
    font-weight: 300;
}

.main-header.sticky .navbar-brand img {
    width: 100px;
}

@media (min-width: 992px) {
    .main-header.sticky .bottom-bar {
        display: block;
    }
    
    .main-header.sticky .main-bar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

nav.path {
    padding: 10px 0;
    border-bottom: none;
}

.path i {
    display: none;
}

.category-page .sort-box {
    background: #fff;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
  
}

.category-page .sort-box .count-box strong {
    font-weight: 500;
    color: #69614E;
}

nav.path ul li .final-path {
    font-weight: 500;
    color: #69614E;
}

.category-sidebar .filter-box .head .title {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
}

.filter-box {
    border: none;
}

.category-sidebar .filter-box .head {
    padding: 15px;
    display: flex;
    justify-content: flex-start !important;
}

.main-header .op-box .icon-layer {
  
    background: #2D2E22;
    
}

.main-header .main-bar .op-box li > a, .main-header .main-bar .op-box .dropdown > a {
    height: auto;
    padding: 5px 8px;
}

.main-header .main-bar .op-box > li, .main-header .main-bar .op-box > li >.dropdown {
    height: auto;
}

.main-header .main-bar .op-box {
 
    align-items: center;
    justify-content: flex-end;

}

.main-header .op-box .icon-layer .counter {
    background: #D6C8AE;
    color: #111;
}


.main-header .main-bar .op-box li a:hover {
    background: none;
}

.main-header .main-bar .op-box .small-title {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    display: none;

}


.article-section {
    background: transparent;
}

.article-item .img-box {
    height: auto;
    aspect-ratio: 16/12;
    border-radius: var(--panel-radius);
    overflow: hidden;
}


.article-item  {
    border-radius: 0 !important;
    border: none;
    position: relative;
}

.article-item:hover {
    box-shadow: none !important;
}

.article-item .info-box {
    padding: 0;
    padding-top: 5px;
}

.article-item .meta-data .category {
    display: inline-block;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.article-item .title {
    font-weight: 400;
    font-size: 17px;
    margin-top: 5px;
    min-height: unset;
    padding-bottom: 10px;
}

.article-item .excerpt {
    font-size: 14px !important;
    font-weight: 300 !important;
    display: block !important;
}

.article-item .meta-data {
    position: absolute;
top: 0;
left: 0;
    z-index: 3;
}

.article-item .btn {
    display: none;
}


.btn {
    font-weight: 500;
}

    .home-page .text-box .container .content p {
    font-weight: 300;
}

@media (min-width: 992px) {
    .home-page .text-box .container .content p {
    color: #555;
    font-weight: 300;
    font-size: 20px;
}
}








.aura-boxes {
    margin-top: 24px;
}

.aura-boxes .aura-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 3 / 2;             
    box-shadow: 0 8px 26px rgba(74, 63, 42, .14);
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.aura-boxes .aura-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(74, 63, 42, .22);
}

.aura-boxes .aura-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.aura-boxes .aura-box:hover img {
    transform: scale(1.06);
}

.aura-boxes .aura-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(60, 50, 35, .05);
    transition: background .3s ease;
}
.aura-boxes .aura-box:hover::after {
    background: rgba(60, 50, 35, .14);
}

.aura-boxes .aura-box-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    min-width: 62%;
    text-align: center;
    padding: 16px 22px;
    background: rgba(244, 239, 228, .94);  
    color: #5f5943;                        
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.35;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(74, 63, 42, .12);
}

.includer-slider-box .row {
display: block; }

@media (max-width: 767.98px) {
    .aura-boxes .aura-box       { aspect-ratio: 16 / 9; }
    .aura-boxes .aura-box-label { font-size: 13px; letter-spacing: 1px;
}
	:root {
			--send-main-color: #8b8a6c;
			--send-main-color-2: #69614e;
			--send-main-light-color: #f1ead8;
		}
	