/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 08:29:18 */
.wa-lowest-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 14.22px;
  color: #2b2d59;
  margin-top: 5px; }
  .wa-lowest-price p {
    margin: 0; }
  .wa-lowest-price svg {
    min-width: 2rem;
    min-height: 2rem;
    margin-bottom: 1px; }

.wa-unit-price p {
  margin: 0 !important; }

.wa-product-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden; }
  .wa-product-area__out-of-stock {
    color: var(--red);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    width: 100%; }
  .wa-product-area-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: var(--pa-footer-background-color);
    padding: 2rem 2.5rem; }
    .wa-product-area-bottom__img {
      min-width: 3.5rem;
      width: 3.5rem;
      height: 3.5rem; }
      .wa-product-area-bottom__img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        filter: brightness(0) invert(1); }
    .wa-product-area-bottom__desc {
      max-width: 30ch;
      color: var(--pa-footer-text-color) !important; }
    .wa-product-area-bottom__button {
      display: flex;
      background-color: var(--pa-footer-text-color);
      color: var(--blue);
      border: 2px solid var(--pa-footer-text-color);
      padding: 1.2rem 3.2rem;
      font-size: 18px;
      align-items: center;
      line-height: 1.2;
      text-align: center;
      text-wrap: nowrap;
      border-radius: 1rem;
      justify-content: center;
      transition: 0.2s all ease-in-out;
      margin-left: auto; }
      .wa-product-area-bottom__button:hover {
        background-color: var(--blue-hover);
        color: #fff !important;
        border-color: var(--blue-hover); }
  .wa-product-area-inner {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    align-items: center; }

.wa-product-area-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  width: 100%;
  background-color: #fff;
  padding: 2.5rem; }
  .wa-product-area-top__button {
    display: flex;
    background-color: var(--blue);
    color: #fff;
    border: 2px solid var(--blue);
    padding: 1.4rem 2.4rem;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    text-align: center;
    border-radius: 1rem;
    justify-content: center;
    transition: 0.2s all ease-in-out; }
    .wa-product-area-top__button:hover {
      background-color: var(--blue-hover);
      border-color: var(--blue-hover); }
  .wa-product-area-prices {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2; }
  .wa-product-area-prices:has(.wa-product-area-regular__price:empty) {
    display: none; }
  .wa-product-area-prices:has(.wa-product-area-loyalty) {
    justify-content: space-between; }
  .wa-product-area-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem; }
  .wa-product-area-sale {
    font-size: 3rem;
    font-weight: 700;
    color: #d92b63; }
  .wa-product-area-regular {
    display: none;
    text-decoration: line-through;
    font-size: 2rem; }
  .wa-product-area-regular--only {
    display: block;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 700; }
  .wa-product-area-loyalty {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    margin-top: 0.5rem;
    margin-right: 0.6rem; }
  .wa-product-area-loyalty__img {
    height: 5rem;
    width: auto;
    position: absolute;
    object-fit: contain;
    top: -2rem;
    right: 13rem;
    z-index: 5; }
  .wa-product-area-loyalty__bg {
    position: absolute;
    object-fit: contain;
    height: 19rem;
    width: 30rem;
    top: -13.5rem;
    right: -10rem; }
  .wa-product-area-loyalty__price, .wa-product-area-loyalty__price-suffix {
    position: relative;
    z-index: 1; }

.wa-product-area-desc {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 2rem; }
  .wa-product-area-desc__text {
    margin: 0 !important; }
  .wa-product-area-attributes {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .wa-product-area-attributes__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem; }
    .wa-product-area-attributes__item img {
      width: 2.3rem;
      height: 2.3rem; }
    .wa-product-area-attributes__item p {
      font-size: 1.6rem;
      margin: 0;
      color: var(--green);
      font-weight: 500;
      line-height: 1; }
    .wa-product-area-attributes__item span {
      margin: 0;
      color: var(--blue);
      font-size: 1.6rem;
      font-weight: 400;
      clear: both;
      display: block;
      margin-top: 5px; }
  .wa-product-area-buttons {
    display: grid;
    grid-template-columns: 1.9fr 3fr;
    gap: 1.6rem;
    width: 100%; }
  .wa-product-area-buttons .wa-button {
    padding: 15px 24px !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    border-radius: 1rem;
    justify-content: center;
    transition: 0.2s all ease-in-out;
    cursor: pointer; }
    .wa-product-area-buttons .wa-button.disabled {
      opacity: 0.5;
      background-color: #f2f2f2;
      pointer-events: none;
      color: black; }
      .wa-product-area-buttons .wa-button.disabled:hover {
        background-color: #f2f2f2;
        color: black; }
    .wa-product-area-buttons .wa-button--outline {
      background-color: white;
      border: 2px solid var(--green);
      color: var(--green); }
      .wa-product-area-buttons .wa-button--outline:hover {
        background-color: var(--green-hover);
        color: var(--white);
        border-color: var(--green-hover); }
    .wa-product-area-buttons .wa-button--green {
      background: var(--green);
      border: 2px solid var(--green);
      color: white; }
      .wa-product-area-buttons .wa-button--green:hover {
        background-color: var(--green-hover);
        border-color: var(--green-hover); }

@media (max-width: 1280px) {
  .wa-product-area-buttons {
    grid-template-columns: 1.2fr 1fr; } }

@media (max-width: 1024px) {
  .wa-product-area-bottom__desc {
    max-width: none; } }

@media (max-width: 500px) {
  .wa-product-area-bottom {
    flex-direction: column; } }

@media (max-width: 487px) {
  .wa-product-area-bottom {
    flex-direction: column;
    padding: 1.8rem 1.2rem; }
    .wa-product-area-bottom__button {
      width: 100%; }
    .wa-product-area-inner {
      gap: 1.2rem; }
    .wa-product-area-top {
      padding: 2rem 1.2rem; }
    .wa-product-area-top__button {
      font-size: 2rem;
      padding: 1.4rem 1rem; }
    .wa-product-area-sale, .wa-product-area-loyalty {
      font-size: 2.2rem; }
    .wa-product-area-regular {
      font-size: 1.8rem; }
    .wa-product-area-buttons {
      display: flex;
      flex-direction: column; }
    .wa-product-area-desc {
      display: flex;
      flex-direction: column; } }

@media (max-width: 374px) {
  .wa-product-area-loyalty__bg {
    top: -14rem;
    right: -13rem; }
    .wa-product-area-loyalty__img {
      height: 3.5rem;
      top: -1rem;
      right: 11rem; }
    .wa-product-area-top__button {
      font-size: 1.8rem; } }
