@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Gothic+Condensed+One&display=swap');
:root {
  --main-color: #41e836;
  --first-color: ;
  --second-color: ;
  --hover: ;
  --border: ;
  --border-radius: ;
  --color-body: ;
  --color-head: ;
  --bg-color: ;
  
  --padding: ;
  
  
  --image: ;
  --second-image: ;
  
  --bg-image: url("https://i.imgur.com/a2z1OsM.jpg");
}

.quantity-field.with-open-basket.wide {
    border: 1px solid #6f6f6f;
}
.jhn-index-sec-subtit {
    font-family: 'Poppins';
}
body {
  font-family: Lato, sans-serif;
  background: #101010;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

.quantity-field {
  border-radius: 5px;
}

.site-header-inner .info .image {
  border-radius: 5px;
}
.site-header-inner .user-name ul li {
  overflow: hidden;
}
.site-header-inner .user-name ul li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.site-header-inner .user-name ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.site-sale-banner {
  border-radius: 5px;
}

.site-home-categories .category {
  border-radius: 5px;
  padding: 20px var(--widget-padding);
  background: var(--color-brighter-bg);
  transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  color: var(--color-primary);
}

.category-description {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-text {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--color-text-secondary);
  background: var(--color-brighter-bg);
  border-radius: 5px;
}

.store-product-full {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-product .quantity-field {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

.widget {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 2px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 2px;
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 2px;
}

@media (width > 600px) {
  .popup-content {
    border-radius: 5px;
  }
}

.popup-close {
  border-radius: 0 5px 0 5px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 5px;
}
.basket-item .quantity {
  border-radius: 2px;
}

.toast {
  border-radius: 6px;
}

.toast-close {
  border-radius: 2px;
}

.jhn-header-bar-left img {
    height: 50px;
}
.jhn-header-bar .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.jhn-header {
    height: 760px;
    position: relative;
}
.jhn-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 760px;
    background: url(https://i.imgur.com/DnKkGsC.png) no-repeat center;
    background-size: cover;
    object-fit: cover;
    opacity: 0.1;
}

.jhn-header-bar {
    position: relative;
    z-index: 1;
}
.jhn-header-bar-cent {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
}
.jhn-header-bar-cent a {
    padding: 30px 20px;
    font-size: 19px;
    color: #cbcaca;
    font-family: 'Poppins';
    font-weight: 600;
    text-decoration: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
}
.jhn-header-bar-cent a svg path {
    fill: #ffffff78;
}
.jhn-header-bar-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
svg {
    height: 17px;
}
svg path {
    fill: black;
}
.jhn-header-mid-img img {
    height: 400px;
    background-size: cover;
}
.jhn-header-mid-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.jhn-header-mid-text {
    text-align: center;
    margin-top: 20px;
    z-index: 2;
    position: relative;
}
.jhn-header-mid-text h1 {
    color: #d498e7;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 65px;
}
.jhn-feat-obt svg path {
    fill: #d498e7;
}
.jhn-feat-obt svg {
    height: 28px;
}
.jhn-header-mid-text h4 {
    font-family: 'Poppins';
    color: #00000082;
    letter-spacing: -0.025rem;
}

.jhn-header-features {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}
img.jhn-img2 {
    height: 422px;
}
img.jhn-img3 {
    margin-left: 0;
    z-index: 1;
    height: 500px;
}
img.jhn-img1 {
    margin-right: -221px;
    z-index: 1;
}



.jhn-feat-obt {
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 21%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 14px;
    font-size: 19px;
    font-weight: 400;
    color: #605f5f;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    justify-content: center;
}
.jhn-header-mid-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.jhn-header-mid-btns a svg path {
    fill: #8b8888;
}
.jhn-header-mid-btns a:first-child svg path {
    fill: #824895;
}
.jhn-header-mid-btns a:first-child {
    background: var(--main-color);
    border-color: var(--main-color);
    border: 1px solid #c789dbc7;
    color: #824895;
}
.jhn-header-mid-btns a {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 30px;
    border: 1px solid #817f7f;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #645f5f;
    text-decoration: none;
}
.jhn-beneficii-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.jhn-benefic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    text-align: -webkit-center;
    border: 1px solid #00000005;
    background: #d498e77d;
    filter: drop-shadow(0px 0px 56px var(--main-color));
}
.jhn-benef-icon {
    margin-top: -10px;
}
.jhn-benef-icon i {
    font-size: 65px;
    color: #c56fc7;
    text-shadow: 0 0 4px #e1a4e5;
}
.jhn-benef-title {
    font-size: 19px;
    color: #00000085;
    font-weight: 600;
    font-family: 'Poppins';
}
.jhn-benef-text {
    font-family: 'Poppins';
    color: #00000061;
    letter-spacing: -0.025rem;
    font-size: 16px;
}
.jhn-ind-benef {
    margin: 3rem 0;
}
.jhn-featureed-title {
    text-align: center;
    text-align: -webkit-center;
    font-size: 35px;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
div#jhn-featured {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}
.jhn-ind-fea {
    margin-bottom: 10rem;
}
.featured .widget.widget-featured {
    padding: 0;
    border-radius: 6px;
}
.container {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.widget.widget-featured {
    background: transparent;
    filter: drop-shadow(0px 0px 6px #0000004d);
    border: 1px solid #ffffff0d;
}
.store-product .product-title a:hover {
    color: var(--hover);
}
.jhn-about-content:before {
    position: absolute;
    top: -16%;
    left: 0;
    content: "";
    background: linear-gradient(1deg, #0a0a0a, transparent), url(https://i.imgur.com/WsJUoNZ.png);
    background-size: cover;
    width: 460px;
    height: 600px;
    opacity: 0.6;
    filter: grayscale(1);
    z-index: -1;
}
article.store-product {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.store-product {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}
.widget .store-product {
    text-align: center;
    background: #4848480a;
    max-height: 400px;
    height: 400px;
}
a.add.btn-primary.wide svg path {
    fill: #9b9b9b;
}
a.add.btn-primary.wide svg {
    height: 20px;
}
a.add.btn-primary.wide {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-radius: 6px;
    background: #ffffff1a;
    color: #9b9b9b;
    font-family: 'Poppins';
    flex: none;
}
.store-product:not(.store-product-full) .price {
    width: auto;
    margin: 0;
    font-family: 'Poppins';
    color: #a7a4a4;
    font-weight: bold;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.actions.product-actions.jhn-pack-bot {
    padding: 0;
    display: flex
;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 9px;
}
.store-product .actions {
    display: flex
;
    gap: 12px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}
.store-product .product-title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-align: -webkit-center;
    padding: 0;
    font-family: 'Inter';
    color: #fff;
}
.store-product .image-link img.image {
    max-height: 181px;
    padding-top: 15px;
}
.jhn-pack-bot-sect a {
    background: #ffffff1a;
    border-top: 1px solid #ffffff12;
}

.jhn-featureed-title p {
    color: transparent;
    filter: drop-shadow(3px -4px 6px var(--main-color));
    font-weight: 900;
    background: inherit;
    -webkit-background-clip: text;
    letter-spacing: 0.3rem;
    width: 100%;
    z-index: -1;
    font-family: 'Poppins';
    -webkit-text-stroke: 0;
    -webkit-text-stroke: 2px var(--main-color);
    opacity: 0.4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 98px;
}
a:hover {
    color: var(--main-color);
    text-decoration: none;
}
a.btn-primary.subscribe:hover, a.btn-primary.subscribe:focus, a.btn-primary.subscribe:active {
    color: var(--main-color);
    transition-duration: .2s;
    border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: var(--main-color);
    background-color: #ffffff1a;
    border-color: #ffffff1a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem var(--main-color);
}

i.fas.fa-star {
    color: var(--main-color);
}

.jhn-header-bar-right button {
    padding: 12px 12px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    opacity: 0.7;
}
.jhn-header-bar-right button svg path {
    fill: var(--main-color);
}

a.log-in.btn-tertiary svg path {
    fill: #ffffff8a;
}
a.log-in.btn-tertiary {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    background: #ffffff17;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ffffff1f;
    color: #ffffffba;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jhn-fot-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

#search-filter-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

#productSearch {
  padding: 8px;
  width: 100%;
  max-width: 300px;
}

#filters {
  display: flex;
  gap: 5px;
}

#filters button {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
}

#filters button:hover {
  background-color: #2980b9;
}
.store-products-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jhn-category-page article.store-product {
    padding: 0px;
    border-radius: 6px;
    background-color: rgb(255 255 255 / 6%);
    border: 1px solid #ffffff14;
    border-bottom: none;
}
.jhn-category-page h4.product-title {
    margin-top: 10px;
}
.store-product {
    position: relative;
}
.product-tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
span.tag-button {
    background: var(--main-color);
    padding: 4px 8px;
    border-radius: 6px;
    color: #ffffffba;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Inter';
    font-size: 15px;
}
nav#site-navigation {
    background: var(--main-color);
    border: none;
    color: #fff;
}
.jhn-cat-search i {
    font-size: 29px;
    color: var(--main-color);
}
.jhn-cat-search {
    background: #282828;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 55px;
    color: #9b9b9b;
    border: 1px solid #ffffff1f;
    font-size: 16px;
    padding: 10px;
    display: flex
;
    align-items: center;
    width: 400px;
}
#filters button {
    padding: 10px 20px;
    cursor: pointer;
    color: #a1a1a1;
    border-radius: 6px;
    font-size: 17px;
    font-family: 'Poppins';
    background-color: #ffffff29;
    border: 1px solid #ffffff29;
}
#filters button:hover {
    background-color: #ffffff4d;
    border: 1px solid #ffffff2e;
}
#filters button.active {
    background-color: #ffffff70;
    border: 1px solid #ffffff47;
    color: #fff;
}
button:focus {
    outline: 0;
    outline: 0;
}
.jhn-category-name span {
    color: var(--main-color);
    font-size: 2.5rem;
    font-weight: bold;
}
.jhn-category-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}
.category-description.text-content {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'Poppins';
    color: #9b9b9b;
}
.store-products-images .store-product .image-link {
    position: relative;
    overflow: hidden;
}
.jhn-category-page article.store-product {
    overflow: hidden;
    position: relative;
}
.jhn-category-page article.store-product:hover img.image {
    transform: scale(1.1) translateZ(10px);
    transition-duration: .2s;
}
.jhn-category-page article.store-product img.image {
    transition-duration: .2s;
}
a.add.btn-primary:hover svg {
    transform: scale(1.2) rotate(17deg);
    transition-duration: .2s;
}
a.add.btn-primary svg {
    transition-duration: .2s;
}
a.add.btn-primary:hover,
a.add.btn-primary:focus,
a.add.btn-primary:active {
    color: var(--main-color);
    transition-duration: .2s;
}
a.add.btn-primary:hover {
    transition-duration: .2s;
}
.store-product .image-link:hover ~ .product-title a {
    color: var(--main-color);
}
.store-products-images .store-product:not(.store-product-full) .price {
    margin-bottom: inherit;
}
.popup-content {
    background: #303030;
    position: relative;
    overflow: hidden;
    color: #b5b4b4;
}
.popup-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.imgur.com/DnKkGsC.png) center no-repeat;
    opacity: 0.1;
    filter: grayscale(1) blur(2px);
    z-index: 0;
}
.popup-close {
    background-color: red;
}
.popup-close:hover {
    opacity: 1;
    background-color: rgb(255 3 3 / 87%);
}
.popup-content h2 {
    font-family: 'Poppins';
    font-size: 27px;
    color: #b3b3b3;
    position: relative;
}
.form-control {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da29;

}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80ffa726;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 255 90 / 1%);
}
.gift-form-popup .popup-content .btn-primary:hover {
    background-color: #2dc123;
    border-color: var(--main-color);
}
.popup .store-form input[type=text] {
    background: #0000004d !important;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #d2cdcd;
    font-size: 15px;
}
.popup .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    position: relative;
    border-radius: 6px;
    /* padding: 8px 15px; */
    width: auto;
    height: 50px;
    line-height: 50px;
    font-family: 'Poppins';
    font-size: 19px;
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.store-product .quantity-field {
    width: 60% !important;
    flex: none;
    background: #bd85c7;
    border-radius: 50px;
    color: #8e54a1;
    font-family: 'Poppins';
    font-weight: bold;
}
.quantity-field .adjust.decrease {
    width: 45px;
    background: #ffffff1c;
}
.quantity-field .adjust.increase {
    width: 45px;
    background: #ffffff1c;
}
.quantity-field .open-basket:focus, .quantity-field .open-basket:hover {
    color: var(--main-color);
}
.quantity-field .open-basket:focus ~ input[type=number], .quantity-field .open-basket:hover ~ input[type=number] {
    color: var(--main-color);
}
.user-actions.jhn-header-log-btns {
    display: flex;
    gap: 12px;
    align-items: center;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    border-radius: 6px;
}
.btn-secondary {
    color: #fff;
    background-color: #ffffff17;
    border-color: #b7b9ba;
    border-radius: 6px;
}
a.btn-secondary.btn-glyph-text.user-name:hover .text-hover {
    display: block;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
}
a.btn-secondary.btn-glyph-text.user-name:hover .text-hover svg path {
    fill: var(--main-color);
}

span.text svg path {
    fill: var(--main-color);
}
span.text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
a.btn-secondary.user-name:hover .text-hover svg path {
    fill: #fb6161 !important;
}
a.btn-secondary.user-name:hover .text-hover span {
    color: #f86d6d;
    font-family: 'Poppins';
    font-weight: 500;
}
a.btn-secondary.user-name:hover {
    background: #ff68684a;
    box-shadow: none;
    color: #f44e4e;
}
span.text-hover {
    opacity: 0;
    display: none;
}
a.btn-secondary.btn-glyph-text.user-name:hover span.text {
    display: none;
}
.btn-glyph::before, .btn-glyph-text::before {
    display: none;
}
button.btn-primary.btn-glyph-text.open-basket {
    color: #d9d9d9;
    background-color: #ffffff17;
    border-color: #b7b9ba;
    border-radius: 6px !important;
    border: 1px solid #b7b9ba2b !important;
    opacity: 1 !important;
    display: flex
;
    gap: 7px;
    font-family: 'Poppins';
    font-weight: 500;
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
    box-shadow: 0 0 4px var(--main-color);
}

.popup-content.basket-popup-content.basket {
    background: black;
    background-image: linear-gradient(45deg, #41e8362e 0%, transparent 100%);
}
.basket .basket-title {
    color: #fff;
}
.basket .basket-second-header .total {
    font-size: 14px;
    color: #191414;
    position: relative;
    font-family: 'Poppins';
}
.count {
    color: #b7b7b7;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
}
.basket .basket-second-header .total {
    font-size: 14px;
    color: #b7b7b7;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
}
.basket-popup-content .popup-close {
    opacity: 1;
}
.basket .basket-item {
    background: #0000003b;
    position: relative;
}
.basket .basket-item .title a {
    color: #fff;
}
.basket .basket-item .price {
    color: rgb(194 194 194);
    font-size: 14px;
    position: relative;
}
.basket .basket-item .quantity-field {
    background: #ffffff17;
    border: 1px solid #00000000;
}
.basket .basket-item .remove {
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket .basket-item .remove svg path {
    fill: #ff4343;
}
.basket .basket-item .remove:hover svg path {
    fill: #982828;
}
.basket .basket-item .remove:hover {
    background: #cb4e4ea3;
    box-shadow: 0 0 6px #ff000091;
}
.basket .basket-second-header {
    background: #00000026;
    border-top: 1px solid #c9c9c957;
    border-bottom: 1px solid #fcfcfc6e;
}
.basket .basket-checkout h3 {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 18px;
}
.basket .basket-checkout .total {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
header.basket-header {
    position: relative;
    background: #00000021 !important;
}
.basket-popup-content .popup-close {
    opacity: 1;
    z-index: 1;
    border-bottom-left-radius: 5px;
}
button.accordion.active {
    border: none;
}
.jhn-pack-top {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.jhn-pack-page {
    margin-top: -5rem;
    position: relative;
}
.jhn-pack-top-img {
    width: 50%;
}
.jhn-pack-top-img img.image {
    width: fit-content;
    width: 100%;
    border-radius: 5px;
}
.jhn-pack-top-data {
    width: 50%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.jhn-pack-top-title {
    font-size: 32px;
    font-family: 'Poppins';
    color: var(--main-color);
    font-weight: bold;
    letter-spacing: 0.025rem;
}
div#packTags {
    display: flex
;
    flex-direction: row;
    gap: 12px;
}
div#packTags span.tag-button {
    border-radius: 50px;
    padding: 6px 18px;
}
.jhn-pack-top-info {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    align-items: center;
    background: #ffffff17;
    border-radius: 10px;
    border: 1px solid #ffffff1c;
    padding: 15px;
}
.jhn-pack-top-info .jhn-pack-bot-sect {
    margin: 0;
}
.jhn-pack-top-price p.price {
    margin: 0;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #5d5959;
}
.jhn-pack-top-price span {
    font-size: 15px;
    font-family: 'Poppins';
    color: #ffffffa1;
}
.jhn-pack-top-price p.price {
    margin-top: -5px;
}
.jhn-pack-top-info .actions.product-actions {
    padding: 0;
    margin: 0;
    display: flex
;
    gap: 12px;
    justify-content: flex-end;
}
.btn-icon.gift {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #71b8e7;
    border-radius: 50px;
}
.btn-icon.gift svg path {
    fill: #ffffff;
}
.actions.product-actions.jhn-pack-bot a svg {
    overflow: visible;
}
.jhn-pack-top-info .actions.product-actions.jhn-pack-bot a.btn-primary {
    width: auto;
}
.jhn-pack-sect-descr {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #ffffff17;
    border-radius: 10px;
    border: 1px solid #ffffff1c;
}
span.jhn-pack-descr-title {
    font-size: 23px;
    font-family: 'Poppins';
    margin-bottom: 20px;
    position: relative;
    display: flex
;
}
.jhn-pack-feat-tit {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 600;
    color: var(--main-color);
    text-shadow: 0px -2px 8px var(--main-color);
    margin-bottom: 20px;
}
.jhn-pack-feat-list {
    display: grid
;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.jhn-pack-page-feat {
    margin: 6rem 0;
}
.jhn-pack-feat-icon {
    margin-bottom: 12px;
}
.jhn-pack-feat-icon p {
    margin: 0;
}
.jhn-pack-feat-icon svg {
    height: 35px;
}
.jhn-pack-feat-icon svg path {
    fill: var(--main-color);
}
.jhn-pack-feat-icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins';
    text-align: center;
    text-align: -webkit-center;
}
.jhn-pack-feat-data {
    text-align: center;
    text-align: -webkit-center;
    font-size: 17px;
    font-family: 'Lato';
    padding: 0 10px;
    color: #5d5d5d;
    font-weight: 500;
}
.jhn-pack-page-title {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #3c3c3c;
    font-weight: 500;
}
.jhn-pack-page-obj {
    display: flex
;
    gap: 8px;
    align-items: center;
}
.jhn-pack-page-obj.actv {
    color: var(--main-color);
}
.jhn-pack-page-obj a {
    color: #3c3c3c;
}
.jhn-pack-bot .quantity-field.with-open-basket {
    background: #bfbfbf42;
    height: 48px;
    border-radius: 6px;
    width: auto;
    min-width: 200px;
    color: #ffffff;
    font-family: 'Lato';
    font-weight: bold;
}
.jhn-home-modules {
    display: flex
;
    width: 100%;
}
div#all-payments {
    width: 100%;
}
.jhn-payment .widget {
    background: transparent;
    color: #494848;
}
.pack-with-disc {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 0;
}
p.price del.discount {
    margin: 0;
    color: red;
    font-style: italic;
    font-family: 'Poppins';
    font-size: 18px;
}
.jhn-pack-top-price p.price del.discount {
    margin-right: 5px;
}
.purchases {
    display: grid
;
    gap: 15px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.jhn-purch-data img {
    border-radius: 50px;
}
.jhn-purch-data {
    display: flex
;
    gap: 12px;
}
.widget-recent .purchase {
    margin: 0;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #66666636;
    border-radius: 6px;
    padding: 15px;
}
.purchases {
    display: grid
;
    gap: 15px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.widget-recent .username {
    font-family: 'Poppins';
    color: var(--main-color);
    margin: 0;
}
.jhn-putch-user span {
    color: #494949;
    font-family: 'Lato';
}
.jhn-purch-price {
    border: 1px solid #ffffff14;
    padding: 4px 6px;
    color: #818181;
    border-radius: 50px;
}

@media ( max-width: 768px ) {
    .jhn-header-bar-left {
    display: none;
}
.jhn-header-bar-cent a {
    padding: 10px;
}
.jhn-header-bar {
    height: auto;
    padding: 20px 0;
}
.jhn-header-bar .container {
    padding: 0;
    display: flex
;
    flex-direction: column-reverse;
    gap: 12px;
}
.jhn-feat-obt {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-header {
    height: auto;
}
.jhn-header-mid-btns {
    display: flex
;
    flex-direction: column;
    gap: 12px;
}
.jhn-beneficii-list {
    display: flex
;
    flex-direction: column;
}
div#jhn-featured {
    display: flex
;
    flex-direction: column;
}
.jhn-payment-mod-tit {
    margin-top: 4rem;
}
.purchases {
    display: flex
;
    flex-direction: column;
}
.jhn-index-sec-reviews {
    display: flex
;
    flex-direction: column;
}
.jhn-index-sec-reviews:before {
    background: none;
}
.jhn-footer-top {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.jhn-footer-bot {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.jhn-footer-water {
    text-align: center;
    text-align: -webkit-center;
}
.jhn-cat-search {
    width: auto;
}
div#filters {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}
.store-products-images {
    display: flex
;
    flex-direction: column;
}
.jhn-pack-page {
    margin-top: 2rem;
}
.jhn-pack-top {
    display: flex
;
    flex-direction: column;
    gap: 1rem;
}
.jhn-pack-top-img {
    width: 100%;
}
.jhn-pack-top-data {
    width: 100%;
}
.jhn-pack-top-info {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.jhn-pack-feat-list {
    display: flex
;
    flex-direction: column;
    gap: 30px;
}


}
.jhn-ind-fea {
    margin-top: 8rem;
}
.jhn-featureed-title.jhn-payment-mod-tit {
    margin-top: 6rem;
}
.jhn-index-faq {
    margin-top: 6rem;
}
.jhn-header-mid-text h1 {
    text-shadow: 0 0 3px #a92782;
}
span.countdown {
    color: #dc4646;
}








.jhn-header-intro {
    position: relative;
    z-index: 1;
}
.jhn-header-intro {
    max-width: 700px;
    margin-top: -9rem;
}
.jhn-feature-icon {
    position: relative;
}
.jhn-header-intro-btns img {
    height: 80px;
}
.jhn-header-intro-btns {
    display: grid
;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 700px;
    margin-top: 2rem;
    border: 1px solid #ffffff52;
    border-radius: 10px;
    padding: 25px;
}
.jhn-header-bar-left a {
    display: flex
;
    align-items: center;
    gap: 1rem;
}
.jhn-header-bar-left img {
    height: 80px;
    position: relative;
}
.jhn-header-logo-data p {
    margin-bottom: -12px;
    font-size: 39px;
    color: #fff;
    font-weight: 900;
    font-family: 'Lato';
    letter-spacing: 0.1rem;
}
.jhn-header-logo-data span {
    font-family: 'Lato';
    font-size: 30px;
    text-transform: uppercase;
    color: #9c9c9c;
    font-weight: bold;
    letter-spacing: -0.065rem;
}
.jhn-header-bar-cent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.jhn-header-bar-left a {
    padding: 0;
}

.jhn-header-intro-tit {
    position: relative;
}

.jhn-header-statistic {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.025rem;
    font-family: 'Inter', sans-serif;
}
.jhn-feature-header i {
    font-size: 18px;
    color: var(--main-color);
    text-shadow: 0 0 5px var(--main-color);
}

.jhn-header:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 760px;
    width: 100%;
    background: linear-gradient(0deg, #0a0a0a, transparent);
    z-index: 0;
}
.jhn-header-intor-tit-abs {
    filter: drop-shadow(3px -2px 4px var(--main-color));
    font-weight: 900;
    color: var(--main-color);
    -webkit-background-clip: text;
    /* letter-spacing: 0.3rem; */
    -webkit-text-stroke-width: 0.5px;
    background-image: linear-gradient(#9a36e8 7%, rgb(255 255 255 / 27%)) !important;
    text-shadow: 1px 1px 1px #066416, 1px 2px 1px #33cb4c, 1px 3px 1px #257c08, 1px 4px 1px #487a4e, 1px 5px 1px #10582a, 1px 6px 1px #38ad2a, 1px 7px 1px #63ff85, 1px 8px 1px #43c35f, 1px 9px 1px #a2c7a3, 1px 10px 1px #04420f, 1px 18px 6px rgb(27 155 19 / 40%), 1px 22px 10px rgb(6 5 106 / 20%), 1px 25px 35px rgb(12 140 161 / 20%), 1px 30px 60px rgb(32 120 31 / 40%);
    font-size: 130px;
    text-transform: uppercase;
    font-family: 'Bungee';
    position: relative;
    margin-left: 0;
    margin-bottom: 3rem;
}
.jhn-header-title-absolute {
    position: absolute;
    top: 90px;
    left: 0;
    color: #fff;
    font-size: 90px;
    transform: matrix3d(1, 0, 1, 0, 0.1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.jhn-header-intro-text {
    font-size: 19px;
    font-family: 'Poppins';
    color: #a0a0a0;
}
.jhn-header-mid {
    margin-top: 6rem;
}

.jhn-header-btn-cont:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -7px;
    width: 7px;
    height: 63px;
    background: #ff28dd;
    transform: translateY(-50%);
}
.jhn-header-btn-cont {
    border-radius: 4px;
    background: linear-gradient(90deg, #b13fea, transparent);
    position: relative;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    gap: 1.2rem;
}
.jhn-header-intro-btns a {
    border: 1px solid #e226e299;
    border-radius: 8px;
    padding: 6px;
    /* border-right: none; */
    /* border-top-right-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
}
.jhn-header-btn-data {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.jhn-header-btn-data p {
    margin-bottom: 5px;
    font-size: 25px;
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: bold;
}
.jhn-header-btn-data span {
    color: #b4b4b4;
    font-size: 18px;
    margin-top: -10px;
    font-family: 'Poppins';
}
ul.navigation-list {
    display: flex
;
    margin: 0;
}
.jhn-header-bar-cent a.link-active {
    position: relative;
    background: linear-gradient(180deg, #36e85e33 -100%, transparent 84%);
}
.navigation-list li.active .link-active:before {
    border-bottom: 2px solid var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    content: "";
}
.navigation-list a.link-active {
    color: #e1e1e1;
}
img.jhn-header-mid-img1 {
    height: 601px;
    z-index: 1;
    margin-left: 17%;
    transform: scale(1.2);
    margin-top: -7%;
}
img.jhn-header-mid-img2 {
    position: absolute;
    top: -9rem;
    height: 600px;
    width: fit-content;
    filter: grayscale(1);
    right: -25%;
    opacity: 0.1;
    z-index: 0;
    transform: scale(1.2);
}
.jhn-header-mid-img {
    width: 55%;
}
.jhn-header-mid-img:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 18%;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 500px;
    filter: blur(91px);
    opacity: 0.5;
}
.jhn-header-mid .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.jhn-home-features {
    display: grid
;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    gap: 20px;
}
.jhn-home-feature {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    padding: 20px;
    justify-content: center;
    background: #ffffff0d;
    border-radius: 6px;
    box-shadow: inset 0px 0px 66px #2d2e2d;
    border: 1px solid #ffffff1f;
    position: relative;
    overflow: hidden;
}
body:before {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: url(https://i.imgur.com/1ld4sDz.png);
    zoom: 0.425;
    content: "";
}
.jhn-feature-icon:before {
    background: #294a3382;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -5px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    filter: blur(6px);
}
.jhn-home-feature:first-child:after {
    position: absolute;
    content: "";
    top: 9%;
    right: -5%;
    width: 200px;
    height: 233px;
    z-index: 0;
    transform: scale(1.2);
    background: url(https://i.imgur.com/OMLAiqA.png) center no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1) blur(1px);
    opacity: 0.2;
}
.jhn-home-feature:nth-child(2):after {
    position: absolute;
    content: "";
    top: 9%;
    right: -20%;
    width: 200px;
    height: 233px;
    z-index: 0;
    transform: scale(1.2);
    background: url(https://i.imgur.com/z6Hzcxu.png) center no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1) blur(1px);
    opacity: 0.2;
}
.jhn-home-feature:nth-child(3):after {
    position: absolute;
    content: "";
    top: 9%;
    right: -1%;
    width: 200px;
    height: 233px;
    z-index: 0;
    transform: scale(1.2);
    background: url(https://i.imgur.com/sQ4uYFi.png) center no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1) blur(1px);
    opacity: 0.2;
}
.jhn-feature-icon i {
    color: var(--main-color);
    font-size: 45px;
    position: relative;
    margin-bottom: 15px;
}
.jhn-about-title span {
    font-size: 66px;
}

.jhn-feature-title {
    margin-top: 15px;
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
}
.jhn-feature-text {
    font-family: 'Lato';
    color: #939191;
}
.jhn-header-infor-btn {
    margin-top: 20px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}
.jhn-header-infor-btn a {
    padding: 12px 30px;
    border-radius: 8px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
}
.jhn-header-infor-btn a:first-child {
    background: var(--main-color);
    border-color: var(--main-color);
}

.jhn-header-bar-discord a svg path {
    fill: #c4c4c4;
}
.jhn-header-bar-discord a {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #ffffff17;
    padding: 10px 12px;
    height: max-content;
    border-radius: 5px;
    border: 1px solid #ffffff1f;
    color: #ffffffba;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jhn-about-us {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-top: 7rem;
    gap: 2rem;
}
.jhn-about-content {
    width: 50%;
    position: relative;
}


.jhn-about-title {
    font-size: 50px;
    font-family: Bungee, sans-serif;
    color: #fff;
    line-height: 48px;
    margin: 12px 0;
}
.jhn-about-subtitle {
    color: var(--main-color);
    font-family: 'Bungee';
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: -20px;
}
.jhn-about-text {
    color: rgba(186, 186, 186, 1);
    font-family: 'Inter';
    max-width: 500px;
}
.jhn-about-btn {
    margin-top: 20px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.jhn-about-btn a {
    border: 1px solid #fff;
    padding: 12px 20px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 50px;
}
.jhn-about-btn svg path {
    fill: #fff;
}
.jhn-about-btn a:first-child {
    gap: 10px;
    border-color: #4da8f7;
    background: #4da8f7;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
}
.jhn-about-btn a {
    border: 1px solid #fff;
    padding: 12px 20px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 50px;
}
.jhn-about-features {
    display: flex
;
    flex-direction: row;
    gap: 1.5rem;
    width: 50%;
}
.jhn-about-feature-big {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    padding: 20px;
    justify-content: center;
    background: #ffffff0d;
    border-radius: 6px;
    box-shadow: inset 0px 0px 66px #2d2e2d;
    border: 1px solid #ffffff1f;
    position: relative;
    overflow: hidden;
}
.jhn-about-feature-small {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: -webkit-center;
    justify-content: center;
    box-shadow: rgb(45, 46, 45) 0px 0px 66px inset;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.12);
    border-image: initial;
    overflow: hidden;
}
.jhn-about-feature-smalls {
    display: flex
;
    flex-direction: column;
    gap: 1.5rem;
}

article.store-product:after {
    content: "";
    position: absolute;
    width: 333px;
    height: 322px;
    border-radius: 50px;
    background: #ffffff08;
    top: -33%;
    left: -9%;
    z-index: -1;
    transform: rotate(45deg);
}
article.store-product:before {
    content: "";
    position: absolute;
    width: 256px;
    height: 244px;
    border-radius: 50px;
    background: #ffffff12;
    top: -33%;
    left: -5%;
    z-index: -1;
    transform: rotate(45deg);
}
article.store-product {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.jhn-help-block {
    background: rgb(11 11 11 / 86%) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: 5rem;
    z-index: 0;
}

.jhn-help-block:after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(11 11 37 / 88%) 0%, #0B0B25 100%);
    background: url(https://i.imgur.com/DnKkGsC.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .1;
    filter: grayscale(1);
    z-index: -1;
}
.jhn-help {
    display: flex!important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    max-height: 500px;
}

.jhn-help:after {
    content: "";
    position: absolute;
    top: 108px;
    left: 50%;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    filter: blur(90px);
    opacity: 0.3;
    transform: translateX(-50%);
    z-index: -3;
}
.jhn-help h1 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    font-family: 'Bungee';
}
.jhn-help span {
    font-weight: 600;
    font-size: 23px;
    line-height: 50%;
    text-align: center;
    margin-bottom: 20px;
    color: var(--main-color);
    font-family: 'Poppins';
    text-transform: uppercase;
}
.jhn-help p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 175%;
    text-align: center;
    max-width: 700px;
    color: #cfcfcf;
    font-family: 'Inter';
}
a#jhn-help-btn {
    background: var(--main-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    gap: 10px;
    color: black;
    margin: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
}

.jhn-footer {
    position: relative;
    border-top: 1px solid #ffffff1f;
    padding-top: 35px;
}
.jhn-fot-menu {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 30px;
    margin: 30px 0;
    z-index: 1;
    position: relative;
}
.jhn-fot-menu a {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #d5d5d5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-family: 'Poppins';
}
.jhn-fot-menu a i {
    color: #959595;
    font-size: 20px;
    margin-bottom: 0;
}
.jhn-fot-menu a:hover i {
    color: #fff;
}
.jhn-fot-menu a:hover {
    color: #fff;
}

.jhn-footer-brand {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #a1a0a0;
    z-index: 1;
    position: relative;
    border-top: 1px solid #3e407b21;
    padding-top: 20px;
    display: flex
;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    font-family: 'Inter';
}
.jhn-fot-logo {
    text-align: center;
    text-align: -webkit-center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jhn-fot-logo img {
    height: 170px;
    z-index: 1;
    position: relative;
    filter: opacity(0.9);
}
.jhn-footer-social a:hover {
    border-color: #ffffff66;
}
.jhn-footer-social a:hover svg path {
    fill: #fff;
}
.jhn-footer-social a {
    border: 1px solid #ffffff1a;
    padding: 10px 10px;
    border-radius: 50px;
}
.jhn-footer-social a svg path {
    fill: #817f7f;
}
.jhn-footer-social a svg {
    height: 20px;
}
.jhn-footer-social {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
a#jhn-help-btn span {
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins';
}
a#jhn-help-btn svg path {
    fill: #fff;
}
a#jhn-help-btn svg {
    transform: rotate(45deg);
    height: 21px;
}
.jhn-footer-copy a {
    color: #c1bdbd;
}
.jhn-footer-copy {
    text-align: start;
}
img.jhn-fot-logo-abs {
    position: absolute;
    transform: scale(1.3);
    opacity: 0.1;
    text-shadow: 0 0 4px var(--main-color);
    filter: blur(4px) drop-shadow(2px 4px 26px var(--main-color));
}
.jhn-pack-bot-sect {
    border-radius: 6px;
    border-top: none;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.store-products-images .store-product:not(.store-product-full) .actions {
    flex: none!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
    box-shadow: none;
}
a.add.btn-primary:hover svg path {
    fill: var(--main-color);
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
    box-shadow: none!important;
}
.btn-primary:hover svg path, .btn-primary:focus svg path, .btn-secondary:hover svg path, .btn-secondary:focus svg path {
    fill: var(--main-color);
}
.jhn-cat-page-sel {
    display: flex
;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    position: relative;
}
.jhn-cat-subcategories {
    width: auto;
}
.jhn-cat-subcategories ul {
    display: flex
;
    flex-direction: row;
    margin: 0;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.jhn-cat-subcategories ul li a {
    padding: 10px 20px;
    cursor: pointer;
    color: #cfcfcf;
    border-radius: 6px;
    font-size: 17px;
    font-family: 'Poppins';
    background-color: #2c2c2c29;
    border: 1px solid #817a7a29;
}
.jhn-cat-subcategories ul li a:hover {
    background-color: #87858529;
    border: 1px solid #8f8c8c29;
}
.store-products-list article.store-product {
    padding: 5px 15px;
}
.store-products-list article.store-product .actions.product-actions.jhn-pack-bot .jhn-pack-bot-sect {
    border-radius: 6px !important;
}
.jhn-pack-top-info .jhn-pack-bot-sect {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    background: transparent;
    border: none;
}
.jhn-pack-top-info .jhn-pack-bot-sect a.add.btn-primary {
    background: #1dc367;
    color: #fff;
}
.jhn-pack-top-info .jhn-pack-bot-sect a.add.btn-primary svg path {
    fill: #fff;
}
span.jhn-pack-descr-title {
    color: #fff;
    font-weight: bold;
}
.jhn-pack-sect-descr {
    color: grey;
}
.jhn-pack-page-obj svg path {
    fill: #3c3c3c;
}
article.store-product .quantity-field.with-open-basket {
    width: 100% !important;
    border-radius: 6px;
    background: #ffffff1c;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #9b9b9b;
    font-family: 'Lato';
    font-weight: bold;
}
@media (max-width: 768px) {
    .jhn-header-bar-left {
    display: none;
}
ul.navigation-list {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
img.jhn-header-mid-img1 {
    display: none;
}
.jhn-header-intor-tit-abs {
    font-size: 60px;
    top: -50px;
}
.jhn-header-intro-tit span {
    line-height: 50px;
}
.jhn-header-intro-text {
    margin-top: 15px;
}
.jhn-header-intro {
    margin-top: -2rem;
}
.jhn-header-infor-btn {
    margin-bottom: 2rem;
}
.jhn-home-features {
    display: grid
;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: auto;
}
.jhn-about-us {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.jhn-about-content {
    width: 100%;
}
.jhn-about-image2 {
    display: none;
}
.jhn-about-images {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
.jhn-featureed-title p {
    display: none;
}
.jhn-fot-menu {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
}
.jhn-footer-brand {
    display: flex
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-cat-page-sel {
    display: flex
;
    flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
}

}
.actions.actions-multiple button {
    margin-top: 21px;
    background-color: #8219d3;
    background: #8219d3;
    border-color: #8219d3;
    color: #ffffff;
    position: relative;
    border-radius: 6px;
    height: 50px;
    font-family: 'Poppins';
    font-size: 16px;
}
.product-options-popup .popup-content form {
    position: relative;
    z-index: 1;
}

a.btn-primary.subscribe {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #ffffff1a;
    color: #9b9b9b;
    font-family: 'Poppins';
    border-radius: 6px;
}
a.add.btn-secondary.half svg path {
    fill: #9b9b9b;
}
a.add.btn-secondary.half {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #ffffff1a;
    color: #9b9b9b;
    font-family: 'Poppins';
    border-radius: 6px;
}
a.btn-primary.subscribe svg path {
    fill: #9b9b9b;
}

a.btn-primary.subscribe:hover svg {
    transform: scale(1.2) rotate(17deg);
    transition-duration: .2s;
}
a.btn-primary.subscribe:hover svg path, a.btn-primary.subscribe:focus svg path {
    fill: var(--main-color);
}
.basket .basket-empty {
    color: #fff;
}




.btn-primary:hover svg path, .btn-primary:focus svg path, .btn-secondary:hover svg path, .btn-secondary:focus svg path {
    fill: #ffffffb8;
}

.jhn-about-feature-big:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 200px;
    width: 320px;
    background: url(https://i.imgur.com/h58TP6n.png) center no-repeat;
    filter: grayscale(1);
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
}
.jhn-index-faq {
    margin-bottom: 6rem;
    position: relative;
    padding-top: 6rem;
}
.accordion:after {
    content: '\02795';
    font-size: 15px;
    color: white;
    float: right;
    margin-left: 5px;
    filter: grayscale(1);
}

.accordion.active:after {
  content: "\2796"; 
}
button.accordion {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffffff2e;
    border-radius: 0;
}
.accordion {
    color: #fff;
    cursor: pointer;
    padding: 19px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Poppins';
}
button.accordion {
    position: relative;
    overflow: hidden;
}
.jhn-faq-block {
    margin-top: 1.5rem;
}

.accordion.active, .accordion:hover {
    background-color: rgb(36 35 35);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.jhn-faq {
    background: rgb(36 35 35)!important;
    padding: 1.5rem 0.5rem;
    border-radius: 4px;
}
.jhn-faq-panel {
    padding: 0 18px;
    background-color: rgb(36 35 35) !important;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    border: none;
    border-top: none;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    max-height: 0;
}
.jhn-index-sec-tit {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
button.accordion.active {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.jhn-faq-panel {
    color: #cbcbcb;
}






.jhn-footer-top {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.jhn-fot-logo span {
    position: relative;
    z-index: 1;
    color: var(--main-color);
    font-family: 'Bungee';
}

.basket .basket-item .remove i {
    font-size: 20px;
    color: #ffffff80;
}
.jhn-cat-search input#search-input {
    box-shadow: none;
    background: transparent;
    border: none;
        color: #fff;
}


#sort-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 200px;
    padding: 12px 15px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #fff;
    background-color: #3c3c3c;
    border: 2px solid #ffffff38;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    height: auto;
}

#sort-dropdown:focus {
    box-shadow: 0 0 0 3px rgb(104 104 104 / 20%);
    border: 2px solid #ffffff38;
}
#sort-dropdown:hover {
    border-color: #adb5bd;
    background-color: #282828;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
    border: 2px solid #ffffff38;
}

#sort-dropdown option {
    padding: 10px 15px;
    background-color: #303030;
    color: #fff;
    transition: background-color 0.2s ease;
}

#sort-dropdown option:hover {
  background-color: #4dabf7 !important;
  color: white;
}


#sort-dropdown option:first-child {
  color: #adb5bd;
  font-style: italic;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


select:focus > option:checked {
  background: #4dabf7 linear-gradient(0deg, #4dabf7 0%, #4dabf7 100%);
  color: white;
  animation: fadeIn 0.3s ease;
}
#sort-dropdown option:checked, 
#sort-dropdown option:focus {
  background: linear-gradient(#4dabf7, #4dabf7);
  color: #fff !important;
}
.jhn-cat-navbar button.btn.btn-secondary.mt-2 {
    margin-bottom: 10px;
    border: 2px solid #ffffff2b;
    color: #b5b5b5;
    background: #ffffff14;
}
.jhn-cat-navbar button.btn.btn-secondary.mt-2:hover {
    background: #ffffff24;
    color: #fff;
}
.btn-primary:hover {
    color: black;
    background-color: var(--main-color);
    border-color: transparent!important;
}

@media (max-width: 768px) {
.jhn-header {
    margin-bottom: 0!important;
}
.jhn-header-title-absolute {
    font-size: 50px;
}
.jhn-header-statistic {
    gap: 15px;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
}
.jhn-header-intro-text {
    font-size: 15px;
}
.jhn-header-intor-tit-abs {
    margin-top: 25px;
    top: -32px;
}
.jhn-header-infor-btn {
    gap: 1rem;
}
.jhn-header-infor-btn a {
    padding: 12px 20px;
}
.jhn-home-features {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.jhn-about-features {
    display: flex
;
    flex-direction: column;
    width: 100%;
}

}
















