@charset "UTF-8";

@font-face {
    font-family: Graphik;
    font-weight: 400;
    src: url(/fonts/GraphikRegular.otf)
}

@font-face {
    font-family: Graphik;
    font-weight: 500;
    src: url(/fonts/GraphikMedium.otf)
}

@font-face {
    font-family: Graphik;
    font-weight: 600;
    src: url(/fonts/GraphikSemibold.otf)
}

@font-face {
    font-family: Graphik;
    font-weight: 700;
    src: url(/fonts/GraphikBold.otf)
}

@font-face {
    font-family: Protest-Guerrilla;
    font-weight: 800;
    src: url(/assets/css/fonts/ProtestGuerrilla-Regular.ttf);
}

body,
html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    overflow: auto;
    padding: 0;
}

body * {
    box-sizing: border-box;
    color: #0d1821
}

body p {
    font-family: Graphik, Segoe UI, Helvetica Neue;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: white;
    margin: 0;
    transition: all .25s;
}

body a,
body button,
body input,
body label,
body select,
body span,
body table,
body textarea {
    font-family: Graphik, Segoe UI, Helvetica Neue;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    transition: all .25s;
}

@media (min-width:1441px) {

    body a,
    body button,
    body input,
    body label,
    body p,
    body select,
    body span,
    body table,
    body textarea {
        font-size: 20px
    }
}

span {
    display: inline-block;
}

body label {
    color: #0d1821;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 2px;
}

body h1 {
    font-family: Graphik, Segoe UI, Helvetica Neue;
    font-weight: 600;
    margin: 0;
    color: white;
}

body h2 {
    font-family: Graphik, Segoe UI, Helvetica Neue;
    font-weight: 800;
}

body h3,
body h4,
body h5,
body h6 {
    font-family: Graphik, Segoe UI, Helvetica Neue;
    font-weight: 600;
    margin: 0;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a.router-link-exact-active {
    color: #0b9444
}

.center {
    align-items: center;
    display: flex;
    justify-content: center
}

button {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

a svg,
button svg,
img {
    vertical-align: middle;
}

button:focus,
input:focus {
    outline: 0;
}

button:disabled {
    background: #c7d3dd !important;
    cursor: not-allowed;
}

.hide-overflow {
    overflow: hidden;
}

.global-padding {
    display: flex;
    padding: 0 64px;
}

@media (max-width:1199.98px) {
    .global-padding {
        display: flex;
        padding: 10px 10px
    }
}

@media (max-width:991.98px) {
    .global-padding {
        display: flex;
        padding: 10px 10px
    }
}

@media (max-width:575.98px) {
    .global-padding {
        display: flex;
        padding: 10px 10px
    }
}

@media (max-width:424.98px) {
    .global-padding {
        display: flex;
        padding: 10px 10px
    }
}

.wcontent {
    width: 100%;
    height: 70vh;
    display: flex;
    background-color: white;
    color: white;
    position: relative;
    top: 1px;
    letter-spacing: 2px;
    font-size: 1.5rem;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    overflow: hidden;
}

       .carousel {

    position: relative;

    width: 100%;

    max-width: 900px;

    height: 500px;

    margin: 1px auto;

    overflow: hidden;

  }

  .carousel-text {

    position: absolute;

      top: 50%;

      left: 50%;

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

      color: white;

      z-index: 2;

      text-align: center;

      padding: 5px;

  }

  .overlay-text h1 {

    font-size: 2.5rem;

    font-weight: bold;

  }

  .slides {

    display: flex;

    width: 300%;

    height: 100%;

    animation: slide 20s infinite;

  }

  .slides img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    animation: zoom 8s ease-in-out infinite;

  }

  @keyframes slide {

    0%, 30% {

      transform: translateX(0%);

    }

    50%, 80% {

      transform: translateX(-20%);

    }

    80%, 100% {

      transform: translateX(-50%);

    }

  }

  @keyframes zoom {

    0% {

      transform: scale(1);

    }

    100% {

      transform: scale(1.1);

    }

  }

  /* Optional: smooth transition */

  .slides img {

    transition: transform 15s ease-in-out;

  }
       .carousel {

    position: relative;

    width: 100%;

    max-width: 900px;

    height: 500px;

    margin: 1px auto;

    overflow: hidden;

  }

  .carousel-text {

    position: absolute;

      top: 50%;

      left: 50%;

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

      color: white;

      z-index: 2;

      text-align: center;

      padding: 5px;

  }

  .overlay-text h1 {

    font-size: 2.5rem;

    font-weight: bold;

  }

  .slides {

    display: flex;

    width: 300%;

    height: 100%;

    animation: slide 20s infinite;

  }

  .slides img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    animation: zoom 8s ease-in-out infinite;

  }

  @keyframes slide {

    0%, 30% {

      transform: translateX(0%);

    }

    50%, 80% {

      transform: translateX(-20%);

    }

    80%, 100% {

      transform: translateX(-50%);

    }

  }

  @keyframes zoom {

    0% {

      transform: scale(1);

    }

    100% {

      transform: scale(1.1);

    }

  }

  /* Optional: smooth transition */

  .slides img {

    transition: transform 15s ease-in-out;

      }



/* Styles for tablets (screen width between 600px and 1024px) */
@media (max-width: 1024px) {
   .wcontent {
    width: 100%;
    height: 70vh;
    display: flex;
    background-color: white;
    color: white;
    position: relative;
    top: 1px;
    letter-spacing: 2px;
    font-size: 1.5rem;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    overflow: hidden;
   }  


.featured {
    display: flex;
    flex-direction: column;
    background-color: #0b9444;
    width: auto;
    height: 50px;
    position: relative;
    z-index: 1;
}

.disdiv {
    /* background: none;
    width: auto;
    height: fit-content; */
    position: relative;
    /* top: -15px; */
    animation-name: discount;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate-reverse; */
}

.featured h3 {
    font-size: 2rem;
    color: white;
    font-weight: 800;
    filter: drop-shadow(0 5px 0.1px rgba(46, 45, 45, 0.6));
}

@keyframes discount {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

.featured-footer {
    display: flex;
    flex-direction: column;
    background-color: #0b9444;
    width: auto;
    height: 50px;
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
}

.featured-footer h3 {
    font-size: 2rem;
    color: white;
    padding: 0.5rem;
    position: relative;
    top: -7.5px;
    font-weight: 800;
    filter: drop-shadow(0 5px 0.1px rgba(46, 45, 45, 0.6));
}

.stars {
    --percent: calc(var(--rating)/5*100%);
    content: "★★★★★";
    display: inline-block;
    font-family: Times;
    font-size: 22px;
    line-height: 1em;
}

.stars:before {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #fbbb00 var(--percent), #eef0f8 var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    content: "★★★★★";
    letter-spacing: 0;
}

.loader {
    background: none;
    filter: contrast(20);
    height: 40px;
    margin: -20px 0 0 -60px;
    position: relative;
    width: 142px;
}

@media (max-width:767.98px) {
    .loader {
        height: 35px;
        margin: -50px;
        width: 120px
    }
}

@media (max-width:575.98px) {
    .loader {
        height: 30px;
        margin: -30px;
        width: 100px;
    }
}

.loader .dot {
    -webkit-animation: dot 2s infinite;
    animation: dot 2s infinite;
    background: rgba(var(--red), var(--green), var(--blue), 1);
    border-radius: 50%;
    height: 16px;
    left: 15px;
    position: absolute;
    top: 12px;
    transform: translateX(0);
    width: 16px;
}

@media (max-width:767.98px) {
    .loader .dot {
        height: 10px;
        width: 10px
    }
}

@media (max-width:575.98px) {
    .loader .dot {
        height: 8px;
        width: 8px;
    }
}

.loader .dots {
    -webkit-animation: dots 2s infinite;
    animation: dots 2s infinite;
    margin-left: 31px;
    margin-top: 12px;
    transform: translateX(0)
}

.loader .dots span {
    background: rgba(var(--red), var(--green), var(--blue), 1);
    border-radius: 50%;
    display: block;
    float: left;
    height: 16px;
    margin-left: 16px;
    width: 16px;
}

@media (max-width:767.98px) {
    .loader .dots span {
        height: 10px;
        margin-left: 14px;
        width: 10px
    }
}

@media (max-width:575.98px) {
    .loader .dots span {
        height: 8px;
        margin-left: 12px;
        width: 8px;
    }
}

.preloader {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 90
}

.preloader.dark {
    background: rgba(0, 0, 0, .5)
}

.preloader.dark .loader .dot,
.preloader.dark .loader .dots span {
    background: hsla(0, 0%, 100%, .5)
}

.loaded .preloader {
    display: none
}

.loaded {
    overflow-y: scroll
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px)
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px)
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px)
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px)
    }
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

iframe {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    border: none;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.overflow-y-hidden {
    overflow-y: hidden
}

.hsearch {
    height: 50px;
    border-radius: 2px;
}

.collection {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 5px;
    color: rgba(0, 128, 0, 0.849);
}

.collection .collection-active:hover {
    background-color: #0b9444;
    border-radius: 5px;
    box-shadow: 5px 5px 17px 2px #1d3549;
    color: white;
}

.collection .more-btnmobile:hover {
    background-color: #0b9444;
    border-radius: 5px;
    box-shadow: 5px 5px 17px 2px #1d3549;
    color: white;
}

.page-section {
    margin: 2px 0 10px;
}

@media (max-width:991.98px) {
    .page-section {
        margin: 2px 0 10px;
        position: relative;
        top: -64px;
    }
}

@media (max-width:575.98px) {
    .page-section {
        margin: 2px 0 10px;
    }
}


/* Styles for mobile devices (screen width below 600px) */
@media (max-width: 600px) {
    .wcontent {
        width: 100%;
        height: 40vh;
        display: flex;
        color: white;
        position: relative;
        top: -5px;
        letter-spacing: 2px;
        font-size: 1.5rem;
        background-image: url("/assets/images/banner-mobile.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding: 5px;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }

    .banner {
        display: none;
    }

    .banner::before {
        display: none;
    }

    .banner-b::before {
        display: none;
    }

    .banner-s {
        display: flex;
        align-items: center;
        gap: 0.3px;
        margin: 0 auto;
        height: auto;
        width: 100%;
        line-height: 2rem;
    }

    .banner-left {
        display: flex;
        position: sticky;
        align-items: center;
        padding: 2px;
    }

    .banner-left::before {
        content: '';
        position: absolute;
        right: -54.5px;
        top: 2%;
        transform: translateY(118%);
        width: 140%;
        height: 90%;
        background-color: rgba(255, 255, 255, 0.486);
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
        overflow: hidden;
        display: none;
    }

    .banner-right {
        display: flex;
        position: sticky;
        font-size: 9.5px;
        gap: 5px;
    }

    .banner-left h2 {
        font-size: 2rem;
        font-weight: 800;
        color: white;
    }

    .featured h3 {
        font-size: 1.1rem;
        color: white;
        font-weight: 800;
        filter: drop-shadow(0 5px 0.1px rgba(46, 45, 45, 0.6));
    }
}

.featured-footer h3 {
    font-size: 1.1rem;
}


/* ==> CART STYLING <==
.cart {
    display: grid;
    grid-template-rows: 70px 1fr 70px;
    width: 250px;
    background-color: #0d1821;
    color: #fff;
    position: fixed;
    inset: 0 0 0 auto;
}

.cart h3 {
    padding: 20px;
    margin: 0;
    font-weight: 300;
}

.cart .bttn {
    display: grid;
    grid-template-columns: (2, 1fr);
}

.cart .bttn button {
    background-color: #0b9444;
    border: none;
    cursor: pointer;
}

.cart bttn .close{
    background-color: aqua;
}

.cart .cartlist .item {
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.cart .cartlist .item .img {
    width: 100%;
}

.cartlist {
    overflow: auto;
}

/* .cartlist .totalPrice {

} */

/* .cartlist .quantity span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #444;
    border-radius: 50%;
    cursor: pointer;
}

.cartlist .quantity span:nth-child(2) {
    background-color: transparent;
    color: #fff;
}

.cartlist .item:nth-child(even) {
    background-color: #eee1;
}

@media (min-width:1400px) {
    .cart {
        display: grid;
        grid-template-rows: 70px 1fr 70px;
        width: 250px;
        background-color: #0d1821;
        color: #fff;
        position: fixed;
        inset: 0 0 0 auto;
    }

    .cart h3 {
        padding: 20px;
        margin: 0;
        font-weight: 300;
    }
    
    .cart .bttn {
        display: grid;
        grid-template-columns: (2, 1fr);
    }
    
    .cart .bttn button {
        background-color: #0b9444;
        border: none;
        cursor: pointer;
    }
    
    .cart bttn .close{
        background-color: aqua;
    }

    .cartlist .quantity span {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #fff;
        color: #444;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .cartlist .quantity span:nth-child(2) {
        background-color: transparent;
        color: #fff;
    }
} */
