/* Outfit Font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');
/* Feather Icons */
@import url('../font/feather-icons/dist/feather-icons.css');



/* Start By Default Reset */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

:root {
    /* Color Code Define */
    --bluedark: #200468;
    --purple: #81219E;
    --pink: #EF2871;
    --red: #F63C25;
    --offWhite: #F4F5F8;
    --white: #ffffff;
    --black: #13041D;
    --heading-1: #111111;
    --heading-2: #222222;
    --heading-3: #333333;
    --heading-4: #444444;
    --heading-5: #555555;
    --heading-6: #666666;
    --font-color-1: #5E6271;
    --font-color-2: #0F2137;
    --font-color-94: #949494;
    --font-color-3F: #3F3F3F;
    --font-color-4F: #4F4F4F;
}



body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--heading-3);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--heading-4);
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
    line-height: 2;
    color: #333;
    font-size: 16px;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #152A3D;
    text-decoration: none;

}

.btn-banner:hover {
    color: #fff;
}

/* Container */


button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: var(--bluedark);
    color: var(--white);
    text-shadow: none
}

.owl-carousel {
    z-index: 0 !important;
}

.default-btn {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bluedark);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    column-gap: 10px;
    transition: 0.5s;
}

.default-btn:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.section-heading p {
    color: var(--heading-3);
    font-size: 14px;
}

.section-heading span {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background-color: var(--font-color-94);
    height: 4px;
    width: 25px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bluedark);
    opacity: 1;
    width: 40px;
    transition: 0.5s;
}

/* End By Default Reset */


/* Start Header */
.main-header {
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
}

.main-header .top-navbar {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.main-header .top-navbar .logo {}

.main-header .top-navbar .logo img {
    height: 70px;
    width: auto;
}

.main-header .top-navbar .support-intro {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.main-header .top-navbar .support-intro li {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}

.main-header .top-navbar .support-intro li i {
    color: #444;
    font-size: 20px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
    font-size: 14px;
    color: #4A4B4A;
    line-height: 1.2;
    margin-bottom: 0;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
    color: inherit;
    display: grid;
    font-weight: 700;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
    font-weight: 500;
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
}

.main-header .nav-bar .nav-bar-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 40px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav>li>a {
    margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {
    color: var(--bluedark);
}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* .menu-item-has-children>a::before {
    content: "";
} */

.menu-item-has-children>a+.sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    border-radius: 10px;
    min-width: 250px;
    z-index: 2;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
}

.menu-item-has-children>a+.sub-menu::before {
    position: absolute;
    left: 25px;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
}

.menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1;
    margin: 6px 12px;
}

.menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: 10px 15px;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    color: var(--heading-6);
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    border-radius: 4px;
}

.menu-item-has-children>a+.sub-menu .menu-item a:hover {
    background-color: var(--bluedark);
    color: var(--white);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-header {
    display: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    border-bottom: 2px solid var(--pink) !important;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    border-bottom: 2px solid var(--secondary-color)
}

.sticky-header .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.sticky-header .main-box .logo img {
    max-width: 200px;
}

/* End Header */



/* start footer section  */
#footer {
    position: relative;
    background: #efefef;
}

#footer .footer-text {
    color: #233645;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-header {
    border-bottom: 2px dashed var(--pink);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#footer .footer-header .social-link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 20px;
}

#footer .footer-header .social-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#footer .footer-header .social-link ul li a {
    box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 20%);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pink);
    font-size: 20px;
}

#footer .footer-header .social-link h6 {
    color: #233645;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#footer .footer-content {
    padding: 50px 0;
}

#footer .footer-content .f-logo img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

#footer .footer-bottom {
    background-color: var(--bluedark);
    text-align: center;
    padding: 10px 0;
}

#footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

#footer .quick-links ul li a {
    color: var(--matte-black);
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .quick-links ul li {
    margin-bottom: 10px;
}

#footer .contact-links ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

#footer .contact-links ul li i {
    position: absolute;
    left: 0;
    /* top: 5px; */
    color: var(--pink);
    font-size: 20px;
}

#footer .contact-links ul li a {
    color: var(--matte-black);
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .contact-links ul li a span {
    font-weight: 600;
    color: #5E6271;
}

#footer p {
    font-size: 14px;
}

/* End footer section  */


.home-banner .banner-content {
    height: 650px;
}


.home-banner .banner-content span {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.home-banner .banner-content h1 {
    color: var(--bluedark);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.home-banner .banner-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.btn-banner {
    background-color: var(--bluedark);
    border: 2px solid var(--bluedark);
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    font-weight: 700;
}

.btn-banner:last-child {
    background-color: transparent;
    color: var(--bluedark);
}

.home-banner {}

.home-banner .banner-img {
    justify-content: end;
    display: flex;
}

.home-banner .banner-img img {
    width: 85%;
}

.home-banner .banner-content span::before,
.home-banner .banner-content span::after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background-color: #000;
}

.whychoose {
    padding: 80px 0;
}

.whychoose-box {
    background: #E5EFFC;

}

.whychoose .whychoose-box {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.whychoose .whychoose-box:hover {
    background: var(--bluedark) !important;
    color: #fff;
}

.whychoose .whychoose-box:hover p,
.whychoose .whychoose-box:hover .head-box h3 {
    color: #fff;
}

.whychoose .whychoose-box:hover .head-box .icon {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.whychoose .whychoose-box .head-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.whychoose .whychoose-box .head-box .icon {
    width: 50px;
    margin-right: 10px;
}

.whychoose .whychoose-box .head-box {
    display: flex;
    align-items: center;
}

.whychoose .whychoose-box .head-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000D44;
    margin-bottom: 0;
}

.whychoose .row .col-md-3:nth-child(2) .whychoose-box {
    background: var(--bluedark);
}

.whychoose .row .col-md-3:nth-child(2) .whychoose-box h3,
.whychoose .row .col-md-3:nth-child(2) .whychoose-box p,
.whychoose .row .col-md-3:nth-child(4) .whychoose-box p,
.whychoose .row .col-md-3:nth-child(4) .whychoose-box h3 {
    color: #fff;
}

.whychoose .row .col-md-3:nth-child(2) .whychoose-box .icon,
.whychoose .row .col-md-3:nth-child(4) .whychoose-box .icon {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.whychoose .row .col-md-3:nth-child(3) .whychoose-box {
    background: #E0F1FE;
}

.whychoose .row .col-md-3:nth-child(4) .whychoose-box {
    background: var(--bluedark);
}

.whychoose .whychoose-box .content {
    text-align: center;
}

.our-advantage {
    padding: 80px 0;
}

.our-advantage .items-advantage {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.our-advantage .items-advantage:nth-child(2) {
    margin-left: auto;
}

.our-advantage .items-advantage:last-child {
    margin: 0;
}

.our-advantage .items-advantage .icon {
    width: 55px;
    height: 55px;
}

.our-advantage .items-advantage .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-advantage .items-advantage .content {
    width: calc(100% - 55px);
    padding-left: 15px;
}

.our-advantage .items-advantage .content h4 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1.5;
}

.our-advantage .items-advantage .content p {
    margin: 0;
    font-size: 15px;
}

.section-inner-content .title {
    display: flex;
    justify-content: start;
    font-size: 16px;
    align-items: center;
    color: var(--bluedark);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    gap: 10px;
}

.section-inner-content .title::before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background-color: var(--bluedark);
}

.section-inner-content .heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-text);
    margin-bottom: 10px;
}

.our-advantage-image {
    justify-content: end;
    display: flex;
}

.our-advantage-image img {
    width: 100%;
}

.our-advantage .btn-banner {
    background-color: var(--bluedark);
    color: #fff;
    margin-top: 20px;
}

.product-category {
    padding: 80px 0;
    background: #e0f1fe;
}

.product-category .section-inner-content span {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    color: var(--bluedark);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    justify-content: center;
    margin-bottom: 10px;
}

.product-category .section-inner-content span::before,
.product-category .section-inner-content span::after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background-color: var(--bluedark);
}

.product-category .custom-category-grid img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    margin: auto;
    display: flex;
    background-image: url(https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/craftwork/range_bg.png);
    padding: 30px;
    background-size: 260px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    transition: .3s linear;
    position: relative;
}

.product-category .category-item {
    background-color: #ffffff;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.product-category .custom-category-grid h3 {
    text-align: center;
    margin-top: 5px;
    color: #000;
}

.nav-bar .nav-bar-links .default-btn i {
    font-size: 26px;
}

:root {
    --primary-color: #D83344;
    --text-color: #333333;
    --background-color: #f5f5f7;
    --card-background: #ffffff;
}

.cont {
    max-width: 400px;
    margin: 2rem auto;
}

.product-card {
    margin: 10px 0 !important;
    background-color: var(--card-background);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__info {
    padding: 20px;
}

.product-card__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-color);
}

.product-card__description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.product-card__price-row {
    flex-wrap: wrap;
    gap: 10px;
}

.product-card__price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}

.product-card__btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-card__btn:hover {
    background-color: #C71729;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

@media (max-width: 480px) {
    .cont {
        max-width: 100%;
        padding: 0 20px;
    }

    .product-card__image {
        height: 250px;
    }

    .product-card__title {
        font-size: 14px;
        font-weight: 500;
    }

    .product-card__description {
        font-size: 0.8rem;
    }

    .product-card__price {
        font-size: 1.1rem;
    }

    .product-card__btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

.products-section {
    padding: 80px 0;
    background-color: #eaecff;
}


#Section9 {
    position: relative;
    background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/best-seller02.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

#Section9 {
    padding: 80px 0;
    padding-bottom: 60px;
}

#Section9 .img-craftwork {
    background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/icon_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    padding: 20px;
    background-size: 150px;
}

#Section9 .item-icon {
    width: 20%;
}

#Section9 .img-craftwork img {
    border-radius: 0;
    width: 100px;
    padding: 15px;
}

#Section9 .item-icon h4 {
    font-family: 'Playfair Display', serif;
    color: #333;
    margin-top: 10px;
}

/* === Section Background === */
.mainCart-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f7f7fa 0%, #ececf2 100%);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #333;
}

/* === Table Container === */
.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    /* white background for product table */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.wc-block-cart-items thead {
    background: #200468;
    /* your brand color */
    color: #fff;
}

.wc-block-cart-items th {
    text-align: left;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .3px;
}

.wc-block-cart-items tbody tr {
    border-bottom: 1px solid #eee;
    transition: background .3s;
}

.wc-block-cart-items tbody tr:hover {
    background: #f9f9f9;
}

.wc-block-cart-items__row td {
    padding: 20px 15px;
    vertical-align: middle;
}

/* === Product image === */
.wc-block-cart-item__image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: transform .3s;
}

.wc-block-cart-item__image img:hover {
    transform: scale(1.05);
}

/* === Product name & price === */
.wc-block-components-product-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
    text-decoration: none;
}

.wc-block-components-product-name:hover {
    color: #200468;
    /* brand hover */
}

.wc-block-cart-item__prices .price {
    font-size: 14px;
    color: #666;
}

/* === Quantity selector === */
.wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 8px;
}

.wc-block-components-quantity-selector__input {
    width: 45px;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    background: #fff;
}

.wc-block-components-quantity-selector__button {
    background: #f5f5f5;
    border: none;
    width: 36px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    transition: background .3s;
}

.wc-block-components-quantity-selector__button:hover:not([disabled]) {
    background: #200468;
    /* brand */
    color: #fff;
}

.wc-block-cart-item__remove-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #e63946;
    background: none;
    border: none;
    cursor: pointer;
    transition: color .3s;
}

.wc-block-cart-item__remove-link:hover {
    color: #b91d2c;
}

/* === Total column === */
.wc-block-cart-item__total .price {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

/* === Sidebar (Cart totals) === */
.wc-block-cart__sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #200468;
    /* brand border */
    padding-bottom: 8px;
}

.wc-block-components-totals-item__label {
    font-size: 14px;
    color: #555;
}

.wc-block-components-totals-item__value {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* === Checkout button === */
.wc-block-cart__submit-button {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #200468 0%, #3a0cb0 100%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 16px 20px;
    border-radius: 8px;
    transition: transform .2s, box-shadow .3s;
}

.wc-block-cart__submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.wc-block-cart__main .wc-block-cart-items {
    background-color: #fff !important;
}

.wc-block-cart__main .wc-block-cart-items {
    margin-bottom: 0 !important;
}

.wc-block-cart__main .wc-block-cart-items th {
    text-align: center !important;
    padding-left: 30px !important;
}

.wc-block-cart__submit-button:hover {
    color: #fff;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-size: 16px !important;
}

.wc-block-components-formatted-money-amount {
    font-size: 16px;
}

.wc-block-components-form #shipping-option {
    display: none;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--bluedark) !important;
}

.wp-block-woocommerce-checkout {
    margin-top: 40px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fff;
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: #fff !important;
    padding: 20px !important;
}


.wc-block-components-product-name {
    font-size: 18px !important;
    margin-bottom: 6px !important;
}

.wc-block-components-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
    background: var(--bluedark) !important;
}

/* === Responsive === */
@media (max-width: 768px) {
    .wc-block-cart-items thead {
        display: none;
    }

    .wc-block-cart-items__row {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .wc-block-cart-items__row td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 10px;
    }

    .wc-block-cart-item__image {
        flex: 0 0 80px;
    }

    .wc-block-cart-item__product {
        flex: 1;
        padding-left: 10px;
    }

    .wc-block-cart-item__total {
        flex: 0 0 80px;
        text-align: right;
    }

    .wc-block-cart__sidebar {
        margin-top: 20px;
    }
}




/* === Container & Layout === */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px auto;
    padding: 40px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #fff;
}

/* === Gallery Left === */
.single-product .woocommerce-product-gallery {
    flex: 1 1 45%;
    text-align: center;
}

.single-product .woocommerce-product-gallery img {
    max-width: 100%;
    border-radius: 12px;
    transition: transform .3s ease;
}

.single-product .woocommerce-product-gallery img:hover {
    transform: scale(1.04);
}

.single-product .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.single-product .flex-control-thumbs img {
    border-radius: 8px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: all .3s ease;
}

.single-product .flex-control-thumbs img:hover,
.single-product .flex-control-thumbs img.flex-active {
    border-color: #1D3557;
}

/* === Summary Right === */
.single-product .summary.entry-summary {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product .product_title {
    font-size: 36px;
    font-weight: 700;
    color: #200468;
}

.single-product .price {
    font-size: 28px;
    font-weight: 700;
    color: #E63946;
}

.single-product .price del {
    font-size: 20px;
    color: #999;
    margin-right: 8px;
}

.single-product .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 24px;
}


.single-product .woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}

.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product .woocommerce-product-details__short-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-top: 10px;
}

/* === Add to Cart === */
.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.single-product form.cart .quantity input.qty {
    width: 70px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.single-product .single_add_to_cart_button {
    background-color: #1D3557;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s ease;
}

.single-product .single_add_to_cart_button:hover {
    background-color: #457B9D;
}

/* === Meta === */
.single-product .product_meta {
    font-size: 14px;
    color: #777;
}

/* === Tabs (Description / Reviews) === */
.single-product .woocommerce-tabs {
    margin-top: 50px;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    border-bottom: 2px solid #eee;
    gap: 15px;
}

.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 20px;
    background: #f7f7f7;
    color: #333;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    transition: all .3s ease;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
    background: #1D3557;
    color: #fff;
}

.single-product .woocommerce-Tabs-panel {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 0 0 12px 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* === Reviews === */
.single-product .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product .comment_container {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.single-product .comment_container img.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.single-product .comment_container .comment-text {
    flex: 1;
}

.single-product .comment_container .meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.single-product .comment_container .description {
    font-size: 15px;
    color: #333;
}

/* === Responsive === */
@media (max-width: 991px) {
    .single-product .product {
        flex-direction: column;
        padding: 30px 20px;
    }
}

/* === Gallery Left === */
.single-product .woocommerce-product-gallery {
    flex: 1 1 45%;
    text-align: center;
}

.single-product .woocommerce-product-gallery img {
    max-width: 100%;
    max-height: 400px;
    /* 🔹 Limit the height */
    object-fit: contain;
    /* 🔹 Keeps aspect ratio inside limited height */
    border-radius: 12px;
    transition: transform .3s ease;
}

.single-product .woocommerce-product-gallery img:hover {
    transform: scale(1.04);
}

.single-product .woocommerce-tabs {
    display: none;
}

.woocommerce div.product div.images img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.single-product .product {
    justify-content: center !important;
    gap: 20px !important;
}

/* === Product Description Section === */
.woocommerce-product-details__short-description {
    background-color: #ececec;
    /* subtle background */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: #555;
}

/* Paragraphs */
.woocommerce-product-details__short-description p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

/* Headings inside description (like How to Use:) */
.woocommerce-product-details__short-description p:first-letter {
    font-weight: 600;
}

/* Styling for UL / LI lists */
.woocommerce-product-details__short-description ul {
    margin: 15px 0;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    padding-left: 22px;
    font-weight: 500;
}

/* Custom bullet */
.woocommerce-product-details__short-description ul li::before {
    content: "✔";
    color: #1D3557;
    /* primary color for bullets */
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 1.2;
}

/* Optional: add spacing for sub-section headings */
.woocommerce-product-details__short-description p strong {
    font-weight: 600;
    color: #1D3557;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-product-details__short-description {
        padding: 20px 18px;
    }
}

.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 20px !important;
}

/* === WooCommerce Checkout Block Full Styling === */

/* Page background */
body.woocommerce-checkout {
    background-color: #f8f9fb;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.5;
}

/* Center container */
.wc-block-checkout {
    margin: 40px auto;
}

/* Step headers */
.wc-block-components-checkout-step__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Step containers (cards) */
.wc-block-components-checkout-step {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Input fields */
.wc-block-components-text-input input,
.wc-block-components-textarea textarea,
.wc-block-components-select select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fafafa;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.wc-block-components-text-input input:focus,
.wc-block-components-textarea textarea:focus,
.wc-block-components-select select:focus {
    border-color: #6a5acd;
    box-shadow: 0 0 0 3px rgba(106, 90, 205, 0.1);
    outline: none;
}

/* Labels */
.wc-block-components-checkout-step__heading,
.wc-block-components-text-input label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #555;
}

/* Buttons */
.wc-block-components-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
    display: inline-block;
    background: linear-gradient(90deg, #6a5acd, #836fff);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 8px;
    text-align: center;
    border: none;
    transition: background .2s ease, transform .2s ease;
}

.wc-block-components-button:hover,
.wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
    background: linear-gradient(90deg, #5c4dcf, #705aff);
    transform: translateY(-2px);
}

/* Order summary card */
.wc-block-components-order-summary {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Table styling */
.wc-block-components-order-summary-table th,
.wc-block-components-order-summary-table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.wc-block-components-order-summary-table th {
    font-weight: 600;
}

/* Coupon code box */
.wc-block-components-checkout-step__coupon-fields input {
    border-radius: 8px 0 0 8px;
}

.wc-block-components-checkout-step__coupon-fields button {
    border-radius: 0 8px 8px 0;
    background: #6a5acd;
    color: #fff;
}

/* Payment methods */
.wc-block-components-payment-methods li {
    background: #f9f9f9;
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    transition: border-color .2s ease;
}

.wc-block-components-payment-methods li:hover {
    border-color: #6a5acd;
}

/* Place order button full width */
.wc-block-components-checkout-place-order-button {
    width: 100%;
    margin-top: 16px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .wc-block-checkout {
        margin: 20px auto;
    }

    .wc-block-components-checkout-step {
        padding: 16px;
    }
}

/* All items smaller by default */
.product-carousel .owl-item .product-card {
    transform: scale(0.8);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 1;
    opacity: 0.8;
}

/* Center active item larger */
.product-carousel .owl-item.active.center .product-card {
    transform: scale(1);
    z-index: 10;
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Optional: slightly bigger for adjacent items */
.product-carousel .owl-item.active:not(.center) .product-card {
    transform: scale(0.9);
    opacity: 0.9;
    z-index: 5;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    padding: 10px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--bluedark) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 12px;
}

.wc-block-components-checkout-step__description {
    font-size: 13px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    font-size: 13px;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    font-size: 14px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.wc-block-components-order-summary {
    padding: 16px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 18px !important;
    margin-top: 20px !important;
    color: #000 !important;
    color: var(--bluedark) !important;
}


/* 🔹 Shop Page Banner */
.woocommerce-products-header {
    background: var(--bluedark);
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.woocommerce-products-header__title {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

/* 🔹 Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.woocommerce-breadcrumb a {
    color: #4b3621;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* 🔹 Sorting & Result Count */
.woocommerce-result-count {
    font-size: 15px;
    margin-bottom: 10px;
}

.woocommerce-ordering select {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* 🔹 Product Grid */
ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

/* 🔹 Product Card */
ul.products li.product {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* 🔹 Product Image */
ul.products li.product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 6px;
}

/* 🔹 Product Title */
ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    color: #333;
    min-height: 45px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* 🔹 Price */
ul.products li.product .price {
    color: #b88b4a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

/* 🔹 Add to Cart Button */
ul.products li.product .button {
    display: inline-block;
    background: #4b3621;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
}

ul.products li.product .button:hover {
    background: #b88b4a;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    padding: 10px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px;
}

.woocommerce ul.products li.product .button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 🔹 Main Cart Section */
.mainCart-section {
    background: #f8f7f5;
    /* light background */
    padding: 60px 0;
}

/* 🔹 Empty Cart Title */
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.with-empty-cart-icon {
    font-size: 2rem;
    font-weight: 700;
    color: #4b3621;
    text-align: center;
    margin-bottom: 15px;
}

/* 🔹 Separator Dots */
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots {
    width: 80px;
    margin: 20px auto;
    border-color: #b88b4a;
}

/* 🔹 "New in store" Title */
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.with-empty-cart-icon) {
    font-size: 1.8rem;
    text-align: center;
    color: #4b3621;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 🔹 Product Grid (New in Store) */
.wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

/* 🔹 Each Product Card */
.wc-block-grid__product {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wc-block-grid__product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* 🔹 Product Image */
.wc-block-grid__product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 6px;
}

/* 🔹 Product Title */
.wc-block-grid__product-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    min-height: 45px;
    margin-bottom: 10px;
}

/* 🔹 Product Price */
.wc-block-grid__product-price {
    color: #b88b4a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* 🔹 Add to Cart Button */
.wc-block-grid__product-add-to-cart .wp-block-button__link {
    display: inline-block;
    background: #4b3621;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    background: #b88b4a;
}

/* 🔹 Responsive */
@media (max-width: 767px) {
    .wp-block-woocommerce-empty-cart-block h2.wp-block-heading.with-empty-cart-icon {
        font-size: 1.6rem;
    }

    .wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.with-empty-cart-icon) {
        font-size: 1.4rem;
    }
}

.wc-block-grid__product.wc-block-grid__product {
    max-width: 100% !important;
}

.page-id-8 .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 16px;
    line-height: 26px;
}

.page-id-8 .woocommerce-Price-amount.amount {
    color: var(--primary-color);
}

.page-id-8 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* 🔹 Main Container */
.myAccount-section {
    background: #f8f7f5;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

/* 🔹 WooCommerce Container */
.myAccount-section .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* 🔹 Sidebar Navigation */
.myAccount-section .woocommerce-MyAccount-navigation {
    flex: 1 1 250px;
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.myAccount-section .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.myAccount-section .woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
}

.myAccount-section .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    color: #4b3621;
    text-decoration: none;
    transition: all 0.3s ease;
}

.myAccount-section .woocommerce-MyAccount-navigation li.is-active a,
.myAccount-section .woocommerce-MyAccount-navigation li a:hover {
    background: #b88b4a;
    color: #fff;
}

/* 🔹 Content Area */
.myAccount-section .woocommerce-MyAccount-content {
    flex: 3 1 700px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* 🔹 Welcome Text */
.myAccount-section .woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.myAccount-section .woocommerce-MyAccount-content p strong {
    color: #4b3621;
}

/* 🔹 Links in Content */
.myAccount-section .woocommerce-MyAccount-content p a {
    color: #b88b4a;
    text-decoration: none;
    font-weight: 600;
}

.myAccount-section .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
    color: #4b3621;
}

/* 🔹 Buttons */
.myAccount-section .woocommerce-MyAccount-content .button {
    background: #4b3621;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    transition: background 0.3s ease;
    margin-right: 10px;
}

.myAccount-section .woocommerce-MyAccount-content .button:hover {
    background: #b88b4a;
}

/* 🔹 Notices Wrapper */
.myAccount-section .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

/* 🔹 Responsive */
@media(max-width:991px) {
    .myAccount-section .woocommerce {
        flex-direction: column;
    }

    .myAccount-section .woocommerce-MyAccount-navigation {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .myAccount-section .woocommerce-MyAccount-content {
        flex: 1 1 100%;
    }
}

/* 🔹 Addresses Section Container */
.myAccount-section .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* 🔹 Each Address Column */
.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address {
    flex: 1 1 45%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* 🔹 Address Header */
.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-size: 18px;
    color: #4b3621;
    font-weight: 700;

}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    display: none !important;
}

.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
    font-size: 14px;
    color: #b88b4a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover {
    color: #4b3621;
}

/* 🔹 Address Content */
.myAccount-section .woocommerce-MyAccount-content .woocommerce-Address address {
    font-style: normal;
    color: #333;
    line-height: 1.7;
    font-size: 15px;
}

/* 🔹 Responsive */
@media(max-width: 991px) {
    .myAccount-section .woocommerce-MyAccount-content .woocommerce-Addresses {
        flex-direction: column;
    }

    .myAccount-section .woocommerce-MyAccount-content .woocommerce-Address {
        flex: 1 1 100%;
    }
}


/* Hide the default WooCommerce login form fields */
.woocommerce form.login p.form-row,
.woocommerce form.login label,
.woocommerce form.login input#username,
.woocommerce form.login input#password,
.woocommerce form.login .woocommerce-form-login__rememberme,
.woocommerce form.login button[type="submit"] {
    display: none !important;
}

/* Optional: hide the form heading 'Login' */
.woocommerce form.login h2 {
    display: none !important;
}

.latest-product {
    padding: 80px 0;
    background: #fff0f1;
}




.social-link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 20px
}

.social-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.social-link ul li img {
    width: 40px;
    height: 40px;
    max-width: 40px;
}

.social-link ul li a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    font-size: 20px
}

.social-link h6 {
    color: #233645;
    font-size: 14px;
    font-weight: 600
}

.gallery-section .galleryCard {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-section .galleryCard img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.gallery-section .galleryCard:hover img {
    transform: scale(1.05);
}

.gallery-section .galleryCard .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gallery-section .galleryCard:hover .overlayer {
    opacity: 1;
}

.gallery-section .overlayer i {
    color: #fff;
    font-size: 28px;
}

/* Make carousel items inline for smooth scroll */
.gallery-carousel .item {
    display: inline-block;
}

.gallery-section .owl-carousel .owl-stage {
    display: flex;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* adjust based on number of items */
}




.whatsapp-icon .btn-whatsapp-pulse {
    z-index: 111;
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 50px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
    }
}

.whatsapp-icon .btn-whatsapp-puls:hover {
    color: #ffff
}

/* Sticky Bottom Bar */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 9999;
}

/* Buttons */
.sticky-btn {
    flex: 1;
    margin: 0 5px;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* Shop Button */
.shop-btn {
    background: #d80001;
}

.shop-btn:hover {
    background: #e55a00;
}

/* Call Button */
.call-btn {
    background: #28a745;
    /* Green */
}

.call-btn:hover {
    background: #218838;
}

/* Icon Size */
.sticky-btn i {
    font-size: 20px;
}

/* Only show on mobile */
@media (min-width: 768px) {
    .sticky-bottom-bar {
        display: none;
    }
}

#footer .footer-content {
    background: #e0e0e0;
}

.mo-openid-app-icons a:nth-of-type(2) {
    display: none;
}


/* Main Login Section */
.woocommerce-form-login {
    background-color: #fff;
    max-width: 450px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.woocommerce-form-login h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.woocommerce-form-login .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.woocommerce-form-login .woocommerce-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Input Fields */
.woocommerce-form-login input[type="text"], 
.woocommerce-form-login input[type="password"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #555;
    background-color: #f7f9fc;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.woocommerce-form-login input[type="text"]:focus,
.woocommerce-form-login input[type="password"]:focus {
    border-color: #4e8eff;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(78, 142, 255, 0.5);
    outline: none;
}

/* Submit Button */
.woocommerce-form-login button[type="submit"] {
    background-color: #4e8eff;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

.woocommerce-form-login button[type="submit"]:hover {
    background-color: #3871d1;
}

.woocommerce-form-login button[type="submit"]:active {
    transform: scale(0.98);
}

/* Remember Me Checkbox */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.woocommerce-form-login .woocommerce-form__input-checkbox:checked {
    background-color: #4e8eff;
}

/* Lost Password */
.woocommerce-form-login .woocommerce-LostPassword a {
    font-size: 14px;
    color: #4e8eff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: #3871d1;
}

/* Social Login Button */
.woocommerce-form-login .mo-openid-app-icons {
    margin-top: 20px;
}

.woocommerce-form-login .mo-openid-app-icons p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.woocommerce-form-login .mo-openid-app-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4285F4;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.woocommerce-form-login .mo-openid-app-icons a:hover {
    background-color: #357ae8;
}

.woocommerce-form-login .mo-openid-app-icons a img {
    margin-right: 10px;
}

/* Footer link (lost password) */
.woocommerce-form-login .woocommerce-LostPassword {
    font-size: 14px;
    margin-top: 15px;
    color: #777;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-form-login {
        width: 90%;
        padding: 30px;
    }

    .woocommerce-form-login h2 {
        font-size: 24px;
    }

    .woocommerce-form-login input[type="text"], 
    .woocommerce-form-login input[type="password"],
    .woocommerce-form-login button[type="submit"] {
        font-size: 16px;
        padding: 12px;
    }

    .woocommerce-form-login .mo-openid-app-icons a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-form-login {
        width: 100%;
        padding: 20px;
    }

    .woocommerce-form-login h2 {
        font-size: 22px;
    }

    .woocommerce-form-login input[type="text"], 
    .woocommerce-form-login input[type="password"],
    .woocommerce-form-login button[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-form-login .mo-openid-app-icons a {
        font-size: 12px;
        padding: 8px 12px;
    }
}