/** Shopify CDN: Minification failed

Line 281:7 Unexpected "'.p1'"
Line 286:7 Unexpected "'.p1'"

**/
.icon_small,
.icon_size,
.medium_size_icon,
.icon_size_small,
.large_icon {
  display: inline-block;
}
.icon_small {
  width: 14px;
  height: 14px;
}
.icon_size {
  width: 20px;
  height: 20px;
}
.medium_size_icon {
  width: 24px;
  height: 24px;
}
.icon_size_small {
  width: 16px;
  height: 16px;
}
.icon_size_bigger {
  width: 18px;
  height: 18px;
}
.large_icon {
  width: 30px;
  height: 30px;
}
.flex-auto {
  flex: 1 0 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.display_grid{
  display: grid;
}
.center-text{
  justify-content: center;
  text-align:center;
}
.content-end, product-price .price-varies-msg{
  justify-content: flex-end;
  text-align:end;
}
.space-between{
  justify-content: space-between;
}
.gap-0{
  gap:0;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-35 {
  gap: 35px;
}
.gap-40 {
  gap: 40px;
}
.gap-45 {
  gap: 45px;
}
.gap-50 {
  gap: 50px;
}
.width-100{
  width: 100%;
}
.strong{
  font-weight: 700;
}
.secondary_button {
  text-align: center;
  padding: 15px 30px 15px 30px;
  background-color: rgb(248, 244, 253);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0.796192px 1.75162px -1px,
    rgba(255, 255, 255, 0.47) 0px 2.41451px 5.31191px -2px,
    rgba(255, 255, 255, 0.4) 0px 6.38265px 14.0418px -3px,
    rgba(255, 255, 255, 0.13) 0px 20px 44px -4px;
  border-radius: 30px;
  font-size: 14px;
}
.secondary_button:hover{
  color: rgb(15, 23, 40);
}
.secondary_button_parent{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  text-align: center;
  width: max-content;
  background:rgb(248, 244, 253);
}
.secondary_button_img {
  position: absolute;
  top: calc(50.505050505050534% - 100% / 2);
  width: 200%;
  left: 0;
  height: 100%;
  border-radius: 30px;
  transition: all .3s ease-out;
  opacity:0.3;
}
.secondary_button_parent .secondary_button {
  background-color: transparent;
  border-radius: 30px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0.796192px 1.75162px -1px, rgba(255, 255, 255, 0.47) 0px 2.41451px 5.31191px -2px, rgba(255, 255, 255, 0.4) 0px 6.38265px 14.0418px -3px, rgba(255, 255, 255, 0.13) 0px 20px 44px -4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height:19.6px;
}
.secondary_button_parent:hover .secondary_button_img {
  left: -100%;
  right: 0;
}
.secondary_button_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity:12;
}
.primary_button {
  color: #fff;
  text-align: center;
  padding: 15px 30px 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: rgba(254, 0, 148, 0.5) 0px 0.796192px 1.75162px -1px,
    rgba(254, 0, 148, 0.47) 0px 2.41451px 5.31191px -2px,
    rgba(254, 0, 148, 0.4) 0px 6.38265px 14.0418px -3px,
    rgba(254, 0, 148, 0.13) 0px 20px 44px -4px;
  background: linear-gradient(
    270deg,
    rgb(254, 106, 8) 0%,
    rgb(213, 7, 246) 100%
  );
  line-height: 19.6px;
}
.primary_button:hover {
  background: linear-gradient(270deg, #df08fe, #d507f6);
  box-shadow: rgba(254, 0, 148, 0.5) 0px 0.796192px 1.75162px -1px,
    rgba(254, 0, 148, 0.47) 0px 2.41451px 5.31191px -2px,
    rgba(254, 0, 148, 0.4) 0px 6.38265px 14.0418px -3px,
    rgba(254, 0, 148, 0.13) 0px 20px 44px -4px;
}
.primary-button-parent {
    width: max-content;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: rgba(254, 0, 148, 0.5) 0px 0.796192px 1.75162px -1px, rgba(254, 0, 148, 0.47) 0px 2.41451px 5.31191px -2px, rgba(254, 0, 148, 0.4) 0px 6.38265px 14.0418px -3px, rgba(254, 0, 148, 0.13) 0px 20px 44px -4px;
}
.primary-bg-color {
    background: linear-gradient(270deg, rgb(254, 106, 8) 0%, rgb(213, 7, 246) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.5s;
}
.primary-button-parent .button {
    box-shadow: rgba(254, 0, 148, 0.5) 0px 0.796192px 1.75162px -1px, rgba(254, 0, 148, 0.47) 0px 2.41451px 5.31191px -2px, rgba(254, 0, 148, 0.4) 0px 6.38265px 14.0418px -3px, rgba(254, 0, 148, 0.13) 0px 20px 44px -4px;
    width: 100%;
    border-radius: 30px;
    border: 0;
    outline: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0;
    opacity: 1;
    z-index: 1;
    position: relative;
    background: transparent;
    margin:0;
}
.primary-button-parent .button:hover + .primary-bg-color {
    width: 200%;
}
.transparent_button {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0.706592px 1.5545px -0.666667px,
                rgba(255, 255, 255, 0.19) 0px 1.80656px 3.97444px -1.33333px,
                rgba(255, 255, 255, 0.18) 0px 3.62176px 7.96787px -2px,
                rgba(255, 255, 255, 0.17) 0px 6.8656px 15.1043px -2.66667px,
                rgba(255, 255, 255, 0.13) 0px 13.6468px 30.0229px -3.33333px,
                rgba(255, 255, 255, 0.05) 0px 30px 66px -4px;
    border-radius: 30px;
    text-align: center;
    background: rgba(15, 23, 40, 0);
    border: 1px solid rgb(15, 23, 40);
    width: max-content;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
}
.tertiary_button{
  padding: 15px 30px 15px 30px;
  background: rgb(144, 14, 204);
  box-shadow: rgba(107, 28, 155, 0.51) 0px 0.706592px 1.5545px -0.666667px, rgba(107, 28, 155, 0.5) 0px 1.80656px 3.97444px -1.33333px, rgba(107, 28, 155, 0.47) 0px 3.62176px 7.96787px -2px, rgba(107, 28, 155, 0.43) 0px 6.8656px 15.1043px -2.66667px, rgba(107, 28, 155, 0.34) 0px 13.6468px 30.0229px -3.33333px, rgba(107, 28, 155, 0.13) 0px 30px 66px -4px;
  border-radius: 30px;
  width: max-content;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease-in-out;
  max-height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tertiary_button:hover{
  background: rgb(100, 7, 143);
}
.shopify-section .para-margin-0 *{
  margin:0;
}
body .group-block-content>.background-gradient-group, .group-block.background-gradient-group{
    background: #fff;
    cursor: pointer;
}

body .background-gradient-group:hover .overlay--solid {
    visibility: visible;
}
body .background-gradient-group .overlay--solid {
    background-image: url(/cdn/shop/files/aJYGe8BCYlPiU3ZYfuz5hJegPZM.avif?v=1753121694);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .1;
    visibility: hidden;
}
h1,h1 *,
h2,h2 *,
h3,h3 *,
h4,h4 *,
h5,h5 *,
h6,h6 *,
.h4,
.h3 {
  font-family: "Bebas Neue";
  margin: 0;
}
h2:not('.p1'){
  font-size: 64px;
  line-height: 1.2em;
  font-weight: normal;
}
h3:not('.p1') {
  font-size: 45px;
  line-height: 55px;
  font-weight: normal;
}
.p-16{
  font-size:16px;
}
.p-14{
  font-size: 14px;
  line-height: 1.2rem;
  margin:0;
}
.p-12{
  font-size: 12px;
  line-height: 1.4rem;
  margin:0;
}
.background-gradient {
  background: linear-gradient(
    270deg,
    rgb(254, 106, 8) 0%,
    rgb(213, 7, 246) 100%
  ) !important;
}
.social-icons a {
  width: 44px;
  height: 44px;
  display: flex;
  background: rgb(144, 14, 204);
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.hide, #filters-drawer sorting-filter-component{
  display: none !important;
}
.hide-items #PBarNextFrameWrapper, .hide-items .aa-cc-body-fix-compliance-part, .hide-items #shopify-chat, .hide-items .rebound-boots,
.hide-items #shopify-pc__banner, .hide-items .weglot-container {
  display:none;
}
.product_sidebar product-price .price, 
.mobile_change_position product-price .price {
    font-size: 24px;
    font-weight: 700;

}
.slider-dots-parent {
    margin-top: 30px;
}
.slider-dots-parent .main-slider-dots{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:1px solid rgb(144, 14, 204);
}
.slider-dots-parent .main-slider-dots.active{
  background: rgb(144, 14, 204);
}
.custom-heading-color *{
  color:rgb(144, 14, 204) !important;
}
/* header and annoucement bar css start */
.header_static .header__heading-logo-wrapper.white_logo,
.header_static .header__heading-logo-wrapper.homepage_logo{
    display: block;
}
.header_static .header__heading-logo-wrapper {
    display: none;
}
img.header__heading-logo {
    object-fit: cover;
    height: 100%;
}
.header_static:not(.header_transparent) svg {
  fill: #000;
}
.annoucement-slider p{
    line-height: 1.2rem;
}
.header_static .shop_button .primary_button {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
}

.header_static .warranty_icon,
.header_static .return_icon,
.header_static .secure_icon,
span.dropdown_arrow {
  line-height: 0;
}
.header_static.header_transparent {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  left: 0;
  background: transparent;
}
.header_static:not(.header_transparent) {
    position: relative;
    z-index: 2;
}
.header_static .annoucement-slider,
.header_static .menu-link {
  color: #fff;
}
.menu_mobile_list a.menu-toggle {
    font-size: 18px !important;
}
.header_static a {
  text-decoration: none;
}
.header_static .annoucement-slider {
  height: min-content;
  padding: 15px 50px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: center;
}
.header_static .warranty_bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_static .return_bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_static .secure_bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_static .main_header {
  padding: 15px 50px;
}
.header_static .header_logo {
  display: flex;
  width: 182px;
}
.header_static .header_logo .header__heading-logo-wrapper {
  width: 67px;
  height: 50px;
}
.header_static .header_menu {
  display: flex;
  flex: 1 0 0px;
  justify-content: center;
}
.header_static .header_icons {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_static .shop_button {
  display: flex;
  align-items: center;
}
.header_static .header_menu h1,
.header_static .header_menu h2,
.header_static .header_menu h3,
.header_static .header_menu h4,
.header_static .header_menu h5,
.header_static .header_menu h6 {
  font-family: "Bebas Neue";
  margin: 0;
}
.header_static .mega-menu {
  background-color: #ffffff0d;
  padding: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 30px;
}
.header_static .header_menu_bar {
  display: flex;
  align-items: center;
}
.header_static .menu-list {
  list-style: none;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  margin: 0;
  padding: 0 15px;
}
.header_static .menu-item {
  position: relative;
  margin: 0 0;
}
.header_static .menu-link {
  font-size: 14px;
  padding: 17px 8px;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
.header_static .dropdown_menu {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px #0000001a;
  padding: 30px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  list-style: none;
  transform: scale(0.9) translate(-50%);
  transform-origin: center left;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  left: 50%;
}
.header_static .mega-menu-dropdown {
  left: 50%;
  width: 900px;
  display: flex;
  justify-content: space-around;
}
.header_static .menu-item:hover .dropdown_menu {
  transform: scale(1) translateX(-50%);
  opacity: 1;
  visibility: visible;
}
.header_static .dropdown-item {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header_static .dropdown-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.header_static .dropdown-content h6 {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.header_static .dropdown-content {
  display: flex;
  gap: 15px;
  flex: 1;
}
.header_static .dropdown_img {
  position: relative;
  padding-bottom: 70%;
}
.header_static .dropdown-link {
  color: #333;
  text-decoration: none;
}
.header_static .dropdown-link:hover {
  text-decoration: underline;
}
.header_static .wrap_icons {
  padding: 5px 20px 5px 5px;
  backdrop-filter: blur(15px);
  border-radius: 30px;
}
.header_static.not-homepage .wrap_icons {
  background: rgba(255, 255, 255, 0.05);
}
.header_static ul.submenu_links {
  width: max-content;
}
.header_static .wrap_submenu {
  display: flex;
  gap: 30px;
}
.header_static .wrap_policy_icons {
  display: flex;
  align-items: center;
  padding: 25px;
  gap: 15px;
  background: rgb(248, 244, 253);
  border-radius: 20px;
}
.header_static .menu_parent h5 {
  font-size: 22px;
  text-transform: uppercase;
}
.header_static .blank_div {
  height: auto;
  background: #00000026;
  width: 1px;
}
.header_static .mobile_menu_bar {
  line-height: 0;
  width: var(--button-size);
  height: var(--button-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* header and annoucment bar css end */

/* mobile menu drawer css start */

div#menu_drawer {
  position: fixed;
  z-index: 4;
  width: 100%;
  padding: 50px 15px 15px 15px;
  height: 100%;
  overflow: auto;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
  top: 0;
}
.mobile_menu_drawer .menu-link a {
  display: block;
  width: 100%;
  position: relative;
}
.mobile_menu_drawer span.dropdown_arrow {
  position: absolute;
  /* right: 0; */
  transition: 0.3s;
  margin-left:10px;
}

.mobile_menu_drawer .menu_submenu,
.mobile_menu_drawer .menu_grand {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-in-out;
}
.mobile_menu_drawer .menu__item.active_submenu > .menu_submenu {
  max-height: 500px;
}
.mobile_menu_drawer .menu-link.active_grand > .menu_grand {
  max-height: 500px;
}
.mobile_menu_drawer .menu__item.active_submenu span.dropdown_arrow,
.mobile_menu_drawer .menu-link.active_grand span.dropdown_arrow {
  transform: rotate(180deg);
}
.mobile_menu_drawer .drawer_close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
nav-drawer .overlay_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 3;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}
nav-drawer.show_mobile_menu div#menu_drawer,
nav-drawer.show_mobile_menu .overlay_nav {
  transform: none;
}
.mobile_shop_button .primary_button {
  padding: 12px 30px;
}
.mobile_menu_drawer .mobile_shop_button {
  margin-top: 20px;
}
.mobile_menu_drawer .mobile_social_icon {
  margin-top: 50px;
}

/* footer newsletter css start */
.Wrap_newsletter {
  padding: 50px;
  border-radius: 20px;
  align-items: center;
}
.newsletter_heading h3 {
    line-height: 54.276px;
    font-size: 45.23px;
    font-weight: normal;
}
.newsletter_paragraph p,
.shopify-section-group-footer-group li.menu__item.paragraph {
  font-size: 14px;
  line-height: 19px;
}
.email-signup-block .Wrap_newsletter .email-signup__input::placeholder {
    color: #fff;
}
.shopify-section-group-footer-group .menu__heading {
  font-size: 31.99px;
  line-height: 1.2em;
  font-weight: normal;
}
.details-content .social-icons {
  margin-top: 20px;
}
.email-signup-block .Wrap_newsletter .email-signup__input{
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 15px 30px;
}
.email-signup-block .Wrap_newsletter .email-signup__input {
  font-size: 14px;
  padding: 15px 30px;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.3s ease-in-out;
}
/* ------------ Code by (R) start -------------- */
/* ---- marque Brands slide section start ---- */
.shopify-section:has(marquee-component) {
  padding: 0 50px;
}
marquee-component {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 12.5%,
    rgb(0, 0, 0) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}
marquee-component .icon-block {
  cursor: pointer;
  padding: 30px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  max-width: 200px;
  max-height: 126px;
}

marquee-component .icon-block img {
  aspect-ratio: 2/ 1;
  flex: 1 0 0px;
  overflow: hidden;
  position: relative;
  object-fit: contain;
}
@media screen and (max-width: 749px) {
  .shopify-section:has(marquee-component) {
    padding: 0 20px;
  }
  marquee-component .icon-block {
    padding: 10px 20px;
  }
}
/* ---- marque Brands slide section end ---- */
.icons_wrapper .account-button__icon, 
.icons_wrapper search-button button, .icons_wrapper cart-drawer-component button *,
.icons_wrapper .account-button, .icons_wrapper .account-button *, 
.template-cart cart-icon.header-actions__cart-icon, .template-cart .header-actions__action .svg-wrapper {
    max-width: 24px;
    max-height: 24px;
}

.icons_parent.flex-row , header-actions{
    align-items: center;
    gap: 15px;
}
.header_static .wrap_icons {
    align-items: center;
    gap: 10px;
}
header a.primary_button.button {
  padding: 10px 30px;
}
/* ------------ Code by (R) End -------------- */
.shopify-block.full_width {
    width: 100%;
}
.footer_utilities_custom.footer-utilities{
  flex-direction: column;
}
.footer_utilities_custom.footer-utilities .footer-utilities__group-copyright {
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    text-wrap: auto;
}
.details-content .paragraph_content p:nth-child(2), 
.details-content .paragraph_content p:nth-child(3)  {
    background: #900ecc;
    border-radius: 2px;
    padding: 0px 5px;
    width: fit-content;
}
.header_static .annoucement-slider, .header_static .menu-link {
  color: #fff;
}

/* collection page css start */

results-list .collection-wrapper .products-count-wrapper {
    margin-right: auto;
    margin-left: unset;
    text-transform: capitalize;
    color: #0f1728;
}
sorting-filter-component span.facets__label {
    text-transform: capitalize;
}
results-list .collection-wrapper span.facets__status.show_status {
    display: block;
}
results-list .collection-wrapper .products-count-wrapper span {
    margin-left: 5px;
}
results-list .collection-wrapper .checkbox__label {
    align-items: center;
}
results-list .collection-wrapper .checkbox .icon-checkmark {
    height: 20px;
    width: 20px;
    border-color: rgba(0, 0, 0, .05);
    border-radius: 30px;
    background: transparent;
}
results-list .collection-wrapper .checkbox .icon-checkmark path {
    stroke: rgb(144, 14, 204);
}
results-list .collection-wrapper .checkbox__input:checked+.checkbox__label .icon-checkmark {
    background-color: transparent;
    border-color: rgb(144, 14, 204);
    padding: 2px;
}
results-list .collection-wrapper .facets .checkbox:has(.checkbox__input:checked):not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    background-color: transparent;
}
results-list .collection-wrapper facets-form-component.facets__form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
results-list .collection-wrapper .price_range_filter {
    padding: 20px 0;
}
results-list .collection-wrapper .slider-container {
  position: relative;
  width: 100%;
  height: 2px;
  background: #900ecc;
  border-radius: 3px;
}
results-list .collection-wrapper .slider-handle {
    position: absolute;
    top: -4px;
    width: 10px;
    height: 10px;
    background: rgb(144, 14, 204);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

#ResultsList .secondary_button_parent {
    display: flex;
    font-family: var(--font-paragraph--family);
    letter-spacing: .2px;
    margin: 0 auto;
    margin-top: 30px;
}

button.load-more-button {
    color: #0f1728;
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.706592px 1.5545px -0.666667px, rgba(0, 0, 0, 0.11) 0px 1.80656px 3.97444px -1.33333px, rgba(0, 0, 0, 0.11) 0px 3.62176px 7.96787px -2px, rgba(0, 0, 0, 0.1) 0px 6.8656px 15.1043px -2.66667px, rgba(0, 0, 0, 0.08) 0px 13.6468px 30.0229px -3.33333px, rgba(0, 0, 0, 0.03) 0px 30px 66px -4px;
}

.logo_list_section .image-block {
    width: 120px;
    background: rgb(255, 255, 255);
    height: 80px;
    align-items: center;
    border-radius: 20px;
}
.logo_list_section .image-block img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.catergory-filter-wrapper .group-label strong,
.catergory-filter-wrapper .group-label li{
    width: 100%;
}
.catergory-filter-wrapper .category-child-parent input + label svg path{
  opacity: 0;
}
.catergory-filter-wrapper input:checked + label svg path {
    opacity: 1;
}
.child-link-parent {
    padding-left: 10px;
    margin-top: 10px;
}
results-list facets-form-component .facets__summary .icon-caret,
results-list facets-form-component .facets__summary .icon-caret >svg{
    height: 16px;
    width: 16px;
}
facets-form-component .facets__filters-wrapper .show-more__button,
.catergory-filter-wrapper .show-more__button{
    --show-more-gap: 0px !important;
    color: #900ecc;
    border-bottom: 1px solid;
    width: fit-content;
}
.catergory-filter-wrapper .show-more__button span.p-12{
  line-height: 0;
}
facets-form-component .facets__filters-wrapper .show-more__label .icon_size, facets-form-component .facets__filters-wrapper .show-more__label svg,
.catergory-filter-wrapper .show-more__label span.icon_size, .catergory-filter-wrapper .show-more__label svg{
    width: 12px;
    height: 12px;
    display: flex;
}
facets-form-component .facets__filters-wrapper .show-more__label .icon_size svg,
.catergory-filter-wrapper .show-more__label svg{
    fill: #900ecc !important;
    color: #900ecc !important;
}
facets-form-component .facets__filters-wrapper .show-more__button span.p-12 {
    line-height: 0;
}
sorting-filter-component .facets--horizontal .facets__summary {
    gap: 6px;
}
.catergory-filter-wrapper ul li svg path {
    opacity: 0;
}
.catergory-filter-wrapper ul.facets__inputs-list {
    gap: var(--gap-sm);
}
.catergory-filter-wrapper ul.facets__inputs-list li a {
    padding-inline-start: var(--checkbox-label-padding);
    white-space: nowrap;
}
accordion-custom price-facet-component .price-facet__input {
    padding-left: 0;
    text-align: center;
}
facets-form-component .facets__actions {
    display: none;
}
/* price-range */
.range-group__slider {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.range-group__slider-input {
  margin-top: 20px;
  height: 2px;
  background: linear-gradient(
    to right,
    rgb(0 0 0 / 0.12) var(--filter-range-min),
    rgb(var(--color-foreground)) var(--filter-range-min),
    rgb(var(--color-foreground)) var(--filter-range-max),
    rgb(0 0 0 / 0.12) var(--filter-range-max)
  );
  position: relative;
}
.range-group__slider-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.field__input-price {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
}
.field__input-price::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  background: #900ecc;
  cursor: pointer;
  border: 2px solid;
  border-color: #900ecc;
  box-shadow: none;
  position: relative;
  margin-top: -4px;
  border-radius: 50%;
}
.field__input-price::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgb(0 0 0 / 0.12);
  border: none;
}
.field__input-price::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: 2px solid #900ecc;
  background: #900ecc;
  cursor: pointer;
  border-radius: 50%;
}
.field__input-price::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border: none;
}
.price-label {
    font-size: 16px;
    font-family: var(--font-h6--family);
}
@media not screen and (pointer: fine) {
  .field__input-price::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    margin-top: -4px;
  }
  .field__input-price::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
}
.range-group__slider-input .field__input-price {
  pointer-events: none;
  height: 2px;
  vertical-align: top;
  margin: 0px;
  left: 0;
  background: #900ecc;
}
.range-group__slider-input .field__input-price::-webkit-slider-runnable-track {
  background: none;
}
.range-group__slider-input .field__input-price::-webkit-slider-thumb {
  pointer-events: auto;
}
.range-group__slider-input .field__input-price::-moz-range-progress,
.range-group__slider-input .range::-moz-range-track {
  background: none;
}
.range-group__slider-input .field__input-price::-moz-range-thumb {
  pointer-events: auto;
}
.range-group__slider-input .field__input-price:last-child {
  position: absolute;
  top: 0;
}

/* collection page css end */

/* Product page css start */

.custom_width_product slideshow-component {
    background: #f8f8f8;
}
.tabs_content h2.p1, product-recommendations h3 {
    color: #900ecc;
    font-weight: normal;
}
.tabs_content h2.p1{
  font-size: 22.62px;
  line-height: 1.2em;
}
.product-information .custom_width_product .product_sidebar:not(.group-block-content){
  box-shadow: 0 0 24px #0000001a
}
.product-information .meta_product_description p strong {
    font-size: 14px;
    color: rgb(144, 14, 204);
    line-height: 19px;
    margin-bottom: 30px;
    display: inline-block;
}
.product-information .meta_product_description ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
}
.product-information .meta_product_description ul li {
    position: relative;
    padding-left: 26px;
    line-height: 1.35;
}
.product-information .meta_product_description ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #8b4dff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.product-information .meta_product_description ul li:after {
    content: "\2714";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
    color: #8b4dff;
    font-weight: 900;
}
.wrap_tabs_content .tabs_content[data-content="size-guide"] h5,
.popup-link h5{
    font-size: 22px;
    color: #900ecc;
    margin-bottom: 15px;
}
.wrap_tabs_content .tabs_content table tbody tr:first-child th,
.popup-link table tbody tr:first-child th{
    background: #900ecc;
    color: #fff;
    border-left: 2px solid #fff;
    text-align: center;
}
.wrap_tabs_content .tabs_content table tbody tr:first-child th:empty,
.popup-link table tbody tr:first-child th:empty{
    background: none;
    border-left: 0px;
}
.wrap_tabs_content table,
.popup-link table{
  width: 100%;
  border-collapse: collapse;
}
.wrap_tabs_content table td,
.popup-link table td{
  border-bottom: 1px solid #0000000a;
  text-align: center;
  font-size: 12px;
}
.wrap_tabs_content table tr,
.popup-link table tr{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.wrap_tabs_content table th, .wrap_tabs_content table td,
.popup-link table th, .popup-link table td{
    padding: 10px 0px;
}
tabs .tabs_block tbody > tr th,
.popup-link .tabs_block tbody > tr th{
  padding: 5px;
}
.wrap_tabs_content table th,
.wrap_tabs_content p strong,
.popup-link table th,.popup-link p strong{
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    color: #0f1728;
}
.wrap_tabs_content table th,
.popup-link table th{
  border-bottom: 1px solid #00000012;
}
.wrap_tabs_content table td:nth-child(n+3):nth-child(-n+7),
.wrap_tabs_content table td:nth-child(n+13):nth-child(-n+17),
.popup-link table td:nth-child(n+3):nth-child(-n+7),
.popup-link table td:nth-child(n+13):nth-child(-n+17) {
    background-color: #fff;
}
.wrap_tabs_content table td,
.popup-link table td{
    background-color: transparent;
}
tabs .wrap_tabs_content figure {
    margin: 0;
}
tabs .wrap_tabs_content h2.wp-block-heading {
    font-size: 22px;
    color: rgb(144, 14, 204);
    line-height: 27px;
    font-weight: normal;
}
tabs .wrap_tabs_content h3.p1 {
    font-weight: normal;
    font-size: 16px;
}
.product-information:after {
    position: absolute;
    content: '';
    background: #f8f8f8;
    height: var(--slideshow-height, 0);
    width: 100%;
    z-index: -1;
}
.breadcrumbs-section {
    background: #f8f8f8;
}
tabs .wrap_tabs_content ul li .s1 {
    font-size: 14px;
    font-family: 'DM Sans';
}
tabs .wrap_tabs_content .wp-block-columns-is-layout-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    align-items: center;
}
tabs .wrap_tabs_content .wp-block-column {
    width: 50%;
    flex-basis: 50% !important;
}
tabs .wrap_tabs_content figure img {
    border-radius: 20px;
    margin-bottom: 0 !important;
}
tabs .wrap_tabs_content ul.wp-block-list {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.variant-picker__form .size_label .size_text {
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}
.popup-link .size-guide {
    display: none;
}
.wp-block-list li::marker {
    font-size: 12px;
}
quantity-selector-component .icon_size, 
quantity-selector-component .svg-wrapper svg {
    width: 16px;
    height: 16px;
    display: flex;
}
slideshow-component:has(slideshow-controls[thumbnails]) slideshow-controls[pagination-position=left] {
    z-index: 99;
}
body .wg-default, 
body .wg-default .country-selector {
    left: 20px;
    right:auto !important;
}
/* recommendation section css */
.meta_recommendation_text * {
    color: #0f1728 !important;
}
/* who we are page css */
.subheading{
  color: #fff;
}
.exist_section .exist_section_heading h2 {
    color: rgb(144, 14, 204);
}
.exist_image_block img,
.belive_section .belive_section_img img{
    object-position: top center;
    height: 478px;
}

.belive_section .belive_section_img img,
.final_section_image img{
  border-radius: inherit;
}
.final_section_image img{
  height: 522px;
}
.final_section_image {
    --padding-inline-end: 0px !important;
    --padding-inline-start: 0px !important;
}
accordion-custom details .icon_size{
  transition: 0.3s;
}
accordion-custom details.details[open] .icon_size {
    transform: rotate(45deg);
}
accordion-custom summary .svg-wrapper {
    height: 15px;
    width: 15px;
}
.static_copyright ul {
    display: flex;
    list-style: none;
    gap: 15px;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.header_static .order_icon svg{
  fill: revert-layer;
}
.static_copyright ul {
    justify-content: center;
    padding: 0;
}
.contact-content * {
    color: #fff;
}

.wrap_insta_video .deferred-media__poster-button {
    display: none;
}
.instagram_section_block .wrap_insta_video video {
    position: relative;
}

.itg_who-we-are.page-width-narrow,
.itg_become-an-affiliate.page-width-narrow{
  --page-content-width: 100%;
}
.product-information .meta_product_description ul li * {
    font-weight: normal;
}
.belive_section .belive_section_img img {
    border-radius: 20px;
}


/* Affiliate page css */

.group-block-content.affiliate-instructors-grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.itg_become-an-affiliate .group-block-content > .learn-section-group {
    background: #fff;
    cursor: pointer;
}
.itg_become-an-affiliate .learn-section-group .overlay--solid {
    background-image: url('/cdn/shop/files/aJYGe8BCYlPiU3ZYfuz5hJegPZM.avif?v=1753121694');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.1;
    visibility: hidden;
}
.itg_become-an-affiliate .learn-section-group:hover .overlay--solid{
  visibility: visible;
}
.policy-gurantee {
    border-top: 1px solid #0000000f;
}

/* inner Pages */
.inner-page h4, .inner-page h4 *, .inner-page h1,
.inner-page h1 *, .inner-page h2, .inner-page h2 *{
    color: #900ECC;
    font-weight: normal;
}
.shopify-policy__title h1 {
    color: #900ECC;
    font-weight: normal;
    font-size: 63.18px;
}
.inner-page p,
.inner-page h6,
.inner-page p{
  font-size: 16px;
}
.change-font-family p strong, .change-font-family p{
  font-family: 'Inter';
}

/* rebounding-benefit page css */
.itg_rebounding-benefits .page-content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a) {
    color: #0f1728;
}
.itg_rebounding-benefits rte-formatter h2,
.itg_rebounding-benefits rte-formatter h3,
.itg_rebounding-benefits rte-formatter h4,
.itg_rebounding-benefits rte-formatter h5,
.itg_rebounding-benefits rte-formatter h6 {
  font-weight:normal;
  --color: var(--color-foreground);
}
.itg_rebounding-benefits .page-content .primary_button {
    max-width: 50%;
    margin: 50px auto;
}
.itg_faq .marquee__repeated-items .icon-block{
    min-height: 125px;
}
.itg_faq .video-banner-faq{
  aspect-ratio:1.8421052631578947 / 1;
}
.itg_faq .faq-section-contact .accordion details.details{
  background:#fff;
}
.itg_faq .faq-section-contact .accordion .details__header {
    line-height: 19.6px;
}
.itg_faq accordion-custom:last-child details.details {
    margin-bottom: 0;
}
.itg_faq .faq-logo-heading {
    padding-bottom: 0;
}
/* return-policy */

.itg_return-policy .return-policy-banner .hero__media-wrapper img.hero__image {
    object-fit: contain;
    object-position: right;
}

.itg_return-policy .return-policy-content .accordion accordion-custom summary.details__header {
    font-weight: normal;
}
.header_static:not(.header_transparent) svg {
    fill: none;
}

.itg_faq .accordion .details__header {
    font-weight: normal;
}
.itg_faq .logo_list_section .image-block {
    width: 150px;
    height: 100px;
}
.main--maintain-group .group-block.child-group {
    /* border-right: 1px solid #0000002b; */
}
.main--maintain-group .group-block.child-group:last-child{
  border-right: 0px;
}
.main--maintain-group .group-block-content.child-group a {
    color: rgba(144 14 204 / 1.0);
}
.product-details span.svg-wrapper.add-to-cart-icon,
.upsell-card-grid span.add-to-cart-text__content {
    display: none;
}
.wrap_tabs_content iframe {
    width: 100%;
    margin-top:15px;
}
.payment-icons .content-end {
    align-items: center;
}
.email-signup__message.email-signup__message--success {
    justify-content: center;
}

.cart-discount__pill-remove .svg-wrapper--smaller {
    width: auto;
}

/* reviews css */
.jdgm-horizon-widget .jdgm-row-stars,
.jdgm-horizon-widget  .jdgm-widget-actions-wrapper {
    display: flex;
}
.jdgm-horizon-widget h2.jdgm-rev-widg__title,
.jdgm-horizon-widget .jdgm-rev__header .jdgm-rev__icon {
    display: none !important;
}
.jdgm-horizon-widget div#judgeme_product_reviews {
    max-width: 100% !important;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper {
    width: 100%;
    flex-direction: row !important;
    align-items: center !important;
}
.jdgm-horizon-widget .jdgm-rev-widg__summary {
    width: 22% !important;
    justify-content: flex-start !important;
}
.jdgm-horizon-widget .jdgm-histogram.jdgm-temp-hidden {
    width: 38% !important;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper {
    width: 100% !important;
    justify-content: flex-end !important;
    gap: 10px;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper a {
    width: fit-content !important;
    max-width: 100% !important;
    margin:0;
    display:inline-block !important;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    order: 2;
    background-image: url('/cdn/shop/files/edit.png?v=1756388317');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 12px;
    padding-left: 45px;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper a.jdgm-ask-question-btn {
    order: 1;
    background-image: url('/cdn/shop/files/chat.png?v=1756388008');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 12px;
    padding-left: 45px;
}
.jdgm-horizon-widget .jdgm-histogram__frequency {
    color: #0f1728;
    position: relative;
    text-align: center;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper a {
    width: 187px !important;
    max-width: 100% !important;
    margin: 0;
    font-family: 'DM Sans';
    font-weight: normal;
    padding: 15px 30px;
    line-height: 19px;
    font-size: 14px;
    background: transparent;
    color: #0f1728;
    border-width: 1px;
    box-shadow: 0 .7065919983928324px 1.5545023964642313px -.6666666666666666px #0000001f,0 1.8065619053231785px 3.9744361917109927px -1.3333333333333333px #0000001c,0 3.6217592146567767px 7.967870272244909px -2px #0000001c,0 6.8655999097303715px 15.104319801406817px -2.6666666666666665px #0000001a,0 13.646761411524492px 30.022875105353883px -3.3333333333333335px #00000014,0 30px 66px -4px #00000008;
}
.itg_happy-customers .jdgm-horizon-widget .jdgm-widget-actions-wrapper a{
  width: auto !important;
}
.jdgm-horizon-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
    font-size: 14px;
    text-align:left;
}
.jdgm-horizon-widget .jdgm-rev-widg__summary,
.jdgm-horizon-widget .jdgm-histogram.jdgm-temp-hidden,
.jdgm-horizon-widget .jdgm-widget-actions-wrapper {
    align-items: flex-start !important;
}
.jdgm-horizon-widget .jdgm-rev-widg__summary-stars {
    display: flex;
    align-items: center;
}
.jdgm-horizon-widget span.jdgm-rev-widg__summary-average {
    order: -1;
    font-family: 'Bebas Neue';
    font-size: 31.99px;
    margin-right: 10px;
}
.jdgm-horizon-widget .jdgm-rev-widg__summary .jdgm-star {
    font-size: 20px;
}
.jdgm-horizon-widget .jdgm-rev-widg__header .jdgm-histogram .jdgm-histogram__row {
    margin: 0px auto 10px auto;
}
.jdgm-horizon-widget .jdgm-all-reviews__header .jdgm-histogram__row {
    margin:0px auto 10px;
}
.jdgm-horizon-widget .jdgm-histogram__bar, 
.jdgm-horizon-widget .jdgm-histogram__bar-content {
    height: 17px;
    border-radius: 0;
}
.jdgm-horizon-widget .jdgm-histogram__bar-content{
  background:#fed703;
}
.jdgm-horizon-widget .jdgm-histogram__bar {
    margin: 0 10px;
    width: 150px;
}
.jdgm-horizon-widget .jdgm-rev__body *,
.jdgm-widget.jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 14px;
}
.jdgm-widget.jdgm-preview-badge span.jdgm-prev-badge__text {
    font-size: 12px;
}
.jdgm-horizon-widget b.jdgm-rev__title,
.jdgm-horizon-widget .jdgm-rev__author-wrapper .jdgm-rev__author {
    font-size: 16px !important;
    font-family: 'Bebas Neue' !important;
    font-weight:normal;
}
.jdgm-horizon-widget span.jdgm-rev__buyer-badge {
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px !important;
    background: rgb(144, 14, 204) !important;
    line-height: 16px;
}
.jdgm-horizon-widget .jdgm-subtab {
    font-family: 'Bebas Neue';
    color: #0f1728;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 0;
}
.jdgm-horizon-widget .jdgm-subtab__name {
    padding: 0 15px 20px;
    background-color: transparent !important;
    width: 104px !important;
    text-align: center;
    text-decoration:none;
}
.jdgm-horizon-widget .jdgm-row-actions {
    border-top: 0;
}
.jdgm-horizon-widget span.jdgm-subtab__name.jdgm--active{
  position:relative;
}
.jdgm-horizon-widget span.jdgm-subtab__name.jdgm--active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #900ecc;
    bottom: -1px;
    left: 0;
}
.jdgm-horizon-widget .jdgm-rev__timestamp, 
.jdgm-horizon-widget .jdgm-rev__location,
.product-card .jdgm-widget .jdgm-prev-badge__text {
    color: #0f1828;
}
.jdgm-horizon-widget .jdgm-form__title{
  font-family:'Bebas Neue';
  font-weight:normal;
}
.jdgm-horizon-widget .jdgm-question-form .jdgm-form__fieldset,
.jdgm-horizon-widget .jdgm-form-wrapper .jdgm-form__fieldset{
    font-size: 14px;
}
.jdgm-horizon-widget .jdgm-question-form .jdgm-form__fieldset *,
.jdgm-horizon-widget .jdgm-rev-widg__body .jdgm-rev-widg__section-title {
    font-weight: normal;
}
.rating svg.stars.filled-star {
    fill: #FED703;
    width: 14px;
}
.rating-wrapper p.rating-count.paragraph {
    font-size: 12px;
}
a.jdgm-btn.jdgm-btn--solid.jdgm-paginate__load-more {
    background: linear-gradient(270deg,rgb(254, 106, 8) 0%,rgb(213, 7, 246) 100%  );
    border: 0;
    font-weight: normal;
    padding: 15px 30px 15px 30px;
}
.jdgm-horizon-widget .jdgm-widget-actions-wrapper a:hover {
    background-color: #fff !important;
    color: #0f1828 !important;
    opacity: 1;
}
.group-block.beauties-images .group-block__media-wrapper {
    aspect-ratio: 2 / 1;
    height: auto;
    width: 100%;
}
.group-block.beauties-images .background-image-container img{
    object-position: center top;
}
.group-block-content.beauties-images {
    position: absolute;
    top: 0;
}
.cart-discount__codes .cart-discount__pill-code{
  font-size:14px;
}
.cart-discount__pill-remove{
  width:auto;
}
/* klaviyo css */
.needsclick.kl-teaser-T9Bdmq.undefined.kl-private-reset-css-Xuajs1 {
    width: 120px !important;
    z-index:2 !important;
}
div#rich-text-01K5NK8SDW60VM1B48MWS66KX9 * {
    color: #0f1728 !important;
    font-size: 12px;
    font-family: 'DM Sans' !important;
    font-weight: 700 !important;
}
body .needsclick span.needsclick.go681896951.kl-private-reset-css-Xuajs1 {
    background: rgb(248, 244, 253) !important;
    min-height:40px !important;
}
.wg-drop.country-selector .wgcurrent {
    border-radius: 10px;
}
body .wg-drop.country-selector a,
body .wg-drop.country-selector .wgcurrent:after {
    height: 30px;
}
.aspect-ratio{
  aspect-ratio:1.3125;
}
.workout-heading{
  white-space:break-spaces;
}
.zoom-image{
  overflow:hidden;
}
.zoom-image img{
  transition:0.3s;
}
.zoom-image:hover img{
  transform:scale(1.1);
}
#shopify-chat #ShopifyChat{
  right:5px !important;
}
.shopify-pc__banner__dialog p {
    font-size: 16px;
}
#shopify-pc__banner .shopify-pc__banner__btns-granular button {
    border-radius: 30px;
    background:transparent;
}
h2#shopify-pc__banner__body-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
}
#shopify-pc__banner.shopify-pc__banner__dialog {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background:#ffe1e1;
}
.image-block.global-movement-main-image {
    aspect-ratio: 1.925;
}
/* section#shopify-pc__banner {
    display: none;
} */
.shopify-section .replacements-group ul{
  text-align:left;
}
.jdgm-medals__container .jdgm-medal__value {
    display: none;
}
.wg-default, .wg-default .country-selector{
  bottom:10px !important;
}
body .group-block-content .product_title h1 {
    font-size: 40px;
    font-weight: normal;
}
span.size-guide-tab {
    cursor: pointer;
    color: #900ecc;
    text-decoration: underline;
}
.wrap_tabs_content .tabs_content a {
    color: #900ecc;
}
body .extra-info-content p {
    color: #900ecc;
    font-style: italic;
    text-shadow: 0px 1px 2px #900ecc;
}
.product-information__grid .buy-buttons-block .button[id^=BuyButtons-ProductSubmitButton-] {
    font-size: 16px;
}
.product-information__grid .product-footer-content * {
    font-weight: bold;
    color: gray;
}
.weight-text{
  color:#0f1728;
}
.itg-fit-boots-hoodie .tabs_heading[data-heading="size-guide"],
.itg-fit-boots-hoodie .tabs_heading[data-heading="technical-specifications"],
.itg-fit-boots-hoodie .tabs_heading[data-heading="faq"],
.itg-fit-boots-hoodie .tabs_heading[data-heading="faq"],
.itg-fit-boots-hoodie .extra-info-content:not(.hoodie-info),
body:not(.itg-fit-boots-hoodie) .hoodie-info, .itg-fit-boots-hoodie .group-block.icon-text-main,
.itg-fit-boots-hoodie .tabs_block .tabs_heading:after, div#md-footer-selector-block, product-card .all-rating-text,
.glc-geo-modal__form-item.glc-geo-language, .glc-geo-modal__form-item.glc-geo-currency{
  display:none;
}

body .wg-drop.country-selector ul {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 10px;
}
body .wg-drop.country-selector ul li * {
    color: #fff;
}
.jdgm-medals-wrapper {
    height: 90px;
    padding:0px;
}
.all-rating-text{
  align-items:center;
}
.all-rating-text span.jdgm-star {
    font-size: 14px;
    padding: 0 !important;
}
.all-rating-text p.p-12 {
    display: contents;
}
div#weglot-switcher-1 {
    display: none;
}