/******************************************************************
Template Name: Noor Super Mart
Description: Noor Super Mart - ecommerce template
Author: Colorib
Author URI: https://www.colorib.com/
Version: 1.0
Created: Colorib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]
Template default CSS
1.1 Variables
1.2 Mixins
1.3 Flexbox
1.4 Reset
Helper Css
Header Section
Hero Section
Banner Section
Product Section
Instagram Section
Latest Section
Contact
Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Nunito Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
    text-align: center;
}

.section-title span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.section-title h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #000000;
    letter-spacing: 4px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.primary-btn:hover {
    background: #111;
}

.outline-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #000000;
    letter-spacing: 4px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.outline-btn:hover {
    background: #e53637;
    color: #ffffff;
    border-color: #e53637;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    background: #111111;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}

/* Preloader */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------
Header - Modern Clean Design
-----------------------*/

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Top Bar - Clean White with Logo and Icons */

.header__top {
    background: #ffffff;
    padding: 6px 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header__top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Logo */

.header__logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header__logo img {
    max-height: 36px;
    width: auto;
}

.header__logo .logo-text {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.5px;
}

.header__logo .logo-tagline {
    display: block;
    font-size: 10px;
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* Header Icons */

.header__icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__icons-divider {
    width: 1px;
    height: 28px;
    background: #e5e5e5;
    margin: 0 12px;
}

.header__icon {
    color: #111111;
    font-size: 14px;
    transition: all 0.25s ease;
    position: relative;
}

/* Social & Action Icons - Modern Minimal Style */

.header__icon--social,
.header__icon--login,
.header__icon--cart {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111111;
    transition: all 0.25s ease;
}

.header__icon--social:hover,
.header__icon--login:hover {
    background: #111111;
    color: #ffffff;
}

.header__icon--cart {
    position: relative;
    background: #f5f5f5;
    color: #111111;
}

.header__icon--cart:hover {
    background: #111111;
    color: #ffffff;
}

.header__icon--cart .cart-items-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #111111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Bottom Nav Bar - Modern Dark */

.header__nav {
    background: #1a1a2e;
    padding: 0;
}

.header__nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Mobile Toggle */

.header__mobile-toggle {
    padding: 10px 0;
}

.header__mobile-toggle .canvas__open {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.2s ease;
}

.header__mobile-toggle .canvas__open:hover {
    color: #e53637;
}

/* Navigation Menu */

.header__menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
}

.header__menu ul li {
    position: relative;
}

.header__menu ul li a {
    display: block;
    padding: 16px 22px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    position: relative;
}

.header__menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #e53637;
    transition: width 0.25s ease;
}

.header__menu ul li:hover > a,
.header__menu ul li.active > a {
    color: #fff;
    background: transparent;
}

.header__menu ul li:hover > a::after,
.header__menu ul li.active > a::after {
    width: 100%;
}

/* Search Form - Modern Style */

.header__search {
    padding: 10px 0;
    margin-left: auto;
}

.search-form {
    display: flex;
    align-items: stretch;
    width: 450px;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-form input {
    flex: 1;
    border: none;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    background: #fff;
    outline: none;
    height: 100%;
}

.search-form input::placeholder {
    color: #aaa;
}

.search-form button {
    background: #e53637;
    color: #fff;
    border: none;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    height: 100%;
    white-space: nowrap;
}

.search-form button:hover {
    background: #c92a2b;
}

/* Responsive Header */

@media (max-width: 991px) {
    .header__menu {
        display: none;
    }

    .nav-category {
        display: none !important;
    }

    /* Mobile Header Layout - Simple Flexbox Row */
    .header__nav-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
        padding: 10px 0;
    }

    .header__mobile-logo {
        flex: 0 0 auto;
    }

    .header__mobile-logo img {
        height: 36px;
        width: auto;
        margin-right: 10px;
    }

    .header__search {
        flex: 1 1 0;
        min-width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .header__mobile-toggle {
        flex: 0 0 auto;
    }

    .header__mobile-toggle .canvas__open {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        background: #fff;
        border: none;
        color: #1a1a2e;
        font-size: 20px;
        cursor: pointer;
        border-radius: 4px;
    }

    .search-form {
        width: 100%;
        max-width: 100%;
        height: 40px;
    }

    .search-form input {
        min-width: 0;
    }

    .search-form button {
        flex-shrink: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header__top {
        margin-top: 10px;
        padding: 0;
    }

    .header__top-row {
        gap: 10px;
    }

    .header__logo img {
        max-height: 30px;
    }

    .header__logo .logo-text {
        font-size: 16px;
    }

    .header__logo .logo-tagline {
        font-size: 7px;
    }

    .header__icons {
        gap: 5px;
    }

    .header__icons-divider {
        display: none;
    }

    .header__icon--social {
        display: none;
    }

    .header__icon--login,
    .header__icon--cart {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .header__icon--cart .cart-items-count {
        min-width: 14px;
        height: 14px;
        font-size: 8px;
        top: -3px;
        right: -3px;
    }

    /* Smaller mobile adjustments */
    .header__nav-row {
        gap: 8px;
        padding: 8px 0;
    }

    .header__mobile-logo img {
        height: 36px;
    }

    .search-form {
        height: 36px;
    }

    .search-form input {
        font-size: 12px;
        padding: 0 10px;
        min-width: 0;
    }

    .search-form button {
        padding: 0 12px;
        font-size: 10px;
        flex-shrink: 0;
    }
}

/* Legacy styles for other pages */

.offcanvas-menu-wrapper {
    display: none;
}

/*---------------------
Nav Category Dropdown
-----------------------*/

.nav-category {
    position: relative;
}

.nav-category__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #111111;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-category__trigger:hover {
    background: #e53637;
}

.nav-category__trigger i:first-child {
    font-size: 16px;
}

.nav-category__trigger i:last-child {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.nav-category:hover .nav-category__trigger i:last-child {
    transform: rotate(180deg);
}

.nav-category__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
}

.nav-category:hover .nav-category__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-category__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-category__item {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.nav-category__item:last-child {
    border-bottom: none;
}

.nav-category__item > a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-category__item > a i:first-child {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.nav-category__item > a i:last-child {
    margin-left: auto;
    font-size: 14px;
    color: #333;
}

.nav-category__item:hover > a {
    background: #e53637;
    color: #fff;
}

.nav-category__item:hover > a i:first-child,
.nav-category__item:hover > a i:last-child {
    color: #fff;
}

.nav-category__item--highlight > a {
    color: #e53637;
}

.nav-category__item--highlight:hover > a {
    background: #e53637;
    color: #fff;
}

/* Submenu - Flyout Style (same as original sidebar) */

.nav-category__submenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 240px;
    max-width: max-content;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    padding: 0;
    display: block;
}

.nav-category__item:hover .nav-category__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.nav-category__submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-category__submenu ul li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.nav-category__submenu ul li:last-child {
    border-bottom: none;
}

.nav-category__submenu ul li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-category__submenu ul li a:hover {
    background: #e53637;
    color: #fff;
}

.nav-category__submenu ul li a i {
    margin-left: auto;
    font-size: 12px;
}

.nav-category__submenu ul li a:hover i {
    color: #fff;
}

/* Sub-submenu (3rd level) */

.nav-category__subsubmenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.nav-category__submenu ul li:hover > .nav-category__subsubmenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.nav-category__subsubmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-category__subsubmenu ul li {
    border-bottom: 1px solid #f0f0f0;
}

.nav-category__subsubmenu ul li:last-child {
    border-bottom: none;
}

.nav-category__subsubmenu ul li a {
    display: block;
    padding: 10px 15px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-category__subsubmenu ul li a:hover {
    background: #e53637;
    color: #fff;
}

/*---------------------
Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-nav button {
    font-size: 36px;
    color: #333333;
    position: absolute;
    left: 75px;
    top: 50%;
    margin-top: -18px;
    line-height: 29px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 75px;
}

.hero__items {
    height: 800px;
    padding-top: 230px;
}

.hero__text h6 {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.hero__text h2 {
    color: #111111;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}

.hero__text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
}

.hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s;
}

.hero__text .primary-btn span {
    font-size: 20px;
    position: relative;
    top: 4px;
    font-weight: 700;
}

.hero__social {
    margin-top: 190px;
}

.hero__social a {
    font-size: 16px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 32px;
}

.hero__social a:last-child {
    margin-right: 0;
}

/*-----------------------
Full Width Hero Banner Grid
-------------------------*/

.hero__fullwidth {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f8f8f8;
}

.hero__fullwidth .container-fluid {
    padding: 0;
    max-width: 100%;
}

/* Banner Grid Layout */

.hero__banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 5px;
    height: 550px;
}

.hero__banner-main {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.hero__banner-main .hero__banner-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.5s ease;
}

.hero__banner-main:hover .hero__banner-img {
    transform: scale(1.03);
}

.hero__banner-main a {
    display: block;
    height: 100%;
}

/* Right Side Banners */

.hero__banner-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 100%;
}

.hero__banner-small {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.hero__banner-small .hero__banner-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.hero__banner-small:hover .hero__banner-img {
    transform: scale(1.03);
}

.hero__banner-small a {
    display: block;
    height: 100%;
}

/* Bottom Row - Two Mini Banners */

.hero__banner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    height: 100%;
}

.hero__banner-mini {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.hero__banner-mini .hero__banner-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.hero__banner-mini:hover .hero__banner-img {
    transform: scale(1.05);
}

.hero__banner-mini a {
    display: block;
    height: 100%;
}

/* Banner Content Overlay */

.hero__banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
}

.hero__banner-content--mini {
    padding: 20px;
}

.hero__banner-tag {
    display: inline-block;
    background: #e53637;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.hero__banner-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero__banner-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.hero__banner-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.hero__banner-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.hero__banner-btn {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hero__banner-btn:hover {
    background: #e53637;
    color: #fff;
}

.hero__banner-btn--sm {
    padding: 10px 20px;
    font-size: 12px;
}

.hero__banner-btn i {
    margin-left: 8px;
}

.hero__banner-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.hero__banner-link:hover {
    color: #e53637;
    border-color: #e53637;
}

.hero__banner-link i {
    margin-left: 5px;
}

/* Category Slider Section */

.category-slider-section {
    background: #f3f2ee;
    padding: 25px 15px;
    border-top: 1px solid #e5e5e5;
}

.category-slider-section .category-slider__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.category-slider-section .category-slider__wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    padding: 0;
}

.category-slider-section .category-slider__carousel {
    flex: 4;
    min-width: 0;
}

.category-slider-section .category-slider__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10;
    transform: translate(0, -10px);
}

.category-slider-section .category-slider__arrow:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.category-slider-section .category-slider__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 2px solid #f5f5f5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.category-slider-section .category-slider__item:hover .category-slider__img {
    border-color: #e53637;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.category-slider-section .category-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-slider-section .category-slider__item h6 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    text-align: center;
}

.category-slider-section .category-slider__item:hover h6 {
    color: #e53637;
}

.category-slider-section .category-slider__item a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

/* Responsive Hero Banner Grid */

@media (max-width: 1199px) {
    .hero__banner-grid {
        height: 480px;
        gap: 8px;
        padding: 8px;
    }

    .hero__banner-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .hero__banner-grid {
        grid-template-columns: 1fr;
        height: auto;
        gap: 8px;
    }

    .hero__banner-main {
        height: 350px;
    }

    .hero__banner-side {
        grid-template-rows: auto;
        height: auto;
    }

    .hero__banner-small {
        height: 200px;
    }

    .hero__banner-row {
        height: auto;
    }

    .hero__banner-mini {
        height: 180px;
    }

    .hero__banner-content h2 {
        font-size: 26px;
    }

    .hero__banner-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hero__banner-grid {
        gap: 6px;
        padding: 6px;
    }

    .hero__banner-main {
        height: 280px;
        border-radius: 10px;
    }

    .hero__banner-small {
        height: 180px;
        border-radius: 10px;
    }

    .hero__banner-mini {
        height: 150px;
        border-radius: 10px;
    }

    .hero__banner-side {
        gap: 6px;
    }

    .hero__banner-row {
        gap: 6px;
    }

    .hero__banner-content {
        padding: 20px;
    }

    .hero__banner-content h2 {
        font-size: 22px;
    }

    .hero__banner-content h3 {
        font-size: 18px;
    }

    .hero__banner-content h4 {
        font-size: 16px;
    }

    .hero__banner-btn {
        padding: 10px 18px;
        font-size: 12px;
    }

    .category-slider-section .category-slider__img {
        width: 80px;
        height: 80px;
    }

    .category-slider-section .category-slider__item h6 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .hero__banner-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hero__banner-mini {
        height: 160px;
    }

    .hero__banner-content--mini {
        padding: 15px;
    }
}

/*-----------------------
Legacy Category Sidebar Styles (keeping for other pages)
-------------------------*/

/* Category Slider Inline Styles */

.category-slider-inline {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

.category-slider-inline .category-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.category-slider-inline .category-slider__header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.category-slider-inline .category-slider__nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-slider-inline .category-slider__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-slider-inline .category-slider__arrow:hover {
    background: #111;
    color: #fff;
}

.category-slider-inline .category-slider__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 2px solid #f5f5f5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.category-slider-inline .category-slider__item:hover .category-slider__img {
    border: #aca917 dashed 1px;
    transform: translateY(-2px);
}

.category-slider-inline .category-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-slider-inline .category-slider__item h6 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    text-align: center;
}

.category-slider-inline .category-slider__item:hover h6 {
    color: #e53637;
}

.category-slider-inline .category-slider__item a {
    display: block;
    text-decoration: none;
}

.shop-by-category {
    background: #fff;
    height: 100%;
    border: 1px solid #f7f5f5;
    display: flex;
    flex-direction: column;
}

.category__header {
    background: #111111;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.category__header i {
    margin-right: 10px;
    font-size: 16px;
}

.category__menu {
    flex: 1;
    overflow: visible;
    position: static;
}

.category__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.category__item {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.category__item > a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #111111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.category__item > a:hover,
.category__item:hover > a {
    background: #e53637;
    color: #fff;
}

.category__item > a i:first-child {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.category__item > a:hover i:first-child,
.category__item:hover > a i:first-child {
    color: #fff;
}

.category__item > a span {
    flex: 1;
}

.category__item > a .arrow {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.category__item > a:hover .arrow,
.category__item:hover > a .arrow {
    color: #fff;
}

/* Submenu Styles */

.category__submenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 240px;
    max-width: max-content;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.category__item:hover > .category__submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.category__submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu__item {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.submenu__item:last-child {
    border-bottom: none;
}

.submenu__item > a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.submenu__item > a:hover,
.submenu__item:hover > a {
    background: #e53637;
    color: #fff;
}

.submenu__item > a span {
    flex: 1;
}

.submenu__item > a .arrow {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.submenu__item > a:hover .arrow,
.submenu__item:hover > a .arrow {
    color: #fff;
}

/* Sub-submenu Styles */

.category__subsubmenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 240px;
    max-width: max-content;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.submenu__item:hover > .category__subsubmenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.category__subsubmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category__subsubmenu ul li {
    border-bottom: 1px solid #f0f0f0;
}

.category__subsubmenu ul li:last-child {
    border-bottom: none;
}

.category__subsubmenu ul li a {
    display: block;
    padding: 10px 15px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category__subsubmenu ul li a:hover {
    background: #e53637;
    color: #fff;
}

/* Hero slider adjustments */

.hero .hero__slider {
    height: 100%;
    flex: 1;
}

.hero .hero__items {
    height: 100%;
    min-height: 300px;
}

/* Responsive adjustments */

@media (max-width: 991px) {
    .shop-by-category {
        display: none;
    }

    .hero .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
    }

    .hero .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero__row {
        flex-direction: column;
    }

    .shop-by-category {
        max-height: none;
        border-bottom: none;
    }

    .category__menu {
        overflow: hidden;
    }

    /* Mobile accordion styles */
    .category__item {
        position: static;
    }

    .category__item > a .arrow {
        transition: transform 0.3s ease;
    }

    .category__item.open > a .arrow {
        transform: rotate(90deg);
    }

    .category__submenu {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border: none;
        border-top: 1px solid #f0f0f0;
        box-shadow: none;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: none;
        transition:
            max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            opacity 0.25s ease,
            visibility 0.25s ease;
        pointer-events: none;
        background: #f9f9f9;
    }

    .category__item.open > .category__submenu {
        visibility: visible;
        opacity: 1;
        max-height: 1000px;
        pointer-events: auto;
    }

    .category__item:hover > .category__submenu {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        pointer-events: none;
    }

    .category__item.open:hover > .category__submenu {
        visibility: visible;
        opacity: 1;
        max-height: 1000px;
        pointer-events: auto;
    }

    .category__submenu ul {
        padding-left: 15px;
    }

    .submenu__item {
        position: static;
    }

    .submenu__item > a .arrow {
        transition: transform 0.3s ease;
    }

    .submenu__item.open > a .arrow {
        transform: rotate(90deg);
    }

    .category__subsubmenu {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border: none;
        border-top: 1px solid #f0f0f0;
        box-shadow: none;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: none;
        transition:
            max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            opacity 0.25s ease,
            visibility 0.25s ease;
        pointer-events: none;
        background: #f5f5f5;
    }

    .submenu__item.open > .category__subsubmenu {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
        pointer-events: auto;
    }

    .submenu__item:hover > .category__subsubmenu {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        pointer-events: none;
    }

    .submenu__item.open:hover > .category__subsubmenu {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
        pointer-events: auto;
    }

    .category__subsubmenu ul {
        padding-left: 15px;
    }

    /* Disable hover effects on mobile */
    .category__item:hover > a {
        background: transparent;
        color: #111111;
    }

    .category__item:hover > a i:first-child {
        color: #666;
    }

    .category__item:hover > a .arrow {
        color: #333333;
    }

    .category__item.open > a {
        background: #e53637;
        color: #fff;
    }

    .category__item.open > a i:first-child,
    .category__item.open > a .arrow {
        color: #fff;
    }

    .submenu__item:hover > a {
        background: transparent;
        color: #111111;
    }

    .submenu__item:hover > a .arrow {
        color: #111111;
    }

    .submenu__item.open > a {
        background: #e53637;
        color: #fff;
    }

    .submenu__item.open > a .arrow {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .hero .hero__items {
        min-height: 350px;
    }

    .shop-by-category {
        margin-bottom: 15px;
    }

    .category__header {
        padding: 12px 15px;
        font-size: 14px;
    }

    .category__item > a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .category__item > a i:first-child {
        font-size: 16px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: " ";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #111111;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_arrow {
        color: #111111;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #111111;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #111111;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__option {
        text-align: center;
        margin-bottom: 30px;
    }

    .offcanvas__links {
        display: inline-block;
        margin-right: 25px;
    }

    .offcanvas__links a {
        color: #111111;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-right: 16px;
        display: inline-block;
        font-weight: 600;
    }

    .offcanvas__links a:last-child {
        margin-right: 0;
    }

    .offcanvas__top__hover {
        display: inline-block;
        position: relative;
    }

    .offcanvas__top__hover:hover ul {
        top: 24px;
        opacity: 1;
        visibility: visible;
    }

    .offcanvas__top__hover span {
        color: #111111;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
    }

    .offcanvas__top__hover span i {
        font-size: 20px;
        position: relative;
        top: 3px;
        right: 2px;
    }

    .offcanvas__top__hover ul {
        background: #111111;
        display: inline-block;
        padding: 2px 0;
        position: absolute;
        left: 0;
        top: 44px;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .offcanvas__top__hover ul li {
        list-style: none;
        font-size: 13px;
        color: #ffffff;
        padding: 2px 15px;
        cursor: pointer;
    }

    .offcanvas__nav__option {
        text-align: center;
        margin-bottom: 25px;
    }

    .offcanvas__nav__option a {
        display: inline-block;
        margin-right: 26px;
        position: relative;
    }

    .offcanvas__nav__option a span {
        color: #0d0d0d;
        font-size: 11px;
        position: absolute;
        left: 5px;
        top: 8px;
    }

    .offcanvas__nav__option a:last-child {
        margin-right: 0;
    }

    .offcanvas__nav__option .price {
        font-size: 15px;
        color: #111111;
        font-weight: 700;
        display: inline-block;
        margin-left: -20px;
        position: relative;
        top: 3px;
    }

    .offcanvas__text p {
        color: #111111;
        margin-bottom: 0;
    }
}

/* Responsive for combined hero section */

@media (max-width: 991px) {
    .hero__combined .hero__row {
        min-height: auto;
    }

    .hero__sidebar-col {
        display: none;
    }

    .hero__combined .hero__sidebar-col {
        display: none;
    }

    .hero__combined .hero__content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero__content-col .hero__content-wrapper {
        min-height: 350px;
        max-height: none;
    }

    .category-slider-inline {
        padding: 15px 20px;
    }

    .category-slider-inline .category-slider__header h2 {
        font-size: 18px;
    }

    .category-slider-inline .category-slider__img {
        width: 120px;
        height: 120px;
    }

    .category-slider-inline .category-slider__item h6 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .category-slider-inline {
        padding: 15px;
    }

    .category-slider-inline .category-slider__header h2 {
        font-size: 16px;
    }

    .category-slider-inline .category-slider__img {
        width: 90px;
        height: 90px;
    }

    .category-slider-inline .category-slider__item h6 {
        font-size: 14px;
    }

    .category-slider-inline .category-slider__arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* --------------------
Category Slider
------------------ */

/* Category Slider Styles */

.category-slider {
    padding: 30px 0;
    background: #fff;
}

.category-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.category-slider__header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.category-slider__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-slider__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #111;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-slider__arrow:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.category-slider__carousel {
    margin: 0;
}

.category-slider__carousel .owl-stage-outer {
    padding: 10px 0;
}

.category-slider__item {
    text-align: center;
    padding: 0 10px;
}

.category-slider__item a {
    display: block;
    text-decoration: none;
}

.category-slider__img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #f5f5f5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.category-slider__item:hover .category-slider__img {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

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

.category-slider__item h6 {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.category-slider__item:hover h6 {
    color: #e53637;
}

/* Category Slider Responsive */

@media (max-width: 991px) {
    .category-slider__img {
        width: 100px;
        height: 100px;
    }

    .category-slider__header h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .category-slider {
        padding: 30px 0;
    }

    .category-slider__header {
        flex-wrap: wrap;
        gap: 15px;
    }

    .category-slider-section .category-slider__carousel {
        flex: 2;
        min-width: 0;
    }

    .category-slider__img {
        width: 80px;
        height: 80px;
    }

    .category-slider__item h6 {
        font-size: 12px;
    }

    .category-slider__arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/*---------------------
Banner
-----------------------*/

.blog {
    padding-bottom: 55px;
}

.banner__item {
    position: relative;
    overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
    width: 40px;
    background: #e53637;
}

.banner__item.banner__item--middle {
    margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
    float: none;
}

.banner__item.banner__item--middle .banner__item__text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 22px;
}

.banner__item.banner__item--last {
    margin-top: 100px;
}

.banner__item__pic {
    float: right;
}

.banner__item__text {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 140px;
}

.banner__item__text h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}

.banner__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.banner__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

/*---------------------
Categories
-----------------------*/

.categories {
    background: #f3f2ee;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 125px;
}

.categories__text {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.categories__text:before {
    position: absolute;
    left: -485px;
    top: 0;
    height: 300px;
    width: 600px;
    background: #ffffff;
    z-index: -1;
    content: "";
}

.categories__text h2 {
    color: #b7b7b7;
    line-height: 72px;
    font-size: 34px;
}

.categories__text h2 span {
    font-weight: 800;
    color: #111111;
}

.categories__hot__deal {
    position: relative;
    z-index: 5;
}

.categories__hot__deal img {
    min-width: 100%;
}

.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111111;
    border-radius: 50%;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -36px;
}

.hot__deal__sticker span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 4px;
}

.hot__deal__sticker h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.categories__deal__countdown span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
    width: 25%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: ":";
    font-size: 24px;
    font-weight: 700;
    color: #3d3d3d;
}

.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item:last-child:after {
    display: none;
}

.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item
    span {
    color: #111111;
    font-weight: 700;
    display: block;
    font-size: 36px;
}

.categories__deal__countdown
    .categories__deal__countdown__timer
    .cd-item
    p {
    margin-bottom: 0;
}

/*---------------------
Instagram
-----------------------*/

.instagram {
    padding-bottom: 0;
}

/*---------------------
NEW: Services Section (Added for trust signals)
-----------------------*/

.services {
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.services__item {
    text-align: center;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.services__item:hover {
    transform: translateY(-5px);
}

.services__item i {
    font-size: 40px;
    color: #e53637;
    margin-bottom: 20px;
    display: block;
}

.services__item h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #111111;
    font-size: 18px;
}

.services__item p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

/*---------------------
NEW: Brands Section (Added for brand credibility)
-----------------------*/

.brands {
    padding: 80px 0;
    background: #f9f9f9;
}

.brands__item {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.brands__item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.brands__item img {
    max-width: 120px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brands__item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/*---------------------
NEW: Testimonials Section (Added for social proof)
-----------------------*/

.testimonials {
    padding: 80px 0;
    background: #ffffff;
}

.testimonial__item {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial__item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.testimonial__item::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    color: #e53637;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 20px;
}

.testimonial__rating {
    margin-bottom: 15px;
}

.testimonial__rating i {
    color: #ffc107;
    font-size: 14px;
    margin-right: 3px;
}

.testimonial__item p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial__author {
    display: flex;
    align-items: center;
}

.testimonial__author__pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.testimonial__author__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__author__text h6 {
    font-weight: 700;
    margin-bottom: 3px;
    color: #111111;
}

.testimonial__author__text span {
    font-size: 13px;
    color: #e53637;
}

/*---------------------
NEW: Newsletter Section (Added for email marketing)
-----------------------*/

.newsletter {
    padding: 50px 0;
    background: #111111;
}

.newsletter__text h4 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
}

.newsletter__text p {
    color: #b7b7b7;
    margin-bottom: 0;
}

.newsletter__form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.newsletter__form form {
    display: flex;
    width: 100%;
    max-width: 450px;
}

.newsletter__form input {
    flex: 1;
    border: none;
    padding: 15px 20px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
}

.newsletter__form button {
    background: #e53637;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 0 4px 4px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter__form button:hover {
    background: #c92a2b;
}

/* Responsive styles for new sections */

@media only screen and (max-width: 991px) {
    .services__item {
        margin-bottom: 30px;
    }

    .newsletter__text {
        text-align: center;
        margin-bottom: 25px;
    }

    .newsletter__form {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial__item {
        margin-bottom: 20px;
    }

    .newsletter__form form {
        flex-direction: column;
        max-width: 100%;
    }

    .newsletter__form input {
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .newsletter__form button {
        border-radius: 4px;
        width: 100%;
    }

    .brands__item img {
        max-width: 80px;
    }
}

/*---------------------
Product Mobile List View
-----------------------*/

.product-mobile {
    padding: 30px 10px;
    background-color: #f3f2ee !important;
    margin-top: 72px;
}

.product-mobile__section {
    margin-bottom: 30px;
}

.product-mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e53637;
}

.product-mobile__header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.product-mobile__header .view-all {
    font-size: 14px;
    color: #e53637;
    font-weight: 600;
}

.product-mobile__header .view-all:hover {
    color: #111111;
}

.product-mobile__header .view-all i {
    margin-left: 5px;
}

.product-mobile__list {
    background: #fff;
}

.product-mobile__item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.product-mobile__item:last-child {
    border-bottom: none;
}

.product-mobile__img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    position: relative;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}

.product-mobile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-mobile__img .label {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    padding: 2px 6px;
    text-transform: uppercase;
}

.product-mobile__img .label.sale {
    background: #d33232;
}

.product-mobile__img .label.new {
    background: #23a559;
}

.product-mobile__img .label.hot {
    background: #111111;
}

.product-mobile__info {
    flex: 1;
    min-width: 0;
}

.product-mobile__info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-mobile__info .rating {
    margin-bottom: 5px;
}

.product-mobile__info .rating i {
    font-size: 11px;
    color: #f5b223;
    margin-right: 1px;
}

.product-mobile__info .rating i.fa-star-o {
    color: #ddd;
}

.product-mobile__info .rating span {
    font-size: 11px;
    color: #999;
    margin-left: 5px;
}

.product-mobile__info .price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-mobile__info .price .current {
    font-size: 16px;
    font-weight: 700;
    color: #e53637;
}

.product-mobile__info .price .old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

/* Features Section - Modern Blackish Design */

.features {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

/* Background texture effect */

.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at 50% 0%,
        rgba(0, 0, 0, 0.02) 0%,
        transparent 70%
    );
    pointer-events: none;
}

/* --- LAYOUT FIX STARTS HERE --- */

.features .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.features__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
}

/* --- REST OF STYLING --- */

.features__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03), transparent 50%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.features__item:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
    background: #ffffff;
}

.features__icon {
    width: 60px;
    height: 60px;
    background: #111111;
    border: none;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.features__icon::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.features__item:hover .features__icon {
    background: #222222;
    transform: scale(1.05);
}

.features__item:hover .features__icon::after {
    opacity: 1;
}

.features__item:hover .features__icon i {
    color: #fff;
}

.features__icon i {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.features__text h6 {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.features__text p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

/* --- RESPONSIVENESS --- */

@media only screen and (max-width: 991px) {
    /* On Medium screens (tablets), show 2 per row */
    .features__item {
        flex: 1 1 45%;
    }
}

@media only screen and (max-width: 575px) {
    /* On Mobile, show 1 per row (stacked) */
    .features {
        padding: 35px 10px;
    }

    .features .row {
        gap: 15px;
    }

    .features__item {
        flex: 1 1 100%;
        padding: 20px;
    }

    .features__icon {
        width: 52px;
        height: 52px;
    }
}

.product-mobile__item .add-cart-btn {
    width: 40px;
    height: 40px;
    background: #e53637;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.product-mobile__item .add-cart-btn:hover {
    background: #111111;
}

.product-mobile__item .add-cart-btn i {
    font-size: 14px;
}

.instagram__pic__item {
    width: 33.33%;
    float: left;
    height: 261px;
    background-position: center center;
}

.instagram__text {
    padding-top: 130px;
}

.instagram__text h2 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 30px;
}

.instagram__text p {
    margin-bottom: 65px;
}

.instagram__text h3 {
    color: #e53637;
    font-weight: 700;
}

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

.product {
    margin-top: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter__controls {
    text-align: center;
    margin-bottom: 45px;
}

.filter__controls li {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 88px;
    cursor: pointer;
}

.filter__controls li:last-child {
    margin-right: 0;
}

.filter__controls li.active {
    color: #111111;
}

/*---------------------
Product Item Card - Enhanced for LG Display
-----------------------*/

.product__item {
    overflow: hidden;
    margin-bottom: 40px;
    border: #eeeeee solid 1px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.product__item:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Product Badge */

.product__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f39c12;
    z-index: 2;
}

.product__badge.sale {
    background: #e53637;
}

.product__badge.new {
    background: #2ecc71;
}

/* Product Actions */

.product__actions {
    position: absolute;
    top: 10px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.product__item:hover .product__actions {
    right: 10px;
    opacity: 1;
}

.product__actions .action-btn {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.product__actions .action-btn:hover {
    background: #e53637;
    color: #fff;
}

.product__actions .action-btn.wishlist:hover {
    background: #e53637;
}

/* Product Category */

.product__category {
    font-size: 11px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* Product Title */

.product__item__text h6 {
    margin-bottom: 8px;
}

.product__item__text h6 a {
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.product__item__text h6 a:hover {
    color: #e53637;
}

/* Rating */

.product__item__text .rating {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.product__item__text .rating i {
    font-size: 12px;
    color: #f5b223;
}

.product__item__text .rating i.fa-star-o {
    color: #ddd;
}

.product__item__text .rating .rating-count {
    font-size: 11px;
    color: #999;
    margin-left: 5px;
}

/* Product Price */

.product__price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.product__price .current-price {
    font-size: 16px;
    font-weight: 700;
    color: #e53637;
}

.product__price .old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

/* Cart Controls - Only for LG Display */

.product__cart-controls {
    display: none;
}

@media only screen and (min-width: 992px) {
    .product__cart-controls {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-top: 10px;
        border-top: 1px solid #f0f0f0;
    }

    .qty-selector {
        display: flex;
        align-items: center;
        border: 1px solid #e0e0e0;
        overflow: hidden;
    }

    .qty-selector .qty-btn {
        width: 28px;
        height: 28px;
        border: none;
        background: #f1f1f1;
        color: #111;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .qty-selector .qty-btn:hover {
        background: #000;
        color: #fff;
    }

    .qty-selector .qty-btn i {
        font-size: 10px;
    }

    .qty-selector .qty-input {
        width: 48px;
        height: 28px;
        border: none;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #333;
        -moz-appearance: textfield;
    }

    .qty-selector .qty-input::-webkit-outer-spin-button,
    .qty-selector .qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .add-to-cart {
        flex: 1;
        height: 28px;
        padding: 5px 5px;
        letter-spacing: 1px;
    }

    .add-to-cart-btn i {
        font-size: 16px;
    }
}

.product__item.sale .product__item__pic .label {
    color: #ffffff;
    background: #111111;
}

.product__item.new .product__item__pic .label {
    color: #ffffff;
    background: #23a559;
}

.product__item.hot .product__item__pic .label {
    color: #ffffff;
    background: #d33232;
}

.product__item.sale .product__item__text .rating i {
    color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
    color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
    right: 20px;
    opacity: 1;
}

.product__item:hover .product__item__text .product__color__select {
    opacity: 1;
}

.product__item__pic {
    height: 180px;
    position: relative;
    background-position: center center;
}

.product__item__pic .label {
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
}

.product__item__pic .product__hover {
    position: absolute;
    right: -200px;
    top: 20px;
    -webkit-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.8s;
}

.product__item__pic .product__hover li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.product__item__pic .product__hover li:hover span {
    opacity: 1;
    visibility: visible;
}

.product__item__pic .product__hover li span {
    color: #ffffff;
    background: #111111;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    position: absolute;
    left: -78px;
    top: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
    position: absolute;
    right: -2px;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #111111;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.product__item__pic .product__hover li img {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
}

.product__item__text {
    padding-top: 25px;
    position: relative;
}

.product__item__text h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__text .rating {
    margin-bottom: 6px;
}

.product__item__text .rating i {
    font-size: 14px;
    color: #b7b7b7;
    margin-right: -5px;
}

.product__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
}

.product__item__text .product__color__select {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__text .product__color__select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.product__item__text .product__color__select label.black {
    background: #404a47;
}

.product__item__text .product__color__select label.grey {
    background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
    opacity: 1;
}

.product__item__text .product__color__select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
}

.product__item__text .product__color__select label input {
    position: absolute;
    visibility: hidden;
}

/*---------------------
Shop
-----------------------*/

.shop__sidebar {
    padding-right: 20px;
}

.shop__sidebar__search {
    margin-bottom: 45px;
}

.shop__sidebar__search form {
    position: relative;
}

.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    height: 42px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-moz-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form button {
    color: #b7b7b7;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}

.shop__sidebar__accordion .card:last-child {
    margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
    padding-bottom: 0;
    border-bottom: none;
}

.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
    cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
    height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #111111;
}

.shop__sidebar__brand ul {
    height: auto;
}

.shop__sidebar__price ul {
    height: auto;
}

.shop__sidebar__size {
    padding-top: 15px;
}

.shop__sidebar__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.shop__sidebar__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__color {
    padding-top: 15px;
}

.shop__sidebar__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.shop__sidebar__color label.c-1 {
    background: #0b090c;
}

.shop__sidebar__color label.c-2 {
    background: #20315f;
}

.shop__sidebar__color label.c-3 {
    background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
    background: #636068;
}

.shop__sidebar__color label.c-5 {
    background: #57594d;
}

.shop__sidebar__color label.c-6 {
    background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
    background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
    background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
    background: #ffffff;
}

.shop__sidebar__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.shop__sidebar__color label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__tags {
    padding-top: 15px;
}

.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
    background: #111111;
    color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion
    .card-heading
    a.active[aria-expanded="false"]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__product__option {
    margin-bottom: 45px;
}

.shop__product__option p {
    color: #111111;
    margin-bottom: 0;
}

.shop__product__option__right {
    text-align: right;
}

.shop__product__option__right p {
    display: inline-block;
    margin-bottom: 0;
}

.shop__product__option__right .nice-select {
    float: none;
    display: inline-block;
    padding: 0;
    line-height: 26px;
    height: auto;
    border: none;
    padding-right: 28px;
}

.shop__product__option__right .nice-select:after {
    border-bottom: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    height: 8px;
    right: 12px;
    width: 8px;
}

.shop__product__option__right .nice-select span {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

.shop__product__option__right .nice-select .list {
    border-radius: 0;
}

.product__pagination {
    padding-top: 25px;
    text-align: center;
}

.product__pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.product__pagination a.active {
    border-color: #111111;
}

.product__pagination a:hover {
    border-color: #111111;
}

.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    padding-left: 10px;
    padding-right: 15px;
}

/*---------------------
Shop
-----------------------*/

.product__details__pic {
    text-align: center;
    background: #f3f2ee;
    padding: 40px 0 60px;
    margin-bottom: 100px;
}

.product__details__pic .nav-tabs {
    border-bottom: none;
    width: 105px;
}

.product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
    padding: 0;
    display: block;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    height: 120px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}

.product__details__breadcrumb {
    margin-bottom: 30px;
}

.product__details__breadcrumb a {
    font-size: 15px;
    color: #111111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}

.product__details__breadcrumb a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}

.product__details__breadcrumb span {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}

.product__details__pic__item {
    position: relative;
}

.product__details__pic__item a {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
}

.product__details__text {
    text-align: center;
}

.product__details__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.product__details__text .rating {
    margin-bottom: 20px;
}

.product__details__text .rating i {
    font-size: 15px;
    color: #f7941d;
    display: inline-block;
    margin-right: -5px;
}

.product__details__text .rating span {
    display: inline-block;
    color: #3d3d3d;
    margin-left: 5px;
}

.product__details__text h3 {
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 16px;
}

.product__details__text h3 span {
    color: #b7b7b7;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}

.product__details__text p {
    margin-bottom: 35px;
}

.product__details__option {
    margin-bottom: 30px;
}

.product__details__option__size {
    display: inline-block;
    margin-right: 50px;
}

.product__details__option__size span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
}

.product__details__option__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}

.product__details__option__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.product__details__option__size label input {
    position: absolute;
    visibility: hidden;
}

.product__details__option__color {
    display: inline-block;
    position: relative;
    top: 10px;
}

.product__details__option__color span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.product__details__option__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}

.product__details__option__color label.c-1 {
    background: #0b090c;
}

.product__details__option__color label.c-2 {
    background: #20315f;
}

.product__details__option__color label.c-3 {
    background: #f1af4d;
}

.product__details__option__color label.c-4 {
    background: #ed1c24;
}

.product__details__option__color label.c-9 {
    background: #ffffff;
}

.product__details__option__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.product__details__option__color label input {
    position: absolute;
    visibility: hidden;
}

.product__details__cart__option {
    margin-bottom: 25px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}

.product__details__btns__option {
    margin-bottom: 40px;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

.product__details__btns__option a:last-child {
    margin-right: 0;
}

.product__details__last__option h5 {
    color: #111111;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 26px;
}

.product__details__last__option h5 span {
    background: #ffffff;
    padding: 0 30px;
}

.product__details__last__option h5:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    width: 460px;
    background: #e5e5e5;
    content: "";
    z-index: -1;
    margin: 0 auto;
}

.product__details__last__option ul {
    padding-top: 40px;
}

.product__details__last__option ul li {
    list-style: none;
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    line-height: 30px;
}

.product__details__last__option ul li span {
    font-weight: 400;
    color: #b7b7b7;
}

.product__details__tab {
    padding-top: 60px;
}

.product__details__tab .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__details__tab .nav-tabs .nav-item {
    margin-right: 50px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    color: #b7b7b7;
    padding: 0;
    border: none;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #e53637;
}

.product__details__tab__content {
    padding-top: 35px;
}

.note {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.product__details__tab__content__item {
    margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
    margin-bottom: 0;
}

.product__details__tab__content__item h5 {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product__details__tab__content__item p {
    margin-bottom: 0;
}

/*---------------------
Related
-----------------------*/

.related {
    padding-bottom: 55px;
}

.related-title {
    color: #111111;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

/*---------------------
Footer
-----------------------*/

.footer {
    background: #111111;
    padding-top: 70px;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about .footer__logo {
    margin-bottom: 30px;
}

.footer__about .footer__logo a {
    display: inline-block;
}

.footer__about p {
    color: #b7b7b7;
    margin-bottom: 30px;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer__widget ul li {
    line-height: 36px;
    list-style: none;
}

.footer__widget ul li a {
    color: #b7b7b7;
    font-size: 15px;
}

.footer__widget .footer__newslatter p {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
    position: relative;
}

.footer__widget .footer__newslatter form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    background: transparent;
    border: none;
    padding: 15px 0;
    border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form input::placeholder {
    color: #b7b7b7;
}

.footer__widget .footer__newslatter form button {
    color: #b7b7b7;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
}

/* Our Outlets Section - Simple List */

.outlets-section {
    background: #f5f5f5;
    padding: 60px 0;
}

.outlets__header {
    text-align: center;
    margin-bottom: 35px;
}

.outlets__header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.outlets__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.outlets__item {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.outlets__item:hover {
    color: #fff;
    background: #111;
    border-color: #111;
    transition: all 0.3s ease;
}

.outlets__name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.outlets__item:hover .outlets__name {
    color: #fff;
}

.outlets__address {
    display: block;
    font-size: 12px;
    color: #888;
    transition: color 0.3s ease;
}

.outlets__item:hover .outlets__address {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .outlets__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .outlets__list {
        grid-template-columns: 1fr;
    }

    .outlets-section {
        padding: 40px 0;
    }
}

/* Download App Section */

.footer__app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.footer__app-btn {
    display: block;
    transition: all 0.3s ease;
}

.footer__app-btn:hover {
    opacity: 0.85;
}

.footer__app-btn img {
    height: 36px;
    width: 120px;
}

.footer__copyright__text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 40px;
}

.footer__copyright__text p {
    color: #b7b7b7;
    margin-bottom: 0;
}

.footer__copyright__text p i {
    color: #e53637;
}

.footer__copyright__text p a {
    color: #e53637;
}

/*---------------------
Breadcrumb
-----------------------*/

.breadcrumb-option {
    background: #f3f2ee;
    padding: 40px 0;
}

.breadcrumb__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #111111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}

.breadcrumb__links span {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}

/*---------------------
Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
}

.breadcrumb-blog h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}

/*---------------------
About
-----------------------*/

.about {
    padding-bottom: 70px;
}

.about__pic {
    margin-bottom: 35px;
}

.about__pic img {
    min-width: 100%;
}

.about__item {
    margin-bottom: 30px;
}

.about__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__item p {
    margin-bottom: 0;
}

/*---------------------
Testimonial
-----------------------*/

.testimonial {
    background: #f3f2ee;
}

.testimonial__text {
    text-align: center;
    padding: 130px 150px 175px;
}

.testimonial__text span {
    color: #e53637;
    font-size: 72px;
}

.testimonial__text p {
    color: #111111;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding-top: 12px;
    margin-bottom: 25px;
}

.testimonial__author {
    display: inline-block;
}

.testimonial__author__pic {
    float: left;
    margin-right: 20px;
}

.testimonial__author__pic img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 3px;
}

.testimonial__author__text h5 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial__author__text p {
    color: #b7b7b7;
    margin-bottom: 0 !important;
    padding-top: 0;
}

.testimonial__pic {
    height: 600px;
}

/*---------------------
Counter
-----------------------*/

.counter {
    padding-bottom: 0;
}

.counter .container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.counter__item {
    margin-bottom: 30px;
    overflow: hidden;
}

.counter__item .counter__item__number {
    float: left;
    margin-right: 15px;
}

.counter__item .counter__item__number h2 {
    color: #111111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}

.counter__item .counter__item__number strong {
    color: #111111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}

.counter__item span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
}

/*---------------------
Testimonial
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team__item {
    margin-bottom: 30px;
}

.team__item img {
    min-width: 100%;
    margin-bottom: 25px;
}

.team__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.team__item span {
    font-size: 15px;
    display: block;
    color: #b7b7b7;
}

/*---------------------
Clients
-----------------------*/

.clients {
    padding-top: 0;
    padding-bottom: 25px;
}

.client__item {
    display: block;
    margin-bottom: 75px;
    text-align: center;
}

/*---------------------
Shopping Cart Sidebar
-----------------------*/

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.open {
    right: 0;
}

.cart-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-sidebar__close {
    font-size: 2rem;
    cursor: pointer;
}

.cart-sidebar__body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.cart-sidebar__footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-sidebar__footer .primary-btn {
    text-align: center;
}

.cart-sidebar__footer .outline-btn {
    text-align: center;
    color: #111111;
    background-color: #f8f8f8;
}

@media (max-width: 400px) {
    .cart-sidebar {
        width: 100vw;
    }
}

/*---------------------
Shopping Cart
-----------------------*/

.shopping__cart__table {
    margin-bottom: 30px;
}

.shopping__cart__table table {
    width: 100%;
}

.shopping__cart__table table thead {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
    padding-bottom: 30px;
    padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
    width: 400px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: left;
    margin-right: 30px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text {
    overflow: hidden;
    padding-top: 21px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h5 {
    color: #0d0d0d;
    font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
    width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
    width: 80px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    input {
    width: 50px;
    border: none;
    text-align: center;
    color: #111111;
    font-size: 16px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    .qtybtn {
    font-size: 16px;
    color: #888888;
    width: 10px;
    cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
    font-size: 18px;
    color: #111111;
    height: 40px;
    width: 40px;
    background: #f3f2ee;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.continue__btn.update__btn {
    text-align: right;
}

.continue__btn.update__btn a {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.continue__btn.update__btn a i {
    margin-right: 5px;
}

.continue__btn a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    padding: 14px 35px;
    display: inline-block;
}

.cart__discount {
    margin-bottom: 60px;
}

.cart__discount h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.cart__discount form {
    position: relative;
}

.cart__discount form input {
    font-size: 14px;
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
    color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::placeholder {
    color: #b7b7b7;
}

.cart__discount form button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #111111;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cart__total {
    background: #f3f2ee;
    padding: 35px 40px 40px;
}

.cart__total h6 {
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cart__total ul {
    margin-bottom: 25px;
}

.cart__total ul li {
    list-style: none;
    font-size: 16px;
    color: #444444;
    line-height: 40px;
    overflow: hidden;
}

.cart__total ul li span {
    font-weight: 700;
    color: #e53637;
    float: right;
}

.cart__total .primary-btn {
    display: block;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: 2px;
}

/*---------------------
Checkout
-----------------------*/

.coupon__code {
    color: #0d0d0d;
    font-size: 14px;
    border-top: 2px solid #77b527;
    background: #f5f5f5;
    padding: 23px 30px 18px;
    margin-bottom: 50px;
}

.coupon__code span {
    margin-right: 15px;
}

.coupon__code a {
    color: #0d0d0d;
}

.checkout__title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.checkout__input {
    margin-bottom: 6px;
}

.checkout__input p {
    color: #111111;
    margin-bottom: 12px;
}

.checkout__input p span {
    color: #e53637;
}

.checkout__input input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #b7b7b7;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checkout__input input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.checkout__input input::-moz-placeholder {
    color: #b7b7b7;
}

.checkout__input input:-ms-input-placeholder {
    color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
    color: #b7b7b7;
}

.checkout__input input::placeholder {
    color: #b7b7b7;
}

.checkout__input__checkbox label {
    font-size: 15px;
    color: #0d0d0d;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 16px;
    display: block;
}

.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}

.checkout__input__checkbox label input:checked ~ .checkmark {
    border-color: #e53637;
}

.checkout__input__checkbox label input:checked ~ .checkmark:after {
    opacity: 1;
}

.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
    width: 14px;
    border: 1.5px solid #d7d7d7;
    content: "";
    border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 1px;
    top: -3px;
    width: 14px;
    height: 7px;
    border: solid #e53637;
    border-width: 1.5px 1.5px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}

.checkout__input__checkbox p {
    color: #0d0d0d;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
}

.checkout__order {
    background: #f3f2ee;
    padding: 30px;
}

.checkout__order .order__title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.checkout__order p {
    color: #444444;
    font-size: 16px;
    line-height: 28px;
}

.checkout__order .site-btn {
    width: 100%;
    margin-top: 8px;
}

.checkout__order__products {
    font-size: 16px;
    color: #111111;
    overflow: hidden;
    margin-bottom: 18px;
}

.checkout__order__products span {
    float: right;
}

.checkout__total__products {
    margin-bottom: 20px;
}

.checkout__total__products li {
    font-size: 16px;
    color: #444444;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}

.checkout__total__products li:last-child {
    margin-bottom: 0;
}

.checkout__total__products li span {
    color: #111111;
    float: right;
}

.checkout__total__all {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
    margin-bottom: 26px;
}

.checkout__total__all li {
    list-style: none;
    font-size: 16px;
    color: #111111;
    line-height: 40px;
    overflow: hidden;
}

.checkout__total__all li span {
    color: #e53637;
    font-weight: 700;
    float: right;
}

/*---------------------
Blog
-----------------------*/

.blog {
    padding-bottom: 55px;
}

.latest {
    padding-bottom: 55px;
}

.blog__item {
    margin-bottom: 45px;
}

.blog__item:hover a::after {
    width: 40px;
    background: #e53637;
}

.blog__item:hover .blog__item__text {
  -webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
  box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
}

.blog__item__pic {
  height: 270px;
}

.blog__item__text {
  padding: 30px 30px 25px;
  margin: 0 30px;
  margin-top: -35px;
  background: #ffffff;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__item__text span {
  color: #3d3d3d;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.blog__item__text span img {
  margin-right: 6px;
}

.blog__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.blog__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
  text-align: center;
  margin-bottom: 65px;
}

.blog__sidebar__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__item form input {
  height: 50px;
  font-size: 15px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
}

.blog__sidebar__item form input::-webkit-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-moz-placeholder {
  color: #444444;
}

.blog__sidebar__item form input:-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::placeholder {
  color: #444444;
}

.blog__sidebar__title {
  text-align: center;
  margin-bottom: 35px;
}

.blog__sidebar__title h4 {
  color: #111111;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.blog__sidebar__title h4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background: #e1e1e1;
  content: "";
  margin: 0 auto;
}

.blog__sidebar__social a {
  display: inline-block;
  font-size: 18px;
  color: #111111;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 6px;
}

.blog__sidebar__social a:last-child {
  margin-right: 6px;
}

.recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
}

.recent__item__pic {
  float: left;
  margin-right: 25px;
}

.recent__item__text {
  overflow: hidden;
}

.recent__item__text h6 {
  color: #111111;
  line-height: 21px;
  font-weight: 700;
}

.recent__item__text span {
  font-size: 13px;
  color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
  background: #f3f2ee;
  padding-top: 125px;
  padding-bottom: 190px;
}

.blog__hero__text h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.blog__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.blog__hero__text ul li:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
  display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  margin-top: -115px;
  padding-top: 0;
}

.blog__details__content {
  position: relative;
}

.blog__details__pic {
  margin-bottom: 60px;
}

.blog__details__pic img {
  min-width: 100%;
  border-radius: 5px;
}

.blog__details__share {
  text-align: center;
  position: absolute;
  left: -120px;
  top: 0;
}

.blog__details__share span {
  color: #111111;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.blog__details__share ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog__details__share ul li a {
  color: #ffffff;
  font-size: 18px;
  height: 46px;
  display: inline-block;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  background: #4267b2;
}

.blog__details__share ul li a.twitter {
  background: #1da1f2;
}

.blog__details__share ul li a.youtube {
  background: #fe0003;
}

.blog__details__share ul li a.linkedin {
  background: #0173b2;
}

.blog__details__text {
  margin-bottom: 50px;
}

.blog__details__text p {
  font-size: 18px;
  line-height: 34px;
}

.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  background: #f3f2ee;
  padding: 50px 40px 35px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 45px;
}

.blog__details__quote i {
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #e53637;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: -25px;
}

.blog__details__quote p {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.blog__details__quote h6 {
  color: #e53637;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details__option {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 70px;
}

.blog__details__author__pic {
  display: inline-block;
  margin-right: 15px;
}

.blog__details__author__pic img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.blog__details__author__text {
  display: inline-block;
}

.blog__details__author__text h5 {
  color: #111111;
  font-weight: 700;
}

.blog__details__tags {
  text-align: right;
}

.blog__details__tags a {
  display: inline-block;
  color: #111111;
  font-weight: 700;
  margin-right: 10px;
}

.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 40px;
}

.blog__details__btns__item {
  display: block;
  border: 1px solid #ebebeb;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}

.blog__details__btns__item.blog__details__btns__item--next {
  text-align: right;
}

.blog__details__btns__item.blog__details__btns__item--next p span {
  margin-right: 0;
  margin-left: 5px;
}

.blog__details__btns__item p {
  color: #b7b7b7;
  margin-bottom: 10px;
}

.blog__details__btns__item p span {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.blog__details__btns__item h5 {
  color: #111111;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.blog__details__comment h4 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__comment form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:focus {
  border-color: #000000;
}

.blog__details__comment form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:focus {
  border-color: #000000;
}

.blog__details__comment form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*---------------------
  Map
-----------------------*/

.map {
  height: 500px;
}

.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contact__text .section-title h2 {
  font-size: 48px;
  margin-bottom: 18px;
}

.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}

.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}

.contact__text ul li:last-child {
  margin-bottom: 0;
}

.contact__text ul li h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::placeholder {
  color: #b7b7b7;
}

.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::placeholder {
  color: #b7b7b7;
}

.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*---------------------
  Product Details Page
-----------------------*/
.product-details {
  padding: 60px 0;
  background: #fff;
}

/* Product Images */
.product-details__img {
  position: sticky;
  top: 100px;
}

.product-details__img-main {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details__img-main img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.product-details__img-thumbs {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.thumb-item {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: #f8f9fa;
  padding: 8px;
  transition: all 0.3s ease;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumb-item:hover,
.thumb-item.active {
  border-color: #e53637;
}

/* Product Info */
.product-details__info {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-details__category {
  display: inline-block;
  color: #4caf50;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-details__title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  line-height: 1.3;
}

.product-details__stock {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.product-details__stock.in-stock {
  background: #e8f5e9;
  color: #4caf50;
}

.product-details__stock.out-stock {
  background: #ffebee;
  color: #e53637;
}

.product-details__price {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-details__price .current-price {
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.product-details__price .old-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

.product-details__desc {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Weight Options */
.product-details__weight {
  margin-bottom: 25px;
}

.weight-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.weight-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.weight-btn {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.weight-btn:hover {
  border-color: #4caf50;
  color: #4caf50;
}

.weight-btn.active {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

/* Quantity & Buttons */
.product-details__quantity {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

qty-btn {
  width: 40px;
  height: 44px;
  border: none;
  background: #fff;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s ease;
}

qty-btn:hover {
  background: #f5f5f5;
}

qty-input {
  width: 50px;
  height: 44px;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  -moz-appearance: textfield;
}

qty-input::-webkit-outer-spin-button,
qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-add-cart {
  padding: 12px 28px;
  background: #4caf50;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-add-cart:hover {
  background: #43a047;
}

.btn-buy-now {
  padding: 12px 35px;
  background: #ff9800;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-buy-now:hover {
  background: #f57c00;
}

/* Tabs */
.product-details__tabs {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.product-details__tabs .nav-tabs {
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

.product-details__tabs .nav-link {
  border: none;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  margin-right: 40px;
  background: transparent;
  position: relative;
}

.product-details__tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4caf50;
  transition: width 0.3s ease;
}

.product-details__tabs .nav-link:hover,
.product-details__tabs .nav-link.active {
  color: #111;
}

.product-details__tabs .nav-link.active::after {
  width: 100%;
}

/* Reviews Summary */
.reviews-summary {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 25px;
  height: 100%;
}

.reviews-score {
  text-align: center;
  margin-bottom: 25px;
}

.reviews-score .score-number {
  font-size: 48px;
  font-weight: 800;
  color: #111;
  display: block;
  line-height: 1;
}

.reviews-score .score-text {
  font-size: 14px;
  color: #666;
}

.reviews-score .score-stars {
  color: #ffc107;
  font-size: 18px;
  margin: 8px 0;
}

.reviews-score .reviews-count {
  font-size: 13px;
  color: #888;
}

.reviews-bars .bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.reviews-bars .bar-label {
  font-size: 12px;
  color: #666;
  min-width: 45px;
}

.reviews-bars .bar-track {
  flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.reviews-bars .bar-fill {
  height: 100%;
  background: #ffc107;
  border-radius: 4px;
}

/* Review CTA */
.review-cta {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-cta h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.review-cta p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.btn-write-review {
  padding: 12px 25px;
  border: 2px solid #111;
  border-radius: 25px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-write-review:hover {
  background: #111;
  color: #fff;
}

/* Reviews List */
.reviews-list {
  margin-top: 40px;
}

.reviews-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.reviews-list__header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.reviews-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-sort span {
  font-size: 13px;
  color: #666;
}

.reviews-sort select {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  background: #fff;
}

/* Review Item */
.review-item {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.review-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewer-details h5 {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 0 0 3px 0;
}

.verified-badge {
  font-size: 11px;
  color: #4caf50;
}

.verified-badge i {
  margin-right: 3px;
}

.review-date {
  font-size: 12px;
  color: #999;
}

.review-item__title {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.review-item__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}

.review-item__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}

.review-item__rating i {
  color: #ffc107;
  font-size: 13px;
}

.review-item__rating span {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.review-item__images {
  display: flex;
  gap: 10px;
}

.review-item__images img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.review-item__images img:hover {
  transform: scale(1.05);
}

/* Product Description */
.product-description h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.product-description p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.product-description h5 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin: 25px 0 15px;
}

.product-description ul {
  padding-left: 20px;
}

.product-description ul li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

/* Related Products */
.related-products {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.related-products__header {
  margin-bottom: 30px;
}

.related-products__label {
  display: block;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.related-products__header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .product-details__info {
    padding-left: 0;
    margin-top: 30px;
  }

  .product-details__img {
    position: static;
  }

  .product-details__img-main {
    aspect-ratio: auto;
    min-height: 350px;
  }

  .reviews-summary,
  .review-cta {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-details__title {
    font-size: 22px;
  }

  .product-details__quantity {
    flex-direction: column;
    align-items: stretch;
  }

  .qty-selector {
    justify-content: center;
  }

  .btn-add-cart,
  .btn-buy-now {
    width: 100%;
    justify-content: center;
  }

  .thumb-item {
    width: 60px;
    height: 60px;
  }

  .reviews-list__header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__text h2 {
    font-size: 26px;
  }
  .header__menu ul li {
    margin-right: 38px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .testimonial__text {
    padding: 130px 45px 175px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li {
    margin-right: 10px;
  }
  .header__nav__option a {
    margin-right: 10px;
  }
  .header__nav__option .price {
    margin-left: 0;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .shop__sidebar {
    padding-right: 0;
    padding-top: 40px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .testimonial__text {
    padding: 100px 105px 100px;
  }
  .product__details__breadcrumb {
    text-align: left;
  }
  .product__details__pic .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product__details__option__size {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product__details__last__option h5:before {
    width: 440px;
  }
  .product__details__tab .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
  .shopping__cart__table {
    overflow-y: auto;
  }
  .shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }
  .continue__btn {
    text-align: center;
  }
  .continue__btn.update__btn {
    text-align: center;
    margin-top: 20px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .checkout__order {
    margin-top: 20px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
  .blog__details__author {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog__details__tags {
    text-align: center;
  }
  .contact__text {
    margin-bottom: 40px;
  }
  .hero__social {
    margin-top: 180px;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .cart__total {
    padding: 35px 30px 40px;
  }
  .hero__items {
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero__social {
    margin-top: 145px;
  }
  .categories__deal__countdown .categories__deal__countdown__timer {
    margin-left: 0;
  }
  .instagram__pic__item {
    width: 100%;
  }
  .testimonial__text {
    padding: 60px 40px 60px;
  }
  .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    width: 100%;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
  }
  .product__details__last__option h5:before {
    width: 280px;
  }
  .product__details__cart__option .quantity {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product__details__last__option h5 span {
    font-size: 16px;
  }
  .blog__hero__text h2 {
    font-size: 36px;
  }
  .categories__text h2 {
    font-size: 30px;
    line-height: 55px;
  }
  .categories__text:before {
    height: 250px;
  }
}

/*------------------------------
  Product Details Alt Page (pda-)
------------------------------*/

/* Breadcrumb */
.pda-breadcrumb {
  padding: 15px 0;
  background: #f3f2ee;
  border-bottom: none;
}

.pda-breadcrumb__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

.pda-breadcrumb__links a {
  color: #111111;
  transition: color 0.3s ease;
  font-weight: 500;
}

.pda-breadcrumb__links a:hover {
  color: #e53637;
}

.pda-breadcrumb__links i {
  color: #999;
  font-size: 10px;
}

.pda-breadcrumb__links span {
  color: #b7b7b7;
  font-weight: 500;
}

/* Main Section */
.pda-section {
  padding: 30px 0 60px;
  background: #f3f2ee;
}

.pda-section > .container > .row {
  display: flex;
  flex-wrap: wrap;
}

.pda-section > .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.pda-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pda-right-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Gallery */
.pda-gallery {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.pda-gallery__main {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f3f2ee;
}

.pda-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
}

.pda-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.pda-gallery__thumb {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: #f3f2ee;
  transition: all 0.3s ease;
}

.pda-gallery__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.pda-gallery__thumb:hover,
.pda-gallery__thumb.active {
  border-color: #e53637;
}

/* Product Info */
.pda-info {
  background: #fff;
  border-radius: 5px;
  padding: 28px;
}

.pda-info__store {
  color: #e53637;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.pda-info__store:hover {
  text-decoration: underline;
}

.pda-info__title {
  font-size: 26px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 16px;
  line-height: 1.4;
}

.pda-info__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 15px;
  color: #111;
  font-weight: 500;
}

.pda-info__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pda-info__rating i {
  color: #ffc107;
  font-size: 15px;
}

.pda-info__rating .rating-score {
  font-weight: 700;
  color: #111;
  font-size: 15px;
}

.pda-info__divider {
  color: #999;
}

/* Size Selector */
.pda-info__sizes {
  margin-bottom: 25px;
}

.pda-info__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.pda-size-options {
  display: flex;
  gap: 10px;
}

.pda-size-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pda-size-btn:hover {
  border-color: #111;
}

.pda-size-btn.active {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* Tabs */
.pda-tabs {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.pda-tabs__nav {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.pda-tabs__nav li {
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 800;
  color: #555;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.pda-tabs__nav li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e53637;
  transition: width 0.3s ease;
}

.pda-tabs__nav li:hover,
.pda-tabs__nav li.active {
  color: #111;
}

.pda-tabs__nav li.active::after {
  width: 100%;
}

.pda-tabs__content {
  display: none;
}

.pda-tabs__content.active {
  display: block;
}

/* Specs */
.pda-specs {
  margin-bottom: 25px;
}

.pda-specs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}

.pda-specs__item {
  display: flex;
  gap: 10px;
}

.pda-specs__label {
  color: #666;
  font-size: 15px;
  min-width: 80px;
  font-weight: 500;
}

.pda-specs__value {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}

.pda-specs__value--link {
  color: #111;
  cursor: pointer;
  font-weight: 700;
}

.pda-specs__value--link:hover {
  text-decoration: underline;
}

/* Description */
.pda-description {
  margin-bottom: 25px;
}

.pda-description h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.pda-description ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.pda-description ul li {
  font-size: 15px;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.6;
}

.pda-description__note {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
  font-style: italic;
}

.pda-description__toggle {
  color: #e53637;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.pda-description__toggle:hover {
  color: #c62828;
  text-decoration: underline;
}

/* Shipping */
.pda-shipping {
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.pda-shipping h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.pda-shipping__row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 15px;
}

.pda-shipping__label {
  color: #666;
  min-width: 80px;
  font-weight: 500;
}

.pda-shipping__value {
  color: #111;
  font-weight: 500;
}

.pda-shipping__value--highlight {
  color: #111;
  font-weight: 800;
}

/* Seller */
.pda-seller {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.pda-seller h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.pda-seller__card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}

.pda-seller__avatar {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pda-seller__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pda-seller__name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.pda-seller__meta {
  font-size: 14px;
  color: #666;
}

.pda-seller__divider {
  margin: 0 8px;
  color: #ccc;
}

.pda-seller__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  background: #fff;
  transition: all 0.3s ease;
}

.pda-seller__btn:hover {
  border-color: #e53637;
  color: #e53637;
}

/* Sidebar */
.pda-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  border: none;
  margin-top: 20px;
}

/* Right Panel */
.pda-right-panel {
  position: sticky;
  top: 80px;
}

/* Discount Banner */
.pda-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f2ee;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 20px;
  color: #111;
  border: 1px solid #e8e6e1;
}

.pda-discount__percent {
  font-size: 18px;
  font-weight: 800;
  display: block;
  color: #e53637;
}

.pda-discount__condition {
  font-size: 13px;
  color: #666;
}

.pda-discount__right {
  background: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  color: #444;
  border: 1px solid #ddd;
}

/* Order Box */
.pda-order {
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.pda-order__title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.pda-order__selected {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.pda-order__thumb {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  overflow: hidden;
  background: #f3f2ee;
  border: 1px solid #e8e6e1;
}

.pda-order__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pda-order__label {
  font-size: 13px;
  color: #888;
  display: block;
  margin-bottom: 3px;
}

.pda-order__value {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.pda-order__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pda-qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.pda-qty-btn {
  width: 38px;
  height: 38px;
  border: none;
  background: #f3f2ee;
  font-size: 18px;
  color: #111;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pda-qty-btn:hover {
  background: #e8e6e1;
}

.pda-qty-input {
  width: 44px;
  height: 38px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  background: #fff;
  -moz-appearance: textfield;
}

.pda-qty-input::-webkit-outer-spin-button,
.pda-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pda-order__stock {
  font-size: 14px;
  color: #666;
}

.pda-order__stock strong {
  color: #111;
  font-weight: 600;
}

.pda-order__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pda-order__total-label {
  font-size: 15px;
  color: #666;
}

.pda-order__total-price {
  font-size: 28px;
  font-weight: 800;
  color: #e53637;
}

/* Buttons */
.pda-btn {
  width: 100%;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.pda-btn--primary {
  background: #e53637;
  border: none;
  color: #fff;
}

.pda-btn--primary:hover {
  background: #c92a2b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(229, 54, 55, 0.3);
}

.pda-btn--outline {
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
}

.pda-btn--outline:hover {
  border-color: #e53637;
  color: #e53637;
}

.pda-order__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.pda-order__action {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.pda-order__action:hover {
  color: #e53637;
}

.pda-order__action--chat {
  color: #e53637;
}

.pda-order__action--chat:hover {
  color: #c92a2b;
}

.pda-order__report {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #999;
}

.pda-order__report a {
  color: #e53637;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.pda-order__report a:hover {
  color: #c92a2b;
}

/* Reviews Section */
.pda-reviews-section {
  padding: 40px 0 60px;
  background: #f3f2ee;
}

.pda-rating-summary {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
}

.pda-rating-summary h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.pda-rating-summary__score {
  margin-bottom: 8px;
}

.pda-rating-summary__number {
  font-size: 50px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.pda-rating-summary__out {
  font-size: 18px;
  color: #666;
}

.pda-rating-summary__stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 5px;
}

.pda-rating-summary__count {
  font-size: 15px;
  color: #666;
  display: block;
  margin-bottom: 25px;
}

/* Rating Bars */
.pda-rating-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pda-rating-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pda-rating-bar__star {
  font-size: 14px;
  color: #111;
  min-width: 38px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.pda-rating-bar__star i {
  color: #ffc107;
  font-size: 13px;
}

.pda-rating-bar__track {
  flex: 1;
  height: 10px;
  background: #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.pda-rating-bar__fill {
  height: 100%;
  background: #e53637;
  border-radius: 5px;
}

.pda-rating-bar__count {
  font-size: 15px;
  color: #111;
  min-width: 40px;
  text-align: right;
  font-weight: 500;
}

/* Reviews Images */
.pda-reviews-images {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  height: 100%;
}

.pda-reviews-images h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.pda-reviews-images__grid {
  display: flex;
  gap: 12px;
}

.pda-reviews-images__item {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.pda-reviews-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pda-reviews-images__item--more .pda-reviews-images__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
  .pda-sidebar {
    position: static;
    margin-top: 30px;
  }

  .pda-gallery {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pda-section {
    padding: 20px 0 40px;
  }

  .pda-info__title {
    font-size: 18px;
  }

  .pda-specs__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pda-order__actions {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .pda-reviews-images__grid {
    flex-wrap: wrap;
  }

  .pda-reviews-images__item {
    width: 80px;
    height: 80px;
  }

  .pda-breadcrumb__links {
    font-size: 13px;
  }
}
