/*
Theme Name: Flores - Bootstrap 5 Skincare products HTML CSS Template
Theme URI: https://templatejungle.com/
Author: TemplatesJungle
Author URI: https://templatejungle.com/
Description: Flores - Bootstrap 5 Skincare products HTML CSS Template is specially designed shop packaged for skincare products by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/

body {
    --heading-font: "Albert Sans", sans-serif;
    --swiper-theme-color: #8c907e;

    /* bootstrap */
    --bs-body-font-family: "Albert Sans", sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #6b6765;
    --bs-body-color-rgb: 1.6, 1.6, 1.6;
    --bs-body-bg-rgb: 247, 247, 247;
    --bs-body-bg: #f7f7f7;

    --bs-primary: #1d1d1d;
    --bs-secondary: #9e9e9e;
    --bs-blue: #485b54;
    --bs-info: #485b54;
    --bs-black: #000000;
    --bs-white: #fff;
    --bs-light: #e2e2e2;
    --bs-dark: #212529;
    --bs-gray: #9aa1a7;
    --bs-gray-dark: #6b6765;

    --bs-primary-rgb: 178, 133, 110;
    --bs-secondary-rgb: 234, 227, 223;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;

    --bs-link-color: #111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #111;
    --bs-link-hover-color-rgb: 178, 133, 110;

    --bs-border-color: #dad1cc !important;
    --bs-border-secondary-color: #dad1cc !important;
    --swiper-pagination-color: #485b54;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-bottom: 10px;
}

body {
    letter-spacing: 0.01rem;
    line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
    color: var(--bs-light);
}

h1,
h2,
h3 {
    margin: 15px 0;
}

h5,
h6 {
    letter-spacing: 0.5px;
}

/* Mobile-first Typography System */
h1,
.h1 {
    font-size: 1.8rem;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 1.1rem;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: 1rem;
    line-height: 1.4;
}

h6,
.h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}
border-green{
    border-color: #485b54;
}

/* Responsive font sizes for tablets and smaller */
@media screen and (max-width: 768px) {
    body {
        --bs-body-font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 1.6rem;
    }

    h2,
    .h2 {
        font-size: 1.4rem;
    }

    h3,
    .h3 {
        font-size: 1.2rem;
    }

    h4,
    .h4 {
        font-size: 1.05rem;
    }

    h5,
    .h5 {
        font-size: 0.95rem;
    }

    h6,
    .h6 {
        font-size: 0.8rem;
    }
}

/* SVG optimization for mobile devices */
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Ensure proper SVG rendering on high DPI displays */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {
    svg {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Improve touch targets on mobile */
@media screen and (max-width: 768px) {
    button, .btn, [role="button"] {
        min-height: 44px; /* Apple's recommended minimum touch target */
        min-width: 44px;
    }
    
    /* Ensure SVGs in buttons are properly sized */
    button svg, .btn svg {
        pointer-events: none;
        flex-shrink: 0;
    }
}

/* Responsive font sizes for mobile phones */
@media screen and (max-width: 480px) {
    body {
        --bs-body-font-size: 13px;
    }

    h1,
    .h1 {
        font-size: 1.4rem !important;
    }

    h2,
    .h2 {
        font-size: 1.25rem !important;
    }

    h3,
    .h3 {
        font-size: 1.1rem !important;
    }

    h4,
    .h4 {
        font-size: 1rem !important;
    }

    h5,
    .h5 {
        font-size: 0.9rem !important;
    }

    h6,
    .h6 {
        font-size: 0.8rem;
    }

    .navbar {
        font-size: 14px;
    }

    .btn {
        --bs-btn-padding-x: 0.875rem;
        --bs-btn-padding-y: 0.5rem;
        font-size: 14px;
    }
}

/* Desktop scaling (larger screens) */
@media screen and (min-width: 992px) {
    body {
        --bs-body-font-size: 15px;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
    }

    h2,
    .h2 {
        font-size: 1.875rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    h5,
    .h5 {
        font-size: 1.125rem;
    }

    h6,
    .h6 {
        font-size: 1rem;
    }
}

/* Large desktop scaling */
@media screen and (min-width: 1200px) {
    body {
        --bs-body-font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.625rem;
    }

    h4,
    .h4 {
        font-size: 1.375rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
    }

    h6,
    .h6 {
        font-size: 1.125rem;
    }
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--bs-primary);
}

input:focus {
    outline: none;
}

/* Font Family */
.heading-font {
    font-family: var(--heading-font);
}

.body-font {
    font-family: var(--bs-body-font-family);
}

/* container fluid */
.container-fluid {
    max-width: 1770px;
}

@media (min-width: 1600px) {

    .container,
    .container-lg {
        max-width: 1610px;
    }

    .container,
    .container-md {
        max-width: 1200px;
    }
}

.banner{
    height: 65vh;
}
  @media (max-width: 480px) {
.banner{   
    height: 30vh;
}
}

/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
    transition: all 0.5s ease-in;
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: var(--bs-body-font-family);
    --bs-btn-bg: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-light);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/* @media screen and (max-width: 980px) {
    .btn{
      --bs-btn-padding-x: 0.40rem;
      --bs-btn-padding-y: 0.1rem;
    }
  } */

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #eef1fa;
    --bs-btn-border-color: #eef1fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dbdee7;
    --bs-btn-hover-border-color: #dbdee7;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dbdee7;
    --bs-btn-active-border-color: #dbdee7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dbdee7;
    --bs-btn-disabled-border-color: #dbdee7;
}

.btn-outline-primary {
    --bs-btn-color: #485b54;
    --bs-btn-border-color: #485b54;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #485b54;
    --bs-btn-hover-border-color: #485b54;
    --bs-btn-focus-shadow-rgb: 72, 91, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #485b54;
    --bs-btn-active-border-color: #485b54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #485b54;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #485b54;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #485b54;
    --bs-btn-hover-border-color: #485b54;
    --bs-btn-focus-shadow-rgb: 72, 91, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #485b54;
    --bs-btn-active-border-color: #485b54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-outline-dark.btn-bg-primary {
    --bs-btn-bg: var(--bs-primary);
}

.btn-outline-gray {
    border: 1px solid var(--bs-secondary);
    background: transparent;
}

.btn-outline-gray:hover {
    background: var(--bs-secondary);
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2.8rem;
    --bs-btn-font-size: 1.25rem;
}

.btn.btn-shadow {
    box-shadow: 0px 6px 39px 0px rgba(91, 45, 42, 0.2);
}

.btn.btn-normal {
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-light);
    --bs-nav-link-active-color: var(--bs-light);
    --bs-navbar-active-color: var(--bs-light);
}

/* dropdown */
.dropdown-item.active,
.dropdown-item:active {
    color: var(--body-color);
    text-decoration: none;
    background-color: var(--tertiary-bg);
}

/* preloader */
.preloader {
    position: fixed;
    z-index: 99;
    background: var(--bs-dark);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
    height: 0;
}

/* navbar */
.navbar.fixed-top {
    transition: background-color 0.6s ease-out;
}

/* margin */
.my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-lg-8 {
    margin-top: 8.5rem !important;
    margin-bottom: 8rem !important;
}

.my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.my-lg-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
}

/* padding */
.py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-lg-8 {
    padding-top: 8.5rem !important;
    padding-bottom: 8rem !important;
}

.py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py-lg-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
}

/* - Background Color
  ------------------------------------------------------------- */
.bg-white-trans {
    --bs-bg-opacity: 0.6;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary {
    --bs-bg-opacity: 0.6;
    background-color: rgba(var(--bs-primary-rgb),
            var(--bs-bg-opacity)) !important;
}

/* - Text Color
  ------------------------------------------------------------- */
.text-gray-dark {
    color: var(--bs-gray-dark);
}

/* - Border Radius
  ------------------------------------------------------------- */
.rounded-6 {
    border-radius: 3rem;
}

.rounded-top-right {
    border-top-right-radius: 30px;
}

.rounded-bottom-right {
    border-bottom-right-radius: 30px;
}

.rounded-top-left {
    border-top-left-radius: 30px;
}

.rounded-bottom-left {
    border-bottom-left-radius: 30px;
}

/* - Svg Color
  ------------------------------------------------------------- */
.svg-primary {
    fill: var(--bs-primary);
    color: var(--bs-primary);
}

.svg-secondary {
    fill: var(--bs-secondary);
    color: var(--bs-secondary);
}

.svg-white {
    fill: var(--bs-light);
    color: var(--bs-light);
}

.svg-blue {
    color: var(--bs-blue);
}

.svg-yellow {
    color: #f9c35a;
}

/* - circle-pattern
  ------------------------------------------------------------*/
.circle-pattern::after {
    position: absolute;
    content: "";
    background-color: var(--bs-secondary);
    top: -48px;
    right: 42%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: -1;
}

/* - Bg Overlay
  ------------------------------------------------------------*/
.bg-overlay .overlay-item {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.7s ease-in-out;
    cursor: pointer;
}

.bg-overlay .image-holder:hover .overlay-item {
    opacity: 1;
    /* background-color: rgba(209, 207, 207, 0.6); */
    background-color: rgba(31, 31, 31, 0.6);
    border-radius: 1rem;
}

/* - Search Bar
  ------------------------------------------------------------- */
.search-box {
    /* background: var(--bs-light); */
    height: 0px;
    transition: height 0.3s ease-out;
}

.search-box.active {
    height: 90px;
}

.close-button {
    top: 20px;
    right: 120px;
    cursor: pointer;
    z-index: 9;
}

.search-box input.search-input {
    width: 50%;
    height: 30px;
    min-width: 420px;
    border-radius: 80px;
}

.search-box .search-wrap svg {
    color: var(--bs-primary);
}

.search-box svg.search {
    margin-left: -50px;
}

/* - Header
  ------------------------------------------------------------- */
.navbar {
    font-family: var(--bs-body-font-family);
    font-size: 18px;
    color: var(--bs-black);
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: var(--bs-primary);
}

.navbar .offcanvas.show a.nav-link {
    font-size: 2rem;
}

/* Underline effect for nav links */

a.nav-link {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

a.nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    /* left: 50%; */
    position: absolute;
    /* background: black; */
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    /* width: 0; */
}

a.nav-link:hover:after {
    width: 70%;
    left: 0;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}

/* - product section
  ------------------------------------------------------------- */

.underline-btn {
    display: inline-block;
    position: relative;
    color: #0087ca;
    text-decoration: none;
}

.underline-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 3px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.underline-btn:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* - Display Header
  ------------------------------------------------------------- */
@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem;
        line-height: 1.1;
    }

    .display-2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .display-6 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

/* Display classes for tablets */
@media (min-width: 768px) and (max-width: 1199px) {
    .display-1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .display-2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .display-6 {
        font-size: 1.3rem;
        line-height: 1.3;
    }
}

/* Display classes for mobile */
@media (max-width: 767px) {
    .display-1 {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    .display-2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .display-6 {
        font-size: 1.1rem;
        line-height: 1.3;
    }
}

/* - Trending Products
  ------------------------------------------------------------- */
.product-item .cart-button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.product-item .image-holder:before:hover {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}



.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

/* - Testimonials
  ------------------------------------------------------------- */
.testimonials .heading-font {
    line-height: 1.4em;
}

.review-swiper .swiper-arrow-wrap {
    right: 0;
    left: 0;
}

.review-swiper .swiper-arrow svg {
    color: var(--bs-gray);
}

.swiper-arrow-prev:hover,
.swiper-arrow-next:hover {
    color: #000;
    --bs-border-color: var(--bs-black);
}

.swiper-arrow-prev:hover svg,
.swiper-arrow-next:hover svg {
    fill: #fff;
}

/* Active state: similar to hover but more pronounced if needed */
.swiper-arrow-prev:active,
.swiper-arrow-next:active {
    color: #333;
    /* Darker black on active */
    border-color: #333;
    --bs-border-color: var(--bs-black);
}

/* - Product Carousel
  ------------------------------------------------------------- */

.swiper-arrow-left:hover,
.swiper-arrow-right:hover {
    color: #000;
    --bs-border-color: var(--bs-black);
}

.swiper-arrow-left:hover svg,
.swiper-arrow-right:hover svg {
    fill: #fff;
}

/* Active state: similar to hover but more pronounced if needed */
.swiper-arrow-left:active,
.swiper-arrow-right:active {
    color: #333;
    /* Darker black on active */
    border-color: #333;
    --bs-border-color: var(--bs-black);
}

/* - best-selling Carousel
  ------------------------------------------------------------- */

.swiper-best-arrow-left:hover,
.swiper-best-arrow-right:hover {
    color: #000;
    --bs-border-color: var(--bs-black);
}

.swiper-best-arrow-left:hover svg,
.swiper-best-arrow-right:hover svg {
    fill: #fff;
}

/* Active state: similar to hover but more pronounced if needed */
.swiper-best-arrow-left:active,
.swiper-best-arrow-right:active {
    color: #333;
    /* Darker black on active */
    border-color: #333;
    --bs-border-color: var(--bs-black);
}

/* Swiper slide height fix for equal height product cards */
.swiper-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.swiper-wrapper {
    align-items: stretch !important;
}

/* Mobile Swiper slide adjustments */
@media (max-width: 768px) {
    .swiper-slide {
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .swiper-wrapper {
        align-items: stretch !important;
    }
}

/* - Service
  ------------------------------------------------------------- */
@media screen and (min-width: 800px) {
    #services .service-details {
        height: 80vh;
        background-image: url(../images/Features.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

/* - Subscribe
  ------------------------------------------------------------- */
.subscribe-content svg.send {
    top: 40px;
    right: 0;
}

/* - Instagram
  ------------------------------------------------------------- */
#instagram-wrap .image-holder:hover .insta-item {
    border-radius: 22px;
}

/* - Footer
  ------------------------------------------------------------- */
.social-links li a:hover {
    background-color: #eef1fa;
    color: var(--bs-primary);
}

/*--------------------------------------------------------------
  Blog page style start
  --------------------------------------------------------------*/

/* ------ Pagination ------*/
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-body-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: 0;
    --bs-pagination-hover-color: var(--bs-light);
    --bs-pagination-hover-bg: var(--bs-primary);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-light);
    --bs-pagination-focus-bg: var(--bs-primary);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--bs-light);
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: var(--bs-primary-color);
    --bs-pagination-disabled-bg: var(--bs-primary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

/*--------------------------------------------------------------
  Single Product page style start
  --------------------------------------------------------------*/

.nav-tabs .nav-item {
    transition: all 0.1s ease-in;
    border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid var(--bs-primary);
    transition: all 0.1s ease-in;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--bs-primary);
    isolation: isolate;
    border-color: transparent;
    border-bottom: 4px solid var(--bs-primary);
    transition: all 0.1s ease-in;
}

@media screen and (max-width: 800px) {
    .nav-tabs .nav-item {
        font-size: 50px;
    }
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
    height: 480px;
}

.product-box {
    width: 25%;
}

@media screen and (max-width: 800px) {
    .product-box {
        width: 50%;
    }
}

.article-tags {
    background-color: var(--bs-info);
}

/*--------------------------------------------------------------
  Checkout page style start
  --------------------------------------------------------------*/
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}

.form-check-input {
    border: 1px solid var(--bs-primary);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

/*--------------------------------------------------------------
  faqs page style start
  --------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
    color: var(--body-text-color);
    background-color: transparent;
    box-shadow: none;
}

.accordion {
    --bs-accordion-color: var(--light-text-color);
    --bs-accordion-bg: none;
    --bs-accordion-btn-color: var(--body-text-color);
    --bs-accordion-border-width: 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4em' height='4em' viewBox='0 0 24 24'%3E%3Cpath fill='%23b2856e' d='m7 10l5 5l5-5z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4em' height='4em' viewBox='0 0 24 24'%3E%3Cpath fill='%23b2856e' d='m7 10l5 5l5-5z'/%3E%3C/svg%3E");
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
  Account page style start
  --------------------------------------------------------------*/
.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab {
    color: var(--bs-gray);
}

.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab.active {
    color: var(--bs-primary);
}

.btn:hover {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.text-green {
    color: #485b54;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.bg-green {
    background-color: #485b54 !important;
}

/* Button for black backgrounds - Outline style */
.btn-on-dark {
    background-color: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

.btn-on-dark:hover {
    background-color: white !important;
    border-color: white !important;
    color: #212529 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.btn-on-dark:focus,
.btn-on-dark:active {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    color: #212529 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Alternative button style - White to Green */
.btn-white-green {
    background-color: white !important;
    border: 2px solid white !important;
    color: #212529 !important;
    transition: all 0.3s ease !important;
}

.btn-white-green:hover {
    background-color: #485b54 !important;
    border-color: #485b54 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(72, 91, 84, 0.4);
}

.btn-white-green:focus,
.btn-white-green:active,
.btn-white-green.focus,
.btn-white-green.active {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    color: var(--bs-white);
    outline: 0;
    box-shadow: none;
}

/* Flag icons custom styles */
.fi {
    display: inline-block;
    width: 1.2em;
    height: 0.9em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    vertical-align: middle;
}

/* Language switcher specific styles */
.language-switcher .fi {
    margin-right: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.language-switcher-toggle .fi,
.language-switcher-buttons .fi {
    width: 1em;
    height: 0.75em;
}

.dropdown-menu .fi {
    width: 1.1em;
    height: 0.8em;
}

/* Hide breadcrumbs and hero sections on mobile screens */
@media (max-width: 768px) {
    nav[aria-label*="breadcrumb"] .breadcrumb,
    nav[aria-label*="Breadcrumb"] .breadcrumb,
    .breadcrumb {
        display: none !important;
    }
    
    /* Hide entire hero sections on mobile */
    .hero-section {
        display: none !important;
    }
    
    /* Remove pb-5 padding-bottom from hero banner detail div on mobile */
    .detail.position-absolute.pb-5 {
        padding-bottom: 0 !important;
    }
}