@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: #9a36e8;
  --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/TnNVSLU.png) no-repeat center;
    background-size: cover;
    object-fit: cover;
}

.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: 35px 25px;
    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: var(--main-color);
}
.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;
    border-bottom: none;
}
.store-product .product-title a:hover {
    color: var(--hover);
}

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: #48484800;
    max-height: 340px;
    height: 340px;
}
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: transparent;
    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;
    margin-bottom: 0;
}
.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 {
    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;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #824895;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 6px;
}
.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: #a048bd;
    transition-duration: .2s;
}
a.add.btn-primary:hover {
    transition-duration: .2s;
}
.store-product .image-link:hover ~ .product-title a {
    color: #be68d9;
}
.store-products-images .store-product:not(.store-product-full) .price {
    margin-bottom: inherit;
}
.popup-content {
    background: #cbcbcb;
    position: relative;
    overflow: hidden;
}
.popup-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.imgur.com/a2z1OsM.jpg) center no-repeat;
    opacity: 0.4;
    filter: grayscale(1);
    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: #202020;
    position: relative;
}
.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: #d8a4de;
    background-color: #f12ee624 !important;
    border-color: #B55ACB;
    border-radius: 6px !important;
    border: 1px solid #c37ee280 !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, var(--main-color) 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: #00000026;
    border-radius: 10px;
    border: 1px solid #0000001c;
    padding: 15px;
}
.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: #ae3fd1;
}
.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 {
    background: #00000026;
    border-radius: 10px;
    border: 1px solid #0000001c;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
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: #f93ede;
}
.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: -6rem;
}
.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-intro-tit span {
    color: #fff;
    font-size: 57px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}
.jhn-header-intor-tit-abs {
    position: absolute;
    top: -74px;
    left: 0;
    content: "";
    font-size: 106px;
    font-family: Inter;
    z-index: -1;
    color: transparent;
    filter: drop-shadow(3px -4px 6px var(--main-color));
    font-weight: 900;
    background: inherit;
    -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;
}
.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, #9a36e84f -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-header:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    height: 7px;
    background: linear-gradient(277.35deg, #aa5eeb -2.2%, var(--main-color) 100%);
}
.jhn-home-features {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    height: 275px;
}
.jhn-home-feature {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
}
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: #4e128182;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -5px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    filter: blur(6px);
}
.jhn-feature-icon i {
    color: var(--main-color);
    font-size: 45px;
    position: relative;
    margin-bottom: 15px;
}
.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-intor-tit-abs {
    position: absolute;
    top: -74px;
    left: 0;
    content: "";
    font-size: 101px;
    font-family: Inter;
    z-index: -1;
    opacity: 0.9;
    color: transparent;
    filter: drop-shadow(3px -4px 6px var(--main-color));
    font-weight: 900;
    background: inherit;
    -webkit-background-clip: text;
    letter-spacing: 0.3rem;
    -webkit-text-stroke-width: 0.5px;
    background-image: linear-gradient(#9a36e8 7%, rgb(255 255 255 / 0%)) !important;
}
.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-images {
    width: 50%;
    position: relative;
    display: flex
;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.jhn-about-image1 {
    position: relative;
}
.jhn-about-image1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://i.imgur.com/lMWr7t7.png) center no-repeat;
    height: 440px;
    width: 300px;
    background-size: cover;
    margin-top: -100px;
    border-radius: 6px;
}
.jhn-about-image1 img {
    width: 300px;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
}
.jhn-about-image2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 336px;
    background: url(https://i.imgur.com/JWmofTd.jpg) center no-repeat;
    /* filter: grayscale(1); */
    opacity: 0.7;
    background-size: cover;
}
.jhn-about-image2 {
    background: #ffffff2e;
    width: 336px;
    height: 450px;
    border-radius: 6px;
    overflow: hidden;
    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: 'Inter';
    font-weight: 400;
    font-size: 23px;
    font-style: italic;
    text-transform: uppercase;
}
.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;
}


article.store-product:after {
    content: "";
    position: absolute;
    width: 333px;
    height: 322px;
    border-radius: 175px;
    background: #ffffff08;
    top: -96px;
    left: -50px;
    z-index: -1;
}
article.store-product:before {
    content: "";
    position: absolute;
    width: 256px;
    height: 244px;
    border-radius: 142px;
    background: #ffffff12;
    top: -91px;
    left: -76px;
    z-index: -1;
}
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:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: url(https://i.imgur.com/zRkEO9G.png) no-repeat;
    background-size: cover;
    height: 500px;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.5);
    opacity: 0.8;
}
.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/3zabCeq.jpg) 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: 'Poppins';
    font-style: italic;
}
.jhn-help span {
    font-weight: 600;
    font-size: 21px;
    line-height: 50%;
    text-align: center;
    margin-bottom: 20px;
    color: var(--main-color);
    font-family: 'Inter';
    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 {
    width: 100%;
}
.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%;
    border-radius: 50px;
    background: transparent;
    color: #9b9b9b;
    font-family: 'Poppins';
}
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, a.btn-primary.subscribe:focus, a.btn-primary.subscribe:active {
    color: #a048bd;
    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;
}

















