/* Amas Don Product Skeleton v8.8.5 */
#amas-product-skeleton {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: #fff;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .08s ease;
  -webkit-overflow-scrolling: touch;
}
#amas-product-skeleton.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.amas-sk-page { min-height: 100%; background: #fff; color: #101828; }
.amas-sk-topbar {
  height: 68px;
  border-bottom: 1px solid #eef2f6;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 20px;
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.amas-sk-brand { width: 122px; height: 28px; border-radius: 8px; }
.amas-sk-search { max-width: 520px; width: min(42vw, 520px); height: 40px; border-radius: 12px; margin: 0 auto; }
.amas-sk-circle { width: 38px; height: 38px; border-radius: 50%; }
.amas-sk-wrap { width: min(1460px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 52px; }
.amas-sk-breadcrumb { width: 340px; max-width: 70%; height: 14px; border-radius: 7px; margin-bottom: 22px; }
.amas-sk-product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); gap: clamp(28px, 4vw, 68px); align-items: start; }
.amas-sk-gallery { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 16px; }
.amas-sk-thumbs { display: flex; flex-direction: column; gap: 12px; }
.amas-sk-thumb { aspect-ratio: 1/1; width: 78px; border-radius: 14px; }
.amas-sk-main-image { width: 100%; aspect-ratio: 1/1; border-radius: 22px; min-height: 420px; }
.amas-sk-info { padding-top: 4px; }
.amas-sk-line { height: 16px; border-radius: 8px; margin-bottom: 14px; }
.amas-sk-title1 { width: 92%; height: 29px; border-radius: 10px; }
.amas-sk-title2 { width: 68%; height: 29px; border-radius: 10px; margin-top: 8px; }
.amas-sk-rating { width: 190px; height: 15px; margin-top: 22px; }
.amas-sk-price { width: 210px; height: 42px; border-radius: 12px; margin-top: 26px; }
.amas-sk-price-sub { width: 145px; height: 13px; margin-top: 10px; }
.amas-sk-divider { height: 1px; background: #eef2f6; margin: 24px 0; }
.amas-sk-label { width: 115px; height: 14px; margin-bottom: 14px; }
.amas-sk-options { display: flex; flex-wrap: wrap; gap: 10px; }
.amas-sk-option { width: 64px; height: 42px; border-radius: 11px; }
.amas-sk-option.wide { width: 92px; }
.amas-sk-delivery { height: 76px; border-radius: 15px; margin-top: 24px; }
.amas-sk-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.amas-sk-button { height: 54px; border-radius: 14px; }
.amas-sk-meta { margin-top: 22px; display: grid; gap: 10px; }
.amas-sk-meta .amas-sk-line:nth-child(1){width:78%}.amas-sk-meta .amas-sk-line:nth-child(2){width:64%}.amas-sk-meta .amas-sk-line:nth-child(3){width:70%}
.amas-sk-tabs { display: grid; grid-template-columns: repeat(4, 130px); gap: 18px; margin-top: 42px; padding-bottom: 16px; border-bottom: 1px solid #eef2f6; }
.amas-sk-tab { height: 16px; border-radius: 8px; }
.amas-sk-description { margin-top: 24px; max-width: 980px; }
.amas-sk-description .amas-sk-line:nth-child(1){width:96%}.amas-sk-description .amas-sk-line:nth-child(2){width:91%}.amas-sk-description .amas-sk-line:nth-child(3){width:84%}.amas-sk-description .amas-sk-line:nth-child(4){width:69%}
.amas-sk-shimmer {
  background: linear-gradient(90deg,#f1f4f8 20%,#f8fafc 38%,#eef2f6 56%);
  background-size: 220% 100%;
  animation: amasSkeletonShimmer 1.15s linear infinite;
}
@keyframes amasSkeletonShimmer { from { background-position: 100% 0; } to { background-position: -100% 0; } }
@media (max-width: 991px) {
  .amas-sk-topbar { height: 58px; padding: 0 15px; }
  .amas-sk-brand { width: 92px; height: 24px; }
  .amas-sk-search { display: none; }
  .amas-sk-topbar .amas-sk-circle:first-of-type { margin-left: auto; }
  .amas-sk-wrap { width: min(100% - 30px, 760px); padding-top: 16px; }
  .amas-sk-breadcrumb { margin-bottom: 14px; }
  .amas-sk-product { grid-template-columns: 1fr; gap: 22px; }
  .amas-sk-gallery { display: block; }
  .amas-sk-main-image { min-height: 0; border-radius: 18px; }
  .amas-sk-thumbs { display: none; }
  .amas-sk-info { padding-top: 0; }
  .amas-sk-title1, .amas-sk-title2 { height: 23px; }
  .amas-sk-title1 { width: 94%; }
  .amas-sk-title2 { width: 72%; }
  .amas-sk-price { height: 36px; width: 175px; margin-top: 20px; }
  .amas-sk-actions { position: relative; grid-template-columns: 1fr 1fr; }
  .amas-sk-tabs { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .amas-sk-tab:nth-child(4) { display: none; }
}
@media (max-width: 575px) {
  .amas-sk-wrap { width: 100%; padding: 10px 12px 34px; }
  .amas-sk-breadcrumb { width: 210px; margin: 4px 2px 12px; }
  .amas-sk-main-image { border-radius: 14px; }
  .amas-sk-info { padding: 0 4px; }
  .amas-sk-actions { grid-template-columns: 1fr; }
  .amas-sk-button { height: 50px; }
  .amas-sk-tabs { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .amas-sk-shimmer { animation: none; background: #f1f4f8; }
  #amas-product-skeleton { transition: none; }
}
