/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #1C2B1A;
    --secondary: #C9A84C;
    --theme-color: #0F1E0D;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #F5F5F2;
    overflow-x: hidden;
    height: 100%;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--secondary);
}

/* PRELOADER */

/* main Banner Css Start */

.mainBanner {
    position: relative;
    overflow: hidden;
    height: 768px;
    display: flex;
    align-items: center;
    background: var(--theme-color) url('/cdn/shop/files/banner_14.png?v=1782515094') center/cover no-repeat;
}

.mainBanner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,18,9,.72) 0%, rgba(10,18,9,0) 100%);
    z-index: 1;
}

/* Keep all content above the overlay */
.mainBanner .container,
.mainBanner .placeholdr {
    z-index: 2;
}

.placeholdr {
    color: var(--white);
    font-size: 0.6875rem;
    font-weight: 500;
    position: absolute;
    bottom: 2.5rem;
    left: 16%;
    opacity: 50%;
    margin: 0;
}

.bannerContent h1 {
    color: var(--white);
    font-size: 2.875rem;
    font-weight: bold;
    margin: 0;
}

.bannerContent h1 span {
    color: var(--secondary);
}

.bannerContent p {
    font-size: 1.0625rem;
    opacity: 88%;
    color: #F5EDD8;
    width: 80%;
    margin: 1.375rem 0;
}

.bannerContent .btn-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn1 {
    font-size: 0.875rem;
    color: #0A1209;
    font-weight: bold;
    background: var(--secondary);
    display: inline-block;
    padding: 0.8125rem 2.11em;
    letter-spacing: 0.5px;
}

.btn1:hover,
.btn2:hover {
    background: var(--primary);
    color: var(--white);
}

.btn2 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.5px;
    border: 1.5px solid var(--white);
    border-radius: 2px;
    padding: 0.875rem 2.06em;
}

.bannerContent small {
    font-size: 0.75rem;
    color: #F5EDD8;
    opacity: 75%;
    font-weight: 500;
    margin-top: 1.375rem;
    display: block;
}

.bannerImage {
    position: relative;
}

.banBox {
    position: absolute;
    bottom: 0;
    right: 15%;
    background: rgb(10 18 9 / 72%);
    border: 1px solid var(--secondary);
    border-radius: 10px;
    padding: 1.25rem 1.25rem;
    text-align: left;
    width: 200px;
}

.banBox ul li {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.banBox small {
    font-size: 1.375rem;
}

.banBox h5 {
    color: #F5EDD8;
    display: grid;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
}

.banBox h5 span {
    font-size: 0.6875rem;
    font-weight: 400;
    opacity: 70%;
}

.banBox ul li+li {
    margin-top: 0.875rem;
}

/* main Banner Css End */

/* Trust Sec Css Start */

.trustSec {
    background: var(--primary);
    padding: 1.67rem 0;
}

.trustHeading {
    display: flex;
    align-items: end;
    gap: 1.125rem;
}

.trustHeading h2 {
    color: var(--secondary);
    font-size: 2.875rem;
    font-weight: bold;
    margin: 0;
}

.trustHeading h3 {
    display: grid;
    margin: 0;
    line-height: 1.75;
}

.trustHeading ul {
    display: flex;
    gap: 4px;
}

.trustHeading ul li {
    color: var(--secondary);
    font-size: 0.75rem;
}

.trustHeading small {
    color: #F5EDD8;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 80%;
    font-family: 'Inter';
}

.trustWraps {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trustWraps small {
    background: var(--secondary);
    color: #0A1209;
    font-size: 0.875rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    display: grid;
    place-items: center;
}

.trustWraps h3 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #F5EDD8;
    font-family: 'Inter';
    display: grid;
    line-height: 1.75;
}

.trustWraps h3 span {
    font-size: 0.6875rem;
    font-weight: 400;
    opacity: 70%;
}

.trustGroup {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
}

.trustBtn {
    text-align: right;
}

.trustBtn a {
    color: var(--secondary);
    font-weight: 600;
    font-size: 0.8125rem;
    display: inline-block;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    padding: 0.625rem 1.5em;
}

.trustBtn a i {
    padding-right: 6px;
}

.trustBtn a:hover {
    background: var(--white);
    color: var(--black);
}

/* Trust Sec Css End */

/* Review Sec Css Start */

.reviewSec {
    padding: 5rem 0;
    background:#F5F5F2;
}

.reviewBox {
    border: 1px solid #E5E5DF;
    border-radius: 10px;
    background: var(--white);
    padding: 1.375rem 1.375rem;
}

.reviewWraps {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.reviewWraps span {
    font-size: 0.875rem;
    font-weight: bold;
    background: #7C9A6B;
    color: var(--white);
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    display: grid;
    place-items: center;
}

.reviewWraps h4 {
    margin: 0;
    display: grid;
    font-size: 0.875rem;
    font-weight: bold;
    color: #0F1E0D;
}

.reviewWraps h4 small {
    font-size: 0.6875rem;
    color: #7A7A72;
}

.reviewBox ul {
    display: flex;
    margin: 0.875rem 0;
    gap: 4px;
}

.reviewBox ul li {
    color: #C9A84C;
    font-size: 0.75rem;
}

.reviewBox h5 {
    color: #1C2B1A;
    font-size: 0.6875rem;
    font-weight: 600;
    margin: 0;
    background: #F5F5F2;
    border-radius: 4px;
    width: fit-content;
    padding: 4px 0.625rem;
}

.reviewBox p {
    font-size: 0.8125rem;
    color: #4A4A44;
    margin: 0.875rem 0;
}

.reviewBox h6 {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #5C8A4A;
}

/* Review Sec Css End */

/* Customer Sec Css Start */

.customerSec {
    padding: 0.625rem 0 2.5rem 0;
    background:#F5F5F2;
}

.customerSec h4 {
    font-size: 0.8125rem;
    font-weight: bold;
    color: #0F1E0D;
    margin-bottom: 0.75rem;
}

.customerPhotos {
    display: flex;
    justify-content: space-between;
}

.customerPhotos figure {
    background: #2E3D29;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.customerPhotos figure img {
    transition: 0.5s ease;
}

.customerPhotos figure:hover img {
    transform: scale(1.15);
}

.shippingWraps {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 1.75rem;
}

.shippingBox {
    border: 1px solid #E5E5DF;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    gap: 0.75rem;
}

.shippingBox small {
    font-size: 2.075rem;
}

.shippingBox h4 {
    margin: 0;
    display: grid;
    font-size: 1.1125rem;
    font-weight: bold;
    color: #0F1E0D;
    line-height: 1.75;
}

.shippingBox h4 span {
    font-size: 0.825rem;
    color: #7A7A72;
    font-weight: 400;
}

/* Customer Sec Css End */

/* Lion Sec Css Start */

.lionSec {
    padding: 4.375rem 0;
    background:#F5F5F2;
}

.lionHeading span {
    font-size: 0.8125rem;
    font-weight: bold;
    color: var(--secondary);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.625rem;
}

.lionHeading h2 {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 2.375rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.lionHeading p {
    color: #5A5A52;
}

.lionBox {
    border: 1px solid #E8E8E2;
    background: var(--white);
    border-radius: 10px;
    padding: 1.5rem 1.5rem;
    margin-top: 1.25rem;
}

.lionBox figure {
    background: var(--primary);
    width: 52px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 8px;
    font-size: 1.55rem;
}

.lionBox h4 {
    font-size: 1.1625rem;
    font-weight: bold;
    color: var(--theme-color);
    margin: 0.875rem 0;
}

.lionBox p {
    color: #5A5A52;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.lionBox a {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--secondary);
    text-transform: capitalize;
}

/* Lion Sec Css End */

/* Sale Sec Css Start */

.saleSec {
    background: var(--primary);
    padding: 1.875rem 0;
}

.saleContent h2 {
    color: #F5EDD8;
    font-size: 1.875rem;
    font-weight: bold;
    width: 80%;
    line-height: 1.5;
    margin: 0;
}

.saleContent p {
    font-size: 0.9375rem;
    color: #F5EDD8;
    opacity: 80%;
    width: 80%;
    line-height: 1.75;
    margin: 1rem 0;
}

.saleList ul li {
    color: #F5EDD8;
    font-size: 0.9375rem;
    font-weight: 500;
}

.saleList ul li i {
    color: var(--secondary);
    padding-right: 0.75rem;
}

.saleList ul li+li {
    margin-top: 1rem;
}

.saleList {
    width: 67%;
    margin-left: auto;
}

/* Sale Sec Css End */

/* Counter Sec Css Start */

.counterSec {
    padding: 2.5rem 0 1.875rem 0;
    background: #F8F8F6;
}

.counterWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.counterBox h2 {
    color: var(--secondary);
    font-size: 2.625rem;
    font-weight: bold;
}

.counterBox span {
    font-weight: 500;
    font-size: 0.875rem;
    color: #5A5A52;
}

.counterSec:before,
.counterSec:after {
    content: "";
    position: absolute;
    background: #E0E0DA;
    width: 1px;
    height: 152px;
    top: 0;
    left: 39%;
}

.counterSec:after {
    left: 62%;
}

/* Counter Sec Css End */

/* Shop Sec Css Start */

.shopSec {
    padding: 4.6875rem 0;
    background:#F5F5F2;
}

.shopSec h2 {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #9A6B2F;
    font-family: "Inter", sans-serif;
}

.shopBox {
    border-radius: 12px;
    border: 1px solid #E5E5DF;
    background: var(--white);
    margin-top: 1.125rem;
    padding: 3.125rem 1.875rem;
    box-shadow: 0 12px 32px 0 rgb(0 0 0 / 12%);
}

.shopBox h4 {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--secondary);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}

.shopOne ul li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.shopOne ul li small {
    font-size: 1.25rem;
}

.shopOne ul li h5 {
    display: grid;
    margin: 0;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 0.875rem;
}

.shopOne ul li h5 span {
    font-size: 0.6875rem;
    color: #8A8A82;
    font-weight: 400;
}

.shopOne ul li+li {
    margin-top: 1.125rem;
}

.shopTwo ul li a {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 0.875rem;
}

.shopTwo ul li a i {
    padding-right: 10px;
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: bold;
}

.shopTwo ul li+li {
    margin-top: 8px;
}

.shopTwo,
.shopThree,
.shopFour {
    border-left: 1px solid #ECECE6;
    padding-left: 1rem;
}

.findBox {
    background: #F5F5F2;
    border-radius: 8px;
    padding: 1rem 1rem;
    margin-bottom: 0.875rem;
}

.findBox h5 {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--theme-color);
    margin: 0;
}

.findBox p {
    font-size: 0.6875rem;
    color: #8A8A82;
    margin: 6px 0;
}

.findBox a {
    font-size: 0.75rem;
    border-radius: 2px;
    padding: 8px 1.2em;
}

.callBox {
    background: var(--primary);
    border-radius: 8px;
    padding: 1rem 1rem;
}

.callBox h5 {
    color: #F5EDD8;
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 6px;
}

.callBox a {
    font-weight: bold;
    color: var(--secondary);
}

.shopFour figure {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.shopFour figure small {
    position: absolute;
    left: 0.75rem;
    color: #0A1209;
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: var(--secondary);
    border-radius: 4px;
    padding: 4px 0.625rem;
    top: 0.75rem;
}

.shopFour figure img {
    width: 100%;
}

.shopFour h6 {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--theme-color);
    margin: 0.75rem 0;
    line-height: 1;
}

.shopFour p {
    font-size: 0.6875rem;
    color: #8A8A82;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.shopFour a {
    font-size: 0.75rem;
    background: var(--theme-color);
    color: var(--white);
    border-radius: 2px;
    padding: 0.6875rem 1.5em;
}

/* Shop Sec Css End */

/* News Letter Sec Css Start */

.newsletterSec {
    background: var(--secondary);
    padding: 2.5rem 0;
}

.newsletterContent h2 {
    color: #0A1209;
    font-size: 1.625rem;
    font-weight: bold;
    text-transform: capitalize;
}

.newsletterContent p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0A1209;
    opacity: 80%;
}

.newsForm {
    display: flex;
    align-items: center;
    justify-content: end;
}

.newsForm input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-radius: 4px 0 0 4px;
    height: 48px;
    width: 280px;
    background: var(--white);
    padding-left: 1.125rem;
    font-size: 0.875rem;
    color: #9A9A92;
}

.newsForm input::placeholder {
    color: #9A9A92;
}

.newsForm button {
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #F5EDD8;
    border: unset;
    background: #0A1209;
    border-radius: 0 4px 4px 0;
    padding: 0.891rem 2em;
}

.newsForm button:hover {
    background: var(--primary);
    color: var(--white);
}

/* News Letter Sec Css End */

/* Footer Css Start */

footer {
    background: var(--theme-color);
    padding-top: 3.125rem;
}

.footerLogo p {
    font-size: 0.8125rem;
    color: #F5EDD8;
    opacity: 70%;
    margin: 1.875rem 0 1rem 0;
    line-height: 1.75;
}

.callListing li a {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #F5EDD8;
    opacity: 85%;
    display: block;
    margin-bottom: 0.875rem;
}

.callListing li a i {
    font-size: 1rem;
    padding-right: 8px;
}

.socialLinks {
    display: flex;
    gap: 0.625rem;
}

.socialLinks li a {
    background: var(--primary);
    width: 38px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--secondary);
    font-size: 0.875rem;
}

.footLinks h4 {
    color: var(--secondary);
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.footLinks ul li a {
    color: #F5EDD8;
    opacity: 78%;
    font-size: 0.8125rem;
    display: block;
}

.footLinks ul li+li {
    margin-top: 0.875rem;
}

.footShipping {
    display: flex;
    justify-content: center;
    background: #162814;
    padding: 1.25rem 0;
    margin-top: 3.125rem;
    gap: 1.5rem;
}

.footShipping li {
    color: #F5EDD8;
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 90%;
}

.footShipping li+li {
    border-left: 1px solid #3A4A33;
    padding-left: 1.5rem;
}

.paymentCard {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin: 1.125rem 0;
}

.paymentCard li a {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #F5EDD8;
    opacity: 85%;
    background: #1C2B1A;
    border-radius: 4px;
    padding: 8px 1.4em;
    display: block;
}

.copyRights {
    background: #0A1209;
    padding: 1.25rem 0;
}

.copyRights p,
.copyRights ul li a {
    margin: 0;
    font-size: 0.75rem;
    color: #F5EDD8;
    opacity: 60%;
}

.copyRights ul {
    display: flex;
    justify-content: right;
    gap: 1.25rem;
}

/* Footer Css End */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    outline: unset;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}

/* !SEARCH BAR CSS */


span.free-ship {
    display: block;
    position: absolute;
    background: #d0aa7d;
    padding: 5px 8px;
    left: 250px !important;
    top: 6px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    width: fit-content;
    height: auto;
}


.card--media .card__inner .card__content {
    height: auto;
}