/* Pixboom Standard Product — SmallRig Cage inspired purchase layout (Figma node 7644:4296). */

.product-pixboom-standard-page {
  --standard-border: #ededed;
  --standard-copy: #858585;
  --standard-ink: #1d1d1d;
  --standard-orange: #ff4800;
}

.product-pixboom-standard-page .standard-purchase-section {
  position: relative;
  background: #fff;
  margin-top: 96rem;
  /* padding-bottom: 72rem; */
}

.product-pixboom-standard-page .standard-mobile-top-decoration {
  position: absolute;
  top: -96rem;
  right: 0;
  left: 0;
  height: 96rem;
  background: #F6F6F6;
  pointer-events: none;
}

.product-pixboom-standard-page .standard-purchase-layout {
  display: block;
  width: 100%;
}

.product-pixboom-standard-page .standard-desktop-gallery {
  display: none;
}

.product-pixboom-standard-page .standard-mobile-gallery {
  display: block;
}

.product-pixboom-standard-page .standard-mobile-gallery .standard-gallery-frame {
  border-radius: 0;
}

.product-pixboom-standard-page .standard-gallery-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16rem;
  background: #F6F6F6;
}

.product-pixboom-standard-page .standard-product-gallery,
.product-pixboom-standard-page .standard-product-gallery .swiper-wrapper,
.product-pixboom-standard-page .standard-product-gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

.product-pixboom-standard-page .standard-product-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-pixboom-standard-page .standard-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 48rem;
  height: 48rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1D1D1D;
  cursor: pointer;
  transform: translateY(-50%);
}

.product-pixboom-standard-page .standard-gallery-button[hidden],
.product-pixboom-standard-page .standard-gallery-pagination[hidden],
.product-pixboom-standard-page .standard-gallery-thumbnails[hidden] {
  display: none !important;
}

.product-pixboom-standard-page .standard-gallery-prev {
  left: 16rem;
}

.product-pixboom-standard-page .standard-gallery-next {
  right: 16rem;
}

.product-pixboom-standard-page .standard-gallery-arrow {
  display: block;
  width: 48rem;
  height: 48rem;
}

.product-pixboom-standard-page .standard-gallery-pagination {
  position: absolute;
  right: 0;
  bottom: 92rem;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}

.product-pixboom-standard-page .standard-gallery-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  margin: 0;
  opacity: 1;
  background: #B9B9B9;
}

.product-pixboom-standard-page .standard-gallery-pagination .swiper-pagination-bullet-active {
  background: #1D1D1D;
}

.product-pixboom-standard-page .standard-gallery-thumbnails {
  position: absolute;
  bottom: 16rem;
  left: 50%;
  z-index: 4;
  max-width: calc(100% - 32rem);
  overflow-x: auto;
  scrollbar-width: none;
  transform: translateX(-50%);
}

.product-pixboom-standard-page .standard-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-pixboom-standard-page .standard-gallery-thumbnail-list {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8rem;
}

.product-pixboom-standard-page .standard-gallery-thumbnail {
  width: 64rem;
  height: 64rem;
  flex: 0 0 64rem;
  padding: 0;
  overflow: hidden;
  border: 1rem solid #1D1D1D;
  border-radius: 8rem;
  background: #F6F6F6;
  opacity: 0.5;
  cursor: pointer;
  transition: border-width 0.2s ease, opacity 0.2s ease;
}

.product-pixboom-standard-page .standard-gallery-thumbnail.is-active {
  border-width: 2rem;
  opacity: 1;
}

.product-pixboom-standard-page .standard-gallery-thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .product-pixboom-standard-page .standard-gallery-thumbnail:not(.is-active):hover {
    opacity: 0.75;
  }
}

.product-pixboom-standard-page .standard-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease;
}

/* Purchase panel — matching SmallRig Cage */
.product-pixboom-standard-page .standard-purchase-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24rem;
  padding: 24rem 0;
}

.product-pixboom-standard-page .standard-title-block,
.product-pixboom-standard-page .standard-title-row,
.product-pixboom-standard-page .standard-options-block,
.product-pixboom-standard-page .standard-option-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.product-pixboom-standard-page .standard-title-block {
  gap: 24rem;
}

.product-pixboom-standard-page .standard-title-row {
  gap: 8rem;
}

.product-pixboom-standard-page .standard-product-title {
  margin: 0;
  color: #1D1D1D;
  font-size: 36rem;
  font-weight: 500;
  line-height: 40rem;
  letter-spacing: -0.16rem;
}

.product-pixboom-standard-page .standard-product-description,
.product-pixboom-standard-page .standard-product-description p {
  margin: 0;
  color: #858585;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
}

.product-pixboom-standard-page .standard-price-row {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.product-pixboom-standard-page .standard-current-price {
  margin: 0;
  color: #1D1D1D;
  font-size: 24rem;
  font-weight: 500;
  line-height: 32rem;
  letter-spacing: -0.24rem;
}

.product-pixboom-standard-page .standard-current-price del {
  margin-left: 8rem;
  color: #B9B9B9;
  font-size: 16rem;
  font-weight: 500;
  line-height: 24rem;
  text-decoration: line-through;
}

.product-pixboom-standard-page .standard-current-price ins {
  text-decoration: none;
}

.product-pixboom-standard-page .standard-regular-price {
  color: #B9B9B9;
  font-size: 16rem;
  font-weight: 500;
  line-height: 24rem;
  text-decoration: line-through;
}

.product-pixboom-standard-page .spark-info-card {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f6f6;
}

.product-pixboom-standard-page .spark-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
}

.product-pixboom-standard-page .spark-info-trigger-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.product-pixboom-standard-page .spark-info-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.product-pixboom-standard-page .spark-info-trigger-row:hover,
.product-pixboom-standard-page .spark-info-trigger-row:focus-within {
  background: #efefef;
}

.product-pixboom-standard-page .spark-info-trigger:focus-visible {
  outline: 2px solid var(--standard-orange);
  outline-offset: -2px;
}

.product-pixboom-standard-page .spark-info-row:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
}

.product-pixboom-standard-page .spark-info-row:not(:first-child) {
  padding-top: 12px;
}

.product-pixboom-standard-page .spark-info-icon,
.product-pixboom-standard-page .spark-info-arrow {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #515151;
}

.product-pixboom-standard-page .spark-info-arrow {
  margin-left: auto;
  padding: 0;
  color: var(--standard-copy);
}

.product-pixboom-standard-page .spark-info-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-pixboom-standard-page .spark-info-copy {
  flex: 1;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product-pixboom-standard-page .spark-info-copy p {
  margin: 0;
}

/* Options Block — 32rem / 32px gap */
.product-pixboom-standard-page .standard-options-block {
  gap: 32rem;
}

.product-pixboom-standard-page .standard-option-section {
  gap: 16rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-pixboom-standard-page .standard-option-heading,
.product-pixboom-standard-page .standard-color-label,
.product-pixboom-standard-page .standard-option-label {
  margin: 0;
  color: #1D1D1D;
  font-size: 16rem;
  line-height: 18rem;
}

.product-pixboom-standard-page .standard-option-heading {
  font-weight: 500;
}

.product-pixboom-standard-page .standard-color-label,
.product-pixboom-standard-page .standard-option-label {
  font-weight: 400;
  white-space: nowrap;
}

.product-pixboom-standard-page .standard-option-list,
.product-pixboom-standard-page .standard-color-options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8rem;
}

.product-pixboom-standard-page .standard-option,
.product-pixboom-standard-page .standard-color-option {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 56rem;
  gap: 8rem;
  padding: 16rem;
  border: 1px solid transparent;
  border-radius: 8rem;
  box-shadow: inset 0 0 0 1px #DADADA;
  background: #FFFFFF;
  color: #1D1D1D;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-pixboom-standard-page .standard-option:hover,
.product-pixboom-standard-page .standard-color-option:hover {
  box-shadow: inset 0 0 0 1px #1D1D1D;
}

.product-pixboom-standard-page .standard-option.active,
.product-pixboom-standard-page .standard-color-option.active {
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 2px #1D1D1D;
}

.product-pixboom-standard-page .standard-option.unavailable,
.product-pixboom-standard-page .standard-option:disabled,
.product-pixboom-standard-page .standard-color-option.unavailable,
.product-pixboom-standard-page .standard-color-option:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Color Circle Swatches */
.product-pixboom-standard-page .color-circle,
.product-pixboom-standard-page .standard-color-swatch {
  display: block;
  width: 24rem;
  height: 24rem;
  flex: 0 0 24rem;
  border-radius: 50%;
  background: repeating-linear-gradient(135deg, #ddd 0 5px, #f5f5f5 5px 10px);
}

.product-pixboom-standard-page .color-circle.silver,
.product-pixboom-standard-page .standard-color-silver {
  background: linear-gradient(135deg, #f5f5f5, #a8a8a8);
}

.product-pixboom-standard-page .color-circle.black,
.product-pixboom-standard-page .standard-color-black {
  background: #1D1D1D;
}

.product-pixboom-standard-page .color-circle.white,
.product-pixboom-standard-page .standard-color-white {
  border: 1px solid #DADADA;
  background: #FFFFFF;
}

.product-pixboom-standard-page .color-circle.gray,
.product-pixboom-standard-page .color-circle.grey,
.product-pixboom-standard-page .standard-color-gray,
.product-pixboom-standard-page .standard-color-grey {
  background: #858585;
}

.product-pixboom-standard-page .color-circle.red,
.product-pixboom-standard-page .standard-color-red {
  background: #d82c2c;
}

.product-pixboom-standard-page .color-circle.blue,
.product-pixboom-standard-page .standard-color-blue {
  background: #2869c8;
}

.product-pixboom-standard-page .color-circle.green,
.product-pixboom-standard-page .standard-color-green {
  background: #39844b;
}

/* Quantity Box — SmallRig Cage style */
.product-pixboom-standard-page .standard-quantity-box {
  display: flex;
  align-items: center;
  height: 56rem;
  padding: 16rem;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 1px #DADADA;
  border-radius: 8rem;
  overflow: hidden;
  background: #FFFFFF;
}

.product-pixboom-standard-page .standard-quantity-box .qty-selector {
  display: flex;
  align-items: center;
  gap: 16rem;
}

.product-pixboom-standard-page .standard-quantity-box .qty-btn,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #EDEDED;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  transition: all 0.3s;
}

.product-pixboom-standard-page .standard-quantity-box .qty-btn:not(:disabled):hover,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-button:not(:disabled):hover {
  background: #D0D0D0;
}

.product-pixboom-standard-page .standard-quantity-box .qty-btn:not(:disabled):active,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-button:not(:disabled):active {
  transform: scale(0.95);
}

.product-pixboom-standard-page .standard-quantity-box .qty-btn:disabled,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.product-pixboom-standard-page .standard-quantity-box .qty-btn svg,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-button svg {
  display: block;
  width: 16rem;
  height: 16rem;
}

.product-pixboom-standard-page .standard-quantity-box .qty-number,
.product-pixboom-standard-page .standard-quantity-box .standard-qty-value {
  display: inline-block;
  min-width: 20rem;
  text-align: center;
  color: #1D1D1D;
  font-size: 16rem;
  font-weight: 400;
  line-height: 18rem;
}

/* Figma PurchaseInfo action (node 5:2727). */
.product-pixboom-standard-page .standard-panel-cart-button {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #1D1D1D;
  color: #FFFFFF;
  cursor: pointer;
  transition: border-radius 0.3s ease, opacity 0.3s ease;
}

.product-pixboom-standard-page .standard-panel-cart-button-track {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.product-pixboom-standard-page .standard-panel-cart-button-row {
  display: flex;
  height: 56px;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.product-pixboom-standard-page .standard-panel-cart-button:not(:disabled):hover {
  border-radius: 28px;
}

.product-pixboom-standard-page .standard-panel-cart-button:not(:disabled):hover .standard-panel-cart-button-track {
  transform: translateY(-56px);
}

.product-pixboom-standard-page .standard-panel-cart-button:focus-visible {
  outline: 2px solid var(--standard-orange);
  outline-offset: 2px;
}

.product-pixboom-standard-page .standard-panel-cart-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .product-pixboom-standard-page .standard-panel-cart-button-track {
    transition: none;
  }
}

/* Desktop styles */
@media (min-width: 768px) {
  .product-pixboom-standard-page {
    --standard-purchase-top-offset: 108px;
  }

  .product-pixboom-standard-page .standard-purchase-section {
    margin-top: var(--standard-purchase-top-offset);
    /* padding-bottom: 96px; */
  }

  .product-pixboom-standard-page .standard-purchase-layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
    margin-inline: auto;
    width: 100%;
    padding-bottom: 24px;
    min-height: min(calc(100vh - var(--standard-purchase-top-offset)), 960px);
  }

  .product-pixboom-standard-page .standard-desktop-gallery {
    display: block;
    grid-column: 1 / span 7;
    align-self: stretch;
    max-height: 960px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    contain: size;
    padding-bottom: 0;
  }

  .product-pixboom-standard-page .standard-purchase-panel {
    grid-column: 8 / span 5;
    align-self: center;
    gap: 24px;
    padding: 0 48px 16px;
  }

  .product-pixboom-standard-page .standard-mobile-gallery {
    display: none;
  }

  .product-pixboom-standard-page .standard-mobile-top-decoration {
    display: none;
  }

  .product-pixboom-standard-page .standard-gallery-sticky {
    position: sticky;
    top: var(--standard-purchase-top-offset);
    height: 100%;
  }

  .product-pixboom-standard-page .standard-gallery-frame {
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    padding-inline: 80px;
  }

  .product-pixboom-standard-page .standard-gallery-button {
    width: 48px;
    height: 48px;
  }

  .product-pixboom-standard-page .standard-gallery-prev {
    left: 0;
  }

  .product-pixboom-standard-page .standard-gallery-next {
    right: 0;
  }

  .product-pixboom-standard-page .standard-gallery-arrow {
    width: 48px;
    height: 48px;
    fill: #1D1D1D;
  }
   .product-pixboom-standard-page .standard-gallery-arrow path{
    fill: #1D1D1D;
  }

  .product-pixboom-standard-page .standard-gallery-pagination {
    bottom: 104px;
    gap: 8px;
  }

  .product-pixboom-standard-page .standard-gallery-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .product-pixboom-standard-page .standard-gallery-thumbnails {
    bottom: 24px;
    max-width: calc(100% - 48px);
  }

  .product-pixboom-standard-page .standard-gallery-thumbnail-list {
    gap: 8px;
  }

  .product-pixboom-standard-page .standard-gallery-thumbnail {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    border-width: 1px;
    border-radius: 8px;
  }

  .product-pixboom-standard-page .standard-gallery-thumbnail.is-active {
    border-width: 2px;
  }

  .product-pixboom-standard-page .standard-desktop-gallery .standard-product-image {
    object-fit: contain;
  }

  .product-pixboom-standard-page .standard-title-block {
    gap: 24px;
  }

  .product-pixboom-standard-page .standard-title-row {
    gap: 8px;
  }

  .product-pixboom-standard-page .standard-product-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.16px;
  }

  .product-pixboom-standard-page .standard-product-description,
  .product-pixboom-standard-page .standard-product-description p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-pixboom-standard-page .standard-price-row {
    gap: 8px;
  }

  .product-pixboom-standard-page .standard-current-price {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
  }

  .product-pixboom-standard-page .standard-current-price del,
  .product-pixboom-standard-page .standard-regular-price {
    margin-left: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-pixboom-standard-page .standard-options-block {
    gap: 32px;
  }

  .product-pixboom-standard-page .standard-option-section {
    gap: 16px;
  }

  .product-pixboom-standard-page .standard-option-heading,
  .product-pixboom-standard-page .standard-color-label,
  .product-pixboom-standard-page .standard-option-label {
    font-size: 16px;
    line-height: 18px;
  }

  .product-pixboom-standard-page .standard-option-list,
  .product-pixboom-standard-page .standard-color-options {
    gap: 8px;
  }

  .product-pixboom-standard-page .standard-option,
  .product-pixboom-standard-page .standard-color-option {
    height: 56px;
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
  }

  .product-pixboom-standard-page .color-circle,
  .product-pixboom-standard-page .standard-color-swatch {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .product-pixboom-standard-page .standard-quantity-box {
    height: 56px;
    padding: 16px;
    border-radius: 8px;
  }

  .product-pixboom-standard-page .standard-quantity-box .qty-selector {
    gap: 16px;
  }

  .product-pixboom-standard-page .standard-quantity-box .qty-btn,
  .product-pixboom-standard-page .standard-quantity-box .standard-qty-button {
    width: 20px;
    height: 20px;
  }

  .product-pixboom-standard-page .standard-quantity-box .qty-btn svg,
  .product-pixboom-standard-page .standard-quantity-box .standard-qty-button svg {
    width: 16px;
    height: 16px;
  }

  .product-pixboom-standard-page .standard-quantity-box .qty-number,
  .product-pixboom-standard-page .standard-quantity-box .standard-qty-value {
    min-width: 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
