@charset "UTF-8";
/* ==================== PRODUCT DETAIL PAGE STYLES ==================== */
/* 
    Haravan Theme: ANH KHUÊ
    Page: Product Detail
    Author: AI Assistant
*/
.product-detail {
  padding: 0;
  background: #ffffff; }
  .product-detail__container {
    display: flex;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto; }
  .product-detail__left {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .product-detail__right {
    background: #ffffff;
    flex: 0 0 40%;
    max-width: 40%;
    position: sticky;
    top: 0;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px; }

.product-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }

.product-gallery__item {
  flex: 1 1 calc(33.333% - 3px);
  min-width: 200px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f5f5;
  max-width: 295px; }
  .product-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in; }

.product-description {
  background: #fff;
  position: relative; }
  .product-description.is-expanded {
    max-height: none; }
    .product-description.is-expanded .product-description__readmore {
      background: transparent;
      padding-top: 20px; }
  .product-description__content {
    padding: 40px 0px 80px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .product-description__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin: 0; }
  .product-description__section {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .product-description__heading {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #0a0a0a;
    margin: 0; }
  .product-description__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    padding-right: 16px; }
    .product-description__text p {
      margin-bottom: 8px; }
      .product-description__text p:last-child {
        margin-bottom: 0; }
  .product-description__image {
    width: 100%;
    overflow: hidden; }
    .product-description__image img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover; }
  .product-description__readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    padding: 320px 0 72px;
    display: flex;
    justify-content: center; }

.product-description__section ul {
  padding-left: 20px; }

.btn-readmore {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 40px;
  min-height: 50px;
  background: transparent;
  border: 1px solid #0a0a0a;
  border-radius: 2px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #0a0a0a;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn-readmore svg {
    transition: transform 0.3s ease; }
  .btn-readmore:hover {
    background: #0a0a0a;
    color: #fff; }
    .btn-readmore:hover svg path {
      stroke: #fff; }

.product-info {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .product-info__card {
    background: #fff;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .product-info__badges-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-info__brand-badge {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    padding: 10px 0 7px; }
  .product-info__status-badges {
    display: flex;
    gap: 8px;
    align-items: center; }
  .product-info__title-section {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .product-info__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1px;
    color: #000102;
    margin: 0; }
  .product-info__sku {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #404040;
    margin: 0; }
  .product-info__price {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: 4px; }
  .product-info__price-current {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1px;
    color: #D70000; }
  .product-info__price-compare {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #737373;
    text-decoration: line-through;
    padding-bottom: 4px; }
  .product-info__description {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    margin: 0; }
    .product-info__description p {
      margin-bottom: 0; }
  .product-info__variants {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .product-info__variants-label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #6b7280;
    margin: 0; }
  .product-info__variants-list {
    display: flex;
    gap: 10px; }
  .product-info__variant {
    width: 64px;
    height: 64px;
    border-radius: 2px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease; }
    .product-info__variant img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .product-info__variant.is-active, .product-info__variant:hover {
      border-color: #0a0a0a; }
  .product-info__addtocart {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px; }

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px 8px;
  min-height: 32px;
  border-radius: 2px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.1px; }
  .badge--new {
    background: #D70000;
    color: #fff; }
  .badge--limited {
    background: #0a0a0a;
    color: #fff; }
  .badge--date {
    background: transparent;
    border: 1px solid #0a0a0a;
    color: #0a0a0a; }

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  min-height: 50px;
  background: #f5f5f5;
  border: 1px solid #0a0a0a;
  border-radius: 2px; }
  .quantity-selector__btn {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #0a0a0a; }
    .quantity-selector__btn:hover {
      opacity: 0.7; }
  .quantity-selector__input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }
    .quantity-selector__input::-webkit-outer-spin-button, .quantity-selector__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0; }
    .quantity-selector__input[type=number] {
      -moz-appearance: textfield; }
    .quantity-selector__input:focus {
      outline: none; }

.btn-addtocart {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 48px;
  background: #0a0a0a;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn-addtocart__text {
    flex: 1;
    padding: 16px 24px;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
  .btn-addtocart__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 8px;
    background: #D70000;
    align-self: stretch;
    position: relative; }
    .btn-addtocart__icon::before {
      content: '';
      position: absolute;
      left: -7px;
      top: 0;
      bottom: 0;
      width: 8px;
      background: #D70000;
      clip-path: polygon(100% 0, 100% 100%, 0 100%); }
    .btn-addtocart__icon i {
      color: #fff;
      font-size: 18px; }
  .btn-addtocart:hover {
    background: #2a2a2a; }
  .btn-addtocart--combo {
    flex: 1; }

.product-combo {
  background: #fff;
  padding: 40px 0 28px;
  border-radius: 8px; }
  .product-combo__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin: 0 0 24px;
    padding: 0 28px; }
  .product-combo__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 28px; }
  .product-combo__item {
    display: flex;
    align-items: center;
    gap: 12px; }
  .product-combo__checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .product-combo__checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .product-combo__checkbox .checkmark {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      transition: all 0.3s ease; }
      .product-combo__checkbox .checkmark svg {
        display: none;
        color: #fff; }
    .product-combo__checkbox input:checked ~ .checkmark {
      background: #0a0a0a;
      border-color: #0a0a0a; }
      .product-combo__checkbox input:checked ~ .checkmark svg {
        display: block; }
  .product-combo__product {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    min-width: 280px; }
  .product-combo__image {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    overflow: hidden;
    flex-shrink: 0; }
    .product-combo__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-combo__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .product-combo__name {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0; }
  .product-combo__price {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #D70000;
    margin: 0; }
  .product-combo__variants-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 20px;
    min-height: 40px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #0a0a0a;
    cursor: pointer;
    transition: all 0.3s ease; }
    .product-combo__variants-btn svg {
      width: 24px;
      height: 24px; }
    .product-combo__variants-btn:hover {
      border-color: #0a0a0a; }
  .product-combo__footer {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 28px;
    margin-top: 24px;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px; }
  .product-combo__total {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .product-combo__total-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-family: "GMV Din Pro", sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px; }
    .product-combo__total-row span {
      font-weight: 400;
      color: #000102; }
    .product-combo__total-row strong {
      font-weight: 700; }
      .product-combo__total-row strong.text-primary {
        color: #b7361e; }
      .product-combo__total-row strong.text-gray {
        color: #6b7280; }

.product-preorder {
  position: relative;
  overflow: hidden;
  margin: 0px 20px 0px 20px; }
  .product-preorder__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://cdn.hstatic.net/files/1000388227/file/pre_order.jpg.jpeg) center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
    /*
        &-left {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 54%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 397'%3E%3Cpath fill='%23ffffff' opacity='0.1' d='M0 397V0h101L0 397z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: contain;
            mix-blend-mode: multiply;
            opacity: 0.3;
        }
        
        &-right {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 54%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 397'%3E%3Cpath fill='%23ffffff' opacity='0.1' d='M101 0v397H0L101 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
            mix-blend-mode: soft-light;
            opacity: 0.3;
        }
  */ }
  .product-preorder__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 28px; }
  .product-preorder__info {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .product-preorder__price-row {
    display: flex;
    align-items: center;
    gap: 12px; }
  .product-preorder__label {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #fff; }
  .product-preorder__price {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #fff; }
  .product-preorder__date {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #fff;
    margin: 0; }
  .product-preorder__image {
    position: absolute;
    right: -100px;
    bottom: -40px;
    width: 560px;
    height: 182px;
    opacity: 0.3;
    pointer-events: none; }
    .product-preorder__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.btn-preorder {
  display: flex;
  align-items: center;
  min-height: 48px;
  background: #fff;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.15), 0px 4px 6px -2px rgba(16, 24, 40, 0.15); }
  .btn-preorder__text {
    padding: 16px 24px;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #0a0a0a; }
  .btn-preorder__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 8px;
    background: #D70000;
    align-self: stretch;
    position: relative; }
    .btn-preorder__icon::before {
      content: '';
      position: absolute;
      left: -7px;
      top: 0;
      bottom: 0;
      width: 8px;
      background: #D70000;
      clip-path: polygon(100% 0, 100% 100%, 0 100%); }
    .btn-preorder__icon i {
      color: #fff;
      font-size: 18px; }
  .btn-preorder:hover {
    transform: translateY(-2px);
    box-shadow: 0px 16px 24px -4px rgba(16, 24, 40, 0.2), 0px 6px 8px -2px rgba(16, 24, 40, 0.15); }

.product-policies {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px 0px 20px; }
  .product-policies__item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px; }
    .product-policies__item:last-child {
      border-bottom: none; }
  .product-policies__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
    .product-policies__header:focus {
      outline: none; }
    .product-policies__header span {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.2px;
      color: #737373; }
    .product-policies__header svg {
      width: 24px;
      height: 24px;
      color: #737373;
      transition: transform 0.3s ease; }
    .product-policies__header:hover span {
      color: #0a0a0a; }
    .product-policies__header[aria-expanded="true"] svg {
      transform: rotate(45deg); }
  .product-policies__content {
    padding-top: 12px; }
    .product-policies__content p {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #0a0a0a;
      margin: 0; }

.product-specs {
  background: #fff;
  padding: 0px 20px 32px;
  border-radius: 12px 0 0 12px; }
  .product-specs__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin: 0 0 14px; }
  .product-specs__group {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px; }
    .product-specs__group--last {
      border-bottom: none;
      margin-bottom: 0; }
  .product-specs__group-title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0 0 12px; }
  .product-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
  .product-specs__list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .product-specs__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 52px; }
  .product-specs__label {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }
  .product-specs__value {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }

@media (max-width: 1199px) {
  .product-detail__container {
    flex-direction: column; }
  .product-detail__left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .product-detail__right {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    padding-left: 20px;
    padding-right: 20px; }
  .product-gallery__item {
    flex: 1 1 calc(33.333% - 3px);
    min-width: 180px; } }

@media (max-width: 991px) {
  .product-info__title {
    font-size: 28px;
    line-height: 36px; }
  .product-info__price-current {
    font-size: 28px;
    line-height: 36px; }
  .product-combo__product {
    flex-wrap: wrap;
    gap: 12px; }
  .product-combo__variants-btn {
    width: 100%;
    justify-content: center; } }

@media (max-width: 767px) {
  .product-detail__left, .product-detail__right {
    padding-left: 16px;
    padding-right: 16px; }
  .product-gallery__item {
    flex: 1 1 100%;
    min-width: 100%; }
  .product-description__title {
    font-size: 28px;
    line-height: 36px; }
  .product-description__heading {
    font-size: 20px;
    line-height: 26px; }
  .product-info__card {
    padding: 20px; }
  .product-info__badges-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
  .product-info__title {
    font-size: 24px;
    line-height: 32px; }
  .product-info__price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px; }
  .product-info__price-current {
    font-size: 28px;
    line-height: 36px; }
  .product-info__price-compare {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0; }
  .product-info__addtocart {
    flex-direction: column; }
    .product-info__addtocart .quantity-selector {
      width: 100%;
      justify-content: center; }
    .product-info__addtocart .btn-addtocart {
      width: 100%; }
  .product-combo__title {
    font-size: 24px;
    line-height: 32px;
    padding: 0 16px; }
  .product-combo__list {
    padding: 0 16px; }
  .product-combo__footer {
    flex-direction: column;
    padding: 16px;
    gap: 16px; }
  .product-combo__total {
    width: 100%; }
  .btn-addtocart--combo {
    width: 100%; }
  .product-specs {
    padding: 24px 16px;
    border-radius: 0; }
  .product-specs__title {
    font-size: 24px;
    line-height: 32px; }
  .product-specs__grid {
    grid-template-columns: 1fr; }
  .product-preorder__content {
    flex-direction: column;
    gap: 12px;
    padding: 16px; }
  .product-preorder__info {
    align-items: center;
    text-align: center; }
  .product-preorder__price-row {
    flex-direction: column;
    gap: 4px; }
  .product-preorder__price {
    font-size: 28px;
    line-height: 36px; }
  .product-preorder__image {
    display: none; }
  .product-recommendations {
    padding: 40px 0; }
    .product-recommendations__title {
      font-size: 28px;
      line-height: 36px; }
    .product-recommendations__nav {
      display: none; }
    .product-recommendations__swiper .swiper-slide {
      width: 70%; } }

.product-recommendations {
  padding: 42px 0px; }
  .product-recommendations__wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  .product-recommendations__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
  .product-recommendations__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1.2px;
    margin: 0; }
  .product-recommendations__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px; }
  .product-recommendations__swiper {
    overflow: hidden;
    flex: 1; }
    .product-recommendations__swiper .swiper-wrapper {
      display: flex; }
    .product-recommendations__swiper .swiper-slide {
      flex-shrink: 0; }
      .product-recommendations__swiper .swiper-slide .product-card {
        height: 100%; }
  .product-recommendations__scrollbar-wrapper {
    padding: 40px 50px 0; }
  .product-recommendations__scrollbar {
    height: 4px;
    background: #fff;
    border-radius: 100px; }
    .product-recommendations__scrollbar .swiper-scrollbar-drag {
      background: #404040;
      border-radius: 100px; }
  .product-recommendations__nav {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    z-index: 99999999;
    transform: translateY(-50%);
    outline: none; }
    .product-recommendations__nav svg {
      width: 24px;
      height: 24px;
      color: #0a0a0a; }
    .product-recommendations__nav:focus {
      outline: none; }
    .product-recommendations__nav:hover {
      background: #f5f5f5; }
    .product-recommendations__nav.product-recommendations__nav--prev {
      left: 0; }
    .product-recommendations__nav.product-recommendations__nav--next {
      right: 0; }
    .product-recommendations__nav.swiper-button-disabled {
      opacity: 0.5;
      cursor: not-allowed; }

@media (max-width: 1199px) {
  .product-recommendations {
    padding: 60px 0; }
    .product-recommendations__title {
      font-size: 36px;
      line-height: 44px; }
    .product-recommendations__scrollbar-wrapper {
      padding: 30px 50px 0; } }

@media (max-width: 767px) {
  .product-recommendations {
    padding: 40px 0; }
    .product-recommendations__title {
      font-size: 28px;
      line-height: 36px; }
    .product-recommendations__slider {
      gap: 0; }
    .product-recommendations__nav {
      display: none; }
    .product-recommendations__scrollbar-wrapper {
      padding: 24px 0 0; } }

.recently-viewed {
  padding: 72px 0px; }
  .recently-viewed__wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  .recently-viewed__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
  .recently-viewed__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1.2px;
    margin: 0; }
  .recently-viewed__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px; }
  .recently-viewed__swiper {
    overflow: hidden;
    flex: 1; }
    .recently-viewed__swiper .swiper-wrapper {
      display: flex; }
    .recently-viewed__swiper .swiper-slide {
      flex-shrink: 0; }
      .recently-viewed__swiper .swiper-slide .product-card {
        height: 100%; }
  .recently-viewed__scrollbar-wrapper {
    padding: 40px 50px 0; }
  .recently-viewed__scrollbar {
    height: 4px;
    background: #fff;
    border-radius: 100px; }
    .recently-viewed__scrollbar .swiper-scrollbar-drag {
      background: #404040;
      border-radius: 100px; }
  .recently-viewed__nav {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    outline: none; }
    .recently-viewed__nav svg {
      width: 24px;
      height: 24px;
      color: #0a0a0a; }
    .recently-viewed__nav:focus {
      outline: none; }
    .recently-viewed__nav:hover {
      background: #f5f5f5; }
    .recently-viewed__nav.recently-viewed__nav--prev {
      left: 0; }
    .recently-viewed__nav.recently-viewed__nav--next {
      right: 0; }

@media (max-width: 1199px) {
  .recently-viewed {
    padding: 60px 0px; }
    .recently-viewed__title {
      font-size: 36px;
      line-height: 44px; }
    .recently-viewed__scrollbar-wrapper {
      padding: 30px 50px 0; } }

@media (max-width: 767px) {
  .recently-viewed {
    padding: 40px 0px; }
    .recently-viewed__title {
      font-size: 28px;
      line-height: 36px; }
    .recently-viewed__slider {
      gap: 0; }
    .recently-viewed__nav {
      display: none; }
    .recently-viewed__scrollbar-wrapper {
      padding: 24px 0 0; } }

@media (max-width: 430px) {
  body.product-detail-page {
    padding-bottom: 106px; }
  .product-detail {
    padding: 0; }
    .product-detail__container {
      flex-direction: column;
      gap: 0; }
    .product-detail__breadcrumb {
      padding: 0; }
    .product-detail__left {
      padding: 0;
      gap: 0; }
    .product-detail__right {
      padding: 0;
      gap: 0; }
  .product-gallery {
    position: relative; }
    .product-gallery__grid {
      display: flex;
      flex-wrap: nowrap;
      gap: 4px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 0; }
      .product-gallery__grid::-webkit-scrollbar {
        display: none; }
    .product-gallery__item {
      flex: 0 0 calc(100% - 0);
      min-width: calc(100% - 0);
      scroll-snap-align: center;
      aspect-ratio: 1;
      border-radius: 2px;
      overflow: hidden; }
    .product-gallery__nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: #fff;
      border: none;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
      .product-gallery__nav--prev {
        left: 15px; }
      .product-gallery__nav--next {
        right: 15px; }
      .product-gallery__nav svg {
        width: 24px;
        height: 24px;
        color: #0a0a0a; }
    .product-gallery__indicators {
      display: flex;
      justify-content: center;
      gap: 8px;
      padding: 12px 0; }
      .product-gallery__indicators .indicator {
        width: 16px;
        height: 4px;
        background: #e5e5e5;
        border-radius: 100px;
        transition: all 0.3s ease; }
        .product-gallery__indicators .indicator.is-active {
          width: 24px;
          background: #0a0a0a; }
  .product-info {
    gap: 0; }
    .product-info__card {
      padding: 12px 0px;
      gap: 12px;
      background: #fff;
      border-radius: 2px;
      margin: 0; }
    .product-info__badges-row {
      flex-direction: row;
      align-items: center;
      gap: 8px; }
    .product-info__brand-badge {
      font-size: 13px;
      line-height: 13px;
      /*
            padding: 10px 8px 8px;
            background: $color-primary;
            color: $color-white;
            border-radius: 2px;
*/ }
    .product-info__status-badges {
      gap: 8px; }
    .product-info__title-section {
      gap: 4px; }
    .product-info__title {
      font-size: 20px;
      line-height: 25px;
      letter-spacing: -0.5px; }
    .product-info__sku {
      font-size: 14px;
      line-height: 18px; }
    .product-info__price {
      flex-direction: row;
      align-items: center;
      gap: 8px;
      margin-top: 4px; }
    .product-info__price-current {
      font-size: 20px;
      line-height: 25px; }
    .product-info__price-compare {
      font-size: 13px;
      line-height: 18px;
      padding-bottom: 0; }
    .product-info__description {
      font-size: 14px;
      line-height: 18px; }
    .product-info__variants {
      gap: 8px; }
    .product-info__variants-label {
      font-size: 14px;
      line-height: 18px; }
    .product-info__variants-list {
      gap: 10px; }
    .product-info__variant {
      width: 64px;
      height: 64px; }
    .product-info__addtocart {
      display: none; }
  .badge {
    padding: 10px 8px 8px;
    min-height: 32px;
    font-size: 13px;
    line-height: 13px; }
  .product-combo {
    margin: 16px 12px 0;
    padding: 16px 0;
    border-radius: 2px; }
    .product-combo__title {
      font-size: 20px;
      line-height: 25px;
      padding: 0 12px;
      margin-bottom: 12px; }
    .product-combo__list {
      padding: 0 12px;
      gap: 12px; }
    .product-combo__item {
      gap: 12px; }
    .product-combo__product {
      gap: 8px;
      flex-wrap: nowrap; }
    .product-combo__image {
      width: 80px;
      height: 80px; }
    .product-combo__info {
      flex: 1;
      gap: 4px; }
    .product-combo__name {
      font-size: 14px;
      line-height: 19px; }
    .product-combo__price {
      font-size: 14px;
      line-height: 19px; }
    .product-combo__variants-btn {
      padding: 8px 16px;
      min-height: 36px;
      font-size: 13px;
      line-height: 13px; }
    .product-combo__footer {
      flex-direction: row;
      padding: 12px;
      margin-top: 12px;
      gap: 8px; }
    .product-combo__total {
      flex: 1; }
    .product-combo__total-row {
      font-size: 14px;
      line-height: 19px; }
  .product-policies {
    padding: 0 0;
    gap: 0; }
    .product-policies__item {
      padding: 12px 0; }
    .product-policies__header span {
      font-size: 16px;
      line-height: 21px; }
    .product-policies__content {
      padding-top: 8px; }
      .product-policies__content p {
        font-size: 14px;
        line-height: 21px; }
  .product-description {
    margin: 0;
    max-height: none; }
    .product-description__content {
      padding: 24px 0;
      gap: 16px; }
    .product-description__title {
      font-size: 20px;
      line-height: 25px; }
    .product-description__heading {
      font-size: 16px;
      line-height: 20px; }
    .product-description__text {
      font-size: 14px;
      line-height: 21px; }
    .product-description__readmore {
      padding: 80px 0 24px; }
  .btn-readmore {
    padding: 8px 24px;
    min-height: 36px;
    font-size: 13px;
    line-height: 13px; }
  .product-specs {
    margin: 0;
    padding: 24px 0;
    border-radius: 2px; }
    .product-specs__title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 16px; }
    .product-specs__group {
      padding-bottom: 16px;
      margin-bottom: 12px; }
    .product-specs__group-title {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 8px; }
    .product-specs__grid {
      grid-template-columns: 1fr;
      gap: 8px; }
    .product-specs__item {
      min-height: 40px;
      gap: 4px; }
    .product-specs__label {
      font-size: 14px;
      line-height: 18px; }
    .product-specs__value {
      font-size: 14px;
      line-height: 18px; }
  .product-recommendations {
    padding: 48px 0; }
    .product-recommendations__header {
      margin-bottom: 24px; }
    .product-recommendations__title {
      font-size: 24px;
      line-height: 37px; }
    .product-recommendations__slider {
      gap: 0; }
    .product-recommendations__swiper .swiper-slide {
      width: 201px; }
    .product-recommendations__nav {
      display: none; }
    .product-recommendations__scrollbar-wrapper {
      padding: 28px 0 0; }
  .recently-viewed {
    padding: 0 0px 48px; }
    .recently-viewed__header {
      margin-bottom: 24px; }
    .recently-viewed__title {
      font-size: 24px;
      line-height: 37px; }
    .recently-viewed__slider {
      gap: 0; }
    .recently-viewed__swiper .swiper-slide {
      width: 201px; }
    .recently-viewed__nav {
      display: none; }
    .recently-viewed__scrollbar-wrapper {
      padding: 28px 0 0; }
  .product-preorder {
    margin: 0; }
    .product-preorder__content {
      flex-direction: column;
      gap: 12px;
      padding: 16px 12px; }
    .product-preorder__info {
      align-items: center;
      text-align: center; }
    .product-preorder__price-row {
      flex-direction: column;
      gap: 4px; }
    .product-preorder__price {
      font-size: 24px;
      line-height: 30px; }
    .product-preorder__image {
      display: none; }
  .btn-preorder__text {
    font-size: 13px;
    padding: 10px 16px; } }

.product-sticky-bar {
  display: none; }

@media (max-width: 430px) {
  .product-sticky-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ff919c;
    border-radius: 2px 2px 0 0;
    box-shadow: 0px -12px 16px -4px rgba(16, 24, 40, 0.15), 0px -4px 6px -2px rgba(16, 24, 40, 0.1);
    padding: 12px; }
    .product-sticky-bar__content {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .product-sticky-bar__info {
      display: flex;
      flex-direction: column; }
    .product-sticky-bar__title {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.2px;
      color: #000102;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0; }
    .product-sticky-bar__price-row {
      display: flex;
      align-items: center;
      gap: 8px; }
    .product-sticky-bar__price-label {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #475569; }
    .product-sticky-bar__price-current {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.2px;
      color: #D70000; }
    .product-sticky-bar__price-compare {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -0.1px;
      color: #737373;
      text-decoration: line-through; }
    .product-sticky-bar__actions {
      display: flex;
      align-items: center;
      gap: 10px; }
    .product-sticky-bar__variant-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      padding: 5px 16px;
      min-height: 36px;
      background: #f5f5f5;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 13px;
      text-transform: uppercase;
      color: #0a0a0a;
      cursor: pointer; }
      .product-sticky-bar__variant-btn svg {
        width: 20px;
        height: 20px; }
    .product-sticky-bar__quantity {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 6px 16px;
      min-height: 36px;
      background: #f5f5f5;
      border: 1px solid #0a0a0a;
      border-radius: 2px; }
      .product-sticky-bar__quantity button {
        width: 20px;
        height: 20px;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-sticky-bar__quantity button svg {
          width: 20px;
          height: 20px;
          color: #0a0a0a; }
      .product-sticky-bar__quantity span {
        font-family: "GMV Din Pro", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 13px;
        text-transform: uppercase;
        color: #0a0a0a;
        min-width: 20px;
        text-align: center; }
    .product-sticky-bar__addtocart {
      flex: 1;
      display: flex;
      align-items: center;
      min-height: 36px;
      background: #0a0a0a;
      border: none;
      border-radius: 2px;
      overflow: hidden;
      cursor: pointer; }
      .product-sticky-bar__addtocart-text {
        flex: 1;
        padding: 6px 12px;
        font-family: "GMV Din Pro", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 13px;
        text-transform: uppercase;
        color: #fff;
        text-align: center; }
      .product-sticky-bar__addtocart-icon {
        display: flex;
        align-items: center;
        padding: 8px;
        background: #D70000;
        position: relative; }
        .product-sticky-bar__addtocart-icon::before {
          content: '';
          position: absolute;
          left: -7px;
          top: 0;
          bottom: 0;
          width: 8px;
          background: #D70000;
          clip-path: polygon(100% 0, 100% 100%, 0 100%); }
        .product-sticky-bar__addtocart-icon svg {
          width: 20px;
          height: 20px;
          color: #fff; } }

.product-info__other-colors-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.product-detail__right .product-info .product-info__badges-row span.badge {
  padding: 8px 8px 8px 8px;
  min-height: auto;
  align-items: center;
  line-height: 12px; }
