body.single-product {
  background: #fff;
}

.single-product .shop-container {
  left: 50%;
  max-width: none;
  position: relative;
  transform: translateX(-50%);
  width: min(100%, 1260px);
}

.single-product .shop-container .product-container,
.single-product .shop-container .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}

.single-product .shop-page-title,
.single-product .woocommerce-breadcrumb,
.single-product .product-info .social-icons.share-icons,
.single-product .product-info .product_meta,
.single-product .product-info .star-rating,
.single-product .product-info .woocommerce-review-link {
  display: none !important;
}

.azm-product-page {
  padding-top: 30px;
}

.azm-product-shell {
  padding-bottom: 48px;
}

.azm-product-main {
  padding: 12px 0 24px;
}

.azm-product-hero {
  align-items: flex-start;
  gap: 36px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1175px;
}

.azm-product-gallery,
.azm-product-summary {
  margin-bottom: 0;
}

.azm-product-gallery {
  flex: 0 1 729px;
  max-width: 729px;
  padding-left: 0;
  padding-right: 0;
}

.azm-gallery-layout {
  align-items: flex-start;
  margin: 0;
}

.azm-gallery-layout__thumbs {
  flex: 0 0 104px;
  max-width: 104px;
  padding-bottom: 0;
  width: 104px;
}

.azm-gallery-layout__thumbs .product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 620px;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 88px;
}

.azm-gallery-layout__thumbs .product-thumbnails .flickity-viewport,
.azm-gallery-layout__thumbs .product-thumbnails .flickity-slider {
  position: static !important;
  height: auto !important;
  transform: none !important;
  width: 88px !important;
}

.azm-gallery-layout__thumbs .product-thumbnails .flickity-slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: auto !important;
}

.azm-gallery-layout__thumbs .product-thumbnails .col {
  float: none;
  flex: 0 0 88px;
  margin: 0;
  max-width: none;
  padding: 0;
  position: static !important;
  width: 88px !important;
}

.azm-gallery-layout__thumbs .product-thumbnails.small-columns-4 > .col,
.azm-gallery-layout__thumbs .product-thumbnails .flickity-slider > .col {
  flex: 0 0 88px !important;
  max-width: 88px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 88px !important;
}

.azm-gallery-layout__thumbs .product-thumbnails a {
  align-items: center;
  background: #faf8f4;
  border: 1px solid #e7e1d7;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  min-height: 88px;
  overflow: hidden;
  padding: 8px;
  transition: border-color 0.2s ease, transform 0.2s ease;
  width: 88px;
}

.azm-gallery-layout__thumbs .product-thumbnails .is-nav-selected a {
  border-color: #111;
  transform: translateX(2px);
}

.azm-gallery-layout__thumbs img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.azm-product-images {
  background: linear-gradient(180deg, #fdfbf7 0%, #f7f2ea 100%);
  border: 1px solid #efe6d8;
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.06);
  margin-bottom: 0;
  min-height: 620px;
  overflow: hidden;
  padding: 32px;
}

.azm-product-images .flickity-button {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 25px rgba(17, 17, 17, 0.08);
}

.azm-product-images .woocommerce-product-gallery__wrapper,
.azm-product-images .woocommerce-product-gallery__image,
.azm-product-images .woocommerce-product-gallery__image--placeholder {
  min-height: 556px;
}

.azm-product-images .woocommerce-product-gallery__wrapper {
  align-items: center;
  display: flex;
}

.azm-product-images .woocommerce-product-gallery__image a,
.azm-product-images .woocommerce-product-gallery__image img,
.azm-product-images .woocommerce-product-gallery__image--placeholder img {
  display: block;
  margin: 0 auto;
  max-height: 556px;
  object-fit: contain;
  width: 100%;
}

.azm-product-summary {
  flex: 0 0 410px;
  max-width: 410px;
  padding-top: 8px;
  width: 410px;
}

.azm-gallery-layout__main {
  flex: 1 1 0;
  max-width: calc(100% - 104px);
  width: auto;
}

.azm-product-summary__card {
  border-top: 1px solid #ece4d8;
  padding-top: 14px;
}

.azm-product-summary__header {
  border-bottom: 1px solid #ece4d8;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.azm-product-title {
  color: #131313;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

.azm-product-sku {
  color: #5e5b55;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.azm-product-summary .price-wrapper {
  margin-bottom: 20px;
}

.azm-product-summary .product-page-price {
  color: #111;
  font-size: clamp(1.7rem, 2.8vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
}

.azm-product-summary form.cart {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 0;
  padding-bottom: 24px;
}

.azm-product-summary .quantity {
  align-items: stretch;
  background: #f5f0e7;
  border: 1px solid #e7dfd1;
  border-radius: 999px;
  display: inline-flex;
  overflow: hidden;
}

.azm-product-summary .quantity input.minus,
.azm-product-summary .quantity input.plus,
.azm-product-summary .quantity .qty {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #111;
  height: 48px;
  margin: 0;
  min-width: 44px;
}

.azm-product-summary .quantity input.minus,
.azm-product-summary .quantity input.plus {
  font-size: 1.25rem;
  font-weight: 400;
}

.azm-product-summary .quantity .qty {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  text-align: center;
  width: 52px;
}

.azm-product-summary .single_add_to_cart_button,
.azm-product-summary .single_add_to_cart_button.button,
.azm-product-summary .single_add_to_cart_button.button.alt,
.azm-product-summary a.added_to_cart,
.azm-product-summary a.added_to_cart.wc-forward,
.azm-product-summary a.added_to_cart.button,
.azm-product-summary a.added_to_cart.button.alt,
.azm-product-summary a.added_to_cart.wc-forward.button,
.azm-product-summary a.added_to_cart.wc-forward.button.alt {
  align-items: center;
  background: #1f1f1f !important;
  background-color: #1f1f1f !important;
  background-image: none !important;
  border: 0 !important;
  border-color: #1f1f1f !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 0.98rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 !important;
  min-height: 48px;
  padding: 0 26px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.azm-product-summary .single_add_to_cart_button:hover,
.azm-product-summary .single_add_to_cart_button:focus,
.azm-product-summary .single_add_to_cart_button.button:hover,
.azm-product-summary .single_add_to_cart_button.button:focus,
.azm-product-summary .single_add_to_cart_button.button.alt:hover,
.azm-product-summary .single_add_to_cart_button.button.alt:focus,
.azm-product-summary a.added_to_cart:hover,
.azm-product-summary a.added_to_cart:focus,
.azm-product-summary a.added_to_cart.wc-forward:hover,
.azm-product-summary a.added_to_cart.wc-forward:focus,
.azm-product-summary a.added_to_cart.button:hover,
.azm-product-summary a.added_to_cart.button:focus,
.azm-product-summary a.added_to_cart.button.alt:hover,
.azm-product-summary a.added_to_cart.button.alt:focus,
.azm-product-summary a.added_to_cart.wc-forward.button:hover,
.azm-product-summary a.added_to_cart.wc-forward.button:focus,
.azm-product-summary a.added_to_cart.wc-forward.button.alt:hover,
.azm-product-summary a.added_to_cart.wc-forward.button.alt:focus {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
}

.azm-product-summary a.added_to_cart::after,
.azm-product-summary a.added_to_cart.wc-forward::after {
  content: none !important;
}

.azm-product-trust {
  border-top: 1px solid #ece4d8;
  padding-top: 22px;
}

.azm-product-trust__payments {
  margin-bottom: 18px;
}

.azm-product-trust__title {
  color: #2f2a24;
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.azm-product-trust__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.azm-payment-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 34px;
  padding: 8px 12px;
  white-space: nowrap;
}

.azm-payment-pill .azm-icon {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 40px;
}

.azm-payment-pill .azm-icon svg {
  display: block;
  height: auto !important;
  max-width: none;
  width: 100% !important;
}

.azm-payment-pill .azm-icon--visa {
  width: 40px;
}

.azm-payment-pill .azm-icon--master {
  width: 40px;
}

.azm-payment-pill .azm-icon--applepay,
.azm-payment-pill .azm-icon--gpay {
  width: 68px;
}

.azm-payment-pill--visa {
  background: #edf3ff;
  color: #1a1f71;
}

.azm-payment-pill--mc {
  background: #fff0e8;
  color: #7f2900;
}

.azm-payment-pill--apple {
  background: #f1f1f1;
  color: #111;
}

.azm-payment-pill--gpay {
  background: #edf7ef;
  color: #1f6f43;
}

.azm-product-trust__list {
  border-top: 1px solid #ece4d8;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
}

.azm-product-trust__item {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr;
}

.azm-product-trust__item .azm-icon {
  align-items: center;
  color: #222;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin-top: 1px;
  width: 20px;
}

.azm-product-trust__item .azm-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.azm-product-trust__text {
  color: #403b34;
  font-size: 0.93rem;
  line-height: 1.45;
}

.azm-product-trust__text a {
  color: #1b6ea9;
  text-decoration: underline;
}

.azm-product-footer {
  border-top: 1px solid #f0ebe2;
  margin-top: 44px;
  padding-top: 34px;
}

.azm-product-footer .woocommerce-tabs,
.azm-product-footer .related,
.azm-product-footer .upsells {
  margin-top: 0;
}

.azm-product-footer .woocommerce-tabs {
  padding-top: 0;
}

@media (max-width: 849px) {
  .azm-product-page {
    padding-top: 18px;
  }

  .azm-product-hero {
    gap: 24px;
    max-width: none;
  }

  .azm-gallery-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .azm-gallery-layout__thumbs,
  .azm-gallery-layout__main {
    max-width: none;
    width: 100%;
  }

  .azm-gallery-layout__thumbs {
    flex: 1 1 auto;
  }

  .azm-gallery-layout__thumbs .product-thumbnails {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }

  .azm-gallery-layout__thumbs .product-thumbnails .col {
    width: 72px;
  }

  .azm-gallery-layout__thumbs .product-thumbnails a {
    border-radius: 14px;
    min-height: 72px;
  }

  .azm-product-images {
    border-radius: 24px;
    min-height: 0;
    padding: 18px;
  }

  .azm-product-images .woocommerce-product-gallery__wrapper,
  .azm-product-images .woocommerce-product-gallery__image,
  .azm-product-images .woocommerce-product-gallery__image--placeholder {
    min-height: 320px;
  }

  .azm-product-images .woocommerce-product-gallery__image a,
  .azm-product-images .woocommerce-product-gallery__image img,
  .azm-product-images .woocommerce-product-gallery__image--placeholder img {
    max-height: 320px;
  }

  .azm-product-summary {
    flex: 1 1 auto;
    max-width: none;
    padding-top: 0;
    width: 100%;
  }

  .azm-product-summary__card {
    border-top: 0;
    padding-top: 0;
  }

  .azm-product-summary form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .azm-product-summary .quantity {
    justify-content: center;
    width: fit-content;
  }

  .azm-product-summary .single_add_to_cart_button {
    width: 100%;
  }

  .azm-product-footer {
    margin-top: 28px;
    padding-top: 24px;
  }
}
