/*
Theme Name: UltraSleep Theme
Author: Edghar
Version: 1.0
*/

@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/FREDOKA-VARIABLEFONT_WDTH,WGHT.TTF') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: 'Fredoka', sans-serif;
  background:
    linear-gradient(to bottom, rgba(2, 6, 23, .2), rgba(2, 6, 23, .6)),
    url('assets/images/image\ \(5\).png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #f0f6ff;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

.trp-language-switcher {
    left:5vw!important;
}

.glow-btn {
  box-shadow: 0 0 20px rgba(59, 130, 246, .6);
}

.platform {
  box-shadow:
    0 0 80px rgba(59, 130, 246, .5),
    0 0 150px rgba(59, 130, 246, .3);
}

#mainHeader {
  transition: backdrop-filter .4s ease, background .4s ease;
}

.header-scrolled {
  backdrop-filter: blur(8px);
  background: rgba(8, 14, 50, 0.6);
}

.header-scrolled .brand img {
  height: 80px !important;
}

.header-scrolled .badge-glow {
  width: 40px !important;
  height: 40px !important;
}

.header-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      #6dd5ff,
      #7df9ff,
      #6dd5ff,
      transparent);
  box-shadow:
    0 0 8px #6dd5ff,
    0 0 20px #6dd5ff;
}

.brand img {
  transition: height .35s ease;
  filter: drop-shadow(0 0 6px rgba(120, 200, 255, .8)) drop-shadow(0 0 20px rgba(120, 200, 255, .4));
}

.btn-sci {
  padding: 10px 26px !important;
  border: 1px solid #1a6fff;
  background: #1a6fff;
  color: #f0f6ff;
  clip-path: polygon(10px 0,
      100% 0,
      100% calc(100% - 10px),
      calc(100% - 10px) 100%,
      0 100%,
      0 10px);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.btn-sci::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, .6),
      transparent);
  transition: 0.6s;
}

.btn-sci:hover::before {
  left: 100%;
}

.btn-sci:hover {
  background: #1a6fff;
  color: #f0f6ff;
  border: 1px solid #1a6fff;
}

.header-sci::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(120, 200, 255, .7),
      transparent);
}

.badge-glow {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f6ff;
  position: relative;
  box-shadow:
    0 0 10px rgba(255, 255, 255, .8),
    0 0 20px rgba(120, 200, 255, .5);
  overflow: hidden;
  transition: width .35s ease, height .35s ease, transform .35s ease;
}

.badge-glow img {
  width: 85%;
  height: auto;
}

.badge-glow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(#7dd3fc,
      #0099ff,
      #93c5fd,
      #7dd3fc);
  animation: spinGlow 6s linear infinite;
  z-index: -1;
}

@keyframes spinGlow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.badge-glow::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f0f6ff;
  border-radius: 50%;
  top: 6px;
  right: 10px;
  box-shadow:
    0 0 6px #f0f6ff,
    0 0 12px #f0f6ff;
  animation: twinkle 2s infinite ease-in-out;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: .3;
    transform: scale(.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}

.glass i {
  transition: all .3s ease;
}

.glass i:hover {
  transform: translateY(-2px) scale(1.2);
  text-shadow:
    0 0 8px #0099ff,
    0 0 20px #0099ff;
}

.feature-card{
  position: relative;
  padding: 45px 30px 30px;
  border-radius: 16px;
  text-align: center;
  color: #1a6fff;

  background: #f0f6ff;
  backdrop-filter: blur(10px);

  border: 1px solid #1a6fff;

  transition: all .4s ease;
}

.feature-card:hover{
  transform: translateY(-6px) scale(1.02);

  box-shadow:
    0 0 10px #1a6fff,
    0 0 20px #1a6fff;
}

/* ICON */
.feature-icon{
  font-size: 28px;
  margin-bottom: 15px;

  color: #93c5fd;

  text-shadow:
    0 0 5px #1a6fff,
    0 0 12px #1a6fff;
}

/* TITLE */
.feature-card h3{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}

/* SUBTEXT */
.feature-card p{
  font-size: 16px;
  opacity: 0.7;
}

.glass {
    background: rgba(8, 14, 50, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
}

#moderncart-floating-cart .moderncart-floating-cart-button-notification {
  color:black;
}

@media (max-width: 768px) {
    .trp-language-switcher {
    left:auto!important;
    right:5vw!important;
}


    .badge-glow{
        width: 40px;
        height: 40px;
    }

    .badge-glow img {
        width: 40%;
    }

    .header-scrolled .badge-glow {
        width: 30px !important;
        height: 30px !important;
    }

  .glass {
    background: #1a6fff;
  }
 .header-scrolled .brand img {
    height: 60px !important;
  }

  #moderncart-floating-cart {
    bottom: 24px !important;
  }
}



/* =============================================================
   WOOCOMMERCE SHOP — UltraSleep Theme
   ============================================================= */

/* ── Reset WooCommerce defaults ── */
.us-shop-page .woocommerce-notices-wrapper,
.us-shop-page .woocommerce-result-count,
.us-shop-page .woocommerce-ordering { display: none; }

.us-shop-page ul.products {
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0;
}

.us-shop-page ul.products li.product {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── Hero ── */
.us-shop-hero {
    background: linear-gradient(160deg, #1a3a8f 0%, #1a6fff 45%, #2563b0 100%);
    padding: 5rem 1.5rem 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.us-shop-hero__stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.8) 0%, transparent 100%),
        radial-gradient(1px 1px at 30% 10%, rgba(255,255,255,0.6) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 55% 25%, rgba(255,255,255,0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 70% 15%, rgba(255,255,255,0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 88% 30%, rgba(255,255,255,0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 20% 55%, rgba(255,255,255,0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 65% 60%, rgba(255,255,255,0.5) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 82% 50%, rgba(255,255,255,0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 45% 75%, rgba(255,255,255,0.3) 0%, transparent 100%);
    pointer-events: none;
}

.us-shop-hero__inner { position: relative; z-index: 1; }

.us-shop-hero__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.us-shop-hero__title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 300;
    color: #f0f6ff;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.us-shop-hero__title span {
    font-weight: 800;
    color: #0099ff;
}

.us-shop-hero__sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.03em;
}

.us-shop-hero__wave {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 80px;
}
.us-shop-hero__wave svg { width: 100%; height: 100%; display: block; }

/* ── Showcase section ── */
.us-shop-showcase {
    padding: 4rem 1.5rem 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── Product Card ── */
.us-product-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: #f0f6ff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.us-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(96, 165, 250, 0.18);
}

/* Glow ring */
.us-card__glow {
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(96,165,250,0.3) 0%, transparent 50%, rgba(37,99,235,0.2) 100%);
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.us-product-card:hover .us-card__glow { opacity: 1; }

/* Image */
.us-card__img-wrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f0f6ff;
}

.us-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2rem;
    transition: transform 0.4s ease;
}
.us-product-card:hover .us-card__img { transform: scale(1.04); }

/* Badges */
.us-card__badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.us-card__badge {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    font-weight: 600;
}

.us-card__badge--sale {
    background: rgba(239, 68, 68, 0.25);
    border: 0.5px solid rgba(239, 68, 68, 0.5);
    color: #fca5a5;
}

.us-card__badge--featured {
    background: rgba(96, 165, 250, 0.2);
    border: 0.5px solid rgba(96, 165, 250, 0.4);
    color: #93c5fd;
}

/* Body */
.us-card__body {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.75rem 1.75rem;
    border-top: 0.5px solid rgba(255,255,255,0.08);
}

/* Rating */
.us-card__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 0.6rem;
}

.us-card__star { color: rgba(255,255,255,0.2); font-size: 0.9rem; }
.us-card__star--filled { color: #fbbf24; }

.us-card__rating-count {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    margin-left: 4px;
}

/* Title */
.us-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.us-card__title a {
    color: black;
    text-decoration: none;
    transition: color 0.2s;
}
.us-card__title a:hover { color: #0099ff; }

/* Short desc */
.us-card__desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
    margin-bottom: 1rem;
}

/* Feature list */
.us-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.us-card__features li {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    padding-left: 1rem;
    position: relative;
}

.us-card__features li::before {
    content: '✦';
    position: absolute;
    left: 0;
    font-size: 0.5rem;
    color: #0099ff;
    top: 2px;
}

/* Price */
.us-card__price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0099ff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.us-card__price del {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    margin-right: 6px;
}

.us-card__price ins {
    text-decoration: none;
}

/* Add to Cart button */
.us-card__atc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a6fff, #2563eb);
    color: #f0f6ff !important;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    margin-bottom: 0.85rem;
}

.us-card__atc:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.us-card__atc--oos {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.35) !important;
    cursor: not-allowed;
}

/* Detail link */
.us-card__detail-link {
    display: block;
    text-align: center;
    font-size: 0.78rem;
    color: black;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}
.us-card__detail-link:hover { color: #0099ff; }

/* ── Pagination ── */
.us-shop-showcase .woocommerce-pagination {
    margin-top: 2rem;
    text-align: center;
}

.us-shop-showcase .woocommerce-pagination ul {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.us-shop-showcase .woocommerce-pagination ul li a,
.us-shop-showcase .woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    border: 0.5px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.6);
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.2s;
}

.us-shop-showcase .woocommerce-pagination ul li a:hover,
.us-shop-showcase .woocommerce-pagination ul li span.current {
    background: #1a6fff;
    color: #f0f6ff;
    border-color: #2563eb;
}

/* ── Mobile ── */
@media (max-width: 640px) {
    .us-shop-showcase { padding: 2.5rem 1rem 7rem; }
    .us-product-card { max-width: 100%; border-radius: 18px; }
    .us-card__img { padding: 1.5rem; }
    .us-card__body { padding: 1.25rem 1.25rem 1.5rem; }
    .us-card__price { font-size: 1.3rem; }
}

/* =============================================================
   WOOCOMMERCE SINGLE PRODUCT — UltraSleep Theme
   Tambahkan ke bagian bawah style.css
   ============================================================= */

/* ── Page wrapper ── */
.usp-page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem 8rem;
}

/* Starfield */
.usp-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(1px 1px at 8%  12%, rgba(255,255,255,0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 25% 8%,  rgba(255,255,255,0.5) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 50% 20%, rgba(255,255,255,0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 72% 14%, rgba(255,255,255,0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 90% 28%, rgba(255,255,255,0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 15% 55%, rgba(255,255,255,0.35) 0%, transparent 100%),
        radial-gradient(1px 1px at 60% 50%, rgba(255,255,255,0.4) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 80% 45%, rgba(255,255,255,0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 38% 75%, rgba(255,255,255,0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 92% 70%, rgba(255,255,255,0.4) 0%, transparent 100%);
}

/* ── Container: split layout ── */
.usp-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    background-color: #f0f6ff;
    padding: 2rem;
    border-radius: 20px;
}

/* ── LEFT: Gallery ── */
.usp-gallery {
    position: sticky;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.usp-gallery__main {
    position: relative;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 0.5px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-gallery__featured {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2.5rem;
    transition: transform 0.4s ease;
}

.usp-gallery__main:hover .usp-gallery__featured {
    transform: scale(1.03);
}

/* Thumbs */
.usp-gallery__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.usp-thumb {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.1);
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s;
}

.usp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usp-thumb:hover,
.usp-thumb--active {
    border-color: #0099ff;
}

/* Sale badge */
.usp-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
}

.usp-badge--sale {
    background: rgba(239, 68, 68, 0.25);
    border: 0.5px solid rgba(239, 68, 68, 0.5);
    color: #fca5a5;
}

/* ── RIGHT: Details ── */
.usp-details {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 0.5rem;
}

/* Breadcrumb */
.usp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: black;
    margin-bottom: 1.25rem;
}

.usp-breadcrumb a {
    color: black;
    text-decoration: none;
    transition: color 0.2s;
}

.usp-breadcrumb a:hover { color: #0099ff; }

/* Title */
.usp-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #1a6fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.85rem;
}

/* Rating */
.usp-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 1.1rem;
}

.usp-star { color: rgba(255,255,255,0.15); font-size: 1rem; }
.usp-star--on { color: #fbbf24; }

.usp-rating__label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    margin-left: 6px;
}

/* Price */
.usp-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0099ff;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}

.usp-price del {
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.25);
    margin-right: 8px;
}

.usp-price ins { text-decoration: none; }

/* Divider */
.usp-divider {
    height: 0.5px;
    background: rgba(255,255,255,0.08);
    margin: 1.25rem 0;
}

/* Short desc */
.usp-short-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.75;
    margin-bottom: 1.1rem;
}

.usp-short-desc p { margin: 0 0 0.5rem; }

/* Benefits list */
.usp-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usp-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}

.usp-benefits li::before {
    content: '✦';
    color: #0099ff;
    font-size: 0.55rem;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ── Cart Form ── */
.usp-cart-form { display: flex; flex-direction: column; gap: 1rem; }

/* Quantity */
.usp-qty-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.usp-qty-label {
    font-size: 0.8rem;
    color: black;
    letter-spacing: 0.05em;
    min-width: 52px;
}

.usp-qty-wrap {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 0.5px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    overflow: hidden;
}

.usp-qty-btn {
    width: 42px;
    height: 42px;
    background: black;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-qty-btn:hover {
    background: black;
    color: #f0f6ff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.usp-qty-input {
    width: 52px !important;
    height: 42px;
    background: transparent !important;
    border: 1px solid black !important;
    border-left: 0.5px solid rgba(255,255,255,0.1) !important;
    border-right: 0.5px solid rgba(255,255,255,0.1) !important;
    border-radius: 0 !important;
    color: black !important;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    -moz-appearance: textfield;
}

.usp-qty-input::-webkit-outer-spin-button,
.usp-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ATC button */
.usp-atc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a6fff, #2563eb);
    color: #f0f6ff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.usp-atc-btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.usp-atc-btn:active { transform: scale(0.98); }

/* Out of stock */
.usp-oos {
    background: rgba(239,68,68,0.1);
    border: 0.5px solid rgba(239,68,68,0.3);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 0.83rem;
    color: #fca5a5;
    line-height: 1.5;
}

/* Meta */
.usp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    margin-top: 0.25rem;
}

.usp-meta strong { color: rgba(255,255,255,0.5); }
.usp-meta a { color: rgba(255,255,255,0.45); text-decoration: none; }
.usp-meta a:hover { color: #0099ff; }

.us-card__marketplaces {
    margin: 12px 0;
}
.us-card__mp-label {
    display: block;
    font-size: 12px;
    color: black;
    margin-bottom: 8px;
}
.us-card__mp-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.us-card__mp-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s;
}
.us-card__mp-btn:hover { opacity: 0.85; }

.us-card__mp-btn--shopee  { background: #ee4d2d; color: #fff; }
.us-card__mp-btn--tokped  { background: #00aa5b; color: #fff; }
.us-card__mp-btn--tiktok  { background: #010101; color: #fff; }

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label {
    color: #2b2d2f !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .usp-page { padding: 2.5rem 1rem 7rem; }

    .usp-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .usp-gallery { position: static; }
    .usp-title { font-size: 1.6rem; }
    .usp-price { font-size: 1.6rem; }
}