@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=Anton&display=swap');
:root {
  --color-primary: #41C4C3;
  --bg-image: url("https://webstore-template-assets.tebex.io/images/page-bg.jpg");
}
html { 
overflow-x: hidden; 
}

body { 
overflow-x: hidden; overflow-y: auto; 
}

.jhn-header {
    height: 700px;
    position: relative;
    margin-bottom: 2rem;
    background: radial-gradient(circle at left, rgb(128 0 104 / 61%) 0%, rgb(193 174 0 / 58%) 100%);
}
.jhn-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: url(https://downloads.razedmods.com/img/store/bg-header.jpg) no-repeat center;
    background-size: cover;
    object-fit: cover;
    opacity: 0.5;
    mask-image: linear-gradient(to top, black 70%, transparent 125%);
    -webkit-mask-image: linear-gradient(to top, black 70%, transparent 125%);
    filter: blur(2px);
}
.jhn-header:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--color-bg), transparent);
}
.jhn-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4;
    padding-top: 20px;
}

.jhn-header-top-right {
    display: flex;
    gap: 8px 20px;
	transform: translateY(5px);
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (min-width: 1025px) {
  .jhn-header-top-right {
    padding-left: 73px;
  }
}

.jhn-heade-mid {
  position: relative;
  z-index: 1;
  height: 600px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.jhn-heade-mid-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jhn-heade-mid-right {
  position: relative;
  flex: 1;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.jhn-heade-mid-right iframe {
  display: block;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 0 25px rgba(244,135,171,0.45),
    0 0 60px rgba(253,104,134,0.25),
    0 0 100px rgba(244,135,171,0.25),
    0 5px 25px rgba(0,0,0,0.6),
    inset 0 0 15px rgba(255,255,255,0.06);

  transition: transform 0.35s ease, box-shadow 0.45s ease;
}

.jhn-heade-mid-right iframe:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 0 40px rgba(244,135,171,0.7),
    0 0 90px rgba(253,104,134,0.4),
    0 0 120px rgba(244,135,171,0.3),
    0 8px 30px rgba(0,0,0,0.7),
    inset 0 0 15px rgba(255,255,255,0.08);
}


.jhn-heade-mid-right, .jhn-heade-mid-left {
    position: relative;
    width: 50%;
}

.jhn-heade-mid-left-title {
    font-family: Bebas Neue;
    font-size: 65px;
    text-align: -webkit-center;
	line-height: 0.90 !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
	hyphens: auto !important;
	overflow: visible !important;
}
.jhn-heade-mid-left-subtitle {
    text-align: center;
    text-align: -webkit-center;
    margin: 20px 0;
    font-family: 'Poppins';
    font-size: 17px;
}
.jhn-heade-mid-left-btn a {
    background: linear-gradient(90deg, var(--color-primary), #fd6988);
    padding: 18px 40px;
    color: rgba(255, 255, 255, 1) !important;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 0 4px var(--color-primary);
    border: 2px solid #ffffff4a;
}


ul.menu.navigation-list {
    background: transparent;
    border: none;
    padding: calc(var(--widget-padding) / 2) 0;
    gap: calc(var(--widget-padding) / 2);
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    width: max-content;
}
ul.menu.navigation-list li a {
    padding: calc(var(--widget-padding) / 2) 22px;
    color: #fff;
    position: relative;
    background: rgb(0 0 0 / 24%);
}
li.has-children a {
    background: transparent !important;
}
li.has-children {
    background: rgb(0 0 0 / 24%);
}
ul.menu.navigation-list li a.link-active {
    background: #ff7aa6;
}

.jhn-header-top-cent {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

svg {
    height: 24px;
}
svg path {
    fill: black;
}
.jhn-home-features {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1500px, 80vw);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 1280px) and (max-width: 1512px) {
  .jhn-home-features {
    gap: 10px !important;
  }
}

.jhn-home-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 18px;
  height: 100%;
}

.jhn-feature-icon {
  margin-bottom: 12px;
  font-size: 50px;
}

.jhn-feature-title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0px;
  min-height: 2.5em;
}

.jhn-feature-text {
  font-family: 'Inter';
  font-size: 15px;
  color: #ffffffb3;
  line-height: 1.3;
  min-height: 5em;
}

div#jhn-featured {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}

.fade-separator {
  border: none;
  height: 1px;
  width: 74%;
  margin: auto;
  background: linear-gradient(to right, transparent, #f487ab, transparent);
}

.jhn-ind-fea {
    margin: 4rem 0;
}
.featured .widget.widget-featured {
    padding: 0;
    border-radius: 6px;
}
.container {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.widget.widget-featured {
    background: #0d0e11;
    filter: drop-shadow(0px 0px 6px #0000004d);
    border: 1px solid #ffffff0d;
}

.jhn-featureed-title {
    margin: 1.5rem;
}

.actions.product-actions.jhn-pack-bot {
    padding: 0;
    margin-bottom: 0;
}
.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;
}
a.log-in.btn-tertiary svg path {
    fill: var(--color-primary);
}
a.log-in.btn-tertiary svg {
    height: 21px;
}
a.log-in.btn-tertiary {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgb(0 0 0 / 24%);
    color: #fff;
    letter-spacing: 1px;
    height: 45px;
    padding: 10px 17px;
    border-radius: 8px;
    font-size: 17px;
    font-family: 'Inter';
}

.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 svg path {
    fill: #fff;
}
button.btn-primary.btn-glyph-text.open-basket svg {
    height: 22px;
}

button.btn-primary.btn-glyph-text.open-basket {
    color: #fff;
    background-color: #F10C45;
    opacity: 1 !important;
    display: flex
;
    gap: 7px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(90deg, #f078b6, #fd6886);
    height: 45px;
    padding: 10px 15px;
}
a.btn-secondary.btn-glyph-text.user-name {
    color: #fff;
    background-color: rgb(0 0 0 / 24%);
    border-radius: 2px;
    opacity: 1 !important;
    display: flex
;
    gap: 7px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    height: 45px;
    padding: 10px 15px;
}
button, a {
    cursor: pointer;
}
a.btn-secondary.btn-glyph-text.user-name svg path {
    fill: var(--color-primary);
}
a.btn-secondary.btn-glyph-text.user-name svg {
    height: 22px;
}


.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;
}
.count {
    color: #b7b7b7;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
}
.basket .basket-second-header .total {
	display: none;
    font-size: 14px;
    color: #b7b7b7;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
}
.basket .basket-item {
    background: #00000047;
    position: relative;
}
.basket .basket-item .title a {
    color: #ff7db9;
}
.basket .basket-item .price {
    color: rgb(194 194 194);
    font-size: 14px;
    position: relative;
}
.basket .basket-item .quantity-field {
	display: none;
    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: #cb4e4e45;
}
.basket .basket-second-header {
    background: #00000026;
    border-top: 1px solid #c9c9c926;
    border-bottom: 1px solid #c9c9c926;
}
.basket .basket-checkout .total {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
header.basket-header {
    position: relative;
    background: #00000021 !important;
}
button.accordion.active {
    border: none;
}
.btn-icon.gift {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #71b8e7;
    border-radius: 50px;
}
.btn-icon.gift svg path {
    fill: #ffffff;
}
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;
}
.purchases {
    display: flex
;
    flex-direction: column;
}

.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);
}

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

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

@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;
}

.popup-content {
  border-radius: 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-help-block {
    background: rgb(11 11 11 / 96%) !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%;
    height: 500px;
    z-index: -2;
    background: #13131b;
}

.jhn-help-block:after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://downloads.razedmods.com/img/store/bg-footer.jpg) no-repeat center;
    background-size: cover;
    filter: blur(2px);

    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 70%, black 10%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;

    mask-image: linear-gradient(to bottom, transparent 0%, black 70%, black 10%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: cover;

    opacity: 0.3;
    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(--color-primary);
    font-family: 'Inter';
    text-transform: uppercase;
    margin-top: 10px;
}
.jhn-help p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 175%;
    text-align: center;
    max-width: 700px;
    color: #eaeaea;
    font-family: 'Inter';
}

a#jhn-help-btn {
    background: linear-gradient(90deg, #f078b6, #fd6886);
    border-radius: 50px;
    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;
    transition: opacity 0.5s linear;
}

a#jhn-help-btn:hover svg path {
    fill: #fff;
    transition: opacity 0.5s linear;
}

a#jhn-help-btn:hover span {
    color: #ffffff;
    transition: opacity 0.5s linear;
}

a#jhn-help-btn:hover {
    background: linear-gradient(45deg, #fb6060, #db3a70);
    box-shadow: 0 0 10px rgb(253 105 136 / 66%);
    color: var(--color-primary);
    transition: opacity 0.5s linear;
}

.jhn-footer {
    position: relative;
    padding-top: 35px;
}

/* Footer Glow */

.jhn-footer:before {
    position: absolute;
    content: "";
    bottom: 200%;
    left: 50%;
    width: 500px;
	height: 200px; 
    background: var(--color-primary);
    border-radius: 100%;
    filter: blur(180px);
    transform: translateX(-50%);
    opacity: 0.6; 
    pointer-events: none;
    z-index: 0;    
}

.jhn-footer-top {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.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';
    margin-bottom: 20px;
}
.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 {

    padding: 13px 13px;
    border-radius: 50px;
}
.jhn-footer-social a svg path {
    fill: #817f7f;
}
.jhn-footer-social a:hover svg {
    transform: scale(1.03);
    transition: 0.5s linear;
}
.jhn-footer-social a svg {
    height: 29px;
    transition: 0.5s linear;
}
.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: 18px;
    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 {
  display: flex;
    text-align: start;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.jhn-footer-copy img {
  height: 16px;
  width: auto;
  display: inline-block;
}

.jhn-footer-copy span {
  display: inline-block;
}

}
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%;
}


a.add.btn-primary.wide {
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;

  height: 46px !important;
  line-height: 46px !important;
  min-height: 46px;
  padding: 0 20px;
  box-sizing: border-box;

  border-radius: 50px;
  font-size: 17px;
  color: #ffffff;

  transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

a.add.btn-primary.wide:hover {
  margin-left: 0 !important;
}

a.add.btn-primary.wide svg {
  position: relative;
  z-index: 3;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  transition: transform .15s ease;
}

a.add.btn-primary.wide:hover svg {
  transform: rotate(14deg);
}

a.add.btn-primary.wide svg path {
  fill: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
    box-shadow: none;
}

a.add.btn-primary.wide:hover { 
 margin-left: 0 !important; 
 box-shadow: 0 0 10px rgb(253 105 136 / 66%);
}



.accordion {
    color: var(--color-primary);
    cursor: pointer;
    padding: 11px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 3px;
    transition: 0.4s;
    background: #0d0e11;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border: 1px solid #ffffff14;
    font-family: 'Poppins';
    font-size: 18px;
}
button.accordion {
    position: relative;
    overflow: hidden;
}
.jhn-faq-btn-icon {
    background: linear-gradient(5deg, #f078b6, #fd6886);
    padding: 10px;
    border-radius: 3px;
    margin-left: -5px;
}

button.accordion svg:last-child {
    margin-left: auto;
    height: 28px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
button.accordion.active svg:last-child {
    transform: rotate(180deg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jhn-faq-block {
    margin-top: 1.5rem;
}

.accordion.active, .accordion:hover {
    background-color: #0d0e11;
    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 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: grid-template-rows .3s ease, padding .25s ease;
  padding: 0 18px;
  margin-bottom: 10px;
  background-color: #0d0e11 !important;
  border: none;
  border-radius: .5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 350;
  line-height: 1.6;
}

.jhn-faq-panel > * { 
min-height: 0; 
}

.jhn-index-faq :where(a):not(.btn):not([class*="btn"]) {
  color: #f487ab !important;
  text-decoration-thickness: 1px;
}

.jhn-index-faq :where(a):not(.btn):not([class*="btn"]):is(:hover, :focus, :active) {
  color: #ed1564 !important;
}

.jhn-index-faq a :is(strong, b) {
  color: inherit !important;
}

.page-index.home-categories-enabled .site {
    grid-auto-rows: auto;
}


.jhn-feature-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: linear-gradient(90deg, #f078b6, #fd6886);
    width: 40px;
    height: 40px;
    filter: blur(40px);
    transform: translateX(-50%);
}
.jhn-feature-icon {
    position: relative;
    color: #fe86a4; 
}

.faq-title {
  position: relative;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  z-index: 1;
}

.faq-title::before {
    content: "";
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, #f078b6, #fd6886);
    width: 40px;
    height: 30px;
    filter: blur(40px);
    transform: translateX(-50%);
}

.product-options-popup .popup-content form {
    position: relative;
    z-index: 1;
}
.basket-popup-content .popup-close {
    opacity: 1;
    z-index: 6;
    border-bottom-left-radius: 12px;
}

.popup-content.basket-popup-content.basket {
    background: var(--color-brighter-bg);
}

.popup-content {
    --background: #000000;
    position: relative;
    overflow: hidden;
    border: 3px solid #ff7db9;
    border-radius: 12px;
    padding: 1rem;
}

.popup-content .actions.product-actions {
    background: #00000047;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.popup-content .actions.product-actions a.add.btn-primary.wide {
    margin: 0;
}

.popup-close {
    background-color: rgb(255 125 185 / 100%);
    border-bottom-left-radius: 12px;
}

@media (max-width: 1024px) {
  .basket-popup-content .popup-close {
    display: block !important;
  }
}

button.popup-close {
    z-index: 6;
    opacity: 1;
}
.popup-title {
    position: relative;
    z-index: 1;
    text-align: center;
    text-align: -webkit-center;
}
.popup-title h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Bebas Neue';
    color: #ffffffa1;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0 !important;
}

.popup-content h2 {
    font-family: 'Bebas Neue';
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.popup-subtitle {
    color: #ffffffcf;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Inter';
    font-size: 16px;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.popup-subtitle svg path {
    fill: #ffe950;
}
.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;
}

.login-popup-content {
    max-width: 700px;
    max-height: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-popup-content .btn-primary {
	background: rgba(0, 0, 0, 0.6);
    border-color: transparent;
    color: #ffffff;
    position: relative;
    border-radius: 12px;
    padding: 18px 15px;
    width: 240px;
    height: 65px;
    font-family: 'Bebas Neue';
    font-size: 26px;
    margin-top: 21px;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 3;
    letter-spacing: 1.2px;
    max-width: 300px;
    cursor: pointer;
}
.basket-checkout .btn-primary {
	background: rgba(0, 0, 0, 0.6);
    border-color: transparent;
    color: #ffffff;
    position: relative;
    border-radius: 12px;
    padding: 18px 15px;
    height: 65px;
    font-family: 'Bebas Neue';
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    letter-spacing: 1.2px;
    cursor: pointer;
    margin: 0 auto;
    gap: 10px;
    width: 100%;
}

.basket-checkout .btn-primary svg {
    height: 30px;
}
.basket-checkout .btn-primary svg path {
    fill: #fff;
}
.popup .btn-primary:hover {
    background: linear-gradient(45deg, #fb6060, #db3a70);
    border-color: transparent;
    box-shadow: 0 0 8px rgb(253 105 136 / 60%);
    color: #ffffffdb;
}
a:href {
    cursor: pointer;
}

:root *[hidden] {
    display: none !important;
}


.jhn-category-name {
    font-size: 4.25rem;
    line-height: 2.5rem;
    font-family: 'Bebas Neue';
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
    font-style: italic;
    margin-bottom: 32px;
}
.jhn-category-name span {
    color: var(--color-primary);
}
.jhn-cat-page-sel {
    margin-top: 0 !important;
}
.category-description {
    border-radius: 3px;
    background: #0d0e11;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-align: center;
    text-align: -webkit-center;
    font-family: 'Poppins';
    color: #ffffffad;
}

.basket .basket-title::before {
    display: none;
}
.basket .basket-title svg {
    height: 30px;
}
.basket .basket-title svg path {
    fill: var(--color-primary);
}

/* Cart Glow */

.popup-content.basket-popup-content.basket:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: transparent;
    filter: blur(100px);
    pointer-events: none;
    box-shadow: 
        0 -1000px 300px var(--color-primary),
        0  1000px 300px var(--color-primary);
}

header.basket-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://downloads.razedmods.com/img/store/bg-login.jpg) center no-repeat;
    background-size: cover;
    z-index: 4;
    opacity: 0.1;
    filter: blur(2px);
}

header.basket-header {
    position: relative;
}


.user-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}


.login-popup-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://downloads.razedmods.com/img/store/bg-login.jpg) center no-repeat;
    background-size: cover;
    opacity: 0.4;
	filter: grayscale(0.25) blur(3px);
    z-index: 0;
}

.login-popup-content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bc48ff;
    background: linear-gradient(0deg, #cd77deab 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #cd77deab 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.popup-content h2.product-title {
  font-family: 'Bebas Neue';
  font-size: clamp(24px, 4.2vw, 45px);
  line-height: 1.05;
  text-align: left;
  font-style: italic;
  color: var(--color-primary);
  max-width: 60%;
  word-wrap: break-word;
}

ul.menu.navigation-list li a svg path {
    fill: #fff;
}
ul.menu.navigation-list li a svg {
    height: 20px;
}

ul.menu.navigation-list li a {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1),
                background 0.35s ease, opacity 1s linear;
}

ul.menu.navigation-list li a:hover {
    background: linear-gradient(90deg, #f078b6, #fd6886);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    border: none;
}

ul.menu.navigation-list li a {
    display: flex
;
    flex-direction: row;
    align-items: center;
    transition: opacity 1s linear;
    border: none;
    height: 45px;
    padding: 10px 15px;
    flex-wrap: nowrap;
    gap: 10px;
}
@media (width > 960px) {
    .navigation-horizontal .menu {
        padding: 0!important;
}
}







@media (max-width: 820px) {
 .jhn-heade-mid-right:before {
    display: none;
}   
.jhn-heade-mid-right {
    display: none;
}
.jhn-heade-mid-left {
    width: 100%;
}
.jhn-home-features {
    display: flex
;
    flex-direction: column;
}
.jhn-featureed-title {
    transform: none;
}
.jhn-help span {
    line-height: 100%;
}

.jhn-fot-logo img {
    height: 100px;
}
.jhn-footer-top {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jhn-fot-menu {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}
.jhn-footer-brand {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    text-align: -webkit-center;
}
:root .btn-icon {
    line-height: 30px;
    font-size: 25px;
    color: #fff;
}
ul.menu.navigation-list {
    background: var(--color-bg);
    padding: 20px;
    padding-top: 60px;
}
.jhn-header-top-right {
    margin-top: 15px;
}
button.btn-tertiary.btn-icon.toggle-navigation {
    background: rgb(0 0 0 / 24%);
    border-radius: 2px;
}

ul.menu.navigation-list {
    width: auto;
}
.jhn-header-top-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

}
.jhn-header-top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

@property --a1 { syntax: '<number>'; inherits: false; initial-value: 1; }
@property --a2 { syntax: '<number>'; inherits: false; initial-value: 0; }
@property --a3 { syntax: '<number>'; inherits: false; initial-value: 0; }

.jhn-header-top-left-img::before {
  content: "";
  position: absolute;
  inset: -55px;
  z-index: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 42%,
      hsl(320 85% 70% / calc(var(--a1))) 0%,
      transparent 100%),
    radial-gradient(circle at 50% 42%,
      hsl(30 90% 65% / calc(var(--a2))) 0%,
      transparent 100%),
    radial-gradient(circle at 50% 42%,
      hsl(280 85% 70% / calc(var(--a3))) 0%,
      transparent 100%);
  filter: blur(70px);
  animation: glow-pink-orange-purple 10s ease-in-out infinite;
  pointer-events: none;
  will-change: background, filter;
}

@media (prefers-reduced-motion: reduce) {
  html::view-transition-old(root),
  html::view-transition-new(root) { animation-duration: 1ms; }
  .jhn-header-top-left-img img { transition: none !important; }
}

@keyframes glow-pink-orange-purple {
  0%   { --a1: 1; --a2: 0; --a3: 0; }
  33%  { --a1: 0; --a2: 1; --a3: 0; }
  66%  { --a1: 0; --a2: 0; --a3: 1; }
  100% { --a1: 1; --a2: 0; --a3: 0; }
}

.jhn-header-top-left-img{
  position:relative;
  display:inline-flex!important;
  overflow:visible;
  width:auto!important;
  pointer-events:none!important;
  --ca-x:6px;
  --ca-y:2px;
  --ca-red:rgba(255,150,160,.95);
  --ca-cyan:rgba(255,125,170,.95);
  --ca-blue:rgba(255,85,180,.95);
}
.jhn-header-top-left-img > a,
.jhn-header-top-left-img img{
  pointer-events:auto!important;
  display:block!important;
}
.jhn-header-top-left-img img{
  height:70px;
  margin-left:-1px;
  position:relative;
  z-index:1;
  transform:none;
  transition:none;
  will-change:filter,transform;
}

.jhn-header-top-left-img > a:hover img{
  animation:rm-chroma-quad 1100ms cubic-bezier(.2,.6,.2,1) 1 both;
}

@media (hover: none) and (pointer: coarse), (max-width: 1024px) {
  .jhn-header-top-left-img > a:hover img {
    animation: none !important;
  }
}

.jhn-header-top-left-img > a:active img{
  animation-play-state: running;
}

@keyframes rm-chroma-quad{
  0%{filter:none;transform:translateZ(0)}
  12%{
    filter:saturate(115%) contrast(106%)
      drop-shadow(calc(var(--ca-x)*-0.4) 0 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*0.4) 0 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*0.2) calc(var(--ca-y)*-0.2) 0 var(--ca-blue));
    transform:translateX(.25px)
  }
  22%{
    filter:saturate(125%) contrast(110%)
      drop-shadow(calc(var(--ca-x)*-1) 0 0 var(--ca-red))
      drop-shadow(var(--ca-x) 0 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*.6) calc(var(--ca-y)*-.4) 0 var(--ca-blue));
    transform:translateX(.55px)
  }
  35%{
    filter:saturate(122%) contrast(108%)
      drop-shadow(0 calc(var(--ca-y)*-0.6) 0 var(--ca-red))
      drop-shadow(0 var(--ca-y) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*.3) calc(var(--ca-y)*.5) 0 var(--ca-blue));
    transform:translateY(.45px)
  }
  45%{
    filter:saturate(128%) contrast(112%)
      drop-shadow(0 calc(var(--ca-y)*-1.1) 0 var(--ca-red))
      drop-shadow(0 var(--ca-y) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*.4) calc(var(--ca-y)*.8) 0 var(--ca-blue));
    transform:translateY(.7px)
  }
  58%{
    filter:saturate(122%) contrast(108%)
      drop-shadow(var(--ca-x) 0 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-1) 0 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-0.6) calc(var(--ca-y)*.4) 0 var(--ca-blue));
    transform:translateX(-.45px)
  }
  68%{
    filter:saturate(125%) contrast(110%)
      drop-shadow(calc(var(--ca-x)*.9) 0 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-0.9) 0 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-0.5) calc(var(--ca-y)*.2) 0 var(--ca-blue));
    transform:translateX(-.65px)
  }
  72%{
    animation-timing-function:cubic-bezier(.11,.82,.17,1);
    filter:saturate(120%) contrast(107%)
      drop-shadow(calc(var(--ca-x)* .6)  calc(var(--ca-y)* .35) 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-.6)  calc(var(--ca-y)*-.35) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-.3)  calc(var(--ca-y)* .2)  0 var(--ca-blue));
    transform:translateX(-.35px)
  }
  82%{
    filter:saturate(114%) contrast(105%)
      drop-shadow(calc(var(--ca-x)* .35) calc(var(--ca-y)* .25) 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-.35) calc(var(--ca-y)*-.25) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-.18) calc(var(--ca-y)* .14) 0 var(--ca-blue));
    transform:translate(.18px,.12px)
  }
  90%{
    filter:saturate(108%) contrast(103%)
      drop-shadow(calc(var(--ca-x)* .18) calc(var(--ca-y)* .15) 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-.18) calc(var(--ca-y)*-.15) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-.09) calc(var(--ca-y)* .08) 0 var(--ca-blue));
    transform:translate(.1px,.08px)
  }
  96%{
    filter:saturate(104%) contrast(101%)
      drop-shadow(calc(var(--ca-x)* .08) calc(var(--ca-y)* .08) 0 var(--ca-red))
      drop-shadow(calc(var(--ca-x)*-.08) calc(var(--ca-y)*-.08) 0 var(--ca-cyan))
      drop-shadow(calc(var(--ca-x)*-.04) calc(var(--ca-y)* .04) 0 var(--ca-blue));
    transform:translate(.04px,.04px)
  }
  100%{filter:none;transform:none}
}

.actions.product-actions {
    position: relative;
    z-index: 1;
}

a.btn-primary.subscribe.wide svg {
    height: 23px;
}
a.btn-primary.subscribe.wide svg path {
    fill: #ffffff;
}
a.btn-primary.subscribe.wide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 20px;
    color: #ffffff;
}
a.btn-primary.subscribe.wide:hover svg path {
    fill: #ffffff;
}
a.btn-primary.subscribe.wide:hover {
    color: var(--color-primary);
}
a {
   transition: all .15s ease; 
}
a:hover {
    transition: all .15s ease;
}

a.log-in.btn-tertiary:hover {
    background: linear-gradient(90deg, #f078b6, #fd6886);
    box-shadow: 0 0 10px rgb(253 105 136 / 66%);
    transition: opacity 1s linear;
}

a.log-in.btn-tertiary svg {
    transform: translateY(0) scale(1);
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1),
                fill 0.35s ease,
                opacity 1s linear;
}

a.log-in.btn-tertiary:hover svg {
    transform: translateY(-2px) scale(1.15);
}

a.log-in.btn-tertiary:hover svg path {
    fill: #fff;
    transition: fill 0.35s ease, opacity 1s linear;
}

.jhn-heade-mid-left-btn a:hover {
    transition: opacity 1s linear;
    border: 2px solid #ffffff4a;
    box-shadow: 0 0 10px var(--color-primary);
    background: linear-gradient(90deg, #f078b6, #fd6886);
}
.jhn-heade-mid-left-btn a {
    cursor: pointer;
    transition: all .15s ease;
}
.jhn-heade-mid-left-btn a:hover i {
    transform: rotate(340deg) scale(1.08);
    transition: all .15s ease;
}

}
.jhn-product-modal-top {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
}
.jhn-product-modal-top-left {
    width: 35%;
}

.jhn-product-modal-top-left img {
    border-radius: 6px;
}
.popup-content .actions.product-actions {
    background: transparent;
    padding: 0 20px;
}
.jhn-product-modal-top-right {
    width: 65%;
}
.jhn-product-modal-top-right {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.popup .actions.product-actions .btn-primary:hover {
    background: linear-gradient(45deg, #fb6060, #db3a70);
    border-color: transparent;
	box-shadow: 0 0 8px rgb(253 105 136 / 66%);
    color: #ffffffdb !important;
    transition: all .15s ease;
}
.popup .actions.product-actions .btn-primary:hover svg path {
    fill: #fff !important;
}
.popup .actions.product-actions .btn-primary:hover svg {
    height: 50px !important;
    transform: rotate(340deg);
    transition: all .15s ease;
}
.popup .actions.product-actions .btn-primary:hover span {
    display: none;
    transition: all .15s ease;
}
form.store-form.store-form-options input[type="text"] {
    background: #ffffff0f !important;
}

button.btn-primary.btn-glyph-text.open-basket:hover {
    background: linear-gradient(45deg, #fb6060, #db3a70);
    transition: opacity 1s linear;
    box-shadow: 0 0 10px rgb(253 105 136 / 66%);
    color: #ffffffd1;
}
button.btn-primary.btn-glyph-text.open-basket {
    border: 0px solid transparent;
}

.gift-form-popup .popup-content .btn-primary {
  border-radius: 12px !important;
  border: none !important;
  background: linear-gradient(90deg, #f078b6, #fd6886);
  color: #fff;
  font-size: 18px;
  min-height: 48px;
  line-height: 48px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 8px 22px rgba(255,150,105,.25);
}

.gift-form-popup .popup-content .btn-primary:hover {
  background: linear-gradient(45deg, #fb6060, #db3a70);
  box-shadow: 0 0 8px 2px rgba(255, 150, 105, 0.5);
  transform: none !important;
}

ul.menu.navigation-list li a, a.btn-secondary.btn-glyph-text.user-name, button.btn-primary.btn-glyph-text.open-basket {
    border-radius: 8px;
}
button.accordion:hover {
    border: 1px solid var(--color-primary);
    box-shadow: 0 0 10px rgb(253 105 136 / 66%);
    z-index: 2;
}
button.accordion.active:hover {
    border: 1px solid var(--color-primary);
    box-shadow: 0 0 10px rgb(253 105 136 / 66%);
    z-index: 2;
}
a.btn-primary.subscribe.wide:hover svg {
    transform: rotateZ(14deg);
    transition: all .15s ease;
}



  
button#currencyDropdown {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 17px;
    font-family: 'Inter';
}
.dropdown-toggle {
    background: transparent;
    border: none;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    gap: 8px;
}
  
  .dropdown-toggle:hover {
    background: rgba(0,0,0,0.05);
  }

.dropdown-menu {
    position: absolute;
    background: rgb(15 15 15 / 65%);
    backdrop-filter: blur(14px) saturate(100%);
     -webkit-backdrop-filter: blur(14px) saturate(100%);
    min-width: 140px;
    top: 45%;
    box-shadow: 0 5px 15px rgba(121, 49, 80, 0.25);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px) translateY(10px) scale(.985);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 5px 0;
    margin: 5px 0;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
  
  .dropdown-menu.up {
    transform: translateY(-10px);
  }
  
  .dropdown-menu.up.show {
    transform: translateY(0);
  }
  
  .dropdown-menu li {
    padding: 8px 15px;
    list-style: none;
    transition: all 0.2s ease;
  }
  
.dropdown-menu li:hover {
    background: linear-gradient(90deg, #f078b6, #fd6886);
    transition: opacity 1s linear;
    font-weight: 600;
}
  
.dropdown-menu li a {
    color: #ffffffd9;
    text-decoration: none;
    display: block;
}
  
/* 
	.dropdown-menu li.active {
    font-weight: 600;
    background: linear-gradient(90deg, #f078b6, #fd6886);
    transition: opacity 1s linear;
}
*/
  
  .fa-caret-down {
    transition: transform 0.3s ease;
  }
  
  .dropdown-toggle.show .fa-caret-down {
    transform: rotate(180deg);
  }
  

  .fa-dollar-sign, .fa-globe {
    font-size: 14px;
  }

button#languageDropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 17px;
    font-family: 'Inter';
}

button#languageDropdown:hover,
button#currencyDropdown:hover {
    transition: opacity .10s linear;
    color: #ff7ca7;
    background: transparent;
}

ul#languageMenu.dropdown-menu {
    --langmenu-shift: 1.8in;
    position: fixed !important;
    left: auto !important; 
    right: -26% !important;
    top: 34% !important;
    min-width: 400px;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(121, 49, 80, 0.25);
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-150px) translateY(10px) scale(.985);
    transition:
        opacity 0.25s ease-in-out,
        transform 0.25s ease-in-out,
        visibility 0.25s ease-in-out;
    will-change: opacity, transform;
    pointer-events: none;
    filter: none !important;
}

ul#languageMenu.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

ul#languageMenu.dropdown-menu li {
    width: auto;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
	font-weight: 400;
    padding: 6px 4px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

ul#languageMenu.dropdown-menu li:hover {
    background: #f6709e;
    color: #000;
    font-weight: 600;
}

ul#languageMenu.dropdown-menu li img {
    height: 16px;
    width: auto;
    vertical-align: -3px;
    margin-right: 6px;
}

@media (max-width: 820px) {
  ul#languageMenu.dropdown-menu {
    min-width: 200px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }
}

#languageMenu.dropdown-menu,
#currencyMenu.dropdown-menu {
  position: absolute;
  top: 100%;
  border-radius: 12px !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5), 0 0 40px rgba(244,135,171,0.25) !important;
  overflow: hidden;
  padding: 0 !important;
  min-width: 220px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
  z-index: 1000003 !important;
  background: transparent !important;
  isolation: isolate;
}

#currencyMenu.dropdown-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.70);
  pointer-events: none;
  z-index: 0;
}

#languageMenu.dropdown-menu {
  max-height: 585px !important;
  right: 0;
  left: auto;
  padding: 8px;
  background: rgba(15, 15, 15, 0.70) !important;
}

#languageMenu.dropdown-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

#languageMenu.dropdown-menu > *,
#currencyMenu.dropdown-menu > * {
  position: relative;
  z-index: 1;
}

#languageMenu.dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  color: #fff !important;
  text-decoration: none;
  background: transparent !important;
  transition: background .2s ease, color .2s ease;
  line-height: 1.6;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
}

#currencyMenu.dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 12px;
  color: #fff !important;
  text-decoration: none;
  background: transparent !important;
  transition: background .2s ease, color .2s ease;
  line-height: 1.6;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
}

#languageMenu.dropdown-menu li:not(:last-child),
#currencyMenu.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#languageMenu.dropdown-menu li a:hover,
#currencyMenu.dropdown-menu li a:hover {
  background: linear-gradient(90deg, #f078b6, #fd6886);
  color: #fff !important;
}

#currencyMenu.dropdown-menu { left: 0; width: 260px; }
#currencyMenu.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#languageMenu.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  max-height: 600px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

#languageMenu.dropdown-menu::-webkit-scrollbar { width: 10px; }
#languageMenu.dropdown-menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 8px; }
#languageMenu.dropdown-menu::-webkit-scrollbar-track { background: transparent; }

html[lang="zh_TW"] .jhn-header-top-right .currency,
html[lang="zh_CN"] .jhn-header-top-right .currency,
html[lang="ko_KR"] .jhn-header-top-right .currency,
html[lang="zh-tw"] .jhn-header-top-right .currency,
html[lang="zh-cn"] .jhn-header-top-right .currency,
html[lang="ko-kr"] .jhn-header-top-right .currency {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: right !important;
  white-space: nowrap !important;
  flex: 0 0 130px !important;
  max-width: 130px !important;
  min-width: 130px !important;
  overflow: visible !important;
}

:root:lang(ru) {
  --ru-line-height: 1.25;
}

:lang(ru) {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

:lang(ru) .product-card,
:lang(ru) .product-card *,
:lang(ru) .popup,
:lang(ru) .popup *,
:lang(ru) .jhn-help-block,
:lang(ru) .jhn-help-block * {
  min-width: 0 !important;
}

:lang(ru) .product-card .product-name,
:lang(ru) .product-card .title,
:lang(ru) .popup .title,
:lang(ru) .btn,
:lang(ru) .jhn-feature .desc,
:lang(ru) [class*="truncate"],
:lang(ru) [class*="line-clamp"],
:lang(ru) .clamp,
:lang(ru) .ellipsis {
  white-space: normal !important;
  text-overflow: clip !important;
  overflow: visible !important;
  display: block;
  line-height: var(--ru-line-height);
}

:lang(ru) .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
}

:lang(ru) .btn,
:lang(ru) .tag,
:lang(ru) .pill {
  height: auto !important;
  min-height: 2.25rem;
  align-items: center;
}

:lang(ru) .price,
:lang(ru) .currency,
:lang(ru) .user-name.btn-glyph-text {
  white-space: normal !important;
}

@media (max-width: 480px) {
  :lang(ru) .product-card .product-name,
  :lang(ru) .popup .title,
  :lang(ru) .btn {
    letter-spacing: 0;
  }
}

button.accordion.active svg:first-child {
    transform: none;
}

.accordion .acc-icon,
.accordion .mdi-chevron-down {
  display: inline-block;
  transition: transform .25s ease;
  transform: rotate(0deg);
  vertical-align: middle;
}

.accordion[aria-expanded="true"] .acc-icon,
.accordion.active .acc-icon,
.accordion[aria-expanded="true"] .mdi-chevron-down,
.accordion.active .mdi-chevron-down {
  transform: rotate(180deg);
}


.basket .popup-subtitle {
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.popup-content.basket-popup-content.basket .jhn-login-content-basket {
    margin-top: 25%;
    text-align: center;
    text-align: -webkit-center;
    padding: 0 2rem;
}
.popup-content.basket-popup-content.basket .jhn-login-content-basket .popup-subtitle {
    color: #ffffffd9;
}
.popup-content.basket-popup-content.basket .jhn-login-content-basket .popup-subtitle svg {
    display: none;
}
.popup-content.basket-popup-content.basket .jhn-login-content-basket-btn a.btn-primary {
     background: linear-gradient(0deg, #f078b6, #fd6886);
    border-color: transparent;
    color: #ffffffeb;
    position: relative;
    border-radius: 12px;
    padding: 18px 15px;
    width: 240px;
    height: 65px;
    font-family: 'Bebas Neue';
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    letter-spacing: 1.2px;
    max-width: 300px;
    cursor: pointer;
    margin: 35px auto;
}

.popup-content.basket-popup-content.basket .jhn-login-content-basket-btn a.btn-primary:hover {
    background: linear-gradient(90deg, #ea0a49, #e6275d);
    border-color: transparent;
    color: #ffffffeb;
    position: relative;
    border-radius: 12px;
    padding: 18px 15px;
    width: 240px;
    height: 65px;
    font-family: 'Bebas Neue';
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    letter-spacing: 1.2px;
    max-width: 300px;
    cursor: pointer;
    margin: 35px auto;
}

:root:has(.breadcrumbs a[href*="/category/assets"]) .jhn-header:before,
:root:has(.navigation-horizontal a[href*="/category/assets"].link-active) .jhn-header:before,
:root:has(.breadcrumbs a[href*="/category/graphics"]) .jhn-header:before,
:root:has(.navigation-horizontal a[href*="/category/graphics"].link-active) .jhn-header:before {
  background: none !important;
  background-image: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  opacity: 0 !important;
  filter: none !important;
}

:root:has(.breadcrumbs a[href^="/category/assets"]) .jhn-footer,
:root:has(.navigation-horizontal a[href^="/category/assets"].link-active) .jhn-footer,
:root:has(.breadcrumbs a[href^="/category/graphics"]) .jhn-footer,
:root:has(.navigation-horizontal a[href^="/category/graphics"].link-active) .jhn-footer {
  padding-top: 45px !important;
}

:root:has(.breadcrumbs a[href^="/category/"]) .jhn-cat-page-sel {
  margin-top: 0 !important;
}

:root:has(.breadcrumbs a[href^="/category/assets"]) .jhn-cat-page-sel,
:root:has(.breadcrumbs a[href^="/category/graphics"]) .jhn-cat-page-sel {
  margin-top: 0 !important;
}

:root:has(.breadcrumbs a[href^="/category/"]) .category-description {
  margin-top: 1rem;
}

:root:has(.breadcrumbs a[href^="/category/assets"]) .jhn-header,
:root:has(.navigation-horizontal a[href^="/category/assets"].link-active) .jhn-header,
:root:has(.breadcrumbs a[href^="/category/graphics"]) .jhn-header,
:root:has(.navigation-horizontal a[href^="/category/graphics"].link-active) .jhn-header {
  margin-bottom: -25px !important;
}

:root:has(.breadcrumbs a[href^="/category/assets"]) .category-description,
:root:has(.navigation-horizontal a[href^="/category/assets"].link-active) .category-description,
:root:has(.breadcrumbs a[href^="/category/graphics"]) .category-description,
:root:has(.navigation-horizontal a[href^="/category/graphics"].link-active) .category-description {
  margin-top: 0 !important;
}

.jhn-header:before,
.jhn-header:after {
pointer-events: none !important;
}

html.is-terms .jhn-header:before,
html.is-terms .jhn-header:after {
  content: none !important;
  background: none !important;
  height: 0 !important;
  opacity: 0 !important;
  filter: none !important;
  pointer-events: none !important;
}
html.is-terms .jhn-header { height: auto !important; margin: 0 !important; }

html.is-terms .jhn-heade-mid { display: none !important; }

html.is-terms .jhn-header { 
  margin: 0 0 28px !important;
}

html.is-terms .store-text,
html.is-terms .text-content { 
  margin-top: 100px !important;
}

html.is-terms .jhn-header:after {
  height: 0 !important;
}

html.is-terms .store-text,
html.is-terms .text-content {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 80px auto !important;
  padding: 60px 80px !important;
  border-radius: 12px;
  text-align: left;
  line-height: 1.7;
}

html.is-terms .store-text p,
html.is-terms .text-content p { margin: 1.25em 0; }

html.is-terms .store-text h1,
html.is-terms .store-text h2,
html.is-terms .store-text h3,
html.is-terms .text-content h1,
html.is-terms .text-content h2,
html.is-terms .text-content h3 {
  margin: 2em 0 1em;
  line-height: 1.3;
}

html.is-terms .text-content table,
html.is-terms .store-text table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 2em 0;
}

html.is-terms .text-content th,
html.is-terms .text-content td,
html.is-terms .store-text th,
html.is-terms .store-text td {
  vertical-align: top;
  padding: 14px 18px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

html.is-terms .text-content th,
html.is-terms .text-content td {
  border-bottom: 1px solid rgba(255,255,255,.08);
}
html.is-terms .text-content th + th,
html.is-terms .text-content td + td {
  border-left: 1px solid rgba(255,255,255,.06);
}

html.is-terms .text-content table tr > *:nth-child(1) { width: 30%; }
html.is-terms .text-content table tr > *:nth-child(2) { width: 30%; }
html.is-terms .text-content table tr > *:nth-child(3) { width: 40%; }

html.is-terms .text-content td ul,
html.is-terms .text-content td ol {
  margin: 0.75em 0 1.25em 1.5em;
  padding: 0;
}

@media (max-width: 768px) {
  html.is-terms .store-text,
  html.is-terms .text-content {
    padding: 30px 20px !important;
    margin: 40px auto !important;
  }
  html.is-terms .text-content table {
    display: block;
    overflow-x: auto;
  }
}


@media (min-width: 901px) {
html, body { overflow-y: auto !important; }
}
body { overflow-x: hidden; }

.text-content, .text-content * { user-select: text !important; }

.text-content a:not(.btn-primary):not(.btn-secondary):not(.btn-tertiary),
.store-text a:not(.btn-primary):not(.btn-secondary):not(.btn-tertiary) {
  color: #f3709c !important;
  font-weight: 700;
}
.text-content a:hover:not(.btn-primary):not(.btn-secondary):not(.btn-tertiary),
.store-text a:hover:not(.btn-primary):not(.btn-secondary):not(.btn-tertiary) {
  color: #ff0f5e !important;
  font-weight: 700;
}

.navigation-vertical.widget,
.store-sidebar { display: none !important; }

.site-content-widgets {
grid-template-columns: 1fr !important;
}


/* Mobile CSS */

@media (max-width: 820px) {
  :root {
    --rm-drawer-w: min(82vw, 340px);
    --rm-guard: 24px;
    --rm-header-h: 56px;
  }

  body {
    overflow-x: hidden;
    padding-top: var(--rm-header-h);
  }

  @media (min-width: 901px) {
    body {
      overflow-y: hidden;
    }
  }

  @media (max-width: 820px) {
    body {
      overflow-y: auto;
      overflow-x: hidden;
    }
  }

  .jhn-header-top {
    position: fixed !important;
    top: 0; left: 0; right: 0;
    height: var(--rm-header-h);
    background: #000 !important;
    z-index: 5000 !important;
  }

  .jhn-header:before,
  .jhn-header:after,
  .jhn-header-top:before,
  .jhn-header-top:after { pointer-events: none !important; }

  .jhn-header-top :is(.jhn-header-top-left-img, .site-logo, .header-logo, .logo) {
    position: absolute !important;
    left: 50% !important;
    top: 8px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 5002 !important;
  }
  .jhn-header-top :is(.jhn-header-top-left-img, .site-logo, .header-logo, .logo) img {
    content: url("https://downloads.razedmods.com/img/store/logo.png");
    height: 34px;
    width: auto;
    margin: 0;
    display: block;
  }

  .nav-toggle + .toggle-navigation {
    position: absolute !important;
    left: 10px !important; top: 10px !important;
    width: 40px !important; height: 40px !important;
    border: 0 !important; border-radius: 8px !important;
    background: rgb(0 0 0 / 24%) !important;
    display: grid !important; place-items: center !important;
    z-index: 6000 !important;
    cursor: pointer;
  }
  .nav-toggle + .toggle-navigation::after {
    content: ""; width: 22px; height: 2px; background: #fff; border-radius: 2px;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }
  .nav-toggle:checked + .toggle-navigation { display: none !important; }

  .site-navigation.navigation-horizontal {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: var(--rm-drawer-w) !important;
    height: 100dvh !important;
    background: rgba(14,14,16,.96) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-right: 1px solid rgba(255,255,255,.06);
    padding-top: 64px !important;
    transform: translateX(-100%) !important;
    transition: transform .2s ease !important;
    z-index: 4000 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow-y: auto;
    box-sizing: border-box !important;
  }
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal {
    transform: translateX(0) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.35) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .site-navigation.navigation-horizontal::before {
    content: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .close-navigation { display: none !important; }
  .nav-toggle:checked ~ .site-navigation .close-navigation {
    display: inline-grid !important; place-items: center !important;
    position: absolute !important; top: 10px !important; right: 10px !important; left: auto !important;
    width: 44px !important; height: 44px !important; padding: 0 14px !important; border-radius: 12px !important;
    background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: none !important; cursor: pointer; z-index: 4200 !important;
  }
  .nav-toggle:checked ~ .site-navigation .close-navigation i,
  .nav-toggle:checked ~ .site-navigation .close-navigation svg { display: none !important; }
  .nav-toggle:checked ~ .site-navigation .close-navigation::before,
  .nav-toggle:checked ~ .site-navigation .close-navigation::after {
    content: ""; position: absolute; left: 12px; right: 12px; top: 21px; height: 2px; background: #fff;
  }
  .nav-toggle:checked ~ .site-navigation .close-navigation::before { transform: rotate(45deg); }
  .nav-toggle:checked ~ .site-navigation .close-navigation::after { transform: rotate(-45deg); }
  .nav-toggle:checked ~ .site-navigation .close-navigation:hover { background: linear-gradient(90deg,#f078b6,#fd6886) !important; }

  .site-navigation .menu.navigation-list {
    display: flex !important; flex-direction: column !important; gap: 10px !important;
    padding: 76px 12px 12px !important; margin: 0 !important;
    background: transparent !important; border: 0 !important; position: relative; z-index: 4150;
  }
  .site-navigation .menu.navigation-list > li > a {
    display: flex !important; align-items: center !important; gap: 10px !important;
    height: 48px !important; padding: 10px 14px !important; border-radius: 12px !important;
    background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.08) !important;
    transform: none !important; box-shadow: none !important;
  }
  .site-navigation .menu.navigation-list > li > a:hover {
    background: linear-gradient(90deg,#f078b6,#fd6886) !important;
  }
  .site-navigation .menu.navigation-list svg { width: 20px; height: 20px; flex: 0 0 20px; }
  .site-navigation .menu.navigation-list svg path { fill: #fff; }

  .nav-backdrop {
    display: none !important;
    position: fixed; top: 0; bottom: 0; right: 0;
    left: calc(var(--rm-drawer-w) + var(--rm-guard));
    background: rgba(0,0,0,.45);
    z-index: 3500; pointer-events: none !important;
  }
  .nav-toggle:checked ~ .nav-backdrop { 
    display: none !important;
    pointer-events: none !important;
  }

  .jhn-header-top-right a.log-in,
  .jhn-header-top-right a.user-name,
  a.btn-secondary.btn-glyph-text.user-name,
  #currencyDropdown, #languageDropdown,
  .currency, .language,
  .user-actions .currency, .user-actions .language { display: none !important; }

  .jhn-header-top-right .open-basket {
    position: absolute !important;
    right: 10px !important; top: 10px !important;
    width: 40px !important; height: 40px !important;
    padding: 0 !important; border: 0 !important; border-radius: 8px !important;
    background: rgb(0 0 0 / 24%) !important;
    display: grid !important; place-items: center !important;
    gap: 0 !important; overflow: hidden !important;
    z-index: 6000 !important;
    transition: none !important;
  }
  .jhn-header-top-right .open-basket span { display: none !important; }
  .jhn-header-top-right .open-basket svg { width: 22px; height: 22px; }
  .jhn-header-top-right .open-basket:hover,
  .jhn-header-top-right .open-basket:focus,
  .jhn-header-top-right .open-basket:active {
    background: rgb(0 0 0 / 24%) !important; box-shadow: none !important; filter: none !important; outline: none !important;
  }

  [class*="cart"][class*="drawer"],
  [class*="cart"][class*="popup"],
  [class*="cart"][class*="panel"],
  [class*="basket"][class*="drawer"],
  [class*="basket"][class*="popup"],
  [class*="basket"][class*="panel"],
  .cart-drawer, .cart-popup, .cart-sidebar, .minicart,
  .basket-drawer, .basket-popup, .shopping-cart,
  #basket, [role="dialog"][aria-modal="true"] {
    position: fixed !important;
    top: 0 !important; right: 0 !important;
    height: 100dvh !important;
    z-index: 7000 !important;
  }
}

.popup-overlay,
.popup-backdrop {
  pointer-events: none !important;
}

.nav-backdrop {
  pointer-events: none !important;
}

@media (max-width: 820px) {
  .nav-toggle + .toggle-navigation { left: 8px !important; top: 8px !important; }
}

@media (max-width: 820px) {
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal {
    z-index: 7000 !important;
  }

  .nav-toggle:checked ~ .nav-backdrop {
    display: none !important;
    pointer-events: none !important;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    z-index: 6500 !important;
  }

  .nav-toggle:checked ~ .site-navigation.navigation-horizontal::after {
    content: none !important;
    pointer-events: none !important;
  }

  .nav-toggle:checked ~ .jhn-header-top {
    pointer-events: none;
  }
}

@media (max-width: 820px) {
  html { scroll-behavior: smooth; }
  body, .site-navigation.navigation-horizontal {
    -webkit-overflow-scrolling: touch;
  }

  .jhn-header {
    height: 400px !important;
    margin-bottom: 16px;
  }
  .jhn-header:before {
    height: 360px !important;
  }
  .jhn-heade-mid {
    height: 400px !important;
  }

  .jhn-footer:before {
    bottom: 0;
  }
}

@media (max-width: 820px) {
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal {
    pointer-events: auto !important;
  }
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal * {
    pointer-events: auto !important;
  }

  .site-navigation .menu.navigation-list {
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
  }

  .site-navigation.navigation-horizontal::before {
    content: none !important;
    pointer-events: none !important;
    width: 0 !important;
  }

  .site-navigation.navigation-horizontal::after {
    content: none !important;
    pointer-events: none !important;
  }

  .nav-backdrop {
    display: none !important;
    position: fixed; top: 0; bottom: 0; right: 0;
    left: var(--rm-drawer-w);
    background: rgba(0,0,0,.45);
    z-index: 6500 !important;
    pointer-events: none !important;
  }
  .nav-toggle:checked ~ .nav-backdrop {
    display: none !important;
    pointer-events: none !important;
    -webkit-user-select: none; user-select: none; touch-action: none;
  }

  .nav-toggle:checked ~ .site-navigation.navigation-horizontal {
    z-index: 7000 !important;
  }

  .site-navigation .menu.navigation-list {
    gap: 8px !important;
    padding-bottom: 16px !important;
  }
  .site-navigation .menu.navigation-list > li > a {
    min-height: 48px !important;
    width: 100% !important;
  }
}

@media (max-width: 820px) {
  .site-navigation.navigation-horizontal {
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .site-navigation .menu.navigation-list {
    padding-top: calc(64px + 12px) !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom, 16px)) !important;
    flex: 1 1 auto !important;
    min-height: 100dvh !important;
    position: relative !important;
    pointer-events: auto !important;
  }

  .nav-toggle:checked ~ .site-navigation.navigation-horizontal {
    pointer-events: auto !important;
    z-index: 7000 !important;
  }
}

@media (max-width: 820px) {
  .site-navigation .menu.navigation-list li.login a.log-in {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 48px !important;
    width: 100% !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
  }
  .site-navigation .menu.navigation-list li.login a.log-in:hover {
    background: linear-gradient(90deg,#f078b6,#fd6886) !important;
  }

  .jhn-header-top-right a.log-in { display: none !important; }
}

  .site-navigation.navigation-horizontal {
  }

@media (hover:hover) and (pointer:fine) {
  .navigation-horizontal .menu > li > a,
  ul.menu.navigation-list > li > a {
    transform: translateY(0) scale(1);
    transition:
      transform .8s cubic-bezier(.2,.8,.2,1),
    will-change: transform;
  }

  .navigation-horizontal .menu > li > a:hover,
  ul.menu.navigation-list > li > a:hover {
    transform: translateY(-2px) scale(1.03);
  }

  .navigation-horizontal .menu > li > a:active,
  ul.menu.navigation-list > li > a:active {
    transform: translateY(0) scale(.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .navigation-horizontal .menu > li > a,
  ul.menu.navigation-list > li > a {
    transition: background .2s ease;
    transform: none !important;
    box-shadow: none !important;
  }
}

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

body { overflow: visible; }

@media (max-width: 820px) {
  :root { --rm-drawer-w: min(82vw,340px); --rm-guard: 24px; --rm-header-h: 56px; }

  .nav-toggle + .toggle-navigation { display: grid !important; }

  .site-navigation.navigation-horizontal{
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: var(--rm-drawer-w) !important;
    height: 100dvh !important;
    background: rgba(14,14,16,.96) !important;
    border-right: 1px solid rgba(255,255,255,.06);
    transform: translateX(-100%) !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
    visibility: hidden !important; opacity: 0 !important;
    pointer-events: none !important; z-index: 4000 !important;
  }
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal{
    transform: translateX(0) !important;
    visibility: visible !important; opacity: 1 !important;
    pointer-events: auto !important;
  }

@media (max-width: 820px) {
  .jhn-header-top-right > :not(.user-actions) { 
    display: none !important;
  }
  .jhn-header-top-right .open-basket {
    display: grid !important;
  }
}

@media (min-width: 961px) {
  .nav-toggle + .toggle-navigation { display: none !important; }
  .site-navigation.navigation-horizontal{
    position: static !important;
    height: auto !important;
    background: transparent !important;
    transform: none !important;
    visibility: visible !important; opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 820px) {
  [role="dialog"][aria-modal="true"],
  .popup,
  .login-popup {
    position: fixed !important;
    z-index: 9000 !important;
  }

  .popup-overlay,
  .popup-backdrop {
    position: fixed !important;
    z-index: 8950 !important;
  }
}

@media (max-width: 820px) {
  .jhn-header,
  .jhn-heade-mid {
    height: auto !important;
  }

  .jhn-header:before {
    height: 100% !important;
    bottom: 0 !important;
  }

  .jhn-heade-mid {
    flex-direction: column !important;
    align-items: center !important;
  }
  .jhn-heade-mid-left,
  .jhn-heade-mid-right {
    width: 106% !important;
  }
  .jhn-heade-mid-right {
    margin-top: 16px !important;
    display: block !important;
  }
  .jhn-heade-mid-right iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
  }
}

@media (max-width: 820px) {
  .jhn-heade-mid { padding-top: 24px !important; }
}

@media (max-width: 820px) {
  .jhn-footer,
  .jhn-footer .container {
    box-sizing: border-box;
    max-width: 100% !important;
    padding-left: calc(16px + env(safe-area-inset-left, 0px)) !important;
    padding-right: calc(16px + env(safe-area-inset-right, 0px)) !important;
  }

  .jhn-footer::before {
    bottom: 150% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(92vw, 560px) !important;
    height: 240px !important;
    filter: blur(160px) !important;
  }

  .jhn-footer .footer-bottom,
  .jhn-footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap !important;
    gap: 8px 12px;
    overflow: hidden;
  }
  .jhn-footer .footer-bottom > *,
  .jhn-footer .row > * {
    min-width: 0 !important;
  }

  .jhn-footer [class*="logo"] { flex: 0 0 auto; max-width: 56px; }
  .jhn-footer [class*="logo"] img { height: 24px; width: auto; }

  .jhn-footer .copyright,
  .jhn-footer [class*="copy"] {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: clamp(11px, 3.2vw, 16px);
    line-height: 1.2;
    text-align: center;
  }

  .jhn-footer .socials,
  .jhn-footer [class*="social"] {
    max-width: 100%;
    overflow: hidden;
  }

  html, body { overflow-x: hidden; }
}

@media (max-width: 960px){
  .jhn-header-top-right .open-basket {
    position: absolute !important;
    top: -42px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: rgb(0 0 0 / 24%) !important;
    z-index: 6000 !important;
  }
}

@media (min-width: 961px) and (max-width: 1366px) and (hover: none) and (pointer: coarse){
  .jhn-header-top-right .open-basket {
    position: absolute !important;
    top: -42px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: rgb(0 0 0 / 24%) !important;
    z-index: 6000 !important;
  }
}

  .jhn-header-top-right .open-basket span { 
  display: none !important; 
  }
}

@media (min-width: 961px){
  .jhn-header-top-right{
    transform: translateY(-1px) !important;
  }

  .site-header-inner .user-actions{
    top: calc(var(--widget-padding) - 6px) !important;
  }
}

@media (max-width: 820px) {
  .jhn-heade-mid { 
    flex-direction: column; 
    align-items: center; 
    height: auto; 
    padding: 16px 0 24px;
  }
  .jhn-heade-mid-left { width: 100%; }
  .jhn-heade-mid-right {
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .jhn-heade-mid-right iframe {
    margin: 0 auto !important;
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}


@media (max-width: 820px){

  .site-navigation.navigation-horizontal{
    overflow: visible !important;
    backface-visibility: hidden;
    will-change: transform;
    transform: translateZ(0) translateX(-100%) !important;
  }
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal{
    transform: translateZ(0) translateX(0) !important;
  }

  .site-navigation .menu.navigation-list{
    overflow-y: auto !important;
    max-height: calc(100dvh - 88px) !important;
    -webkit-overflow-scrolling: touch;
  }

  .navigation-horizontal .menu,
  .navigation-horizontal .menu.navigation-list{
    transition: none !important;
    animation: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    height: auto !important;
  }
}

@media (max-width: 820px){
  .nav-toggle:checked ~ .site-navigation .menu {
    translate: 0 0 !important;
    opacity: 1 !important;
    scale: 1 !important;
  }
  .nav-toggle:checked ~ .site-navigation.touching .menu,
  .nav-toggle:checked ~ .site-navigation.may-close .menu,
  .nav-toggle:checked ~ body.show-navigation .site-navigation .menu {
    translate: 0 0 !important;
    opacity: 1 !important;
    scale: 1 !important;
  }
  .nav-toggle:checked ~ .site-navigation .close-navigation{
    -webkit-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
  }
}

@media (max-width: 820px){
  .nav-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: var(--rm-drawer-w) !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,.45) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 6500 !important;
    display: none !important;
    pointer-events: auto !important;
  }
  .nav-toggle:checked ~ .nav-backdrop {
    display: block !important;
  }
  .nav-backdrop,
  .nav-backdrop * {
    cursor: default !important;
  }

@media (max-width: 820px){
  .nav-toggle:checked ~ label{ pointer-events:none !important; }
  .nav-toggle:checked ~ .nav-backdrop{ pointer-events:none !important; }
  .nav-toggle:checked ~ .jhn-header-top,
  .nav-toggle:checked ~ .jhn-header,
  .nav-toggle:checked ~ .jhn-heade-mid,
  .nav-toggle:checked ~ .jhn-footer,
  .nav-toggle:checked ~ main,
  .nav-toggle:checked ~ .site-content,
  .nav-toggle:checked ~ .content,
  .nav-toggle:checked ~ .container,
  .nav-toggle:checked ~ #content{
    pointer-events:none !important;
    -webkit-user-select:none !important;
    user-select:none !important;
    touch-action:none !important;
  }
  html.nav-open, body.nav-open, .nav-toggle:checked ~ body{ overflow:hidden !important; }

  .site-navigation.navigation-horizontal{ position:fixed !important; z-index:7000 !important; }
  .site-navigation.navigation-horizontal .menu.navigation-list{ z-index:2 !important; }
  .nav-toggle:checked ~ .site-navigation.navigation-horizontal::after{
    content:"";
    position:fixed;
    top:0; right:0; bottom:0; left:var(--rm-drawer-w);
    background: rgba(0,0,0,.45);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index:1;
    pointer-events:auto;
    cursor: default;
  }

  .nav-toggle:checked ~ .site-navigation .close-navigation{
    pointer-events:auto !important;
    -webkit-user-select:none !important;
    user-select:none !important;
    touch-action:manipulation !important;
  }
}

@supports (height: 100dvh) {
  .site { min-height: calc(100dvh - var(--tebex-footer-height)); }
}

@supports not (height: 100dvh) and (height: 100svh) {
  .site { min-height: calc(100svh - var(--tebex-footer-height)); }
}

@media (max-width: 820px) {
  .site-footer-credit .site-footer-credit-inner {
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 820px) {
  .jhn-header-top {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }

  body {
    padding-top: calc(var(--rm-header-h) + env(safe-area-inset-top, 0px));
  }
}

@media (max-width: 960px) {
  .login-popup-content {
    box-sizing: border-box;
    height: auto !important;

    min-height: 60vh !important;
    min-height: 60svh !important;

    max-height: 90vh !important;
    max-height: 90svh !important;
    max-height: 90dvh !important;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-block: 12px;
  }
}

:root {
  --rm-product-img-ratio: 16/9;
}


.store-products-images .store-product .image-link {
  display: block;
  position: relative;
  aspect-ratio: var(--rm-product-img-ratio);
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.store-products-images .store-product .image-link img,
.store-products-images .store-product .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .store-products-images .store-product .image-link img,
  .store-products-images .store-product .image img {
    transition: none !important;
  }
}
