@media (max-width: 768px) {
  .header-black {
    padding: 0 20px;
    width: 100%;
    height: 2.5rem; } }

.header-black .header-black__width {
  height: 100%; }

@media (max-width: 768px) {
  .header-black .logo-image {
    width: 9rem; } }

.header-white.skims .header-white__icon {
  margin-left: auto; }
  .header-white.skims .header-white__icon .minicart,
  .header-white.skims .header-white__icon .miniwishlist,
  .header-white.skims .header-white__icon .user-mini {
    margin: 0 0 0 1.75em; }

.header-white.skims .center_logo {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 0.75rem; }

.header-white.skims .header-white__search {
  width: 7.5rem; }

.header-white.skims .header-white__logo img {
  width: 9.25rem; }
  @media (max-width: 768px) {
    .header-white.skims .header-white__logo img {
      width: 5.875rem; } }

.header-white.skims .header-white__category > a {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-transform: capitalize; }

@media (max-width: 768px) {
  .header-white.skims {
    width: 100%;
    z-index: 3000;
    border: none; }
    .header-white.skims.hompage-header {
      position: fixed;
      background-color: transparent; }
      .header-white.skims.hompage-header .navbar-toggler,
      .header-white.skims.hompage-header .header-white__icon {
        filter: brightness(1) invert(1); }
      .header-white.skims.hompage-header .header-white__logo {
        filter: brightness(0) invert(1); }
      .header-white.skims.hompage-header.header-white-scroll {
        background-color: #fff; }
        .header-white.skims.hompage-header.header-white-scroll .navbar-toggler,
        .header-white.skims.hompage-header.header-white-scroll .header-white__icon,
        .header-white.skims.hompage-header.header-white-scroll .header-white__logo {
          filter: none; }
    .header-white.skims .search-repsonsive-skims {
      padding-right: 0; }
      .header-white.skims .search-repsonsive-skims .button-search-on-header {
        background-color: transparent;
        border: none; }
    .header-white.skims .header-white__icon {
      -ms-flex-align: center;
          align-items: center; }
      .header-white.skims .header-white__icon .minicart,
      .header-white.skims .header-white__icon .miniwishlist,
      .header-white.skims .header-white__icon .search-repsonsive-skims,
      .header-white.skims .header-white__icon .user-mini {
        margin: 0 0 0 1em; }
      .header-white.skims .header-white__icon .button-search-on-header {
        padding: 0; }
    .header-white.skims .header-white__logo {
      left: 35%; } }

.responsive-menu-skims .close-menu {
  border-bottom: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
  direction: ltr; }
  .responsive-menu-skims .close-menu .logo-responsive-skims img {
    width: 5.875rem; }

.responsive-menu-skims .menu-group__presentation-skims {
  border-bottom: solid 1px #e2e2e2;
  -ms-flex-align: normal;
      align-items: normal;
  margin: 0 1.25rem;
  height: auto; }
  .responsive-menu-skims .menu-group__presentation-skims .menu-group__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.25rem 0; }
    .responsive-menu-skims .menu-group__presentation-skims .menu-group__header .nav-link-skims {
      text-align: left;
      font-family: 'Inter';
      font-weight: 700;
      font-size: 0.875rem;
      text-transform: capitalize; }
    .responsive-menu-skims .menu-group__presentation-skims .menu-group__header .menu-group__toggle {
      border: none;
      background: transparent; }
      .responsive-menu-skims .menu-group__presentation-skims .menu-group__header .menu-group__toggle.is-minus {
        background: url(../images/minus.svg) no-repeat right;
        height: 0.8125rem; }
      .responsive-menu-skims .menu-group__presentation-skims .menu-group__header .menu-group__toggle.is-plus {
        background: url(../images/plus.svg) no-repeat right;
        height: 0.8125rem; }
  .responsive-menu-skims .menu-group__presentation-skims .menu-group__subcategories {
    display: none;
    list-style-type: none; }
  .responsive-menu-skims .menu-group__presentation-skims .dropdown-item-skims {
    font-family: Inter;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: capitalize;
    padding: 0.625rem 0; }
    .responsive-menu-skims .menu-group__presentation-skims .dropdown-item-skims.all-items {
      text-decoration: underline; }

.responsive-menu-skims .header-icon-section {
  direction: ltr;
  border-top: none;
  padding: 1.25rem 0 1.25rem 1.5625rem; }

.header-white__category-section {
  gap: 0.625rem; }
  .header-white__category-section .header-white__category--wrapper {
    direction: ltr; }

@font-face {
  font-family: 'TSTAR-PRO';
  src: url("../fonts/TSTAR-PRO-Headline.woff2") format("woff2"), url("../fonts/TSTAR-PRO-Headline.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

.product-detail .present-product__tag {
  text-align: left; }

.product-detail .name-product .collection-name {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem; }
  @media (max-width: 768px) {
    .product-detail .name-product .collection-name {
      font-size: 0.8125rem;
      font-weight: 400;
      padding-bottom: 0; } }

.product-detail .name-product .name-product__brand {
  font-family: 'TSTAR-PRO';
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  padding-top: 0.1875rem;
  line-height: 2rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .product-detail .name-product .name-product__brand {
      padding-bottom: 0; } }

.product-detail .name-product .name-product__product {
  font-family: 'TSTAR-PRO';
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: left; }

.product-detail .price-info__flex {
  font-family: Assistant;
  font-size: 1.25rem;
  line-height: 1.5rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-transform: capitalize; }
  .product-detail .price-info__flex .price {
    direction: ltr; }
  .product-detail .price-info__flex .sale-price {
    -ms-flex-align: start;
        align-items: flex-start; }
    .product-detail .price-info__flex .sale-price .price-inverse {
      direction: rtl;
      font-weight: 400;
      font-family: 'Inter';
      font-size: 15px; }

.product-detail .attributes .braBandSize .product-attributes__flex {
  gap: 5px; }

.product-detail .attributes .braCupSize .product-attributes__flex {
  margin-top: 0;
  gap: 5px; }

.product-detail .product-attributes {
  -ms-flex-align: start;
      align-items: flex-start; }
  .product-detail .product-attributes .select {
    -ms-flex-direction: row;
        flex-direction: row; }
  .product-detail .product-attributes .dropdown-options li {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .product-detail .product-attributes .f54ProductColor {
    -ms-flex-direction: row;
        flex-direction: row;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    font-family: 'Roboto'; }
    .product-detail .product-attributes .f54ProductColor .attr-display {
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: 1.5rem;
      padding-left: 0.3125rem;
      text-transform: lowercase; }
    .product-detail .product-attributes .f54ProductColor .attr-display::first-letter {
      text-transform: uppercase; }
  .product-detail .product-attributes .shade-type-wrapper {
    margin-top: 1.25rem; }
    .product-detail .product-attributes .shade-type-wrapper h1 {
      font-weight: 400;
      font-size: 0.75rem;
      font-family: 'Inter';
      text-transform: capitalize; }
  .product-detail .product-attributes .product-attributes__flex {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .product-detail .product-attributes .product-attributes__flex .product-attributes__title {
      display: block;
      font-family: Inter;
      font-weight: 700;
      margin-top: 0.625rem;
      font-size: 0.875rem;
      text-transform: capitalize; }
    .product-detail .product-attributes .product-attributes__flex .swatch-item {
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 0; }
      .product-detail .product-attributes .product-attributes__flex .swatch-item.empty-swatch, .product-detail .product-attributes .product-attributes__flex .swatch-item.TRANSPARENT, .product-detail .product-attributes .product-attributes__flex .swatch-item.WHITE {
        border: 1px solid #979797; }
      .product-detail .product-attributes .product-attributes__flex .swatch-item.selected {
        border: 1px solid black; }
      .product-detail .product-attributes .product-attributes__flex .swatch-item .color-attribute-btn {
        width: 100%;
        height: 100%;
        border-radius: 0; }
  .product-detail .product-attributes .show_size_guide {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    top: 5rem;
    z-index: 100; }
    @media (max-width: 768px) {
      .product-detail .product-attributes .show_size_guide {
        top: 6.875rem;
        font-size: 16px; } }

.product-detail .custom-dropdown .selected-option {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.8125rem;
  direction: ltr; }

.product-detail .description-and-detail .margin-space {
  margin-right: -0.9375rem; }

.product-detail .description-and-detail .label-info {
  border-top: 1px solid #dcdcdc;
  padding-top: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.product-detail .description-and-detail .title {
  text-align: left;
  font-family: 'Inter';
  font-size: 15px; }
  @media (max-width: 768px) {
    .product-detail .description-and-detail .title {
      text-align: left !important; } }

.product-detail .description-and-detail .card {
  margin-right: 0;
  margin-left: 0; }
  .product-detail .description-and-detail .card .is-plus,
  .product-detail .description-and-detail .card .is-minus {
    position: relative;
    transform: none; }
  .product-detail .description-and-detail .card .is-plus {
    background: url(../images/plus.svg) no-repeat;
    background-size: 17px 18px;
    height: 18px;
    width: 17px; }
  .product-detail .description-and-detail .card .is-minus {
    background: url(../images/minus.svg) no-repeat;
    background-size: 17px 18px;
    height: 18px;
    width: 17px; }

.product-detail .pdp-page__images {
  border: none; }
  .product-detail .pdp-page__images .carousel-item img,
  .product-detail .pdp-page__images .carousel-mobile img {
    background: #f2f2f2 !important; }

.product-detail .compression-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.625rem;
  padding-top: 1.25rem; }
  .product-detail .compression-wrapper .compression {
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -ms-flex-align: end;
        align-items: flex-end; }
    .product-detail .compression-wrapper .compression span {
      width: 0.1875rem;
      background: #d9d9d9;
      transition: opacity 0.3s, background 0.3s; }
      .product-detail .compression-wrapper .compression span:nth-child(1) {
        height: 0.5rem; }
      .product-detail .compression-wrapper .compression span:nth-child(2) {
        height: 0.6875rem; }
      .product-detail .compression-wrapper .compression span:nth-child(3) {
        height: 0.875rem; }
      .product-detail .compression-wrapper .compression span:nth-child(4) {
        height: 1.0625rem; }
      .product-detail .compression-wrapper .compression span:nth-child(5) {
        height: 1.25rem; }
    .product-detail .compression-wrapper .compression[data-level="Light"] span:nth-child(-n+2),
    .product-detail .compression-wrapper .compression[data-level="Mid"] span:nth-child(-n+3),
    .product-detail .compression-wrapper .compression[data-level="Strong"] span:nth-child(-n+4),
    .product-detail .compression-wrapper .compression[data-level="Extra Strong"] span:nth-child(-n+5) {
      opacity: 1;
      background: #333; }

.product-detail .compression-text .level {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-transform: capitalize; }

.product-detail .compression-text .description {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  vertical-align: middle;
  text-transform: capitalize; }

.product-detail .btn.add-to-cart {
  background: #404040;
  font-family: 'TSTAR-PRO';
  height: 45px; }
  @media (max-width: 768px) {
    .product-detail .btn.add-to-cart {
      font-size: 1rem; } }

.product-detail .btn.add-to-wish-list {
  font-family: 'Inter';
  font-size: 0.9375rem; }

.pdp-add-to-cart {
  margin-top: 1.5625rem; }

.pdp-add-to-cart__message {
  height: 0.2rem; }
