:root {
    --leader-red: #ED1C24;
    --leader-dark-red: #B71C1C;
    --leader-gray: #000000;
    --leader-light-gray: #F5F5F5;
    --card-bg: #F2EFEF;
    --promo-inverse: #E3E3E3;
    --footer-bg: #292929;
    --alt-bg: #F5F5F5;
    --white: #FFFFFF;
    --black: #000000;
    --card-gray: #EDEDED;
    --card-alt: #D3D3D3;
    --button-gray: #D9D9D9;
    --login-gray: #A6A6A6;
}

body {
    font-family: 'Commissioner', sans-serif;
    color: var(--leader-gray);
    background: var(--white);
}

body.page-template-history,
body.page-template-activity,
body.page-template-infrastructure,
body.page-template-statements,
body.page-template-carreer,
body.page-template-map {
    background-color: var(--alt-bg);
}

body.page-template-contact {
    background: rgb(241, 51, 29);
    background: linear-gradient(335deg, rgba(241, 51, 29, 1) 0%, rgba(211, 54, 37, 1) 50%, rgba(118, 10, 0, 1) 100%);
    color: white;
    padding: 0px;
}

body.page-template-contact .contact-section {
    background: transparent;
    padding-bottom: 180px;
}

/* custom grid cols */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1400px !important;
}

/* Grid overlay styles */
.grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.3;
}

.grid-overlay .row {
    height: 100%;
}

.grid-overlay .col {
    background-color: rgba(255, 0, 0, 0.1);
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.grid-overlay .col::after {
    content: '';
    background: #ff0000;
    width: calc(100% - 1.5rem);
    height: 100%;
    position: absolute;
    left: 0.75rem;
    top: 0;
}

/* Toggle button */
.grid-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.grid-toggle:hover {
    background-color: #0056b3;
}

/* Hide overlay by default */
.grid-overlay.hidden {
    display: none;
}

/* Your actual content styles */
.content {
    padding: 40px 0;
}

.demo-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/* custom grid cols */

.navbar .container {
    position: relative;
    z-index: 1;
    max-width: 1240px !important;
}

.navbar .container::before {
    content: '';
    background: #ffffff;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
}

.nav-item {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: var(--white);
    border-radius: 0 0 16px 16px;
    padding: 20px;
    z-index: 1;
    min-width: 320px;
    border: 0 none;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.img-fluid.full {
    width: 100%;
    height: auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 15;
}

.admin-bar header {
    top: 32px;
}

.navbar-brand {
    margin-left: 40px;
}

.navbar-nav {
    gap: 10px;
    margin: 20px 25px 20px 0px;
}

/*temp*/
/* .woocommerce .navbar-nav {
    gap: 0px;
} */

/*temp*/
/* .page-template-page-login .navbar .nav-link, 
.woocommerce-page .navbar .nav-link,
.woocommerce .navbar .nav-link {
  margin: 0;
} */

.navbar {
    padding: 30px 0;
}

.navbar .nav-link {
    color: var(--leader-gray);
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
}

.navbar .nav-link.red {
    background: var(--leader-red);
    color: var(--white);
    border-radius: 0 0 12px 12px;
}

.navbar .nav-link:hover {
    color: var(--leader-red);
}

.btn-shop-now {
    background-color: var(--leader-red);
    color: white;
    border-radius: 25px;
    padding: 23px 30px;
    font-weight: 500;
    font-size: 22px;
}

.btn-shop-now:hover {
    background-color: var(--leader-dark-red);
    color: white;
}

.login-btn {
    background-color: var(--button-gray);
    color: var(--black);
    border-radius: 25px;
    padding: 23px 70px 23px 20px;
    font-weight: 500;
    font-size: 22px;
    margin-right: -60px;
}

.login-btn:hover {
    background-color: var(--leader-dark-red);
    color: white;
}

.hero-section {
    position: relative;
    padding: 30px 0;
    margin-bottom: 130px;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-content p {
    font-size: 24px;
}

.hero-section.category-hero .supertitle {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hero-section.category-hero h1 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-section.category-hero p {
    font-size: 19px;
}

.hero-section.category-hero .news-list p {
    font-size: 24px;
}

.offer-card {
    max-width: 94%;
    margin: 0 auto;
}

.shop-slider .swiper-pagination-bullet,
.hero-image .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--leader-gray);
    opacity: 1;
}

.shop-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hero-image .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EC0101;
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.25);
}

.hero-image {
    background-color: #000000;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    position: relative;
}

.page-hero-image {
    margin-top: 120px;
}

.about-section {
    background: var(--leader-red);
    padding-bottom: 80px;
}

.about-section > .container {
    background: #EDEDED;
    border-radius: 40px;
    position: relative;
    top: -90px;
    padding: 100px;
    max-width: 1280px !important;
}

.about-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 20px;
    margin-bottom: 20px;
}

.offer-row {
    position: absolute;
    bottom: 40px;
    right: 60px;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.offer-row .swiper-wrapper {
    display: flex;
    gap: 0;
    align-items: flex-start;
}

.offer-row .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(50% - 20px);
    height: 100%;
}

.padsection {
    border-radius: 0 0 40px 40px;
    background: rgb(241,51,29);
    background: linear-gradient(135deg, rgba(241,51,29,1) 0%, rgba(211,54,37,1) 50%, rgba(118,10,0,1) 100%);
    padding: 70px 90px;
    background-size: 200% 200%;
    animation: gradient 12s ease infinite;
    color: var(--leader-light-gray);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.padsection h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.padsection p {
    font-size: 19px;
    margin-bottom: 20px;
}

.promo-card {
    background-color: #D92E21;
    color: white;
    border-radius: 15px;
    padding: 15px 20px;
    margin: 10px 5px;
    max-width: 335px;
}

.promo-card.inverse {
    background-color: var(--promo-inverse);
    color: var(--leader-gray);
}

.promo-card h5 {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px;
}

.promo-card p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.page-content {
    position: relative;
    padding: 30px 0;
    margin-top: 100px;
    margin-bottom: 130px;
}

.category-card {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 9px 12px 20px rgba(0, 0, 0, 0.15);
    min-height: 400px;
}

.category-card h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 0 50px;
    margin: 20px 0;
}

.category-card h3 a {
    font-size: 32px;
}

.category-card ul {
    padding: 0 50px;
    list-style: none;
    margin-bottom: 50px;
}

.category-card ul li {
    margin-bottom: 5px;
}

.category-card a {
    font-size: 20px;
    text-decoration: none;
    color: var(--leader-gray);
}

.category-card a:hover {
    color: var(--leader-red);
}

.info-section {
    background-color: var(--leader-red);
    color: white;
    padding: 50px 0;
}

.info-section h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.info-section p {
    line-height: 1.6;
}

.read-more-btn {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 25px 70px;
    font-size: 10px;
}

.read-more-btn:hover {
    background-color: var(--leader-gray);
    color: var(--leader-light-gray);
}

.products-section {
    background: rgb(241,51,29);
    background: linear-gradient(335deg, rgba(241,51,29,1) 0%, rgba(211,54,37,1) 50%, rgba(118,10,0,1) 100%);
    color: white;
    padding: 160px 0 120px;
    overflow: hidden ;
}

.products-section h2 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 35px;
}

.products-section p {
    font-size: 20px;
    margin-bottom: 40px;
}

.product-card {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    height: 480px;
}

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

.product-card .product-title {
    padding: 30px;
    color: white;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.product-card .product-title a {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
}

.product-card.active {
    border: 3px solid white;
}

.product-title span {
    display: none;
}

.product-card:hover .product-title span {
    display: block;
}

.product-card:hover .product-title {
    color: var(--leader-red);
    text-shadow: none;
}

.product-card:hover .product-title a {
    color: var(--leader-red);
    text-shadow: none;
}

.product-card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-card:hover .product-card-content {
    background: var(--card-bg);
}

.product-cat {
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
    padding: 0 30px;
    display: none;
}

.product-card:hover .product-cat {
    display: flex;
}

.product-cat a {
    color: var(--leader-gray);
    text-decoration: none;
}

.product-cat a:hover {
    color: var(--leader-red);
}

.product-categories {
    background: rgb(241,51,29);
    background: linear-gradient(335deg, rgba(241,51,29,1) 0%, rgba(211,54,37,1) 50%, rgba(118,10,0,1) 100%);
    border-radius: 40px 40px 0 0;
    padding: 120px 0;
}

.brands-section {
    padding: 155px 0 85px;
    background-color: var(--leader-light-gray);
}

.brands-section h2 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.brands-section p {
    font-size: 24px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.brand-logo {
    object-fit: contain;
    margin: 20px;
    filter: grayscale(0);
    transition: all 0.3s;
}

.brand-logo:hover {
    transform: scale(1.1);
}

.news-section {
    padding: 120px 0;
    overflow: hidden;
}

.news-section h2 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-section p {
    font-size: 24px;
    margin-bottom: 40px;
}

.news-card {
    display: block;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 30px;
    background: var(--card-bg);
    text-decoration: none;
    color: var(--leader-gray);
}

.news-card:hover {
    color: var(--leader-red);
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-card .news-content {
    padding: 20px;
}

.news-card .news-tag {
    background-color: var(--leader-red);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 10px;
}

.news-card h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-card p {
    font-size: 14px;
    margin-bottom: 20px;
}

.news-card .read-more {
    color: var(--leader-gray);
    font-weight: 600;
    text-decoration: none;
    font-size: 10px;
}

.news-card:hover .read-more {
    color: var(--leader-red);
}

.contact-template {
    background: #920606;
    background: linear-gradient(105deg,rgba(146, 6, 6, 1) 0%, rgba(230, 49, 41, 1) 50%, rgba(255, 119, 108, 1) 100%);
}

.contact-section {
    background: rgb(241,51,29);
    background: linear-gradient(335deg, rgba(241,51,29,1) 0%, rgba(211,54,37,1) 50%, rgba(118,10,0,1) 100%);
    color: white;
    padding: 120px 0px;
    border-radius: 40px 40px 0 0;
}

.contact-template .contact-section {
    background: transparent;
    padding-bottom: 180px;
}

.contact-section h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 30px;
    padding-right: 20px;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 40px;
}

.pre-form-text {
    padding: 0 2rem;
}

.pre-form-text p {
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-form {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
}

.contact-form h4 {
    color: var(--leader-gray);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-form .form-control {
    border-radius: 0px;
    padding: 12px 0;
    margin-bottom: 15px;
    border: 0 none;
    font-size: 24px;
    border-bottom: 1px solid #000;
    resize: none;
}

.submit-btn {
    background-color: black;
    color: white;
    border-radius: 8px;
    padding: 12px 15px;
    font-weight: 600;
    width: 100%;
}

.submit-btn:hover {
    background-color: var(--leader-red);
    color: white;
}

.shop-now h5 {
    font-size: 48px;
    font-weight: 600;
}

.shop-now-btn {
    background-color: white;
    color: var(--leader-red);
    border: 1px solid white;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    font-size: 40px;
    align-items: center;
    justify-content: space-between;
}

.shop-now-btn path {
    fill: var(--leader-red);
}

.shop-now-btn:hover {
    background-color: transparent;
    color: white;
}

.shop-now-btn:hover path {
    fill: white;
}

.history-section {
    margin-bottom: 300px;
    overflow: hidden;
}

.history-card {
    background: red;
    width: 380px;
    height: 520px;
    border-radius: 26px;
    padding: 40px;
}

.history-card h3 {
    font-size: 128px;
    margin-bottom: 80px;
    font-weight: 600;
}

.history-card p {
    font-size: 22px;
    font-weight: 400;
}

.history-section .swiper {
    width: 100%;
    height: 520px;  
}

.history-section .swiper .swiper-wrapper {
    
}

.history-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.history-section .swiper-slide .history-card {
    background: #6D0E07;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), 0 15px 60px rgba(0, 0, 0, 0.1), 0 9px 46px rgba(0, 0, 0, 0.1);
}

.history-section .swiper-slide .history-card h3,
.history-section .swiper-slide .history-card p {
    color: #818181;
}

.history-section .swiper-slide.swiper-slide-visible .history-card {
    background: #ED1C24;
}

.history-section .swiper-slide.swiper-slide-visible .history-card h3,
.history-section .swiper-slide.swiper-slide-visible .history-card p {
    color: #fff;
}

.infra-section {
    margin-bottom: 300px;
    overflow: hidden;
}

.infra-block {
    background: var(--white);
    border-radius: 30px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.infra-block .texts {
    width: 50%;
}

.infra-block .icon {
    width: 30%;
    text-align: center;
}

.infra-block h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.infra-block p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
}

.activity-section {
    margin-bottom: 300px;
    overflow: hidden; 
}

.activity-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.activity-cards {
  display: flex;
  gap: 14px;
}

.activity-card {
    background: var(--white);
    border-radius: 30px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    height: auto;
    width: 33%;
}

.activity-card h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.activity-card p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.quality-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.gray-card {
    background: var(--card-gray);
    border-radius: 40px;
    padding: 60px 80px;
    max-width: 1300px;
    margin: 0 auto;
}

.page-template-sustainability .gray-card {
    padding: 40px;
}

.page-template-sustainability .gray-card img {
    border-radius: 26px;
}

.page-template-sustainability .gray-card h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.page-template-sustainability .gray-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.page-template-sustainability .gray-card ul {
    font-size: 18px;
    padding: 0;
}

.gray-card:nth-child(even) {
    background: var(--card-alt);
}

.page-template-sustainability .gray-card:nth-child(even) {
    background: var(--card-gray);
}

.gray-card p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.certifications-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.certifications-section a {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
}

.certifications-section a:hover {
    color: var(--leader-red);
}

.more-link-btn {
    font-size: 24px;
    font-weight: 600;
    background: var(--leader-red);
    border-radius: 8px;
    padding: 13px 24px;
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    gap: 40px;
    transition: all 0.3s ease;
}

.more-link-btn span {
    width: 45px;
}

.more-link-btn:hover {
    background: var(--leader-gray);
    color: var(--white);
}

.statements-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.statements-section a {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
    display: flex;
    background: var(--card-gray);
    border-radius: 30px;
    padding: 27px 40px;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.statements-section a path {
    stroke: var(--leader-gray);
    transition: all 0.3s ease;
}

.statements-section a:hover {
    background: var(--leader-red);
    color: var(--white);
}

.statements-section a:hover path {
    stroke: var(--white);
}

.news-list-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.news-list-section h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.news-list-section p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px; 
}

.news-list-section .read-more-btn {
    font-size: 15px;
    padding: 14px 20px;
}

.woocommerce .product-card__price {
    display: none;
}

.next-link {
    display: flex;
    align-items: center;
    gap: 40px;
    border: 2px solid var(--black);
    border-radius: 30px;
    padding: 16px;
    color: var(--black);
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 580px;
    margin-left: auto;
    margin-right: 40px;
}

.next-link h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.next-link p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.next-link:hover {
    background: var(--leader-red);
    color: var(--white);
}

.distribution-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.distribution-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.distribution-section p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px; 
}

.map-section {
    margin-bottom: 300px;
    overflow: hidden;  
}

.map-wrapper {
    position: relative;
}

.map {
    width: 100%;
    max-width: 55%;
}

.map svg g path {
    transition: all 0.3s ease;
}

.map svg .active path,
.map svg g:hover path {
    fill: var(--leader-red);
    cursor: pointer;
}

.map-hover-card {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 320px;
    background: var(--white);
    border-radius: 30px;
    padding: 30px;
    display: none;
}

.map-hover-card.active {
    display: block;
}

.map-hover-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--leader-red);
}

.map-hover-card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.map-hover-card p:last-child {
    margin-bottom: 0;
}

.submenu {
    position: absolute;
    background: var(--card-gray);
    width: calc(100% + 40px);
    left: -40px;
    border-radius: 0 0 26px 26px;
    padding: 60px;
    z-index: 0;
    top: 80px;
}

footer {
    background-color: var(--footer-bg);
    color: white;
    padding: 50px 0 20px;
    border-radius: 30px 30px 0 0;
    position: relative;
    margin-top: -30px;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

footer p {
    font-weight: 300;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #CCC;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

footer ul li a:hover {
    color: white;
    text-decoration: underline;
}

footer .copyright {
    font-size: 0.8rem;
    color: #CCC;
}

footer .copyright p {
    margin: 0;
    font-weight: 400;
}

footer h5 {
    font-size: 1rem;
}

footer p a {
    color: var(--leader-light-gray);
    text-decoration: none;
}

footer p a:hover {
    text-decoration: underline;
}

/* Swiper Customization */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background-color: var(--leader-red);
}

.navbar-toggler {
    border: 0;
    display: flex;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler img {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.navbar-toggler.collapsed img  {
    transform: rotate(0deg);
}

.otgs-development-site-front-end {
    display: none;
}

wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
  
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
    color: var(--leader-gray);
}

.wpml-floating-language-switcher .wpml-ls-current-language a {
    color: var(--leader-red) !important;
}

.wpml-floating-language-switcher .wpml-ls-current-language {
    display: none !important;
}

@media screen and (max-width: 768px) {

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .padsection {
        padding: 20px;
        border-radius: 20px;
    }

    .padsection h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .padsection p {
        font-size: 12px;
    }

    .news-section h2 {
        font-size: 28px;
    }

    .news-section p {
        font-size: 15px;
    }

    .hero-section {
        margin-top: 0px;
        padding-top: 0;
    }

    .hero-image {
        border-radius: 20px;
        height: auto;
        background: transparent;
    }

    .offer-card {
        max-width: 100%;
    }

    .hero-image img {
        border-radius: 20px;
        /* min-height: 230px; */
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 230px;
    }

    .promo-card {
        margin: 20px 0;
        max-width: 100%;
    }

    .offer-row {
        bottom: 0;
        right: auto;
        left: 0;
        transform: translateX(0);
        width: 100%;
        position: relative;
    }

    .promo-card h5 {
        font-size: 16px;
    }

    .promo-card p {
        font-size: 10px;
    }

    .read-more-btn {
        padding: 15px 40px;
    }

    .products-section h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .products-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .product-card {
        height: 280px;
    }

    .product-card .product-title {
        font-size: 20px;
    }

    .brands-section h2 {
        font-size: 28px;
    }

    .brands-section p {
        font-size: 15px;
    }

    .contact-section h2 {
        font-size: 28px;
        padding-right: 0;
    }

    .shop-now h5 {
        font-size: 28px;
    }

    .shop-now-btn {
        font-size: 20px;
        padding: 10px 20px;
    }

    .hero-section.category-hero h1 {
        font-size: 28px;
    }

    .hero-section.category-hero p {
        font-size: 15px;
    }

    .hero-section {
        margin-bottom: 0px;
    }

    .category-card {
        min-height: 320px;
    }

    .category-card h3 {
        padding: 0 20px;
        margin: 10px 0;
    }

    .category-card h3 a {
        font-size: 24px;
    }

    .category-card a {
        font-size: 18px;
    }

    .category-card ul {
        padding: 0 20px;
        list-style: none;
        margin-bottom: 20px;
    }

    .history-section {
        margin-bottom: 100px;
    }

    .history-card {
        width: 240px;
        height: 320px;
    }

    .history-card h3 {
        font-size: 60px;
        margin-bottom: 60px;
    }

    .history-card p {
        font-size: 12px;
    }

    .page-hero-image {
        margin-top: 40px;
    }

    .about-section {
        margin-top: 100px;
    }

    .about-section > .container {
        padding: 80px 30px;
        width: 96%;
    }

    .about-section h3 {
        font-size: 24px;
    }

    .about-section p {
        font-size: 15px;
    }

    .navbar-brand {
        padding: 12px;
        max-width: 111px;
        margin-left: 0;
    }

    .navbar .container::before {
        width: 94%;
        left: 3%;
        border-radius: 12px;
    }
    
    .navbar-collapse {
        background: var(--card-gray);
        border-radius: 0 0 12px 12px;
        padding: 0;
    }

    .navbar-collapse .nav-link{
        font-size: 22px;
        font-weight: 500;
    }

    .navbar-collapse .navbar-nav {
        gap: 0;
    }

    .contact-form h4 {
        font-size: 28px;
    }

    .contact-form .form-control {
        font-size: 16px;
    }

    .product-card:hover .product-title span {
        display: none;
    }

    .brands-section {
        padding: 60px 0 40px;
    }

    .about-section img {
        max-width: 100px;
    }

    .infra-block {
        padding: 30px 20px;
        flex-direction: column-reverse;
    }

    .infra-block .texts,
    .infra-block .icon {
        width: 100%;
        text-align: left;
    }

    .infra-block .icon img {
        max-width: 80px;
    }

    .activity-section h2 {
        font-size: 24px;
    }

    .activity-card {
        padding: 20px;
    }

    .activity-card h3 {
        font-size: 24px;
    }

    .activity-card img {
        max-width: 80px;
    }

    .gray-card {
        padding: 20px;
        border-radius: 16px;
    }

    .statements-section a {
        padding: 20px;
        font-size: 18px;
    }

    .more-link-btn {
        font-size: 18px;
    }
    
    .next-link {
        flex-direction: column-reverse;
        gap: 10px;
        border-radius: 16px;
        margin-right: 0;
    }

    .map {
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    .map-hover-card {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .hero-section.category-hero .supertitle {
        font-size: 24px;
        margin-bottom: 16px;
        display: block;
    }

    .navbar-collapse .nav-link {
        margin: 0;
        padding: 0.2rem 0.8rem;
    }

    .navbar-collapse .gray .nav-link {
        background: var(--login-gray);
    }

    .navbar-collapse .wpml-floating-language-switcher {
        display: none !important;
    }

    .admin-bar header {
        top: 0;
    }

    .navbar-collapse {
        position: relative;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        left: auto;
        z-index: 150;
        min-height: 100%;
        border-radius: 0 0 12px 12px;
        padding: 0;
        background: var(--card-gray);
    }

    .nav-item {
        position: static;
    }

    .nav-item:hover .dropdown-menu {
        display: none;
    }

    .nav-item.active .dropdown-menu {
        display: block;
    }

    .pre-form-text {
        padding: 0 1rem;
    }

    .pre-form-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .pre-form-text p br {
        display: none;
    }

    .hero-section.category-hero .news-list p {
        font-size: 20px;
    }

    .news-list-section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .news-list-section p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .news-list-section .read-more-btn {
        margin-bottom: 0 !important;
    }

    .page-template-sustainability .gray-card {
        padding: 10px;
    }

    .page-template-sustainability .gray-card h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .page-template-sustainability .gray-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-template-sustainability .gray-card img {
        border-radius: 12px;
    }

    .page-template-sustainability .gray-card ul {
        font-size: 15px;
        padding: 0 0 0 1rem;
    }

    .page-template-sustainability .gray-card p {
        font-size: 15px;
    }

    .activity-cards {
      flex-direction: column;
      margin: 0 0.75rem;
    }

    .activity-card {
        width: 100%;
    }

    .product-cat a {
        line-height: 2;
    }

}

/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
:root {
  --bg-page: #F7F6F5;
  --bg-surface: #FFFFFF;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-accent: #E01E24;
  --color-border: #DDDDDD;
  --shadow-light: 0 4px 12px rgba(0, 0, 0, 0.04);
  --radius-rounded: 1rem;
  --radius-pill: 4rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
}

/*--------------------------------------------------------------
Global Containers & Typography
--------------------------------------------------------------*/

h2, .filters-title, .shop-title {
  font-size: 64px;
  font-weight: 600;
  margin: 0 0 var(--spacing-md);
}

/*--------------------------------------------------------------
Header (shop-specific mirrors main header styling)
--------------------------------------------------------------*/
.main-header.shop-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
/* Search */
.shop-search-form {
  position: relative;
}
.shop-search-field {
  width: 270px;
  padding: var(--spacing-sm) var(--spacing-md) var(--spacing-sm) calc(var(--spacing-md) * 2);
  border: 2px solid var(--black);
  border-radius: var(--radius-pill);
  transition: width 0.3s;
}
.shop-search-submit {
  position: absolute;
  right: var(--spacing-sm);
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: var(--color-text);
}
/* Cart */
.shop-cart-icon {
  position: relative;
  font-size: 1.5rem;
}
.shop-cart-count {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
Shop Page
--------------------------------------------------------------*/
.shop-page {
  background: #fff;
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.shop-hero {
  margin-bottom: var(--spacing-lg);
}
.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-rounded);
}
.hero-slider .slides {
  display: flex;
  transition: transform 0.5s ease;
}
.hero-slider .slide {
  min-width: 100%;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.slider-dots {
  position: absolute;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: var(--spacing-sm);
}
.slider-dots .dot {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dots .dot.is-active {
  background: var(--color-accent);
}
/* Promo Cards */
.promo-cards {
  display: flex;
  gap: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.woocommerce .promo-card {
  flex: 1;
  background: var(--bg-surface);
  border-radius: var(--radius-rounded);
  padding: var(--spacing-md);
  box-shadow: var(--shadow-light);
}
.woocommerce .promo-card--red { border-top: 4px solid var(--color-accent); }
.woocommerce .promo-card--grey { border-top: 4px solid var(--color-border); }
.woocommerce .promo-card h3 {
  margin: 0 0 var(--spacing-sm);
  font-size: 1.25rem;
  color: var(--color-text);
}
.promo-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: var(--spacing-sm);
  color: var(--color-accent);
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    height: auto;
}
.product-card__info {
    text-align: left;
}
/* Intro + Controls */
.shop-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--spacing-lg);
    max-width: 1160px !important;
}
section.product-wrap {
    background: #F2EFEF;
    border-radius: 40px;
    padding: 100px 0;
    position: relative;
}
section.popular {
    background: #D7D7D7;
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 200px 0 120px;
}
.popular-products {
    display: flex;
    list-style: none;
    gap: 16px;
}
.popular-products a {
    text-decoration: none;
}
.shop-controls {
    display: flex;
    gap: 16px;
}
.shop-controls .btn {
background: transparent;
    border: 2px solid var(--color-text);
    border-radius: 16px;
    padding: var(--spacing-sm) var(--spacing-lg);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 62px;
    text-align: left;
}
.shop-controls .btn:hover {
  background: var(--white);
  color: var(--color-text);
}

/* Content: Filters + Products */
.shop-content {
  display: flex;
  gap: var(--spacing-lg);
  max-width: 1160px !important;
}
.shop-filters {
    display: none;
    background: var(--bg-surface);
    padding: 80px;
    border-radius: var(--radius-rounded);
    box-shadow: var(--shadow-light);
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    z-index: 50;
    width: 30dvw;
    overflow-y: auto;
}

.admin-bar .shop-filters {
    top: 32px;
    height: calc(100dvh - 32px);
}
.close-filters {
    color: var(--black);
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    right: 26px;
    top: 26px;
    border: 1px solid var(--black);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-filters.open {
  display: block;
}
.filter-group {
  margin-bottom: var(--spacing-md);
}
.toggle-group {
  width: 100%;
  background: none;
  border: none;
  padding: var(--spacing-sm) 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.toggle-group .icon {
  transition: transform 0.3s;
}
.toggle-group.collapsed .icon {
  transform: rotate(-90deg);
}
.options {
  margin-top: var(--spacing-sm);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
  gap: var(--spacing-sm);
}
.options label {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  background: #FAFAFA;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  padding: var(--spacing-sm) var(--spacing-md);
  cursor: pointer;
  font-size: 0.875rem;
}
.options input[type="radio"] {
  accent-color: var(--color-accent);
}
.apply-filters {
  margin-top: var(--spacing-md);
  width: 100%;
  background: var(--color-accent);
  color: #fff;
  padding: var(--spacing-md) 0;
  border: none;
  border-radius: var(--radius-pill);
  font-weight: 600;
  cursor: pointer;
}
/* Products Grid */
section.popular h2.popular-title {
    font-size: 32px;
    margin-bottom: 30px;
}
.shop-products ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
  width: 100%;
}
.product-card__image {
    height: 260px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-products .product-card {
    margin: 0;
    border-radius: 0;
    padding: 0;
    width: 25%;
}
.popular-products .product-card a {
  color: var(--leader-gray);
}
.woocommerce .product-card {
  padding: var(--spacing-md);
  text-align: center;
  position: relative;
  height: auto;
      margin: 0;
    padding: 0;
}
.woocommerce .product-card__image img {
  max-width: 100%;
  border-radius: var(--radius-rounded);
  margin-bottom: var(--spacing-sm);
}
.woocommerce .product-card__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: var(--spacing-sm) 0;
}
.woocommerce .product-card__brand,
.woocommerce .product-card__tag {
  display: block;
  font-size: 0.875rem;
  color: var(--black);
  margin-bottom: var(--spacing-sm);
}
.woocommerce .product-card__price {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    color: var(--black);
}
.woocommerce .product-card__add-to-cart {
    position: absolute;
    top: 200px;
    right: var(--spacing-md);
    background: var(--color-accent);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.product-card__add-to-cart img {
  margin: 0 !important;
}
/* Pagination */
.shop-pagination {
    display: flex;
    justify-content: flex-end;
    gap: var(--spacing-lg);
    margin-top: var(--spacing-lg);
    max-width: 1160px !important;
}
.shop-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 19px;
    text-decoration: none;
    font-size: 30px;
    line-height: 10px;
    color: var(--color-text);
    transition: background 0.2s, color 0.2s;
    padding: 15px 25px 22px 25px;
}
.shop-pagination a:hover {
  background: var(--color-text);
  color: var(--bg-surface);
}

/*--------------------------------------------------------------
Single Product Page
--------------------------------------------------------------*/
.single-product-page {
  background: var(--bg-page);
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.product-top {
  display: flex;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
.product-gallery {
  flex: 0 0 48%;
}
.woocommerce-product-gallery {
  border-radius: var(--radius-rounded);
  overflow: hidden;
}
.product-summary {
  flex: 1;
}
.product_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: var(--spacing-sm);
}
.price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}
.woocommerce-product-details__short-description {
  margin-bottom: var(--spacing-lg);
}
.cart .button {
  background: var(--color-accent);
  color: #fff;
  padding: var(--spacing-sm) var(--spacing-lg);
  border: none;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  cursor: pointer;
}

/* Tabs */
.product-tabs .woocommerce-tabs {
  background: var(--bg-surface);
  border-radius: var(--radius-rounded);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-light);
}
.product-tabs ul.tabs {
  display: flex;
  gap: var(--spacing-sm);
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--color-border);
}
.product-tabs ul.tabs li a {
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--bg-page);
  border-radius: var(--radius-rounded) var(--radius-rounded) 0 0;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}
.product-tabs ul.tabs li.active a {
  background: var(--bg-surface);
  border: 1px solid var(--color-border);
  border-bottom-color: transparent;
}

/* Related & Upsells */
.related.products ul.products,
.upsells.products ul.products {
  margin-top: var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: var(--spacing-lg);
  list-style: none;
  padding: 0;
}

/*--------------------------------------------------------------
Cart Page
--------------------------------------------------------------*/
.cart-page {
  background: var(--bg-page);
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.shop_table.cart th,
.shop_table.cart td {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}
.remove {
  font-size: 1.25rem;
  color: var(--color-accent);
}
.cart-actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.update-cart {
  background: var(--color-text);
  color: #fff;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  border-radius: var(--radius-pill);
}

/*--------------------------------------------------------------
Checkout Page
--------------------------------------------------------------*/
.checkout-page {
  background: var(--bg-page);
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.checkout-columns {
  display: flex;
  gap: var(--spacing-lg);
}
.checkout-column--form {
  flex: 2;
}
.checkout-column--summary {
  flex: 1;
  background: var(--bg-surface);
  padding: var(--spacing-lg);
  border-radius: var(--radius-rounded);
  box-shadow: var(--shadow-light);
}
.checkout-column--summary h2 {
  margin-top: 0;
}

/*--------------------------------------------------------------
My Account Page
--------------------------------------------------------------*/
.myaccount-page {
  background: var(--bg-page);
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.myaccount-nav ul {
  display: flex;
  gap: var(--spacing-sm);
  list-style: none;
  padding: 0;
  margin-bottom: var(--spacing-lg);
}
.myaccount-nav li a {
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--bg-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}
.myaccount-nav li.is-active a {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.myaccount-content {
  background: var(--bg-surface);
  padding: var(--spacing-lg);
  border-radius: var(--radius-rounded);
  box-shadow: var(--shadow-light);
}

/*--------------------------------------------------------------
  My Account: Login/Register (when not logged in)
--------------------------------------------------------------*/
.login-register {
  display: flex;
  gap: var(--spacing-lg);
  background: var(--bg-page);
  padding: var(--spacing-lg) 0 var(--spacing-lg);
}
.login-register .login-form-wrap,
.login-register .register-form-wrap {
  flex: 1;
  background: var(--bg-surface);
  padding: var(--spacing-lg);
  border-radius: var(--radius-rounded);
  box-shadow: var(--shadow-light);
}
.login-register h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--spacing-md);
}
.login-register form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.login-register label {
  font-weight: 600;
  color: var(--color-text);
}
.login-register input.input-text,
.login-register input[type="password"],
.login-register input[type="email"] {
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  font-size: 1rem;
}
.login-register .woocommerce-form-login__submit .woocommerce-Button,
.login-register .woocommerce-form-register__submit .woocommerce-Button {
  background: var(--color-accent);
  color: #fff;
  padding: var(--spacing-sm) var(--spacing-lg);
  border: none;
  border-radius: var(--radius-pill);
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
.login-register .woocommerce-LostPassword,
.login-register .woocommerce-FormRow .lost_password {
  margin-top: var(--spacing-sm);
  font-size: 0.875rem;
}
.login-register .woocommerce-LostPassword a,
.login-register .woocommerce-FormRow .lost_password a {
  color: var(--color-accent);
  text-decoration: none;
}
.login-register .woocommerce-LostPassword a:hover,
.login-register .woocommerce-FormRow .lost_password a:hover {
  text-decoration: underline;
}

/* Responsive: stack login/register */
@media (max-width: 768px) {
  .login-register {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
  Category Hero
--------------------------------------------------------------*/
.category-page .category-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 2rem 0 4rem;
  color: #fff;
}
.category-page .category-hero .container {
  position: relative;
  z-index: 1;
}
.category-page .shop-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.category-page .category-description {
  font-size: 1.125rem;
  max-width: 800px;
  line-height: 1.6;
}

/* Subtitle under hero */
.category-page .shop-intro {
  margin-top: 2rem;
}
.category-page .shop-subtitle {
  font-size: 64px;
  color: var(--leader-gray);
  margin-right: auto;
}

.woocommerce-page {
    background: #F2EFEF;
}

.woocommerce-page.page-id-948 {
    background: #fff;
}

.woocommerce-page .shop-page {
    background: #F2EFEF;  
}

.other-categories {
    margin-bottom: 25px;
}

ul.category-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 26px;
}

ul.category-list a {
  font-size: 24px;
  color: #A6A6A6;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul.category-list a:hover {
  color: var(--leader-red);
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0 none !important;
}

.product-attribute-item {
  text-transform: uppercase;
}

/* .woocommerce-shop.woocommerce.woocommerce-page {
    background: #fff;
} */

.woocommerce-shop.woocommerce.woocommerce-page .shop-page {
    background: #fff;
}

.popular .container {
    max-width: 1160px !important;
}

nav.woocommerce-breadcrumb {
    display: none;
}

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

.single-product .shop-intro {
    margin-top: 100px;
}

.single-product section.popular {
    background: transparent;
    padding: 100px 0 120px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.product-add-to-cart {
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.label-category a {
    font-size: 24px;
    text-decoration: none;
    color: var(--black);
}

.label-category a:hover {
    color: var(--leader-red);
}

h1.product_title.entry-title {
    font-size: 48px;
}

.product-brand {
    font-size: 32px;
}

.product-description h2 {
    font-size: 32px;
    margin-top: 20px;
}

.product-add-to-cart .price {
    font-size: 32px;
}

.woocommerce div.product form.cart .button {
    background: var(--leader-red);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    padding: 8px;
}

.back-shop {
    border: 2px solid #000000;
    display: inline-flex;
    margin-bottom: 20px;
    border-radius: 19px;
    padding: 11px 24px;
    gap: 20px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.back-shop:hover {
    background: var(--leader-red);
    color: var(--black);
}

.cart-page-wrapper .container {
    max-width: 1160px !important;
}

.wc-block-cart__main {
    border: 2px solid #000000;
    border-radius: 19px;
    padding: 30px;
    width: 63% !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    background: #fff;
    border-radius: 19px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin-top: auto;
}

.wc-block-components-sidebar-layout {
    gap: 2%;
}

.wc-block-cart__submit-button {
    background: #FF2B2B;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
}

.cart-items {
  border: 1px solid #000;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.cart-item:last-child {
  border-bottom: none;
}
.product-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-info .thumb img {
  width: 80px;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}
.product-info .details .product-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.product-info .details .product-meta {
  font-size: 0.875rem;
  color: #777;
}
.product-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  gap: 0.5rem;
}
.product-quantity input {
  width: 2rem;
  text-align: center;
  border: none;
  outline: none;
}
.product-quantity button {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}
.product-price {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: right;
}
.product-remove a .dashicons-trash {
  font-size: 1.25rem;
  color: #333;
}
.product-remove {
  text-align: center;
}

a.wc-block-components-product-name {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

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

.login-page {
  background: #f5f3f3;
  padding: 4rem 1rem;
  min-height: 63vh;
}

.login-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.login-form-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.login-form-box h1 {
  margin-bottom: 1.5rem;
  text-transform: lowercase;
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
}

#custom_loginform {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#custom_loginform p {
  margin: 0;
}

#custom_loginform label {
  display: none; /* hide default labels */
}

#custom_loginform input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #f0f0f0;
  font-size: 1rem;
  color: #333;
}

#custom_loginform input:focus {
  outline: none;
  background: #e8e8e8;
}

#custom_loginform .login-submit {
  margin-top: 0.5rem;
  background: #e30613;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}

#custom_loginform .login-submit:hover {
  opacity: 0.95;
}

/* “Forgot password” & “create account” links */
.lost-pass,
.create-account {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.lost-pass a,
.create-account a {
  color: #555;
  text-decoration: none;
}

.lost-pass a:hover,
.create-account a:hover {
  text-decoration: underline;
}

.page-template-page-login {
    background: #f5f3f3;
}

input#wp-submit {
    background: transparent;
    color: #fff;
}

.your‐filters‐wrapper .filter-content { display: none; margin: .5em 0; }
.filter-header { cursor: pointer; display: flex; justify-content: space-between; font-size: 24px; }
.filter-header .icon { transition: transform .2s; }
.filter-header .icon.open { transform: rotate(180deg); }
.your‐filters‐wrapper label { display: inline-block; margin: .3em .5em .3em 0; padding: .3em .6em; border: 1px solid #ccc; border-radius: 3px; }
.your‐filters‐wrapper label input { margin-right: .3em; }

h2.filters-title {
    font-size: 32px;
    margin-bottom: 58px;
}

.filter-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
}

button.button.clear-filters {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    border-radius: 8px;
    padding: 21px;
    font-size: 24px;
    font-weight: 400;
}

button.button.apply-filters {
    background: var(--leader-red);
    color: #fff;
    border-radius: 8px;
    padding: 21px;
    font-size: 24px;
    font-weight: 400;
}

.filters-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(96% - 58px);
}

.filter-item {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
}

.filter-content label {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 4px;
    margin: 0 8px 8px 0;
}

.woocommerce-shop.woocommerce.woocommerce-page .shop-page.category-page {
    background: #F2EFEF;
}

.oofer-red .promo-card,
.oofer-white .promo-card {
    display: flex;
    flex-direction: column;
    height: 265px;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.oofer-red .promo-card {
    background: var(--leader-red);
}

.oofer-red .promo-card p {
  margin-top: auto;
}

.oofer-white .promo-card {
    background: #E3E3E3;
}

.oofer-white .promo-card p {
  margin-top: auto;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 63% !important;
    background: #fff;
    padding: 50px !important;
    border-radius: 40px;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
    background: #fff;
    top: 170px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    padding: 30px;
    border: 0 none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0 none !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--leader-red);
    color: #fff;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 24px;
    font-weight: 600;
    border: 0 none;
}

span.wc-block-components-checkbox__label a {
    color: var(--leader-red);
}

.filter-content {
    display: none;
}

.filter-item.open .filter-content {
    display: block;
        margin-top: 20px;
}

.filter-item.open .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.woocommerce-checkout .page-content {
    margin-top: 0;
}

section.shop-products {
    width: 100%;
}

.my-account-wrapper {
    min-height: 100vh;
    padding: 60px 0;
    color: var(--leader-gray);
    font-family: 'Commissioner', sans-serif;
}

.my-account-container {
    border: 2px solid var(--leader-gray);
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

/* Navigation Sidebar */
.account-navigation-sidebar {
    width: 280px;
    padding: 40px 30px;
    flex-shrink: 0;
}

/* Content Area */
.account-content-area {
    flex: 1;
    padding: 40px;
    background: var(--white);
    border-radius: 30px;
    margin: 16px;
}

/* Override WooCommerce styles */
.woocommerce-MyAccount-content {
    width: 100%;
}

/* Hide default WooCommerce titles that might appear */
.woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content > h3 {
    display: none;
}

.register-section {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
.register-section h2 {
  grid-column: 1 / -1;
  margin-bottom: 1rem;
}

/* make the checkbox + button span both columns */
.form-row-wide {
  grid-column: 1 / -1;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.register-page .container {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    margin-top: 80px;
    margin-bottom: 100px;
    max-width: 1280px !important;
}

.register-page h2 {
    font-size: 48px;
}

.register-page input[type="text"],
.register-page input[type="email"],
.register-page input[type="password"] {
    display: block;
    width: 100%;
    background: #EFEFEF;
    border: 0;
    border-radius: 8px;
    padding: 22px;
}

.register-page select {
    display: block;
    width: 100%;
    background: #EFEFEF;
    border: 0;
    border-radius: 8px;
    padding: 22px;
}

input.woocommerce-form__input.input-checkbox {
    width: 30px;
    height: 30px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.register-page a {
    color: #000;
}

p.woocommerce-form__submit.form-row {
    display: flex;
    margin-top: 40px;
}

.register-page button.woocommerce-button.button {
    background: var(--leader-red);
    color: #fff;
    border: 0 none;
    font-size: 20px;
    border-radius: 50px;
    padding: 6px 90px;
    margin-left: auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .my-account-wrapper {
        padding: 30px 0;
    }
    
    .my-account-container {
        flex-direction: column;
        border-radius: 20px;
        margin: 0 15px;
    }
    
    .account-navigation-sidebar {
        width: 100%;
        padding: 30px 20px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .account-content-area {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 480px) {
    .my-account-container {
        margin: 0 10px;
        border-radius: 15px;
    }
    
    .account-navigation-sidebar {
        padding: 20px 15px;
    }
    
    .account-content-area {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 768px) {
  .shop-products ul.products {
      grid-template-columns: repeat(2, 1fr);
  }
  .category-page .shop-subtitle {
    font-size: 28px;
  }
  .other-categories {
    display: none;
  }
  h2, .filters-title, .shop-title {
    font-size: 28px;
  }
  .shop-controls {
    justify-content: space-between;
    width: 100%;
  }
  .shop-controls .btn {
    font-size: 16px;
    border-radius: 50px;
    padding: 2px 20px;
    height: auto;
  }
  .filter-toggle img {
    width: 25px;
  }
  .oofer-red .promo-card, 
  .oofer-white .promo-card {
    height: 160px;
  }
  .popular-products {
    flex-direction: column;
  }
  .popular-products .product-card {
    width: 100%;
  }
  .woocommerce div.product form.cart {
    display: flex;
    align-items: center;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    background: #fff;
    padding: 8px !important;
    border-radius: 20px;
    margin-bottom: 30px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 0 20px;
  }
  .shop-filters {
    width: 100dvw;
    padding: 60px 40px;
  }
  .admin-bar .shop-filters {
    top: 0;
    height: 100dvh;
    overflow-y: scroll;
  }

  h2.filters-title {
    font-size: 24px;
    margin-bottom: 28px;
  }


}

/*temp*/
.product-add-to-cart,
.product-card__add-to-cart {
  display: none !important;
}

.product-login-message {
  display: none;
}