body {
    color: #000000;
    background-color: #fff;
}
/* Standard property for Firefox, Chrome (since v121), Edge, and Safari (since v17.4) */
html {
  /* scrollbar-color accepts two color values: thumb color and track color */
  scrollbar-color: #368a26 #f1f1f1; /* Example: Gray thumb, Light gray track */
  scrollbar-width: auto; /* "auto" or "thin" */
}

/* For older WebKit browsers (Chrome, Safari, Opera) */
html::-webkit-scrollbar {
  width: 12px; /* Set the width for vertical scrollbar */
  height: 12px; /* Set the height for horizontal scrollbar */
}

html::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
}

html::-webkit-scrollbar-thumb {
  background-color: #888888; /* Thumb color */
  border-radius: 6px; /* Optional: Rounded corners for the thumb */
}

/* Optional: Hover effect for the scrollbar thumb */
html::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.flex.flex-wrap.gap-2.justify-end.items-center a,
.flex.flex-wrap.gap-2.justify-end.items-center button {
    background-color: transparent;
}

.product-info .pt-1,.product-info button,.product-info .flex.flex-wrap.gap-2 {
    margin-inline: auto;
}
.main .contact,.contact input, .contact textarea , .main .card {
    border-radius: 0;
}
.back-to-top {
     background: #ffffff;
     border-radius: 0;
    color: #000000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#search-content {
    margin-right: 5%;
}

html[lang="fi"] #menu-cart-icon span {
    right: 15px;
}
.max-h-64 {
    max-height: calc(var(--spacing) * 64);
}
.overflow-y-auto {
       overflow-y: auto; 
}
.overscroll-contain {
    overscroll-behavior: contain;
}
.product.product-item {
    padding: 15px;
	border-radius: 0;
}
a, .reviews-actions a {
    color: #000000;
}
.header-links-left {
    display: flex;
    align-items: center;
    margin-right: auto;
}
.left-vertical-menu a {
    margin-bottom: 0px;
}
.change-country-box .select {
 background-color: #f7f7f7;
}
.product-item-details .text-sm.me-auto {
        background: #368a26;
    color: #ffffff;
    border-radius: 0;
}
picture.w-6.h-4.object-cover.rounded {
 margin-right: 10px;
}

.change-country-box img {
 border-radius: 0;
}

.change-country-box a:hover {
 background: #f7f7f7;
}
/* TOP CATEGORIES */

.top-categories-grid {
    row-gap: 40px;
}

.top-categories-grid a {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 15px;
}
h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.price-container .price-excluding-tax {
    display: none;
}
.btn-primary {
    background: #368a26 !important;
    color: #fff;
	border: 0;
	border-radius: 0;
}
.fill-current {
    fill: #000;
}
.snap-marker[aria-current=true] {
    background-color: #368a26;
}
/* CARD */

.top-cat-box {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}


/* IMAGE */

.top-cat-box img {
    width: 140px;
    height: 140px;
}

/* TITLE */

.top-categories-grid .mt-4 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}
.max-w-\[96\%\] {
    max-width: 96%;
}
/* lg: = breakpoint >= 1024px */
@media (min-width: 1024px) {
    .lg\:max-w-\[900px\] {
        max-width: 900px;
    }
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.z-\[99\] {
    z-index: 99;
}

.bg-black\/80 {
    background-color: rgba(0, 0, 0, 0.8);
}
#quick-view-popup {
    overflow-y: auto;
    overflow-x: hidden;
}

.product-item-photo {
    position: relative;
    z-index: 10;
}

a.magehq-quickview {
    position: absolute;
    display: block;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
        background: #368a26;
    color: #fff;
}

.product-item:hover .magehq-quickview {
    position: absolute;
    display: block;
    margin: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 0.875rem;
    text-decoration: none;
}

.product-item .magehq-quickview {
    display: none;
}

#shopping-cart-table .magehq-quickview {
    display: none;
}

.products-related .product-item-info:hover .magehq-quickview,
.products-upsell .product-item-info:hover .magehq-quickview {
    display: none;
}

#quick-view-popup .container-popup {
    position: relative;
}

#quick-view-popup .content-popup iframe {
    position: absolute;
    top: 2.5rem;
}
#quick-view-popup .content-popup .action-close {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 100%;
    background-color: transparent;
}
#quick-view-popup .content-popup,
#quick-view-popup iframe {
    width: 100%;
    height: 100%;
}
#quick-view-popup .magehq-quickview {
    display: none;
}
#quick-view-popup .loader {
    width: 30px;
    height: 30px;
    background: white;

    position: absolute;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    opacity: 0.65;
    z-index: 999;

    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

/* Animation giữ nguyên */

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#close {
    font-family: Arial, Baskerville, monospace;
}

.hide-scroll {
    margin-right: 17px;
    overflow: hidden;
}


/* Ajax Add to cart */

.w-\[640px\] {
    width: 640px;
}

.rounded-xl {
    border-radius: 0.75rem; /* 12px */
}

.bg-white {
    background-color: #ffffff;
	border-radius: 0;
}

.text-slate-800 {
    color: #1e293b;
}
.p-6 {
    padding: 24px;
}
.gap-3 {
        gap: calc(var(--spacing)*3);
    }

.shadow-xl {
    box-shadow:
        0 20px 25px -5px rgba(0,0,0,0.1),
        0 8px 10px -6px rgba(0,0,0,0.1);
}

/* Tailwind backdrop utilities (thường dùng với <dialog> hoặc modal) */
.backdrop\:bg-black\/75::backdrop {
    background-color: rgba(0,0,0,0.75);
}

.backdrop\:backdrop-blur-sm::backdrop {
    backdrop-filter: blur(4px);
} 

.hyva-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.hyva-features__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    text-align: center;
    position: relative;
}

/* Divider */
.hyva-features__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background: #e5e7eb;
}

/* Icon */
.hyva-features__icon svg {
    width: 28px;
    height: 28px;
    stroke: #000;
}

/* Text */
.hyva-features__text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .header .icon-content {
        margin-top: 10px;
    }
    .hyva-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .hyva-features__item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .hyva-features {
        grid-template-columns: 1fr;
    }

    .hyva-features__item::after {
        display: none;
    }
}
.hyva-footer {
    background: #368a26;
    padding: 60px 40px;
    color: #fff;
}

.hyva-footer__inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

/* LEFT */
.hyva-footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.hyva-footer__title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
}

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

.hyva-footer__col li {
    margin-bottom: 8px;
}

.hyva-footer__col a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.hyva-footer__col a:hover {
    text-decoration: underline;
}

/* CONTACT */
.hyva-footer__contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 10px;
}

.hyva-footer__icon svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}

/* SUBSCRIBE */
.hyva-footer__subscribe {
    background: #fff;
    color: #000;
    padding: 32px;
}

.hyva-footer__subscribe h3 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hyva-footer__form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
}

.hyva-footer__form input {
    flex: 1;
    border: none;
    padding: 10px 0;
    font-size: 14px;
    outline: none;
}

.hyva-footer__form button {
    background: #50af51;
    border: none;
    padding: 10px 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color:#fff;
}
.luma-overlay{
position:fixed;
inset:0;
z-index:999;
display:flex;
align-items:center;
justify-content:center;
}

.luma-backdrop{
position:absolute;
inset:0;
background:rgba(0,0,0,.5);
}

.luma-modal{
background:#fff;
width:900px;
border-radius:4px;
position:relative;
padding:30px;
}

.luma-close{
position:absolute;
top:10px;
right:15px;
font-size:22px;
background:none;
border:0;
}

.luma-header{
border-bottom:1px solid #ccc;
margin-bottom:30px;
}

.luma-body{
display:grid;
grid-template-columns:1fr 40px 1fr;
gap:20px;
}

.luma-left h2,
.customer-account-login h2{
font-size:22px;
margin-bottom:10px;
}

.luma-left ul{
margin-left:20px;
}

.create-btn{
background:#1979c3;
color:#fff;
padding:12px 40px;
display:inline-block;
margin-top:30px;
}

.luma-divider{
position:relative;
border-left:1px solid #ccc;
}

.luma-divider span{
position:absolute;
top:50%;
left:-13px;
background:#fff;
border:1px solid #ccc;
border-radius:50%;
width:26px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
}

.luma-right{
padding-left:20px;
}

/* LOGIN FORM */

.customer-account-login input{
border:1px solid #ccc;
border-radius:0;
background:white;
padding:8px;
}

.customer-account-login button.action.login{
background:#eee;
color:#333;
border:1px solid #ccc;
padding:8px 20px;
}

.customer-account-login .actions-toolbar{
display:flex;
justify-content:space-between;
align-items:center;
}

.customer-account-login .remind{
margin:0;
}

.amsearch-container,
[x-show="showOverlay"]{
z-index:10!important;
}



header{
transform:none!important;
z-index:auto!important;
}
.change-country-modal{
position:fixed;
inset:0;
background:rgba(0,0,0,.45);
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
}

.change-country-box{
background:#fff;
width:720px;
max-width:92%;
padding:48px 60px;
border-radius:4px;
box-shadow:0 15px 40px rgba(0,0,0,.25);
position:relative;
text-align:center;
}

/* close */

.change-country-box > button{
position:absolute;
top:20px;
right:20px;
font-size:20px;
}

/* titles */

.change-country-box h2{
font-size:20px;
font-weight:500;
margin-bottom:30px;
}

/* LANGUAGE */

.change-country-box .grid{
display:flex;
justify-content:center;
gap:100px;
margin-bottom:40px;
}

.change-country-box a{
padding:12px !important;
font-size:15px;
}

.change-country-box a:hover{
text-decoration:underline;
}

.change-country-box img{
width:26px;
height:auto;
}

/* CURRENCY */

.change-country-box .select{
padding:12px;
width:180px;
margin:0 auto 25px;
display:block;
font-size:14px;
float: left;
}

.change-country-box [role="link"]{
    padding: 12px;
    width: 180px;
    margin: 0 auto 25px;
    display: block;
    font-size: 14px;
        text-align: center;
}

.change-country-box [role="link"]:hover{
text-decoration:underline;
}

/* remove tailwind borders */

.change-country-box .border{
    border:none!important;
}

/* mobile */

@media(max-width:640px){
    .change-country-box{
    padding:30px;
    }

    .change-country-box .grid{
    gap:40px;
    }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hyva-footer__inner {
        grid-template-columns: 1fr;
    }

    .hyva-footer__subscribe {
        max-width: 100%;
    }
}

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

@media (max-width: 480px) {
    .hyva-footer__cols {
        grid-template-columns: 1fr;
    }
}



.contact textarea {
    --form-active-color: #368a26;
}
.primary {
    background: #368a26;
    color: #ffffff;
    padding: 3px;
}
form#customer-login-form .btn-primary {
    padding: 10px;
}
.card {
    border-radius: 0;
}
:is([type=checkbox],.form-checkbox):checked {
    background: #368a26 center / contain no-repeat;
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
[type=checkbox] {
    border-color: #368a26;
}
.field.choice input {
    border-radius: 3.40282e38px !important;
}
.product-info .price-label {
    display: none;
}
.product-info .final-price-excl-tax {
	display: none;
}
input {
    border-radius: 0;
}
h1 {
    font-size: var(--text-3xl);
    margin-bottom: calc(var(--spacing) * 6);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
}
select.prar-toolbar-select.form-input {
    border-radius: 0;
}
select.form-select.limiter-options {
    border-radius: 0;
}
.special-price {
    color: #ff0000;
}
.amsearch-container .amsearch-product-name {
    color: #000000;
}
:is(.amsearch-container .amsearch-product-name,.amsearch-container .am-search-view-all a):hover {
    color: #000000;
}
.amsearch-container .card-interactive:hover {
    background-color: #f7f7f7;
}
.am-search-item-list a:not(.reviews-link):hover {
    background: #f7f7f7;
    border-radius: 0;
}
.am-search-item-list a:not(.reviews-link):hover {
    color: #000000;
}
.am-search-item-list a:not(.reviews-link) {
    color: #000000;
}
.bg-primary {
    background-color: #368a26;
}	
input#search {
    border-radius: 0;
	border-color: rgba(0, 0, 0, 0.12);
	border-right: 0;
	font-size: 15px;
}
.hyva-best-seller__action button:hover {
    background: #368a26 !important;
}
.btn-secondary {
    background: #368a26;
    border-color: #368a26;
    color: #ffffff;;
	border-radius: 0;
}
button.btn.p-2.rounded-full {
    background: #ffffff;
    color: #000000;
    border: 0;
}
button.btn.p-2.rounded-full:hover {
    color: #368a26;
}
.bg-transparent {
    background: rgba(255, 255, 255, 0);
}
.div-search,
.div-search *{
	z-index: auto !important;
	background: transparent;
}
.amsearch-container {
    background: #ffffff;
}
dialog#cart-drawer {
    border-radius: 0;
}
dialog.size-full {
    border-radius: 0;
}
.btn:is(:disabled,[aria-disabled=true]) {
    background: #ffffff;
    border-color: #000000;
    color: #000;
}
button.h-full.action.search.w-auto.btn.btn-primary {
    background: #368a26 !important;
    color: #ffffff;
}
a.magehq-goto-product {
    text-decoration: underline;
}
.card.mb-6 {
    border-radius: 0;
}
.card.w-full {
    border-radius: 0;
}
select.form-select.sorter-options {
    border-radius: 0;
}

.div-shipping-calculator {
    border-bottom: 1px solid var(--card-stroke, var(--color-gray-300));
    padding-bottom: 10px;
	border-top: 1px solid var(--card-stroke, var(--color-gray-300));
    padding-top: 10px;
}
 .megamenu-topline {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex-wrap: wrap;
    align-items: center;
    width: 340px;
	border-right: 0;
	border-top: 0;
}
.megamenu-topline .switchers {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    width: 35%;
    padding-top: 9px;
    padding-left: 7px;
    text-align: center;
    min-height: 38px;
}
.megamenu-topline .topline-block {
    padding-left: 7px;

}
@media only screen and (min-width: 1025px) {
    .mini-search .amsearch-container {
        width: 900px;
    }
    .magehq-menu-arrow {
        position: absolute;
        right: 8px;
        top: 15px;
    }
    #header .header {
        height: auto;
        min-height: 74px;
        transition: 0.2s ease;
        transition-property: height, min-height, max-height;
                border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .left-vertical-menu > ul > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .magehq-menu .menu-container {
        margin-top: -24px;
    }
    .header-links-left li a {
        text-transform: uppercase;
        padding: 5px 18px;
    }
    .page-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding-left: 340px;
        width: unset;
        z-index: 99;
    }
    #header .magehq-menu {
        position: fixed;
        left: 0;
        top: 0;
        box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
        height: 100%;
    }
    .left-vertical-menu {
        width: 340px;
        border-bottom: 0;
		border-right: 0;
    }
    .magehq-menu .logo-menu {
        width: 340px;
        display: flex;
        justify-content: center;
        padding: 15px;
        border-right: 0;
    }
    .menu-container section.border-gray-300 {
            position: absolute;
        left: 339px;
        height: 500px;
    }
   
}


/* MOBILE */

@media(max-width:768px){
    #header {
        display: grid;
    }
    .header.header-row {
        order: 2;
    }
    .magehq-menu {
        order: 1;
    }
    .header-links-left {
            order: 3;
    }
    .header-logo {
        order:4;
    }
    .menu-container button.open-menu {
            position: fixed;
        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;
        top: 206px;
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
        color: #fff;
        background-color: #222;
        opacity: 0.6;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        left: 0px;
        border-radius: 0;
    }
    .top-categories-grid {
        row-gap: 15px;
       gap: 15px;
    }
    /*.grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }*/
    .megamenu-topline {
            width: auto;
    }
    .magehq-menu {
       /* padding-left: 25px;
    padding-right: 25px;*/
    }
    .header .container.justify-end {
        padding: 0px;
    }

    .hyva-best-seller__item{
       display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px !important;
    }

    /* rank */
    .hyva-best-seller__rank{
        width:24px;
        font-weight:600;
    }

    /* image */
    .hyva-best-seller__image{
        width:60px;
        flex-shrink:0;
    }

    /* info */
    .hyva-best-seller__info{
        flex:1;
    }

    /* ACTION full row */
    .hyva-best-seller__action{
        width:100%;
        margin-top:8px;
    }

    /* button full width */
    .hyva-best-seller__action button{
        width:100%;
        justify-content:center;
    }

    /* image size */
    .hyva-best-seller__image img{
        width:60px;
        height:auto;
    }

    .hyva-footer {
        padding: 20px;
    }
    .hyva-footer__subscribe {
            padding: 5px;
    }
    .hyva-features__item {
        border-bottom: 1px solid #e5e7eb;
    }
}
