.text-black {
    color: #000;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

ul.dropdown-menu.w-100px.show li:hover {
    background: #e3e6e9;
}

.w-100px {
    width: 100px;
}

.dropdown-menu {
    top: 10px; /*    left: -49px!important;*/
    border-radius: 0px;
}

.nav-icon-position {
    position: absolute;
    left: -3px;
    top: -5px;
}

.position-relative {
    position: relative;
}

.mh-300 {
    height: 300px;
}

.c-title {
    text-transform: uppercase;
    font-size: 30px;
}

.c-shadow1 {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.c-shadow2 {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.br-10 {
    border-radius: 10px;
}

.color-options {
    display: flex;
    gap: 5px;
}

.colour-colorDisplay {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}

span.colour-colorDisplay.selected {
    border: 2px solid #494343;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 998px;
    }
}

hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rounded2 {
    border-radius: 2.25rem !important;
}

.rounded-0 {
    border-radius: 0rem;
}

.jsb {
    justify-content: space-between;
}

.cat-box {
    position: relative;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.cat-box:hover .content-overlay {
    opacity: 1;
}

.fungrow-card-box:hover .content-overlay {
    opacity: 1;
    border-radius: 0;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding: 0 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.cat-box:hover .content-details {
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 17px;
}

/* Additional styling for a more attractive look */

.fungrow-card-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.fungrow-card-box:hover {
    transform: scale(1.01);
}

.text-truncate {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.text-truncate:hover {
    color: #555;
}

.content-title {
    margin-top: 1em;
}

.content-image {
    object-fit: cover;
    border-radius: 10px;
}

.content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.5)
    );
}

.button {
    display: inline-block;
    z-index: 1;
    position: absolute;
    bottom: 41px;
    background: rgba(255, 255, 255, 0.5);
    width: 80%;
    padding: 10px;
    text-align: center;
    font-weight: bolder !important;
    font-size: 19px;
    border-radius: 8px;
    left: 10%;
    right: 10%;
}

.button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /*border-radius: 10rem;*/
    z-index: -2;
    cursor: pointer;
}

.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffff;
    transition: all 0.3s; /*border-radius: 10rem;*/
    z-index: -1;
}

.button:hover {
    color: #000 !important;
}

.button:hover:before {
    width: 100%;
}

.animat-box:hover .button:before {
    width: 100%;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 51px;
    background: #fff;
    cursor: default;
    box-shadow: none;
}

.d-mobile-block {
    display: none !important;
}

@media screen and (max-width: 982px) {
    .d-none-mobil {
        display: none;
    }

    .d-mobile-block {
        display: block !important;
    }
    .d-block-md {
        display: block !important;
    }
    .w-90px {
        width: auto !important;
    }
    .h-md-a {
        height: auto !important;
    }
}

@media only screen and (min-width: 270px) and (max-width: 736px) {
    .col-xs-6 {
        width: 50%;
    }

    .c-col-xs-2 {
        width: 20%;
    }

    .mh-sm-200 {
        height: 200px !important;
    }

    .content-details h3 {
        font-size: 14px !important;
    }

    .w-sm-12 {
        width: 100% !important;
    }

    .sm-py-0 {
        padding-bottom: 0rem !important;
    }

    .sm-pt-0 {
        padding-top: 0rem !important;
    }

    .sm-mb-0 {
        margin-bottom: 0rem !important;
    }

    .sm-mt-0 {
        margin-top: 0rem !important;
    }

    .sm-lh-a {
        line-height: 0.3rem;
    }

    .sm-pb-05 {
        padding-bottom: 0.5rem !important;
    }

    .sm-mb-05 {
        margin-bottom: 0.5rem !important;
    }

    .sm-mt-02 {
        margin-top: 0.7rem !important;
    }

    .sm-p-05 {
        padding: 0.5rem !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-pr {
        padding-right: 7px;
    }

    .sm-pl {
        padding-left: 7px;
    }

    .col-xs-4 {
        width: 33.3%;
    }

    .button {
        bottom: 8px;
        padding: 4px;
        font-size: 10px;
    }

    .sm-left--177 {
        left: -177px;
    }

    .sm-col-60 {
        width: 60%;
    }

    .sm-col-100 {
        width: 100%;
    }

    .sm-max-w-95vh {
        max-width: 95vh;
    }

    .half-outside-arrow .slick-next {
        right: 0px;
    }

    .half-outside-arrow .slick-prev {
        left: 0px;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .d-sm-n {
        display: none;
    }

    .sm-pl-0 {
        padding-left: 0px !important;
    }

    .sm-pr-0 {
        padding-right: 0px !important;
    }

    .only_youtube iframe {
        width: 100%;
        height: auto !important;
    }
}

.card-columns {
    column-count: 2;
}

.category-round {
    font-family: "Lato", sans-serif;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: border 0.15s ease-in;
    border: 2px solid #0aaff1;
    margin-left: 5px;
}

.category-round:hover {
    cursor: pointer;
}

.category-round .category-round-img,
.category-round .edit {
    position: absolute;
}

.category-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-round .edit {
    width: 100%;
    height: 40px;
    z-index: 1;
    bottom: 0;
    font-weight: bold;
    color: white;
    background-color: rgba(10, 175, 241, 0.781);
    transition: all 1s;
    padding-top: 15px;
    text-align: center;
}

.scrollbox-auto {
    overflow: auto;
}

.scroll-y {
    overflow-y: scroll !important;
}

.btn-orange {
    background-color: #ffd24d;
    border-color: #ffffff;
}

.fungrow-megabox > input:checked ~ .fungrow-megabox-elem,
.fungrow-megabox > input:checked ~ .fungrow-megabox-elem {
    border-color: var(--primary);
    background: rgba(255, 255, 224, 0.1);
}

.btn {
    border-radius: 0rem;
}

.min-width-height {
    min-width: 100%;
    min-height: 400px;
    height: 400px;
}

.border-black {
    border: 1px solid black !important;
}

.bg-dark-100 {
    background: #000;
}

span.cat-name {
    font-weight: 600;
}

.border-theme-color {
    border-color: var(--primary) !important;
}

.max-height {
    max-height: 300px;
}

.cross_icon {
    background: #e1e0e0 !important;
    /* border-radius: 44%; */
    width: 27px;
    height: 27px;
    line-height: 3px;
    /* padding: 13px; */
    font-size: 15px;
    top: 0px;
    right: 0px;
    opacity: 1;
    position: absolute;
}

.btn-soft-primary {
    color: #fbfeff;
}

.max-height-550 {
    max-height: 550px;
}

.min-height-300 {
    min-height: 300px;
}

.max-height-60vh {
    max-height: 60vh;
}

.w-60pr {
    width: 60%;
}

.mh-60per {
    max-height: 60% !important;
}

.tlc {
    text-align: center;
    text-align: -webkit-center;
}

.z-555 {
    z-index: 555;
}

.mobile_featured_categories {
    /*    height: 50px;
    width: 50px;
    border-radius: 42px;*/
    height: 88px;
    width: 88px;
    border-radius: 75px;
}

.p-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0rem;
}

.pt-30px {
    padding-top: 30px;
}
.pt-20px {
    padding-top: 20px;
}

.section_image {
    width: 100%;
}

.section_bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
}

.section_bg p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
}

.section_bg h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    bottom: 12%;
    width: 100%;
    text-align: center;
}

.only_youtube iframe {
    width: 100%;
    height: 600px;
}

.c-jumbotron {
    padding: 1rem 2rem;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2rem;
    background-color: #fffdfd;
    border-radius: 0.3rem;
}

/*File preview + remove*/
.file-preview-item2 h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item2 {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item2 p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}

.file-preview-item2 .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;

    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item2 .remove {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    width: 52px;
}

.file-preview-item2 .body {
    min-width: 0;
}

.file-preview2.box a {
    color: inherit;
}

.file-preview2.box:after {
    content: "";
    clear: both;
    display: table;
}

.file-preview2.box .file-preview2-item2 {
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview2.box .thumb {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.file-preview2.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.file-preview2.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}

.file-preview2.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
}
.mt-12 {
    margin-top: 12px;
}
.p-5px {
    padding: 5px;
}

.max-h-200px {
    max-height: 200px;
}

.mt-15 {
    margin-top: 10px;
}
.p-005 {
    padding: 0.05rem !important;
}

button.btn.col-auto.btn-icon.btn-sm.btn-circle.btn-light {
    border-radius: 18px;
}

.cursor {
    cursor: pointer;
}

.br-0 {
    border-radius: 0px !important;
}
.mt-10 {
    margin-top: 10px;
}

/*your custom css goes here*/
.animated-input {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.custom-title {
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.animated-section {
    width: 200px;
    height: 200px;
    position: relative;
    left: -100%;
    animation: slideRight 1s forwards;
}

@keyframes slideRight {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.login-image {
    flex: 1;
    padding: 20px;
    animation: slideInLeft 1s ease-in-out forwards;
}

.login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-form {
    flex: 1;
    padding: 20px;
    animation: slideInRight 1s ease-in-out forwards;
}

.login-title {
    color: #8e8ea0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-control {
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}
.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.invalid-feedback {
    color: #ff5f6d;
}

.checkbox label {
    font-weight: normal;
}

.btn-primary {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

.forgot-password {
    display: block;
    color: #8e8ea0;
    text-align: center;
    margin-top: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lift {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.lift-animation {
    animation: lift 0.5s ease-out forwards;
    opacity: 0;
}

.register-image {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-image img {
    max-width: 100%;
    max-height: 100%;
}

.register-form {
    padding: 20px;
    animation: slideInRight 1s ease-in-out forwards;
}

.invalid-feedback {
    color: #ff5f6d;
    animation: fadeIn 0.3s ease-in-out forwards;
}

.register-footer {
    margin-top: 20px;
    text-align: center;
}

.section-height {
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.ecommerce-footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section-list li {
    margin-bottom: 5px;
}

.footer-section-list li a {
    color: #555;
    text-decoration: none;
}

.footer-section-list li a:hover {
    color: #333;
}

.subscribe-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subscribe-box-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subscribe-form {
    margin-top: 10px;
}

.subscribe-input {
    width: 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.subscribe-button {
    padding: 8px 15px;
    background-color: var(--primary);
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.subscribe-button:hover {
    background-color: var(--hov-primary);
    background-color: var(--primary);
}

.category-header {
    border-color: #e0e0e0;
    animation: fade-in 0.5s ease-in-out;
}

.category-title {
    color: #333333;
    margin-top: 0;
}

.view-more-link {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.view-more-link:hover {
    color: #004080;
}

.category-carousel .carousel-box {
    animation: slide-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slide-in {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.sub_category {
    position: relative;
    width: 100%;
    max-height: 100%;
    height: 155px;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.sub_category:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.sub_category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.sub_category:hover img {
    opacity: 0.7;
}

.sub_category .overlay-cat {
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s;
    bottom: 0px;
}

.sub_category:hover .overlay-cat {
    opacity: 1;
}

.pl-5px {
    padding-left: 5px !important;
}

.pr-5px {
    padding-right: 5px !important;
}

.sub_category .image-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-120px {
    width: 120px;
}

.sb {
    justify-content: space-between;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.m-l-r {
    margin-left: 10px;
    margin-right: 10px;
}

.m-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.word-break {
    word-break: break-all;
}

.panel {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    /* perspective: 1000px; */
}

.panel-header {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
    /* font-weight: bold; */
}

.panel-header span {
    font-weight: bold;
}

.panel-header i {
    transition: transform 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.panel-header.active i {
    transform: translateY(-50%) rotate(90deg);
}

.panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;

    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(-20deg);
    overflow-y: auto;
}

.panel-content.show {
    max-height: 200px;
    transition: max-height 0.3s ease;
    transform: perspective(1000px) rotateX(0);
    padding: 10px;
}

.shadow-0 {
    box-shadow: none !important;
}

.sub_category2 {
    position: relative;
    width: 156px;
    max-height: 100%;
    min-height: 156px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    border-radius: 50%;
}

.sub_category2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.sub_category2:hover img {
    opacity: 0.85;
}

.sub_category2 .overlay-cat2 {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s;
    bottom: 16px;
    padding: 4px;
    display: block;
    text-align: center;
}

.sub_category2:hover .overlay-cat2 {
    opacity: 1;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1299px;
    }
    .collapse-sidebar.c-scrollbar-light.text-left {
        padding: 10px;
    }
}

.w-100per {
    width: 100% !important;
}
.h-100per {
    height: 100% !important;
}

.overlay-cat .p {
    margin-bottom: 0px !important;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    /*  height: 100vh;*/
}

.readmore {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* 2-19-2024 */

.banner-button {
    text-align: center;
    background: var(--primary);
    color: var(--white);
    padding: 10px;
    border-radius: 5px;
}

.banner-title {
    font-size: 31px;
    font-weight: 600;
    color: #000;
}

.banner-info {
    position: absolute;
    z-index: 555;
    top: 50%;
    width: 100%;
    text-align: center;
}

.label_category {
    position: absolute;
    width: auto;
    background: rgba(255, 255, 255, 0.8);
    bottom: 9px;
    text-align: center;
    padding: 8px;
    left: 10px;
    font-size: 14px;
    border-radius: 50px;
    margin: auto;
    font-weight: bold;
    box-shadow: 1px 0px 5px 0px #c7b6b6;
}

.link-2:hover {
    color: var(--primary);
}

.h-600px {
    height: 600px;
}

.pl-2px {
    padding-left: 2px;
}
.pr-2px {
    padding-right: 2px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mh-500px {
    max-height: 500px;
    overflow: scroll;
}

.fungrow-p-hov-icon a.p_icon {
    border-radius: 50%;
}

/* desktop */

.p-icon-wrap {
    justify-content: space-around;
    text-align: center;
    overflow-x: scroll;
}

.p-icon {
    width: 50px;
    text-align: center;
    /* margin-left: 20px; */
}
.ml-5px {
    margin-left: 10px;
}

.title {
    box-sizing: inherit;
    display: block;
    margin-bottom: 5px;
    color: rgba(18, 18, 18, 1);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.tag-rm p {
    margin-bottom: 0px !important;
}

.tag-rm ul {
    padding-left: 17px;
    margin-bottom: 0px;
}

.tag-rm p,
pre,
div {
    padding: 0px;
    margin: 0px;
}

.tag-rm table,
blockquote {
    margin: 0px !important;
}

.tag-rm .blockquote {
    font-size: 1rem;
}

.tag-rm h2,
h3,
h4,
h5 {
    font-size: 1rem;
}

.rm-style-bt p {
    margin-bottom: 0px !important;
}

.rm-style-bt ul {
    padding-left: 17px;
    margin-bottom: 0px;
}

.rm-style-bt p,
pre,
div {
    padding: 0px;
    margin: 0px;
}

.rm-style-bt table,
blockquote {
    margin: 0px !important;
    font-size: unset !important;
}

.responsive_nav {
    display: none;
}

@media (max-width: 1240px) {
    .man_nav {
        display: none !important;
    }
    .responsive_nav {
        display: flex;
    }
    .nav_rs {
        width: 80%;
    }
    .d-sm-n {
        display: none !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 1240px) {
    .mobile-nav {
        width: 30% !important;
    }
    .mobile-nav .nav-toggle {
        width: 30% !important;
    }
}

.responsive_search {
    display: none;
}
@media (max-width: 700px) {
    .main_serach {
        display: none !important;
    }
    .responsive_search {
        display: block;
    }
    .scrollabel {
        overflow-x: scroll;
    }
}

.jce {
    justify-content: end;
}

.c-scroll {
    overflow: scroll;
}

.slider_main_image .slick-track {
    display: flex;
    align-items: center; /* Vertically center the content */
    height: 100%;
}

.add_card_mobile {
    display: none;
}
.add_card_desktop {
    display: block;
}
.d-block-500 {
    display: none;
}
@media (max-width: 992px) {
    .add_card_mobile {
        display: block;
    }
    .add_card_desktop {
        display: none;
    }
    .container-max-width-mobile {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 766px) {
    .m-mt-10px {
        margin-top: 10px;
    }
    .m-p-0 {
        padding: 0px !important;
    }

    .youtube_link div iframe {
        height: auto !important;
    }

    .theme2 .content-center img {
        width: 100% !important;
    }
}
@media (max-width: 550px) {
    .d-none-550 {
        display: none;
    }
    .d-block-500 {
        display: block;
    }
}

.modal_full {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_full {
    max-width: 100%; /* Make modal full screen */
    margin: 0; /* Remove default margin */
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Center content vertically */
}

.modal_full .modal-content {
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
}

.modal_full .modal-footer {
    border-top: none; /* Remove default border */
}

.modal_full .slider_thumb_image {
    max-width: 60%;

    /* margin-bottom: 20px;// Add some space between main image and thumbnail gallery */
}

div#product_quick_view {
    padding: 0px !important;
}

/* .modal_full */
.carousel-box.rounded {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal_full .carousel-box.rounded img {
    cursor: zoom-in;
}

.modal_full .slick-slide.slick-current.slick-active {
    height: 100%;
}

.modal_full .slick-track {
    height: 100%;
}

.modal_full .slick-list.draggable {
    height: 100%;
}

.modal_full
    .fungrow-carousel.quick-view-gallery.slick-initialized.slick-slider {
    height: 100%;
}
.modal_full .slider_main_image {
    height: 100%;
}

.modal_full .slick-slide.slick-current.slick-active div {
    height: 100%;
}
.modal_full .carousel-box iframe {
    width: 70%;
    height: 100%;
}
/* .modal_full .quick-view-gallery .carousel-box img {
    min-width: 60%;
    height: 100%;
} */
.mh-60 {
    max-height: 60px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

    opacity: 1; /* Hidden by default */
    transition: opacity 0.3s ease;
    z-index: 555;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
}

.m-mt-10 {
    margin-top: 10px;
}

.m-mb-10 {
    margin-bottom: 10px;
}

label.fungrow-megabox.pl-0.mr-2.disabled {
    opacity: 0.4;
}

/* Style for tabs container */
._filtertab-container {
    display: flex;
}

/* Style for tab filt_buttons on the left */
._filtertab {
    flex: 1;
    background-color: #f1f1f1;
    min-height: 646px;
    min-width: 118px;
    max-width: 200px;
}

/* Style for tab links */
._filtertab .filt_button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: inherit;
    transition: background-color 0.3s;
}

/* Change background color of tab links on hover */
._filtertab .filt_button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
._filtertab .filt_button.active {
    background-color: #ccc;
}

/* Style for tab content on the right */
._filtertabcontent {
    flex: 4;
    padding: 10px;
    border-left: 1px solid #ccc;
}

/* Hide tab content by default */
._filtertabcontent {
    display: none;
}

/* Show the default tab content */
._filtertabcontent.default {
    display: block;
}

/* 5-21-2024 */
.f_category_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.sub_banner_section {
    display: block;
}
.f_category {
    margin: 10px;
    text-align: center;
}
.f_category img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
}

.sub_banner_section {
    display: flex;
}
.sub_main_image {
    width: 70%;
    /* margin: 20px 0; */
}
.sub_main_image img {
    width: 100%;
    border-radius: 10px;
    height: 480px;
}

.sub_right_image {
    width: 30%;
}
.sub_banner {
    margin: 10px;
    text-align: center;
}

.sub_banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 240px;
}

.mt-0 {
    margin-top: 0px;
}

/*  
.p_title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;

    font-size: 2em;
    position: relative;
}
.p_title:after, .p_title:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
}
.p_title:before {
    left: -120px;
}
.p_title:after {
    right: -120px;
} */

.section-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #888;
    margin: 0 20px;
}
.line {
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
}
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}
.product {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    width: 22%;
    box-sizing: border-box;
    position: relative;
}
.product img {
    width: 100%;
    border-radius: 5px;
}
.product-info {
    margin-top: 10px;
    text-align: center;
}
.product-info p {
    margin: 5px 0;
}
.deal-of-the-day {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #34c759;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}
.sold-out {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff3b30;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}
.deal-info {
    background-color: #ffe600;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    margin-top: 30px;
}
.deal-info .follow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.follow img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.follow button {
    background-color: #ff9500;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.p_categories {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.p_category {
    background-color: #fff;
    border-radius: 10px;
    /* padding: 20px; */
    text-align: center;
    width: 23%;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.p_category img {
    width: 100%;
    border-radius: 10px;
}
.p_category p {
    margin-top: 10px;
    font-size: 1.2em;
    color: #777;
    text-transform: uppercase;
}
.p_features {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.p_feature {
    width: 24%;
    text-align: center;
    padding: 10px;
}
.p_feature img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.p_feature p {
    margin: 5px 0;
    color: #333;
}
.p_feature p span {
    color: #777;
    font-size: 0.9em;
}

/* 5-22-2024 */
.product-card {
    position: relative;
    /* border: 1px solid #eaeaea; */
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    max-height: 520px;
    cursor: pointer;
}
.mt-5px {
    margin-top: 5px;
}

.product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-image {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */
    background-color: #f7f7f7;
    /* height: 270px;
     */
    min-height: 280px;
    overflow: hidden;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover .product-image img {
    transform: scale(1.02);
}

.deal-of-the-day {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #ff9900;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    z-index: 1;
}

.product-details {
    padding: 15px;
    /* text-align: center; */
    transition: transform 0.3s, opacity 0.3s, max-height 0.3s;
}

.product-card:hover .product-details {
    /* transform: translateY(-10px); */
    background: #fff;
    /* max-height: 200px; */
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    color: #333;
}

.product-title a {
    text-decoration: none;
    color: inherit;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #007bff;
}

.product-price del {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-right: 5px;
}

.product-rating {
    margin-top: 5px;
}

.product-action-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}

.action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.action-icon:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.action-icon i {
    font-size: 18px;
    color: #333;
}

.color-options {
    display: flex; /* Ensure color options are displayed */
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.product-card:hover .color-options {
    display: flex;
}

.colour-colorDisplay {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.colour-colorDisplay.selected {
    border: 1px solid #69C2E7;
    box-shadow: 0 0 0 1px rgba(105, 194, 231, 0.25);
    transform: none;
}

.clr-img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@media (max-width: 992px) {
    .product-image {
        min-height: 206px;
    }
    .product-card {
        max-height: 375px;
    }
}

@media (max-width: 780px) {
    .colour-colorDisplay {
        width: 24px;
        height: 24px;
    }
    .clr-img {
        width: 20px;
        height: 20px;
    }
    .product-card {
        max-height: 342px;
    }
}

@media (max-width: 671px) {
    .colour-colorDisplay {
        width: 29px;
        height: 29px;
    }
    .clr-img {
        width: 24px;
        height: 24px;
    }
    .product-card {
        max-height: 300px;
    }
    .product-image {
        min-height: 149px;
    }
    .product-title {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .product-price {
        font-size: 9px;
    }
    .product-price del {
        font-size: 10px;
    }
    .product-image {
        min-height: 194px;
    }
}

@media (max-width: 659px) {
    .colour-colorDisplay {
        width: 19px;
        height: 19px;
    }
    .clr-img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575px) {
    /* .color-options {
        display: none !important;
    } */
     .color-options a{
       margin-top: 0px!important; 
     }
}

@media (max-width: 411px) {
    .product-image {
        min-height: 178px;
    }
    .product-card {
        max-height: 281px;
    }
    .deal-of-the-day {
        padding: 5px 4px;
        font-size: 7px;
    }
}

@media (max-width: 380px) {
    .product-card {
        max-height: 250px;
    }
    .product-image {
        min-height: 161px;
    }

    .action-icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 344px) {
    .product-image {
        min-height: 100px;
    }
    .product-card {
        max-height: 200px;
    }
    .product-details {
        padding: 5px;
    }

    .product-rating {
        margin-top: 0px;
    }

    .product-title {
        font-size: 11px;
        margin-bottom: 0px;
    }
    .product-price {
        font-size: 13px;
    }
}

.view-all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid black;
    border-radius: 25px;
    background-color: transparent;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.view-all-button:hover {
    background-color: black;
    color: white;
}

.view-all-button span {
    margin-left: 10px;
    transition: transform 0.3s;
}

.view-all-button:hover span {
    transform: translateX(5px);
}

.p2_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.p2_header h1 {
    font-size: 45px;
    color: var(--hov-primary);
}

.p2_header .view-all {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    border: 2px solid #555;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s, color 0.3s;
}

.p2_header .view-all:hover {
    background-color: #555;
    color: #fff;
}

.p2_products {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    border: 2px solid black;
    border-radius: 21px;
}

.p2_product {
    flex: 1;
    margin: 0 10px;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}

.p2_product img {
    width: 100%;
    height: auto;
    display: block;
}

.p2_product:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.b1_header {
    padding: 10px 0;
}
.b1_header h1 {
    margin: 0;
    font-size: 36px;
    color: #333;
}
.b1_header p {
    color: #777;
}

.blog-post {
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-post img {
    width: 100%;
    height: auto;
}
.blog-post-content {
    padding: 10px;
}
.blog-post-content h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}
.blog-post-content p {
    margin: 0 0 5px;
    color: #777;
}
.mb-20 {
    margin-bottom: 20px;
}

.mw-md-95 {
    width: 95%;
}

.mbi-20 {
    margin-bottom: 20px !important;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: -17px;
    top: -6px;
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 1px;
    background: #e8e7e6;
    left: 8px;
    top: 4px;
}

.readMoreBtn {
    padding: 10px;
    color: red;
    font-weight: bolder;
    display: none;
    padding-left: 0px;
    cursor: pointer;
}

input[type="radio"]:checked + img {
    border: 2px solid var(--primary); /* Customize the border style */
    padding: 5px; /* Optional: for better visual appearance */
}

input[type="radio"]:checked + img {
    border: 2px solid var(--primary); /* Customize the border style */
}

input[type="radio"]:checked + .fungrow-megabox {
    border: 2px solid var(--primary); /* Customize the border style */
    padding: 5px; /* Optional: for better visual appearance */
}

.d-flex-small {
    display: none;
}
@media (max-width: 768px) {
    .d-none-small {
        display: none;
    }
    .d-flex-small {
        display: flex;
    }
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    background: #f1f0ee;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.social-media a {
    margin-right: 10px;
}

.social-media img {
    width: 24px;
    height: 24px;
}

.newsletter p {
    margin-bottom: 20px;
}

.newsletter form {
    display: flex;
    margin-bottom: 20px;
}

.newsletter input[type="email"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
}

.newsletter button {
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

.newsletter button:hover {
    background-color: #555;
}

.payment-methods img {
    width: 40px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.jcc {
    justify-content: center;
}

.border-1 {
    border: 1px solid #cccccc;
}

.border-bottom-1 {
    border-bottom: 1px solid #cccccc;
}

.p-7px {
    padding: 7px;
}

.cus-badge{
    display:inline-block;
                        background:#f5f5f5;
                        color:#333;
                        font-size:11px;
                        padding:4px 10px;
                        border-radius:20px;
                        margin-right:5px;
                        margin-bottom:5px;
                        border:1px solid #e0e0e0;
}
/* ---- Product card conversion enhancements (non-breaking) ---- */
.product-brand {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #69C2E7;
    margin-bottom: 4px;
    line-height: 1.2;
}
.product-short-desc {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
    margin: 0 0 8px;
    min-height: 0;
}
.product-badge-sale {
    background: #69C2E7 !important;
}
.product-badge-stock {
    position: absolute;
    top: 10px;
    right: 0;
    background: #334155;
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 3px 0 0 3px;
    z-index: 1;
}
.product-card-cta {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #69C2E7;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.product-card-cta:hover {
    color: #5a0b18;
    text-decoration: underline;
}
.product-card .product-details {
    display: flex;
    flex-direction: column;
}
.product-overview-block {
    margin-top: 8px;
    margin-bottom: 6px;
}
.product-overview-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #0f172a;
    margin: 0 0 6px;
}
.product-overview-text {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}
.product-image-link {
    display: block;
    position: absolute;
    inset: 0;
}
.product-card .product-image {
    position: relative;
}

/* ---- Product enrichment / conversion polish ---- */
.product-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 6px;
}
.product-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
}
.product-trust-item i {
    color: #69C2E7;
    font-size: 14px;
}
.product-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-section-list li {
    position: relative;
    padding: 8px 0 8px 18px;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}
.product-section-list li:last-child {
    border-bottom: none;
}
.product-section-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69C2E7;
}
.product-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    color: #334155;
    height: 100%;
}
.product-feature-icon {
    color: #69C2E7;
    font-size: 16px;
    margin-top: 2px;
}
.product-spec-table th {
    width: 35%;
    background: #f8fafc;
    font-weight: 600;
    color: #475569;
    font-size: 13px;
}
.product-spec-table td {
    font-size: 13px;
    color: #0f172a;
}
.product-faq-item .premium-policy-content {
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.product-cta-block {
    border: 1px solid #edf2f7;
}
.product-section-block {
    overflow: hidden;
}
/* Sticky mobile add-to-cart polish (existing container) */
@media (max-width: 991px) {
    .add_card_mobile {
        position: sticky;
        bottom: 0;
        z-index: 20;
        background: #fff;
        box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
        padding: 8px 10px 10px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

/* Premium product card polish */
.product-card--premium {
    max-height: none;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    background: #fff;
}
.product-card--premium .product-details {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 148px;
}
.product-card--premium .product-brand {
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #69C2E7;
    font-weight: 700;
    margin-bottom: 2px;
}
.product-card--premium .product-title {
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 650;
    margin: 0 0 4px;
    min-height: 36px;
}
.product-card--premium .product-short-desc {
    font-size: 11.5px;
    line-height: 1.4;
    color: #64748b;
    margin: 0 0 6px;
    min-height: 32px;
}
.product-card--premium .product-price {
    font-size: 15px;
    margin-top: auto;
}
.product-card--premium .product-card-cta {
    margin-top: 8px;
    font-size: 11.5px;
    letter-spacing: 0.02em;
}
.product-card--premium .product-image {
    min-height: 220px;
    background: #f8fafc;
}
.product-card--premium .product-image img {
    object-fit: contain;
    padding: 8px;
}

/* Recently viewed compact cards */
.rv-card {
    border: 1px solid #eef2f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .2s ease, transform .2s ease;
    height: 100%;
}
.rv-card:hover {
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
    transform: translateY(-2px);
}
.rv-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.rv-card-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: #f8fafc;
    overflow: hidden;
}
.rv-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.rv-card-body {
    padding: 10px 10px 12px;
}
.rv-card-brand {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #69C2E7;
    margin-bottom: 3px;
}
.rv-card-title {
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 6px;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rv-card-price {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}
