@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");
:root {
  --main-color: #4cc9f0;
  --first-color: #FF2DF1;
  --second-color: #F6DC43;
  --hover: ;
  --border: ;
  --border-radius: ;
  --color-body: #8B5DFF;
  --color-head: #D2FF72;
  --bg-color: ;
  
  --padding: ;
  
  
  --image: ;
  --second-image: ;
  
  --bg-image: url("https://i.imgur.com/a2z1OsM.jpg");
}


.quantity-field.with-open-basket.wide {
    border: none;
    color: #fff;
}
.jhn-index-sec-subtit {
    font-family: 'Poppins';
}
body {
    font-family: "Montserrat", sans-serif;
    background: #2c0c5a;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: hidden;
    position: relative;
    background: linear-gradient(176deg, #0c375a, #651f84, #2c0c5a);
}

.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: 700px;
    position: relative;
}
.jhn-header-video:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(2deg, #312d6c 10%, transparent 100%);
    z-index: 0;
}
.jhn-header-mid {
    position: relative;
    display: flex;
    height: 500px;
}
.jhn-header-mid-data {
    /* height: 400px; */
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0rem;
}
.jhn-header-mid-left {
    width: 50%;
}
.jhn-header-mid-right {
    width: 50%;
}


.jhn-header-bar {
    height: 80px;
    background: #210c40;
    box-shadow: 0 8px 32px 0 rgb(42 42 42 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 0;
    border-bottom: 2px solid rgb(129 129 129 / 14%);
    position: relative;
    z-index: 5;
}
.jhn-header-bar-cent {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
}
.jhn-header-bar-cent a {
    padding: 8px 25px;
    font-size: 17px;
    color: #e1e1e1;
    font-family: 'Montserrat';
    font-weight: 600;
    text-decoration: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.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;
    position: relative;
    text-align: start;
    text-align: left;
}
.jhn-feat-obt svg path {
    fill: #24caf7;
}
.jhn-feat-obt svg {
    height: 28px;
}
.jhn-header-mid-text h4 {
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: -0.025rem;
    max-width: 700px;
    font-size: 16px;
    text-align: start;
    text-align: -webkit-left;
}
.jhn-header-features {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}
img.jhn-img3 {
    margin-left: 0;
    z-index: 0;
    /* position: absolute; */
    top: 0;
    left: 50%;
    /* transform: translateX(-50%); */
    /* filter: brightness(0.5); */
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 39%, transparent 100%);
    height: 440px;
}
.jhn-header-mid-text h1:first-child {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 55px;
    position: relative;
    font-family: 'Montserrat';
}
.jhn-header-mid-text h1:first-child span {
    font-family: 'Brotherhood';
    font-size: 96px;
    color: #26ffb3;
    margin-left: -9px;
}
h1.jhn-header-mid-text-abs {
    height: 80px;
}

.jhn-header-index-btns {
    margin-top: 20px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}
.jhn-header-index-btns a svg path {
    fill: #fff;
}
.jhn-header-index-btns a:nth-child(2) {
    background: #577dfc;
}
.jhn-header-index-btns a:first-child {
    background: #ea5151;
}
.jhn-header-index-btns a {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 35px;
    background: #fff;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
}
.jhn-header-mid {
    position: relative;
    display: flex
;
    height: 500px;
    margin: 4rem 0;
}



.jhn-feat-obt {
    display: flex
;
    gap: 12px;
    background: rgb(255 255 255 / 8%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 8%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / 6%);
    padding: 8px 14px;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    justify-content: center;
}
.jhn-header-mid-btns {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 20px;
    position: absolute;
    z-index: 1;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
}
.jhn-header-mid-btns a svg path {
    fill: #fff;
}
.jhn-header-mid-btns a:first-child svg path {
    fill: #fff;
}
.jhn-header-mid-btns a:first-child {
    background: linear-gradient(135deg, #77acfe, #55f793);
    border: 1px solid rgb(255 255 255 / 11%);
    color: #f9fafb;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 2px 10px rgb(29 29 29 / 50%);
    letter-spacing: 0.3px;
    backdrop-filter: blur(5px);
}

.jhn-header-mid-btns a {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat';
    border: 1px solid rgb(255 255 255 / 53%);
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #00000012;
}
.jhn-beneficii-list {
    display: grid
;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jhn-benefic {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1.25rem;
    text-align: center;
    text-align: -webkit-center;
    border: 1px solid rgb(103 106 111 / 15%);
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgb(136 158 194 / 12%);
    color: #fff;
}

.jhn-benef-icon i {
    font-size: 65px;
    color: #ffffff;
}
.jhn-benef-title {
    font-size: 22px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
}
.jhn-benef-text {
    font-family: 'Montserrat';
    color: rgba(209, 213, 219, 1);
    letter-spacing: -0.025rem;
    font-size: 16px;
}
.jhn-ind-benef {
    margin: 3rem 0;
}

div#jhn-featured {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}
.featured .widget.widget-featured {
    border-radius: 6px;
    background: transparent;
}
.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: #ffffff99;
    filter: drop-shadow(0px 0px 6px #0000004d);
}
.store-product .product-title a:hover {
    color: var(--hover);
}

.accordion {
    color: #fff;
    cursor: pointer;
    padding: 1.5rem;
    width: 100%;
    text-align: left;
    outline: none;
    border: 1px solid rgb(170 150 180 / 15%);
    border-radius: 1.25rem;
    transition: 0.4s;
    background: rgb(65 24 69 / 40%);
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 20px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%), inset 0 0 20px rgb(236 59 246 / 8%), 0 0 30px rgb(196 59 246 / 12%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
button.accordion {
    position: relative;
    overflow: hidden;
}
.jhn-faq-block {
    margin-top: 1.5rem;
}
button:focus {
    outline: 0;
    outline: 0;
}
.jhn-faq-panel {
    padding: 0px 18px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    max-height: 0;
    color: rgba(229, 231, 235, 1);
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 10px 0;
}
.jhn-faq-corp {
    background: rgb(59 17 79 / 40%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgb(150 146 152 / 15%);
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.jhn-faq-corp {
    margin-bottom: 1rem;
}



.footer {
    margin-top: 6rem;
}


.jhn-footer-img img {
    height: 70px;
}
.jhn-footer-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.jhn-footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
}
.jhn-footer-img span {
    font-size: 25px;
    font-weight: 600;
    color: #0000004f;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.jhn-fot-links a:hover {
    color: #fff;
}
.jhn-fot-links a {
    font-size: 16px;
    color: #d5d5d5;
}
.jhn-footer-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.jhn-footer-social a:hover {
    color: #fff;
    background: #ffffff14;
}
.jhn-footer-social a {
    font-size: 25px;
    color: #ffffffcc;
    padding: 2px 10px;
    background: #0000000a;
    border-radius: 10px;
}
.jhn-footer-social a i {
    color: #d3d0d0;
}
.jhn-footer-water {
    color: #ffffff7a;
    font-family: 'Montserrat';
    text-align: end;
}
.jhn-footer-water p a {
    color: #d3d0d0;
}
.jhn-footer-water p b {
    color: #ffffff;
}
.jhn-footer-water a {
    color: #a269ad;
}
.jhn-footer-social {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.jhn-footer-water p {
    margin: 0;
}
.footer {
    border-top: none;
}
.footer {
    border-top: none;
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
a.add.btn-primary.wide svg path {
    fill: #ffffff;
}
a.add.btn-primary.wide svg {
    height: 20px;
}
a.add.btn-primary.wide {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 60%;
    border-radius: 50px;
    background: var(--main-color);
    color: #ffffff;
    font-family: 'Montserrat';
    flex: none;
}
.store-product:not(.store-product-full) .price {
    width: auto;
    margin: 0;
    font-family: 'Montserrat';
    color: #d2d2d2;
    font-weight: bold;
}
.actions.product-actions.jhn-pack-bot {
    padding: 0 10px;
    margin-bottom: 10px;
}
.store-product .actions {
    display: flex
;
    gap: 12px;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.store-product .product-title {
    font-size: 24px;
    font-weight: 600;
    text-align: start;
    padding: 0 10px;
    font-family: 'Montserrat';
    color: #ffff;
}
.store-product .image-link img.image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.jhn-featureed-title p {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 98px;
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 2px var(--main-color);
    z-index: -1;
    opacity: 0.2;
    text-transform: uppercase;
}
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: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.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;
    background: #ffffff17;
    padding: 8px 20px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid #ffffff1f;
    color: #ffffffba;
    font-family: 'Montserrat';
    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: 0 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;
}
div#filters {
    display: none;
}
#filters button:hover {
  background-color: #2980b9;
}
.store-products-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jhn-category-page article.store-product {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1.5rem;
}
.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: 6px 10px;
    border-radius: 6px;
    color: #532c60;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 17px;
}
nav#site-navigation {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
ul.menu.navigation-list {
    display: flex
;
    background: transparent;
    padding: 0;
    margin: 0;
}
@media (width > 960px) {
.navigation-vertical a:hover, .navigation-vertical a.link-active {
        color: #6be2fc;
        background: #ffffff21;
        border-radius: 50px;
    }
}

.jhn-cat-search i {
    font-size: 29px;
    color: var(--main-color);
}
.jhn-cat-search {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 15px;
    height: 55px;
    color: #afafaf;
    border: 1px solid #ffffff36;
    font-size: 16px;
    padding: 10px 20px;
    display: flex
;
    align-items: center;
    width: 100%;
    margin: 1.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#filters button {
    padding: 10px 20px;
    cursor: pointer;
    color: #3a1236;
    border-radius: 6px;
    font-size: 17px;
    font-family: 'Poppins';
    background-color: var(--main-color);
    border: 1px solid #a3539e;
}
#filters button:hover {
    background-color: #a3539e;
    border: none;
}
#filters button.active {
    background-color: #a3539e;
    border: none;
}
.jhn-category-name span {
    color: var(--main-color);
    font-size: 2.5rem;
}
.jhn-category-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: 'Montserrat';
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
}
.category-description.text-content {
    background: transparent;
    padding: 0;
    font-size: 20px;
    max-width: 65rem;
    font-family: 'Montserrat';
    text-align: center;
    text-align: -webkit-center;
    margin: 0 auto;
    color: #ffffffc7;
}
.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: #ececec;
    transition-duration: .2s;
}
a.add.btn-primary:hover {
    transition-duration: .2s;
}
.store-product .image-link:hover ~ .product-title a {
    color: #afafaf;
}
.store-products-images .store-product:not(.store-product-full) .price {
    margin-bottom: inherit;
}
.popup-content {
    background: #3b3b3b;
    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.2;
    filter: grayscale(1);
    z-index: 0;
    background-size: cover;
}
.popup-close {
    background-color: red;
}
.popup-close:hover {
    opacity: 1;
    background-color: rgb(255 3 3 / 87%);
}
.popup-content h2 {
    font-family: 'Montserrat';
    font-size: 27px;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
}
.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;
    font-family: 'Montserrat';
    font-size: 18px;
    margin-top: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.quantity-field .adjust.decrease {
    width: 45px;
    background: #ffffff1c;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.quantity-field .adjust.increase {
    width: 45px;
    background: #ffffff1c;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.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: 'Montserrat';
    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: #ffffff;
    background-color: #ffffff17;
    border-color: #b7b9ba;
    border-radius: 50px;
    border: none;
    opacity: 1 !important;
    display: flex
;
    gap: 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 12px 20px;
}
.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: #393a3a;
}
.basket .basket-second-header .total {
    font-size: 14px;
    color: #191414;
    position: relative;
    font-family: 'Poppins';
}
.count {
    color: #d9d9d9;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
}
.basket .basket-second-header .total {
    font-size: 14px;
    color: #f2f2f2;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 600;
}
.basket-popup-content .popup-close {
    opacity: 1;
}
.basket .basket-item {
    background: #0000003b;
    position: relative;
}
.basket .basket-item .title a {
    color: #ffffff;
}
.basket .basket-item .price {
    color: rgb(194 194 194);
    font-size: 14px;
    position: relative;
}
.basket .basket-item .quantity-field {
    background: #00000061;
    border: 1px solid #00000000;
}
.basket .basket-content button.btn-tertiary.adjust.decrease {
    border-radius: 6px;
}
.basket .basket-content button.btn-tertiary.adjust.increase {
    border-radius: 6px;
}
.basket .basket-item .remove {
    background: #0000001c;
}

.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: 'Montserrat';
    font-size: 18px;
}
.basket .basket-checkout .total {
    color: #f5f5f5;
    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 #0000001c;
    padding: 15px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.jhn-pack-top-price p.price {
    margin: 0;
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #d7d7d7;
}
.jhn-pack-top-price span {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #ffffffad;
}
.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 {
    margin-top: 15px;
    margin-bottom: 30px;
    background: #ffffff17;
    border-radius: 10px;
    border: 1px solid #0000001c;
    padding: 15px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffffad;
}
span.jhn-pack-descr-title {
    font-size: 23px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    position: relative;
    display: flex
;
    color: #fff;
    font-weight: 600;
}
.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 svg path {
    fill: #ffffff6b;
}
.jhn-pack-page-obj a {
    color: #ffffff6b;
}
.jhn-pack-bot .quantity-field.with-open-basket {
    background: #4fc3f7;
    height: 48px;
    border-radius: 50px;
    width: auto;
    min-width: 200px;
    color: #ffffff;
    font-family: 'Montserrat';
    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: 15px;
}
.jhn-pack-top-price p.price del.discount {
    margin-right: 5px;
}

.jhn-purch-data img {
    border-radius: 50px;
}
.jhn-purch-data {
    display: flex
;
    gap: 12px;
    align-items: center;
}
.widget-recent .purchase {
    margin: 0;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #ffffff17;
    border-radius: 6px;
    padding: 15px;
}
.purchases {
    display: grid
;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-recent .username {
    font-family: 'Poppins';
    color: var(--main-color);
    margin: 0;
}
.jhn-putch-user span {
    color: #ffffff57;
    font-family: 'Montserrat';
}
.jhn-purch-price {
    border: 1px solid #ffffff24;
    padding: 4px 6px;
    color: #ffffff6b;
    border-radius: 50px;
    font-weight: 300;
    font-style: italic;
}
@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;
}

.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;
}
.toggle-navigation i {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
}
span.text {
    gap: 0;
}
button.btn-primary.btn-glyph-text.open-basket {
    gap: 0;
}
ul.menu.navigation-list {
    min-height: 100vh;
    background: #361862;
    padding: 25px 15px;
}

.jhn-header-bar-cent a {
    display: flex
;
    justify-content: flex-start;
}

.jhn-header-video iframe {
    height: 100%;
}
.jhn-header-video {
    height: 600px;
}
.jhn-header-text span {
    font-size: 140px;
    top: 20%;
}
.jhn-header-text p:BEFORE {
    width: 140px;
    height: 150px;
    top: -80px;
    right: -15%;
}
.jhn-header-mid-right {
    display: none;
}
.jhn-header-mid-left {
    width: 100%;
}
.jhn-header-features {
    margin-top: 0;
}
.jhn-header-mid {
    height: 100%;
}
.jhn-home-modules {
    display: flex
;
    flex-direction: column;
}
div#top-payment {
    width: 100%;
}


.jhn-header-text p {
    font-size: 75px;
    text-shadow: none;
}
button.btn-tertiary.btn-icon.toggle-navigation {
    border: 1px solid #ffffff63;
    height: 39px;
}
}
.jhn-ind-fea {
    margin-top: 8rem;
}
.jhn-featureed-title.jhn-payment-mod-tit {
    margin-top: 6rem;
}
.jhn-index-faq {
    margin-top: 6rem;
}
:root .btn-icon {
    line-height: 0;
    font-size: 0;
    border: none;
}




span.countdown {
    color: #dc4646;
}


.jhn-about {
    margin: 4rem 0;
    position: relative;
}
.jhn-about-section {
    position: relative;
}
.jhn-about-section {
    position: relative;
    text-align: center;
    text-align: -webkit-center;
    color: #fff;
}
.jhn-about-title, .jhn-featureed-title, .jhn-index-sec-tit {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 3.5rem;
    color: rgba(243, 244, 246, 1);
    font-weight: 700;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-about-title:before, .jhn-featureed-title:before, .jhn-index-sec-tit:before {
    position: absolute;
    content: "";
    bottom: -27px;
    left: 50%;
    background-color: #00FFDE;
    height: 4px;
    width: 90px;
    transform: translate(-50%, -50%);
}
.jhn-about-text {
    max-width: 42rem;
    margin: 0 auto;
}
.jhn-index-sec-faq {
    max-width: 48rem;
    margin: 0 auto;
}



article.store-product {
    border: 1px solid rgba(59, 130, 246, 0.15);
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    color: #fff;
    padding: 1.5rem;
    border-radius: 1.25rem;
}



.store-product .product-title a {
    color: #fff;
    transition: color 0.15s ease-in-out;
    font-family: 'Montserrat';
}
.jhn-category-page h4.product-title {
    text-align: center;
    text-align: -webkit-center;
}



.no-products {
    color: var(--color-text-secondary);
    background: #0d0d0d78;
    border-radius: 1.25rem;
}


main.store-text.store-form.text-content {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1.5rem;
    text-align: center;
    text-align: -webkit-center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
}
main.store-text.text-content {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1.5rem;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.quantity-field.with-open-basket.wide {
    max-width: 220px;
}

.basket .basket-title {
    display: flex
;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
}



.jhn-header-video {
    width: 100%;
    height: 800px;
    position: relative;
    margin-top: -110px;
    overflow: hidden;
}
.jhn-header-video iframe {
    width: 100%;
    height: 160%;
    object-fit: cover;
    pointer-events: none;
    background-size: cover;
    position: absolute;
    filter: blur(2px);
    z-index: -1;
}









.jhn-header-text p {
    position: absolute;
    top: 35%;
    left: 50%;
    content: "";
    font-size: 200px;
    z-index: 0;
    font-family: 'Poppins';
    font-style: italic;
    transform: translateX(-50%);
    color: #ffffff;
    text-shadow: 0 0 3vw #23cfff;
    letter-spacing: -0.9rem;
    font-weight: 900;
}
.jhn-header-text span {
    position: absolute;
    top: 9%;
    left: 38%;
    content: "";
    font-size: 400px;
    z-index: 1;
    font-family: 'Brotherhood', sans-serif;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
    letter-spacing: 10px;
}
.jhn-header-text p:BEFORE {
    position: absolute;
    top: -104px;
    right: 0;
    content: "";
    width: 260px;
    height: 260px;
    background: url(https://i.imgur.com/lSudKG0.png) center no-repeat;
    background-size: cover;
}


div#top-payment {
    width: 35%;
}
.jhn-home-modules {
    gap: 1.5rem;
}
.widget.widget-recent {
    padding: 0;
}
.widget.widget-top-donator {
    background: #66666636;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    text-align: -webkit-center;
    position: relative;
    overflow: hidden;
}
.widget.widget-top-donator:before {
    content: "";
    position: absolute;
    top: 16%;
    right: -24%;
    width: 200px;
    height: 300px;
    background: url(https://i.imgur.com/mDmqdhr.png) center no-repeat;
    background-size: cover;
    opacity: 0.3;
    filter: grayscale(1);
}
.widget-top-donator .username {
    color: #ffffffd6;
}
.widget-content p {
    color: #ffffff85;
}
.jhn-header-mid-data {
    margin: 5rem 0;
}

.store-product .product-title {
    text-align: center;
    text-align: -webkit-center;
}

.accordion:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgb(237 59 246 / 40%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 0 30px rgb(193 59 246 / 10%), 0 0 50px rgb(218 59 246 / 15%);
}
button.accordion:hover::before {
    left: 100%;
}
button.accordion:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
}

button.accordion {
    position: relative;
    overflow: hidden;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}
button.accordion svg {
    background: transparent;
    height: 30px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}
button.accordion svg path {
    fill: transparent;
}
button.accordion.active svg {
    transform: rotate(180deg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}



.jhn-header-mid-btns a:nth-child(2):hover {
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(59, 130, 246, 0.08), 0 0 30px rgba(59, 130, 246, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(12px);
}
.jhn-header-mid-btns a:first-child:hover {
    box-shadow: 0 2px 10px rgb(13 161 134 / 30%);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, #5e82b9, #47af6f);
}


.jhn-header-bar-right a svg path {
    fill: #ffffffb8;
}
.jhn-header-bar-right a {
    color: #ffffff;
    background-color: #94d3fd;
    border-color: #b7b9ba;
    border-radius: 50px;
    display: flex
;
    font-weight: 600;
    padding: 15px;
}
.jhn-header-bar-right a:hover svg path {
    fill: var(--main-color);
}


.jhn-header-index-btns a:hover {
    color: #fff;
}
.jhn-header-index-btns a:hover::before {
    left: 100%;
}
.jhn-header-index-btns a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
}

.jhn-header-index-btns a {
    overflow: hidden;
    position: relative;
}



a.log-in.btn-tertiary {
    height: 47px;
}






