:root {

    --clr-green: #0F6E56;
    --clr-green-lt: #E1F5EE;
    --color-secondary: #fff211;
    --color-accent: #c96b3c;
    --color-accent-dark: #934823;
    --color-white: #fff;
    --color-black: #000;
    --color-default: #444;
    --color-default-dark: #3f3c43;
    --color-dark: #231f27;
    --color-light: #ffffff;
    --dark-gray: #e3e3e3;
    --text-50: 4rem;
    --text-42: 2.4rem;
    --text-40: 2.4rem;
    --text-36: 2.4rem;
    --text-32: 2.4rem;
    --text-28: 2.4rem;
    --text-21: 2rem;
    --text-20: 1.8rem;
    --text-18: 1.7rem;
    --text-16: 1.6rem;
    --text-15: 1.5rem;
    --text-14: 1.4rem;
    --text-13: 1.4rem;
    --text-12: 1.3rem;
    --text-11: 1.1rem;
    --text-10: 1.0rem;
    --family-primery: "Archivo", sans-serif
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    font-size: 62.5%
}

body {
    font-size: var(--text-13);
    font-weight: 400;
    background: var(--color-light);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    color: var(--color-default);
    font-family: var(--family-primery);
    overflow-x: hidden
}



.inner-container {
    margin-inline: auto;
    padding-inline: calc(var(--bs-gutter-x, 1.5rem) * .5)
}

.max-width {
    max-width: 1920px;
    margin-inline: auto
}

@media (max-width:767.98px) {

    .container,
    .inner-container {
        max-width: 100%
    }
}

@media (min-width:768px) {

    .container,
    .inner-container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .inner-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1100px
    }

    .inner-container {
        max-width: 920px
    }
}

@media (min-width:1300px) {
    :root {
        --text-50: 5rem;
        --text-42: 4.2rem;
        --text-40: 4.0rem;
        --text-36: 3.6rem;
        --text-32: 3.6rem;
        --text-28: 2.8rem;
        --text-21: 2.1rem;
        --text-20: 2.0rem;
        --text-18: 1.8rem;
        --text-16: 1.6rem;
        --text-15: 1.5rem;
        --text-14: 1.4rem;
        --text-13: 1.3rem;
        --text-12: 1.2rem;
        --text-11: 1.1rem;
        --text-10: 1.0rem
    }

    .container {
        max-width: 1280px
    }

    .inner-container {
        max-width: 1100px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1440px
    }

    .inner-container {
        max-width: 1230px
    }

    :root {
        --text-50: 5.6rem;
        --text-42: 4.2rem;
        --text-40: 4.4rem;
        --text-36: 4rem;
        --text-28: 3.2rem;
        --text-21: 2.6rem;
        --text-20: 2.4rem;
        --text-18: 2.2rem;
        --text-16: 1.8rem;
        --text-15: 1.7rem;
        --text-14: 1.6rem;
        --text-13: 1.5rem;
        --text-12: 1.4rem;
        --text-11: 1.3rem;
        --text-10: 1.2rem
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1680px
    }

    .inner-container {
        max-width: 1400px
    }

    :root {
        --text-50: 6.4rem;
        --text-42: 5.4rem;
        --text-40: 4.8rem;
        --text-36: 4.2rem;
        --text-28: 3.6rem;
        --text-21: 3rem;
        --text-20: 2.6rem;
        --text-18: 2.4rem;
        --text-16: 2.1rem;
        --text-15: 2rem;
        --text-14: 1.8rem;
        --text-13: 1.8rem;
        --text-12: 1.5rem;
        --text-11: 1.4rem;
        --text-10: 1.3rem
    }
}

@media (max-width:767.98px) {

    .container,
    .inner-container {
        --bs-gutter-x: 5rem
    }

    .inner-container.max-content {
        --bs-gutter-x: 3rem
    }

    .container>.inner-container {
        --bs-gutter-x: 0
    }
}

.ls-56 {
    letter-spacing: -.56px
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: currentColor;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    cursor: pointer
}

a:hover {
    color: var(--color-accent)
}

button,
button:focus,
.btn-focus {
    outline: none;
    box-shadow: none
}

p {
    margin-bottom: 0
}

/* p:not(:last-child) {
    margin-bottom: 1.3em
} */

figure {
    margin-bottom: 0
}

.font-10 {
    font-size: var(--text-10)
}

.font-12 {
    font-size: var(--text-12)
}

.font-13 {
    font-size: var(--text-13)
}

.font-14 {
    font-size: var(--text-14)
}

.font-16 {
    font-size: var(--text-16)
}

.font-20 {
    font-size: var(--text-20);
    font-weight: 700
}

.font-21 {
    font-size: var(--text-21)
}

.font-28 {
    font-size: var(--text-28);
    font-weight: 700
}

.font-48 {
    font-size: var(--text-48);
    font-weight: 900;
    line-height: 1
}

.font-60 {
    font-size: var(--text-60);
    font-weight: 700;
    line-height: 1
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.bg-theme-secondary {
    background-color: var(--color-secondary);
    color: var(--color-black)
}

.bg-theme-accent {
    background-color: var(--color-accent);
    color: #fff
}

.bg-theme-black {
    background-color: var(--color-black);
    color: #fff
}

.btn {
    height: auto;
    font-size: var(--text-14);
    line-height: 1.2;
    padding: .45em 1em;
    font-weight: 600;
    min-width: 8em;
    border-radius: .45em;
    -webkit-border-radius: .45em;
    -moz-border-radius: .45em;
    -ms-border-radius: .45em;
    -o-border-radius: .45em
}

.btn-link {
    border: none;
    background: transparent;
    text-decoration: none
}

.link-with-icon {
    display: flex;
    font-size: var(--text-12);
    column-gap: .77em;
    align-items: center
}

.btn-theme-accent {
    background: var(--color-accent);
    color: var(--color-white)
}

.btn-theme-white {
    background: var(--color-white);
    color: var(--color-theme)
}

.btn-theme-secondary {
    background: var(--color-secondary);
    color: var(--color-black)
}

.btn-theme-black {
    background: var(--color-black);
    color: var(--color-white)
}

.btn-sm {
    font-size: .9em
}

.btn-theme-accent:hover {
    background: var(--color-black);
    color: var(--color-white)
}

.btn-theme-white:hover {
    background: var(--color-accent);
    color: var(--color-white)
}

.link-icon {
    width: 1.9em;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all
}

.link-icon img {
    rotate: -90deg;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all
}

.link-icon.icon-white {
    background: #fff
}

.link-icon.icon-accent {
    background: var(--color-accent)
}

.link-icon.icon-accent img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.btn-link:hover .link-icon.icon-white,
.link-icon.icon-white:hover {
    background: var(--color-black)
}

.btn-link:hover .link-icon.icon-white img,
.link-icon.icon-white:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

@media (max-width:767px) {
    .link-icon img {
        max-width: .7rem;
        margin-top: 1px
    }
}

.heading {
    margin-bottom: 3em
}

.heading-top {
    font-size: var(--text-16);
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: .25em
}

.section-title {
    font-size: var(--text-42);
    font-weight: 700;
    color: var(--color-black);
    letter-spacing: -1.05px
}

.section-title28 {
    font-size: var(--text-28);
    font-weight: 700;
    color: var(--color-black)
}


.comn_soon img {
    max-width: 100%
}

.swiper-navs {
    display: flex;
    column-gap: 1rem
}

.swiper-navs :is(.swiper-button-next, .swiper-button-prev) {
    position: relative;
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 1.8em;
    height: auto;
    aspect-ratio: 1/1;
    border: .1em solid var(--color-accent);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: auto;
    left: auto;
    right: auto;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all
}

.swiper-navs :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 1em;
    color: var(--color-accent);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    margin-top: 1px
}

.swiper-navs :is(.swiper-button-next, .swiper-button-prev):hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent)
}

.swiper-navs :is(.swiper-button-next, .swiper-button-prev):hover::after {
    color: var(--color-white)
}

.border-top {
    border-top: .1rem solid var(--dark-gray)
}

.nav-tabs .nav-link {
    background: transparent;
    border-radius: 4px;
    border: none;
    color: var(--color-default-dark);
    line-height: 1.1;
    font-weight: 500;
    font-size: var(--text-13);
    padding: .73em .76em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.nav-tabs .nav-link.active {
    background: var(--color-accent);
    color: var(--color-light)
}

@media (max-width:575px) {
    .swiper-navs :is(.swiper-button-next, .swiper-button-prev)::after {
        margin-top: 0
    }
}

[data-count] {
    font-size: var(--text-50);
    font-weight: 700;
    color: var(--color-accent)
}

.best-sellers {
    padding-left: 5em;
    position: relative;
    z-index: 1
}

.best-sellers .heading {
    margin-bottom: 3em
}

.best-sellers .heading .section-title28 {
    margin-bottom: .5em
}

.best-sellers .heading>img {
    position: absolute;
    right: 0;
    top: 0
}

.best-sellers .swiper-navs :is(.swiper-button-next, .swiper-button-prev) {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15))
}

.best-sellers .swiper-navs :is(.swiper-button-next, .swiper-button-prev):after {
    color: var(--color-dark)
}

.best-sellers .swiper-slide {
    background: var(--color-white);
    text-align: center;
    padding-top: 2.7em;
    overflow: clip;
    border-radius: .73em;
    -webkit-border-radius: .73em;
    -moz-border-radius: .73em;
    -ms-border-radius: .73em;
    -o-border-radius: .73em
}

.best-sellers .swiper-slide h5 {
    font-size: var(--text-16);
    padding-inline: 1em;
    padding-bottom: 3rem
}

.best-sellers .swiper-slide h5 a {
    color: #231f27
}

.best-sellers .swiper-slide span {
    display: block;
    padding: 1.1em 2em;
    background: #ebebeb;
    color: #b40005;
    font-size: var(--text-14)
}

.best-sellers .swiper-slide p {
    margin-bottom: 2.3em;
    color: var(--color-default);
    font-size: var(--text-14)
}

@media (max-width:992px) {
    .best-sellers {
        padding-left: 0;
        margin-top: 3em
    }
}

.best-sellers figure {
    padding: 0 3rem 2rem
}

/* .best-sellers figure img {} */

.social-media {
    padding-top: 9em;
    padding-bottom: 5em
}

.social-media .heading {
    margin-bottom: 3.8em
}

.social-thumb {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: .77em;
    -webkit-border-radius: .77em;
    -moz-border-radius: .77em;
    -ms-border-radius: .77em;
    -o-border-radius: .77em;
    margin: 0 .5rem
}

.social-thumb .social-icon {
    position: absolute;
    width: 2.5em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 1.5em;
    top: 1.5em;
    background: #fff;
    display: grid;
    place-items: center
}

.social-thumb figure {
    height: 100%
}

.social-thumb figure img {
    aspect-ratio: 35/29
}

.social-thumb figcaption {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)60%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em;
    justify-content: flex-end;
    color: #fff
}

.social-thumb time {
    font-size: var(--text-10);
    line-height: 1;
    margin-bottom: .6em
}

.social-thumb a {
    font-size: var(--text-16);
    line-height: 1.4;
    font-weight: 300
}

.social-thumb a::after {
    content: '';
    position: absolute;
    inset: 0
}

.social-thumb a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media (max-width:992px) {
    .social-media .row {
        --bs-gutter-y: 1.5em
    }

    .social-media {
        padding-top: 5em;
        padding-bottom: 5em
    }
}

.available-on {
    padding-block: 5em 9em
}

.available-on .heading {
    margin-bottom: 2.5em
}

.available-on figure {
    padding: 1em 2.5em;
    background: #fff;
    text-align: center;
    height: 100%;
    display: grid;
    place-items: center;
    position: relative
}

.available-on figure img {
    max-width: 100%;
    object-fit: contain
}

.available-on figure a {
    position: absolute;
    inset: 0;
    content: ''
}

.available-on .row .row {
    --bs-gutter-y: 1em
}

@media (max-width:992px) {
    .available-on {
        padding-block: 0 5em
    }
}

.mobile-tabs {
    display: flex;
    background: #3f3c43;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100
}

.mobile-tabs .btn {
    min-width: auto;
    padding-block: 1.3rem;
    width: 20%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    row-gap: .5rem;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.mobile-tabs .btn img {
    height: 26px;
    max-width: 25px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all
}

.mobile-tabs .btn.active {
    background: #f5f5f5;
    color: var(--color-accent)
}

.mobile-tabs .btn.active img {
    filter: none;
    -webkit-filter: none
}

.mobile-menu {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 7rem;
    height: calc(100% - 7rem);
    background: #f5f5f5;
    z-index: 9999;
    translate: 0 calc(100vh + 7rem);
    transition: .8s all;
    -webkit-transition: .8s all;
    -moz-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all
}

.mobile-menu.show {
    translate: 0 0
}

.products-menu .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    overflow-y: auto
}

.products-menu .product-grid h3 {
    font-size: 21px;
    font-weight: 300;
    color: #818181
}

.products-menu .product-grid li {
    padding: 1.2rem 2em;
    position: relative;
    row-gap: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    margin-top: 0
}

.products-menu .product-grid li a {
    position: absolute;
    inset: 0;
    content: ''
}

.products-menu .product-grid figure {
    max-width: 7.5em
}

.products-menu .product-grid figure img {
    filter: drop-shadow(10px 10px 30px #00000033);
    -webkit-filter: drop-shadow(10px 10px 30px #00000033)
}

.products-menu .product-grid li:nth-child(2n + 1) {
    border-right: 1px solid #eaeaea
}

.products-menu .product-grid li:not(:nth-child(-n + 2)) {
    border-top: 1px solid #eaeaea
}

.products-menu .product-grid li:last-child {
    text-align: left
}

.cart-mobile-menu {
    display: flex;
    flex-direction: column
}

.cart-mobile-menu h5 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: .8em
}

.cart-mobile-menu .number {
    border-radius: 4px;
    max-width: 10rem;
    display: flex;
    justify-content: space-around;
    padding: .4rem 1rem
}

.cart-mobile-menu .cart-item h6 {
    font-size: 14px;
    font-weight: 400;
    color: #444
}

.cart-mobile-menu .cart-item p.price {
    font-size: 16px;
    color: #231f27;
    font-weight: 500;
    margin-bottom: 1em
}

.cart-mobile-menu .cart-item .qty {
    display: flex;
    align-items: center;
    column-gap: 1em
}

.cart-mobile-menu .cart-item .qty p {
    margin-block: auto
}

.cart-mobile-menu .number span {
    display: grid;
    width: 1.2em;
    height: 1.2em;
    background: #e3e3e3;
    place-items: center;
    font-size: 1.8rem;
    border-radius: 3px;
    line-height: .8;
    cursor: pointer;
    color: #707070;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.cart-mobile-menu .cart-menu-inner {
    flex-grow: 1;
    padding: 2em;
    background: #fff;
    display: flex;
    flex-direction: column
}

.cart-mobile-menu .cart-wrapper {
    flex-grow: 1;
    overflow-y: auto;
    height: 40vh
}

.cart-mobile-menu :is(.cart-wrapper, .cart-summary) {
    width: 100%;
    max-width: 450px;
    margin-inline: auto
}

.cart-mobile-menu .number_counter {
    display: flex;
    align-items: center
}

.cart-mobile-menu .number input {
    border: none;
    padding: 0;
    font-size: var(--text-16);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 2em;
    background-color: transparent
}

.cart-mobile-menu .number input:focus {
    box-shadow: none;
    outline: none
}

.cart-mobile-menu .cart-item {
    display: flex;
    align-items: center;
    padding-block: 2rem;
    gap: 2rem
}

.cart-mobile-menu .cart-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

.cart-mobile-menu .cart-item>figure {
    max-width: 9em
}

.cart-mobile-menu .cart-item .cart-details {
    flex-grow: 1
}

.cart-mobile-menu .cart-menu-footer {
    padding: 2.5rem 1.5em 1em;
    background: var(--color-light);
    text-align: center
}

.cart-menu-footer h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em
}

.cart-menu-footer h6 span {
    font-weight: 700;
    color: var(--color-accent)
}

.cart-menu-footer .btn-theme-accent {
    font-size: 14px;
    font-weight: 300;
    padding-block: 1rem
}

.cart-menu-footer p {
    margin-top: .3em
}

.contact-mobile-menu {
    padding: 3.5em
}

.contact-mobile-menu h3 {
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: 700
}

.contact-mobile-menu .contact-thumb {
    margin-top: 4em;
    text-align: center
}

.contact-mobile-menu .icon {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

.contact-mobile-menu .icon img {
    padding-inline: 1.5em
}

.contact-mobile-menu .icon::before,
.contact-mobile-menu .icon::after {
    content: '';
    display: block;
    flex-grow: 1;
    border: 1px solid #e0e0e0
}

.contact-mobile-menu p {
    font-size: 1.8rem;
    color: #231f27
}

.contact-mobile-menu p.email {
    font-size: 2.1rem;
    font-weight: 600
}

.main-mobile-menu .mobile-menu-inner {
    padding: 2em;
    height: 100%;
    overflow-y: auto
}

.main-mobile-menu li {
    border-bottom: 1px solid #e0e0e0;
    /* position: absolute; */
}

.main-mobile-menu a {
    display: block;
    padding-block: 1em;
    font-size: 1.8rem;
    color: #000;
    line-height: 1.15
}

.main-mobile-menu .has-children>a {
    position: relative
}

.main-mobile-menu .has-children>a::before,
.main-mobile-menu .has-children>a::after {
    content: '';
    position: absolute;
    width: 15px;
    border: 1px solid var(--color-dark);
    top: 50%;
    right: 1em;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all
}

.main-mobile-menu .has-children>a::after {
    rotate: 90deg
}

.main-mobile-menu .has-children>a.active::after {
    scale: 0
}

.main-mobile-menu .has-children ul.submenu {
    position: relative;
    padding: .5em 1em;
    left: 0;
    display: none;
    margin-bottom: .5em;
    background: rgba(0, 0, 0, .1);
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em
}

.main-mobile-menu li li a {
    padding-block: .5em;
    font-size: 1.4rem;
    color: var(--color-dark);
    line-height: 1.5
}

@media (min-width:992px) {
    .mobile-menu-wrapper {
        display: none
    }
}

@media (min-width:374px) {
    .contact-mobile-menu .contact-thumb {
        margin-top: 3.5em;
        text-align: center
    }
}

.playVideo {
    position: absolute;
    right: 5rem;
    bottom: 5rem;
    cursor: pointer;
    z-index: 4
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2, .2);
        transform: scale(.2, .2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.waves {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(236 50 55 / 57%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    translate: -50% -52%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    -webkit-border-radius: 500%;
    -moz-border-radius: 500%;
    -ms-border-radius: 500%;
    -o-border-radius: 500%
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.iframe_modal .modal-body {
    padding: 0
}

.iframe_modal .modal-body .btn-close {
    position: absolute;
    background-color: var(--bs-white);
    z-index: 910;
    right: 10px;
    top: 10px;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 32%)
}

.modal_video>iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

.b2b-listing .banner-image {
    width: 65%
}

.b2b-listing .container {
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.b2b-listing {
    display: grid;
    align-items: flex-end;
    aspect-ratio: 1366 / 420;
    background: transparent linear-gradient(180deg, #2a0900 0%, #5f1700 100%) 0% 0% no-repeat padding-box
}

@media (max-width:992px) {
    .b2b-listing {
        min-height: auto;
        padding-top: 10rem
    }
}

@media screen and (max-width:640px) {
    .b2b-listing .banner-image {
        width: 100%
    }
}

.blur {
    filter: blur(5px);
    transition: filter .3s ease-in-out
}

.blur:focus {
    filter: blur(0)
}

.onload_popmodal .modal-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #fff;
    max-height: 595px
}

.onload_popmodal .modal-body {
    padding: 0
}

.onload_popmodal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: var(--color-accent);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 5px
}

.onload_popmodal .modal-header .btn-close {
    margin: 0;
    padding: 0;
    filter: invert(1) brightness(100);
    opacity: 1
}

@media (max-width:991px) {
    .onload_popmodal {
        --bs-modal-width: calc(100% - 10%)
    }

    .onload_popmodal .modal-content {
        max-height: 500px
    }
}

@media (max-width:575px) {
    .onload_popmodal .modal-content {
        width: calc(100% - 3%);
        margin-inline: auto
    }
}

@media (max-width:350px) {
    .onload_popmodal .modal-content {
        max-height: 370px
    }
}

.top-bar {
    background: #ff5722;
    font-size: var(--text-13);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: all .4s
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff
}

.close-topbar-btn {
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 20px
}

@media (max-width:575px) {
    .top-bar {
        padding: 8px 30px
    }

    .close-topbar-btn {
        right: 15px
    }
}

.mobile-tabs .opencartpopup span span p {
    position: absolute;
    top: .5rem;
    color: #fff;
    background: #ec3237;
    border: 2px solid #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-color: #ec3237;
    line-height: 17px;
    margin-left: 1.8rem
}


/* ================= CATEGORY BAR ================= */

/* =========================
   CATEGORY BAR
========================= */
.ss-category-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* =========================
   SCROLL CONTAINER
========================= */
.ss-category-scroll {
    display: flex;
    flex-wrap: nowrap;
    /* FORCE ONE LINE */
    align-items: center;
    gap: 10px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 12px 14px;

    white-space: nowrap;
    scroll-behavior: smooth;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ss-category-scroll::-webkit-scrollbar {
    display: none;
}

/* =========================
   BUTTONS
========================= */
.ss-cat {
    flex: 0 0 auto;
    /* prevent shrinking */

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 9px 16px;

    border-radius: 10px;
    border: 1px solid #eee;

    background: #fafafa;
    color: #444;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;
    /* keep text in one line */

    transition: all 0.3s ease;
}

/* icon */
.ss-cat i {
    font-size: 14px;
    flex-shrink: 0;
}

/* hover */
.ss-cat:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

/* active */
.ss-cat.active {
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px) {

    .ss-category-scroll {
        justify-content: flex-start;
        padding: 10px;
        gap: 8px;
    }

    .ss-cat {
        padding: 8px 14px;
        font-size: 13px;
    }

    .ss-cat i {
        font-size: 13px;
    }
}


/* Container */
.banner-container-product-category {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    /* important for rounded corners */
}

/* Image */
.banner-container-product-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* same as background-size: cover */
    display: block;
}


/* ================================
   CART DRAWER WRAPPER
================================ */

.cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

/* ================================
   OVERLAY
================================ */

.cart-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ================================
   CART PANEL
================================ */

.cart-panel {
    position: absolute;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: right 0.35s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

/* ================================
   ACTIVE STATE
================================ */

.cart-drawer.active {
    pointer-events: auto;
}

.cart-drawer.active .cart-overlay {
    opacity: 1;
}

.cart-drawer.active .cart-panel {
    right: 0;
}

/* ================================
   CART HEADER
================================ */

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

.cart-header h5 {
    margin: 0;
    font-size: 18px;
}

.cart-header button {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* ================================
   CART BODY
================================ */

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

/* ================================
   CART ITEM
================================ */

.cart-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.cart-info {
    flex: 1;
}

.cart-info h6 {
    margin: 0;
    font-size: 14px;
}

.cart-info p {
    margin: 4px 0;
    font-size: 14px;
    color: #444;
}

/* ================================
   QUANTITY CONTROLS
================================ */

.cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.cart-qty button {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.cart-qty span {
    font-size: 14px;
}

/* ================================
   REMOVE ITEM
================================ */

.remove-item {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

/* ================================
   CART FOOTER
================================ */

.cart-footer {
    border-top: 1px solid #eee;
    padding: 20px;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 15px;
}

/* ================================
   CHECKOUT BUTTON
================================ */

.checkout-btn {
    width: 100%;
    padding: 12px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
}

.checkout-btn:hover {
    background: #333;
}

/* ================================
   CART NOTE
================================ */

.cart-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    text-align: center;
}

/* ================================
   RESPONSIVE
================================ */

@media(max-width:768px) {

    .cart-panel {
        width: 100%;
    }

}

.banner-container-product-category {
    height: 200px;
}

@media (max-width:768px) {
    .banner-container-product-category {
        height: 140px;
    }
}

/* ================================
   About Us Page
================================ */
.about-hero {
    position: relative;
    color: #6e2c2c;
    padding-top: 120px;
    height: 80vh;
    background: url('/public/uploads/homepage/About us.jpg') center/cover no-repeat;

}

.about-hero h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;

}

.about-hero p {
    font-size: 18px;
    /* line-height: 1.7; */
    max-width: 750px;
    margin: 0 auto;
    opacity: 0.95;
    color: #000;
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 20px;
    }

    .about-hero p {
        font-size: 15px;
        padding: 0 10px;
    }
}

.about-overview {
    background-color: #f9f9f9;
}


/* Paragraph */
.about-overview p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

/* Image */
.about-overview-img {
    max-width: 100%;
    border-radius: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    .about-overview p {
        text-align: center;
    }

    .vm-card {
        flex-direction: column;
        text-align: center;
    }
}

.vision-mission {
    background: #f8f9fa;
}


/* Card Base */
.vm-card {
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

/* Vision Gradient */
.vision-card {
    /* background: linear-gradient(12.5deg, #9F227D, #ED5674); */
    background-color: #a45a52;
}

/* Mission Gradient */
.mission-card {
    /* background: linear-gradient(135deg, #A0223B, #DD791C); */
    background-color: #c26a4a;
}

/* Icon Style */
.vm-card .icons i {
    font-size: 40px;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 50%;
}

/* Heading */
.vm-card h4 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
}

/* Paragraph */
.vm-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
}

/* Hover Effect */
.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


/* SECTION */
.ssb-hero-unique {
    background: #f9f7f4;
}

/* TEXT AREA */
.ssb-hero-content-unique {
    max-width: 540px;
}

.ssb-hero-content-unique p:not(:last-child) {
    margin-bottom: 10px;
}

.ssb-hero-title-unique {
    font-size: 36px;
    font-weight: 700;
    color: #7f2f2b;
}

.ssb-hero-subtitle-unique {
    font-size: 20px;
    font-weight: 600;
    color: #5c4a3d;
    margin-bottom: 18px;
}

.ssb-hero-text-unique {
    font-size: 17px;
}

/* QUOTE */
.ssb-hero-quote-unique {
    font-size: 17px;
    color: #7f2f2b;
}

.ssb-hero-quote-unique span {
    display: block;
    font-size: 17px;
    color: #555;
}

/* IMAGE */
.ssb-hero-image-wrap-unique {
    position: relative;
    display: inline-block;
}

.ssb-hero-img-unique {
    max-width: 100%;
    height: auto;
}

/* GRID BACKGROUND */
.ssb-hero-image-wrap-unique::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -30px;
    width: 220px;
    height: 220px;
    background-image:
        linear-gradient(#d8cbb3 1px, transparent 1px),
        linear-gradient(90deg, #d8cbb3 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .ssb-hero-content-unique {
        text-align: center;
        margin: auto;
    }

    .ssb-hero-image-wrap-unique::before {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 576px) {

    .ssb-hero-title-unique {
        font-size: 32px;
    }

    .ssb-hero-text-unique {
        font-size: 14px;
    }
}






/* SECTION BACKGROUND */
.ss-awards {
    background: linear-gradient(to bottom, #f9f6f1, #ffffff);
    position: relative;
}

/* CONTAINER */
.ss-awards-container {
    position: relative;
}

/* WRAPPER (SCROLL AREA) */
.ss-awards-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-block: 10px;
}

.ss-awards-wrapper::-webkit-scrollbar {
    display: none;
}

/* TRACK */
.ss-awards-track {
    display: flex;
    gap: 25px;
    padding: 10px 60px;
}

/* CARD */
.ss-award-card {
    flex: 0 0 270px;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.ss-award-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.ss-award-img {
    width: 100%;
    height: 150px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
}

.ss-award-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* IMAGE HOVER ZOOM */
.ss-award-card:hover .ss-award-img img {
    transform: scale(1.08);
}

/* HEADER (BADGE + YEAR) */
.ss-award-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ss-award-badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
}

.ss-award-year {
    font-size: 13px;
    color: #999;
}

/* BADGE COLORS */
.ss-gold .ss-award-badge {
    background: linear-gradient(45deg, #d4af37, #f6e27a);
    color: #000;
}

.ss-silver .ss-award-badge {
    background: linear-gradient(45deg, #bdc3c7, #ecf0f1);
    color: #000;
}

.ss-bronze .ss-award-badge {
    background: linear-gradient(45deg, #cd7f32, #e6b17e);
}

/* TEXT */
.ss-award-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ss-award-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* FOOTER */
.ss-award-footer {
    font-size: 13px;
    color: #888;
}

/* NAV BUTTONS */
.ss-awards-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.ss-awards-nav:hover {
    background: #000;
    color: #fff;
}

/* NAV POSITIONS */
.ss-prev {
    left: 10px;
}

.ss-next {
    right: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .ss-award-card {
        flex: 0 0 220px;
    }

    .ss-awards-track {
        padding: 10px 20px;
    }
}

/* CTA SECTION */

.cta-section {
    padding: 60px 0;
}

.cta-image-link {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    transition: .4s ease;
}

.cta-image-link img {
    width: 100%;
    height: auto;
    transition: .4s ease;
}

/* hover effect */
.cta-image-link:hover img {
    transform: scale(1.04);
}






/* ================================
   single product page
================================ */

/* ===== SECTION ===== */
.product-single-section {
    background: #fff;
    padding: 40px 20px;
    margin-top: 130px;
}

/* CENTER WRAPPER */
.product-single-container,
.product-single-bottom {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== TOP LAYOUT ===== */
.product-single-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    /* ✅ FIX alignment */
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

/* ===== GALLERY ===== */
.product-single-gallery {
    display: flex;
    gap: 15px;
    position: relative;
}

.product-single-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-single-thumb {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.product-single-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* MAIN IMAGE */
.product-single-main {
    width: 420px;
    height: 420px;
    overflow: hidden;
    border-radius: 10px;
}

.product-single-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.product-single-main:hover img {
    transform: scale(1.2);
}

/* ===== INFO ===== */
.product-single-info {
    flex: 1;
}


/* Rating */
.product-single-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Dynamic Stars */
.stars {
    --star-size: 18px;
    --star-color: #ddd;
    --star-fill: #f4b400;

    position: relative;
    display: inline-block;
    font-size: var(--star-size);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
}

/* Empty Stars */
.stars::before {
    content: "☆☆☆☆☆";
    color: var(--star-color);
}

/* Filled Stars */
.stars::after {
    content: "★★★★★";
    color: var(--star-fill);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--rating) / 5 * 100%);
    overflow: hidden;
    white-space: nowrap;
}

/* Rating Number */
.rating-number {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

/* Reviews */
.reviews {
    font-size: 14px;
    color: #666;
}

/* Stock */
.product-single-stock {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #28a745;
}

.product-single-stock i {
    font-size: 14px;
}

/* Responsive */
@media(max-width:768px) {

    .stars {
        --star-size: 16px;
    }

    .rating-number {
        font-size: 15px;
    }

    .reviews,
    .product-single-stock {
        font-size: 13px;
    }
}

@media(max-width:480px) {

    .product-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .stars {
        --star-size: 15px;
    }

    .rating-number {
        font-size: 15px;
    }

    .reviews,
    .product-single-stock {
        font-size: 15px;
    }
}



.product-single-title {
    font-size: 26px;
    margin: 10px 0;
}

.product-single-price {
    font-size: 26px;
    color: #8b3a3a;
    font-weight: 700;
}

.product-single-old {
    text-decoration: line-through;
    color: #999;
}

.product-single-off {
    color: green;
}

/* ===== BUTTONS ===== */
.product-single-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.product-single-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-single-cart {
    background: #c49b66;
    color: #fff;
}

.product-single-buy {
    background: #8b3a3a;
    color: #fff;
}

/* Hover polish */
.product-single-cart:hover {
    background: #b58a55;
}

.product-single-buy:hover {
    background: #742f2f;
}

/* Icon spacing */
.product-single-btn i {
    font-size: 14px;
}

/* ===== BOTTOM SECTION ===== */
.product-single-bottom {
    margin-top: 30px;
}
/* ===== NET WEIGHT ===== */
.product-single-weight{
  margin:20px 0;
}

.product-single-weight label{
  display:block;
  margin-bottom:10px;
  font-size:15px;
}

.product-single-weight-options{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.weight-btn{
  border:1px solid #ddd;
  background:#fff;
  padding:10px 18px;
  border-radius:6px;
  cursor:pointer;
  font-size:14px;
  transition:0.3s ease;
}

.weight-btn:hover{
  border-color:var(--color-accent);
}

.weight-btn.active {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
}
/* ===== QUANTITY ===== */
.product-single-qty {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
}

.product-single-qty button {
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.product-single-qty button:hover {
    background: #e9e9e9;
}

.product-single-qty input {
    width: 60px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    outline: none;
}

/* Remove number arrows */
.product-single-qty input::-webkit-outer-spin-button,
.product-single-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ===== MOBILE ===== */
@media(max-width:480px) {
    .product-single-actions {
        flex-direction: column;
    }

    .product-single-btn {
        width: 100%;
        justify-content: center;
    }
}

/* TABS */
.product-single-tab-btns {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid #ddd;
}

.product-single-tab-btn {
    padding: 12px 0;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 500;
}

.product-single-tab-btn.active {
    border-bottom: 2px solid #8b3a3a;
    color: #8b3a3a;
}

/* CONTENT */
.product-single-tab-content {
    margin-top: 20px;
    
}


.product-single-tab-content ul {
    list-style: disc;
    padding-left: 20px;
}

.product-single-tab-content ul li {
    padding: 5px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
    .product-single-container {
        flex-direction: column;
    }

    .product-single-main {
        width: 100%;
        height: auto;
    }
}

/* ===== MAGNIFIER LENS ===== */
.product-single-main {
    position: relative;
    /* required for lens */
    cursor: crosshair;
}

/* disable old zoom effect */
.product-single-main:hover img {
    transform: none;
}

/* LENS */
.product-single-lens {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    pointer-events: none;
}

/* ZOOM PANEL */
.product-single-zoom {
    position: absolute;
    top: 0;
    left: 550px;
    /* adjust based on image width */

    width: 420px;
    height: 420px;

    border: 1px solid #ddd;
    border-radius: 10px;
    background-repeat: no-repeat;

    display: none;

    z-index: 99;
    /* 🔥 bring on top */
    background-color: #fff;
}

/* OPTIONAL: make sure it stays above everything */
.product-single-main {
    position: relative;
    z-index: 1;
}

/* ===== MOBILE: DISABLE ZOOM ===== */
@media(max-width:768px) {

    .product-single-lens,
    .product-single-zoom {
        display: none !important;
    }

    .product-single-gallery {
        flex-direction: column-reverse;
        align-items: center;
    }

    .product-single-thumbs {
        flex-direction: row;
        justify-content: center;
    }
}



/* review card */
.psreviewcard {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
}

/* rating line */
.psreviewratingline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* stars */
.psstars {
    color: var(--bs-green);
    font-size: 14px;
    display: flex;
    gap: 3px;
}

/* rating value */
.psratingvalue {
    font-weight: bold;
    font-size: 14px;
    color: #111;
}

/* rating text */
.psratingtext {
    font-size: 14px;
    color: #555;
}

/* meta */
.psreviewmeta {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

/* title */
.psreviewtitle {
    font-weight: bold;
    margin-top: 8px;
    font-size: 15px;
    color: #222;
}

/* body */
.psreviewbody {
    margin-top: 6px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}


.psreviewimage {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* hide scrollbar (optional) */
.psreviewimage::-webkit-scrollbar {
    display: none;
}

.psreviewimage {
    scrollbar-width: none;
}

/* images */
.psreviewimage img {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.psreviewimage img:hover {
    transform: scale(1.05);
}

/* responsive */
@media (max-width: 768px) {
    .psreviewimage img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .psreviewimage img {
        width: 85px;
        height: 85px;
    }
}

/* actions */
.psreviewactions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* buttons */
.psbtnhelpful,
.psbtnnothlpful {
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s ease;
}

.psbtnhelpful:hover,
.psbtnnothlpful:hover {
    background: #f7f7f7;
}

/* verified */
.psreviewverified {
    margin-top: 10px;
    font-size: 12px;
    color: #28a745;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ===================== */
/* responsive */
/* ===================== */

@media (max-width: 768px) {

    .psreviewcard {
        padding: 14px 0;
    }

    .psreviewtitle {
        font-size: 14px;
    }

    .psreviewbody {
        font-size: 13px;
    }

    .psratingvalue,
    .psratingtext {
        font-size: 13px;
    }

    .psstars {
        font-size: 13px;
    }

    .psbtnhelpful,
    .psbtnnothlpful {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {

    .psreviewratingline {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .psreviewactions {
        flex-direction: column;
    }

    .psbtnhelpful,
    .psbtnnothlpful {
        width: 100%;
        justify-content: center;
    }
}