@keyframes headShake {
  0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); } }

.boxlazy-img__insert {
  position: relative;
  height: 0;
  display: block;
  width: 100%; }
  .boxlazy-img__insert.lazy-img__prod {
    padding-bottom: 140%; }
  .boxlazy-img__insert .boxlazy-img__aspect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .boxlazy-img__insert .boxlazy-img__aspect img, .boxlazy-img__insert .boxlazy-img__aspect iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px; }

.swiper-button,
.swiper-button {
  color: var(--shop-color-main);
  background: #fff7e9;
  border: 1px solid var(--shop-color-main);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9; }
  .swiper-button:after,
  .swiper-button:after {
    font-size: 14px; }
  @media (max-width: 991px) {
    .swiper-button .swiper-prev,
    .swiper-button .swiper-next,
    .swiper-button .swiper-prev,
    .swiper-button .swiper-next {
      width: 28px;
      height: 28px; }
      .swiper-button .swiper-prev:after,
      .swiper-button .swiper-next:after,
      .swiper-button .swiper-prev:after,
      .swiper-button .swiper-next:after {
        font-size: 12px; } }

.swiper-prev {
  left: 0; }
  @media (min-width: 992px) {
    .swiper-prev {
      left: -45px; } }

.swiper-next {
  right: 0; }

.product-gallery .product-gallery__thumb .product-thumb__link {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  border: 1px solid transparent;
  width: 100%;
  padding: 0;
  background-color: transparent; }
  .product-gallery .product-gallery__thumb .product-thumb__link img {
    border-radius: 12px; }
  @media (min-width: 992px) {
    .product-gallery .product-gallery__thumb .product-thumb__link.active {
      border-color: var(--shop-color-main); } }

@media (min-width: 992px) {
  .product-gallery .product-gallery__thumb {
    width: 90px;
    position: sticky;
    top: var(--header-height);
    float: left; }
    .product-gallery .product-gallery__thumb .swiper-wrapper {
      display: flex;
      flex-direction: column;
      gap: 8px; } }

@media (min-width: 992px) {
  .product-gallery .product-gallery__slide {
    width: calc(100% - 110px);
    margin-left: auto;
    margin-right: 0; }
    .product-gallery .product-gallery__slide .swiper-wrapper {
      display: flex;
      flex-direction: column; } }

.product-gallery .product-gallery__slide .product-gallery__photo {
  margin-bottom: 8px; }

@media (min-width: 992px) {
  .product-info .sticky-info {
    top: var(--header-height);
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease;
    padding-left: 44px; } }

.product-info .info-header {
  border-bottom: 1px solid #E9EAEB;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  .product-info .info-header .product-name h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px; }
  .product-info .info-header .product-sku {
    display: flex; }
    .product-info .info-header .product-sku span {
      position: relative;
      font-size: 16px;
      color: #717680; }
      .product-info .info-header .product-sku span svg {
        margin-right: 4px; }
      .product-info .info-header .product-sku span strong {
        color: #333;
        padding-left: 4px;
        font-weight: 500; }
      .product-info .info-header .product-sku span#pro_copy_link {
        cursor: pointer;
        user-select: none; }
      .product-info .info-header .product-sku span + span {
        display: inline-flex; }
        .product-info .info-header .product-sku span + span::before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 18px;
          background: #717680;
          margin: 0px 8px;
          position: relative;
          top: 2px; }

.product-info .info-body .product-price {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 24px; }
  .product-info .info-body .product-price .pro-price {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block; }
  .product-info .info-body .product-price .pro-percent {
    border-radius: 99px;
    background: var(--shop-color-main);
    padding: 2px 8px;
    color: #fff; }
  .product-info .info-body .product-price del {
    color: #A4A7AE;
    font-size: 16px;
    font-weight: 500;
    display: inline-block; }

.product-info .info-body .product-quantity {
  margin-bottom: 24px; }
  .product-info .info-body .product-quantity .pro-qty {
    gap: 12px; }
    .product-info .info-body .product-quantity .pro-qty .pro-title {
      font-size: 18px;
      font-weight: 500; }
    .product-info .info-body .product-quantity .pro-qty .pro-qty-bg {
      background-color: #E9EAEB;
      border-radius: 99px;
      padding: 14px 16px;
      display: flex;
      gap: 24px; }
    .product-info .info-body .product-quantity .pro-qty button {
      outline: none; }
    .product-info .info-body .product-quantity .pro-qty input {
      border: none;
      outline: none;
      width: auto;
      height: auto;
      max-width: 20px;
      text-align: center;
      background-color: transparent;
      font-size: 18px; }

.product-info .info-body .action-buys {
  display: flex;
  gap: 20px;
  margin-bottom: 24px; }
  .product-info .info-body .action-buys .button {
    flex: 1;
    padding: 16px 0;
    font-size: 16px; }
    .product-info .info-body .action-buys .button#add-to-cart {
      background: #333;
      border-color: #333;
      color: #FFF7E9; }
      .product-info .info-body .action-buys .button#add-to-cart:hover {
        color: var(--shop-color-main);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3); }

.product-info .product-short-desc {
  background-color: #E9EAEB;
  border-radius: 16px;
  padding: 12px 16px; }
  .product-info .product-short-desc .product-short-desc-img {
    margin-bottom: 12px; }
  .product-info .product-short-desc .product-short-desc-content {
    font-size: 16px; }

.product-info .product-variants {
  position: relative; }
  .product-info .product-variants.check-action-variant {
    padding: 0 15px;
    z-index: 1; }
    .product-info .product-variants.check-action-variant::before {
      content: "";
      border-radius: 10px;
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff5f5;
      z-index: -1; }
    .product-info .product-variants.check-action-variant .check-action-tt {
      color: red;
      font-weight: 500;
      margin: 0; }
      .product-info .product-variants.check-action-variant .check-action-tt.text-effect {
        animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

.product-coupon {
  margin-bottom: 24px;
  min-height: 36px; }
  .product-coupon .product-coupon__inner {
    gap: 8px;
    flex-wrap: nowrap;
    min-height: 36px; }
  .product-coupon .coupon-label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 28px;
    letter-spacing: -0.2px; }
  .product-coupon .coupon-swiper {
    overflow: initial;
    flex: 1;
    min-width: 0; }
    .product-coupon .coupon-swiper .swiper-wrapper {
      align-items: center; }
  .product-coupon .coupon-slide {
    width: auto !important; }
  .product-coupon .coupon-item {
    background-color: #f8d3c3;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 4px 4px 12px;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
    min-height: 32px; }
    .product-coupon .coupon-item:hover {
      opacity: 0.88;
      box-shadow: 0 2px 8px rgba(231, 98, 40, 0.18); }
    .product-coupon .coupon-item:focus-visible {
      outline: 2px solid var(--shop-color-main, #e76228);
      outline-offset: 2px; }
    .product-coupon .coupon-item .coupon-code {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      white-space: nowrap;
      letter-spacing: -0.2px;
      line-height: 20px; }
    .product-coupon .coupon-item .coupon-save-btn {
      background-color: #fff7e9;
      border-radius: 9999px;
      padding: 4px 16px;
      color: #e76228;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      white-space: nowrap;
      pointer-events: none; }
    .product-coupon .coupon-item .coupon-tooltip {
      position: absolute;
      bottom: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%);
      min-width: 230px;
      max-width: 300px;
      background: #fff;
      border: 1px solid #E9EAEB;
      border-radius: 12px;
      padding: 14px 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      z-index: 200;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
      transform: translateX(-50%) translateY(4px); }
      .product-coupon .coupon-item .coupon-tooltip::after, .product-coupon .coupon-item .coupon-tooltip::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none; }
      .product-coupon .coupon-item .coupon-tooltip::after {
        border: 6px solid transparent;
        border-top-color: #fff;
        margin-top: -1px; }
      .product-coupon .coupon-item .coupon-tooltip::before {
        border: 7px solid transparent;
        border-top-color: #E9EAEB; }
      .product-coupon .coupon-item .coupon-tooltip.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0); }
      .product-coupon .coupon-item .coupon-tooltip .tooltip-code {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f8d3c3;
        border-radius: 8px;
        padding: 8px 8px 8px 12px;
        margin-bottom: 12px;
        gap: 4px; }
        .product-coupon .coupon-item .coupon-tooltip .tooltip-code .tooltip-code-text {
          font-size: 15px;
          font-weight: 700;
          color: #333;
          letter-spacing: 0.5px;
          line-height: 1.4; }
        .product-coupon .coupon-item .coupon-tooltip .tooltip-code .tooltip-copy-btn {
          background: transparent;
          border: none;
          padding: 4px 6px;
          cursor: pointer;
          color: #e76228;
          font-size: 12px;
          font-weight: 500;
          display: inline-flex;
          align-items: center;
          gap: 4px;
          min-height: 44px;
          min-width: 44px;
          justify-content: center;
          border-radius: 6px;
          transition: background 0.15s ease;
          flex-shrink: 0; }
          .product-coupon .coupon-item .coupon-tooltip .tooltip-code .tooltip-copy-btn:hover {
            background: rgba(231, 98, 40, 0.08); }
          .product-coupon .coupon-item .coupon-tooltip .tooltip-code .tooltip-copy-btn svg {
            flex-shrink: 0; }
      .product-coupon .coupon-item .coupon-tooltip .tooltip-rows {
        display: flex;
        flex-direction: column;
        gap: 6px; }
      .product-coupon .coupon-item .coupon-tooltip .tooltip-row {
        display: flex;
        gap: 6px;
        font-size: 13px;
        line-height: 1.5;
        align-items: flex-start; }
        .product-coupon .coupon-item .coupon-tooltip .tooltip-row .tooltip-row-label {
          color: #717680;
          white-space: nowrap;
          flex-shrink: 0;
          min-width: 70px; }
        .product-coupon .coupon-item .coupon-tooltip .tooltip-row .tooltip-row-value {
          color: #333;
          font-weight: 500; }

.product-tabs {
  background-color: #FFF1EB;
  padding: 48px 64px;
  border-radius: 16px; }
  .product-tabs .nav {
    display: flex;
    margin-bottom: 32px;
    gap: 16px;
    justify-content: center; }
    .product-tabs .nav li .title-link {
      border-radius: 6px;
      border: 1px solid #333;
      background: #F7F7F7;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      font-size: 18px;
      font-weight: 600;
      color: #333;
      box-shadow: none; }
      .product-tabs .nav li .title-link img {
        filter: brightness(0);
        -webkit-filter: brightness(0); }
      .product-tabs .nav li .title-link.active {
        border-color: var(--shop-color-main);
        background: var(--shop-color-main);
        color: #fff; }
        .product-tabs .nav li .title-link.active img {
          filter: brightness(0) invert(1);
          -webkit-filter: brightness(0) invert(1); }
  .product-tabs .expandable-toggle__btn {
    border-color: #fff;
    margin-top: 10px; }
    .product-tabs .expandable-toggle__btn:hover {
      border-color: var(--shop-color-button); }
  .product-tabs .description-btn {
    position: relative;
    display: none !important; }
  .product-tabs .description-btn:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }
  .product-tabs .description-btn.is-show:before {
    display: none; }

.product-cta-banner__inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: #c97a50; }

.product-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px; }

.product-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(231, 98, 40, 0.35);
  border-radius: 16px;
  pointer-events: none; }

.product-cta-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  text-align: center;
  width: 100%; }

.product-cta-banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #fffefc;
  margin: 0; }

.product-cta-banner__btn {
  border-color: #FFF7E9; }
  .product-cta-banner__btn:hover {
    border-color: var(--shop-color-main); }

@media (max-width: 991px) {
  .product-cta-banner__inner {
    height: 160px;
    min-height: 160px; }
  .product-cta-banner__title {
    font-size: 18px;
    line-height: 26px; } }

.product-related, .product-viewed {
  overflow: hidden; }
  .product-related .section-title, .product-viewed .section-title {
    margin-bottom: 32px; }
  .product-related h2, .product-viewed h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0; }
  .product-related .btn-proloop-cart, .product-viewed .btn-proloop-cart {
    padding: 2px 6px 4px;
    font-size: 12px;
    margin-top: 4px; }
    .product-related .btn-proloop-cart:hover, .product-viewed .btn-proloop-cart:hover {
      box-shadow: none; }
  .product-related .list-product-slide, .product-viewed .list-product-slide {
    overflow: initial; }
  .product-related .productDetail-related-seemore, .product-viewed .productDetail-related-seemore {
    color: var(--shop-color-main); }

.product-viewed .swiper-button-disabled {
  opacity: 0;
  visibility: hidden; }

.productDetail-related-recommend {
  border: 1px solid #E9EAEB;
  border-radius: 16px;
  padding: 12px 16px;
  margin-top: 24px; }
  .productDetail-related-recommend .section-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px; }
  .productDetail-related-recommend .btn-proloop-cart {
    padding: 2px 8px 4px;
    font-size: 12px;
    margin: 4px 0 0; }
    .productDetail-related-recommend .btn-proloop-cart:hover {
      box-shadow: none; }

/*--------------------------------------------------------------------------------
MODAL SIZE GUIDE
--------------------------------------------------------------------------------*/
.modal-sizes {
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7); }
  .modal-sizes .modal-header {
    padding: 64px 64px 32px;
    border-bottom: none; }
  .modal-sizes .modal-header .mdl-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    line-height: initial; }
  .modal-sizes .modal-header .close-modal-size {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
    opacity: 1;
    display: block;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0; }
  .modal-sizes .modal-header .close-modal-size svg {
    display: block;
    margin: auto;
    height: 100%;
    width: 22px;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    -moz-transition: -moz-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s; }
  .modal-sizes .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    background: #FFF1EB;
    border-radius: 16px; }
  .modal-sizes .modal-body {
    padding: 0 64px 64px; }
  .modal-sizes .modal-body .mdl-banner {
    text-align: center;
    border-radius: 16px;
    overflow: hidden; }
    .modal-sizes .modal-body .mdl-banner img {
      border-radius: 16px; }
  .modal-sizes .modal-body .mdl-note {
    margin: 12px 0 10px; }
  .modal-sizes .modal-header .close-modal-size:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12); }
  @media (min-width: 768px) {
    .modal-sizes .modal-dialog {
      min-width: 868px; } }
  @media (max-width: 767px) {
    .modal-sizes .modal-header {
      padding: 12px 44px 12px 12px; }
    .modal-sizes .modal-header .mdl-title {
      font-size: 18px;
      text-align: left; }
    .modal-sizes .modal-body {
      padding: 20px 10px; } }

@media (max-width: 991px) {
  .swiper-button {
    width: 30px;
    height: 30px;
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .swiper-button svg {
    width: 12px; }
  .boxlazy-img__insert.lazy-img__prod {
    padding-bottom: 100%; }
  .product-gallery__inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    margin-bottom: 10px; }
    .product-gallery__inner #slideThumb {
      flex: 0 0 100%;
      max-width: 100%; }
      .product-gallery__inner #slideThumb .list-group {
        flex-direction: row; }
      .product-gallery__inner #slideThumb .swiper-slide-thumb-active .product-thumb__link {
        border-color: var(--shop-color-main); }
    .product-gallery__inner .product-gallery__slide {
      order: -1;
      flex: 0 0 100%;
      max-width: 100%; }
  .product-info {
    overflow: hidden; }
    .product-info .info-header {
      padding-bottom: 14px;
      margin-bottom: 14px; }
      .product-info .info-header .product-name h1 {
        font-size: 24px; }
      .product-info .info-header .product-sku span {
        font-size: 14px; }
    .product-info .info-body .product-price {
      margin-bottom: 14px; }
      .product-info .info-body .product-price .pro-price {
        font-size: 24px; }
    .product-info .info-body .product-quantity {
      margin-bottom: 14px; }
      .product-info .info-body .product-quantity .pro-qty .pro-qty-bg {
        padding: 8px 16px;
        gap: 15px; }
        .product-info .info-body .product-quantity .pro-qty .pro-qty-bg button svg {
          width: 10px; }
        .product-info .info-body .product-quantity .pro-qty .pro-qty-bg input {
          font-size: 14px; }
      .product-info .info-body .product-quantity .pro-qty .pro-title {
        font-size: 16px; }
    .product-info .info-body .action-buys {
      gap: 10px;
      margin-bottom: 14px; }
      .product-info .info-body .action-buys .button {
        padding: 10px 0; }
    .product-info .product-short-desc .product-short-desc-content {
      font-size: 14px; }
  .product-coupon .coupon-label {
    font-size: 16px; }
  .productDetail-related-recommend {
    margin-top: 14px; }
    .productDetail-related-recommend .section-title h2 {
      font-size: 16px; }
  .product-tabs {
    padding: 15px; }
    .product-tabs .nav {
      flex-wrap: nowrap;
      white-space: nowrap;
      justify-content: start;
      overflow: auto hidden;
      margin-bottom: 20px; }
      .product-tabs .nav li .title-link {
        padding: 8px 14px;
        font-size: 16px; }
  .product-related .section-title, .product-viewed .section-title {
    margin-bottom: 20px; }
  .product-related h2, .product-viewed h2 {
    font-size: 24px; } }
