.product-page {
  margin-top: 27px; }
  .product-page .container {
    display: flex;
    align-items: flex-start;
    gap: 42px; }
  @media (max-width: 1919px) {
    .product-page .container {
      gap: 24px; } }
  @media (max-width: 1279px) {
    .product-page .container {
      display: block; } }
  .product-page .product-mobile-top {
    display: none; }
    .product-page .product-mobile-top .product-breadcrumb-mobile {
      font-weight: 400;
      line-height: 100%;
      color: #293484;
      margin-top: 18px;
      font-size: 13px; }
    .product-page .product-mobile-top .product-title-mobile {
      font-weight: 500;
      font-size: 28px;
      line-height: 30px;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 34px;
      max-width: 380px;
      color: #293484; }
    @media (max-width: 767px) {
      .product-page .product-mobile-top .product-title-mobile {
        font-size: 18px;
        margin-top: 20px;
        max-width: 280px;
        line-height: 22px; } }
    .product-page .product-mobile-top .product-gallery-mobile {
      margin-top: 40px; }
      .product-page .product-mobile-top .product-gallery-mobile .product-gallery__hit {
        position: absolute;
        font-weight: 500;
        line-height: 140%;
        background-color: #EA1F29;
        color: #fff;
        font-size: 13px;
        top: 16px;
        left: 16px;
        text-transform: uppercase;
        width: 37px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .product-page .product-mobile-top .product-gallery-mobile .product-gallery__new {
        position: absolute;
        font-weight: 500;
        line-height: 140%;
        background-color: #293484;
        color: #fff;
        font-size: 13px;
        top: 16px;
        left: 16px;
        padding: 2.5px 6px;
        z-index: 1; }
      .product-page .product-mobile-top .product-gallery-mobile img {
        width: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
        aspect-ratio: 1 / 1.148; }
      @media (max-width: 767px) {
        .product-page .product-mobile-top .product-gallery-mobile img {
          aspect-ratio: auto; } }
      .product-page .product-mobile-top .product-gallery-mobile .swiper-pagination {
        display: flex;
        justify-content: space-between;
        bottom: 0; }
        .product-page .product-mobile-top .product-gallery-mobile .swiper-pagination .swiper-pagination-bullet {
          cursor: pointer;
          width: 100%;
          border-radius: inherit;
          margin: 0 !important;
          padding: 0;
          height: 4px;
          transition: .5s; }
        .product-page .product-mobile-top .product-gallery-mobile .swiper-pagination .swiper-pagination-bullet-active {
          background: #F2F3F5; }
  @media (max-width: 1279px) {
    .product-page .product-mobile-top {
      display: block; } }
  .product-page .product-gallery-desktop {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
    max-width: 1092px; }
    .product-page .product-gallery-desktop .product-gallery__hit {
      position: absolute;
      font-weight: 500;
      line-height: 140%;
      background-color: #EA1F29;
      color: #fff;
      font-size: 13px;
      top: 16px;
      left: 16px;
      text-transform: uppercase;
      width: 37px;
      height: 22px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-page .product-gallery-desktop .product-gallery__new {
      position: absolute;
      font-weight: 500;
      line-height: 140%;
      background-color: #293484;
      color: #fff;
      font-size: 13px;
      top: 16px;
      left: 16px;
      padding: 2.5px 6px;
      z-index: 1; }
    .product-page .product-gallery-desktop .product-gallery__photo {
      max-width: 545px;
      aspect-ratio: 545 / 724; }
      .product-page .product-gallery-desktop .product-gallery__photo img {
        width: 100%;
        display: block;
        height: 100%;
        aspect-ratio: 545 / 724; }
  @media (max-width: 1279px) {
    .product-page .product-gallery-desktop {
      display: none; } }
  .product-page .product-info {
    width: 100%;
    max-width: 541px; }
    .product-page .product-info .product-breadcrumb-desktop {
      font-weight: 400;
      font-size: 15px;
      line-height: 100%;
      color: #293484; }
    @media (max-width: 1279px) {
      .product-page .product-info .product-breadcrumb-desktop {
        display: none; } }
    .product-page .product-info .product-title-desktop {
      font-weight: 500;
      font-size: 28px;
      line-height: 30px;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 34px;
      max-width: 380px;
      color: #293484; }
    @media (max-width: 1279px) {
      .product-page .product-info .product-title-desktop {
        display: none; } }
    .product-page .product-info .product-color {
      margin-top: 28px; }
      .product-page .product-info .product-color .product-color__label {
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        color: #293484; }
      @media (max-width: 767px) {
        .product-page .product-info .product-color .product-color__label {
          font-size: 13px; } }
      .product-page .product-info .product-color .product-color__options {
        display: flex;
        gap: 4px;
        margin-top: 14px; }
        .product-page .product-info .product-color .product-color__options .product-color__custom-radio input {
          display: none; }
          .product-page .product-info .product-color .product-color__options .product-color__custom-radio input:checked ~ span {
            /* &::before {
                content: '';
                display: block;
                background-image: url(../images/icon/check-color.svg);
                width: 22px;
                height: 15px;
                position: absolute;
                top: 13px;
                left: 18px;
            } */
            /* @media (max-width: 767px) {
                &::before {
                    width: 14px;
                    height: 10px;
                    background-size: contain;
                    top: 8px;
                    left: 12px;
                }
            } */ }
            .product-page .product-info .product-color .product-color__options .product-color__custom-radio input:checked ~ span::before {
              content: "";
              display: block;
              border: 0 solid #fff;
              border-width: 0 2px 2px 0;
              margin: -6px 2px;
              position: absolute;
              right: 20px;
              top: 7px;
              transform: rotate(42deg);
              height: 26px;
              width: 16px;
              mix-blend-mode: difference; }
            @media (max-width: 767px) {
              .product-page .product-info .product-color .product-color__options .product-color__custom-radio input:checked ~ span::before {
                right: 15px;
                top: 9px;
                height: 13px;
                width: 8px; } }
        .product-page .product-info .product-color .product-color__options .product-color__custom-radio span {
          width: 60px;
          height: 40px;
          display: block;
          position: relative;
          border-radius: 3px;
          cursor: pointer; }
        @media (max-width: 767px) {
          .product-page .product-info .product-color .product-color__options .product-color__custom-radio span {
            width: 40px;
            height: 26px; } }
    @media (max-width: 767px) {
      .product-page .product-info .product-color {
        margin-top: 5px; } }
    .product-page .product-info .product-size {
      margin-top: 23px; }
      .product-page .product-info .product-size .product-size__label {
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        color: #293484; }
      @media (max-width: 767px) {
        .product-page .product-info .product-size .product-size__label {
          font-size: 13px; } }
      .product-page .product-info .product-size .product-size__options {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin-top: 14px; }
        .product-page .product-info .product-size .product-size__options input {
          display: none; }
          .product-page .product-info .product-size .product-size__options input:checked ~ span {
            background-color: #293484; }
        .product-page .product-info .product-size .product-size__options span {
          width: 60px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          background-color: #9DA0B2;
          color: #fff;
          border-radius: 3px;
          cursor: pointer; }
        @media (max-width: 767px) {
          .product-page .product-info .product-size .product-size__options span {
            width: 40px;
            height: 26px;
            font-size: 12px; } }
    @media (max-width: 767px) {
      .product-page .product-info .product-size {
        margin-top: 13px; } }
    .product-page .product-info .product-prices {
      display: flex;
      gap: 12px;
      margin-top: 62px; }
      .product-page .product-info .product-prices .product-price {
        font-weight: 500;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        color: #293484; }
      @media (max-width: 767px) {
        .product-page .product-info .product-prices .product-price {
          font-size: 18px; } }
      .product-page .product-info .product-prices .now-price {
        color: #F94141; }
      .product-page .product-info .product-prices .old-price {
        color: #9DA0B2;
        text-decoration: line-through; }
    @media (max-width: 767px) {
      .product-page .product-info .upsell__item-prices {
        margin-top: 44px; } }
    .product-page .product-info .product-bottom {
      display: flex;
      gap: 2px;
      margin-top: 30px; }
      .product-page .product-info .product-bottom .quantity__block {
        background-color: #E6E6E6;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        max-width: 276px;
        height: 86px;
        padding: 8px 10px; }
        .product-page .product-info .product-bottom .quantity__block .qty-btn {
          color: #293484;
          background: transparent;
          border: none;
          outline: none;
          margin: 0;
          padding: 0;
          cursor: pointer; }
        .product-page .product-info .product-bottom .quantity__block .minus {
          font-size: 14px;
          font-weight: 500; }
        @media (max-width: 767px) {
          .product-page .product-info .product-bottom .quantity__block .minus {
            font-size: 12px; } }
        .product-page .product-info .product-bottom .quantity__block .plus {
          font-size: 26px; }
        @media (max-width: 767px) {
          .product-page .product-info .product-bottom .quantity__block .plus {
            font-size: 20px; } }
        .product-page .product-info .product-bottom .quantity__block input {
          color: #293484;
          font-size: 18px;
          width: 25px;
          height: 25px;
          font-weight: 500;
          line-height: 140%;
          text-align: center;
          text-transform: uppercase;
          border: none;
          background: transparent;
          margin-top: 4px;
          outline: none; }
        @media (max-width: 767px) {
          .product-page .product-info .product-bottom .quantity__block input {
            font-size: 13px; } }
      @media (max-width: 1919px) {
        .product-page .product-info .product-bottom .quantity__block {
          max-width: 269px; } }
      @media (max-width: 1279px) {
        .product-page .product-info .product-bottom .quantity__block {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .product-page .product-info .product-bottom .quantity__block {
          height: 70px; } }
      .product-page .product-info .product-bottom .product-buy-btn {
        color: #fff;
        height: 86px;
        width: 100%;
        max-width: 263px;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        text-transform: uppercase;
        padding: 8px 10px;
        display: flex;
        align-items: end;
        position: relative;
        background-color: #293484;
        z-index: 3;
        border: none;
        cursor: pointer;
        box-sizing: border-box; }
        .product-page .product-info .product-bottom .product-buy-btn::after {
          display: block;
          content: '';
          background-image: url(../images/icon/go-icon-white.svg);
          width: 18px;
          height: 18px;
          position: absolute;
          top: 7px;
          right: 10px; }
      @media (max-width: 1919px) {
        .product-page .product-info .product-bottom .product-buy-btn {
          max-width: 269px; } }
      @media (max-width: 1279px) {
        .product-page .product-info .product-bottom .product-buy-btn {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .product-page .product-info .product-bottom .product-buy-btn {
          height: 70px;
          font-size: 12px; } }
    @media (max-width: 767px) {
      .product-page .product-info .product-bottom {
        margin-top: 22px; } }
    .product-page .product-info .product-description {
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #293484;
      margin-top: 70px; }
      .product-page .product-info .product-description p {
        display: block; }
    @media (max-width: 1279px) {
      .product-page .product-info .product-description {
        margin-top: 47px; } }
  @media (max-width: 1279px) {
    .product-page .product-info {
      max-width: 100%; } }

/*# sourceMappingURL=product.css.map */
