.custom-coa-card * {
  all: unset;
}

.custom-coa-section {
  padding: 72px 20px;
  background: #f3f3f1;
}

.custom-coa-container {
  max-width: 1360px;
  margin: 0 auto;
}

.custom-coa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.custom-coa-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-coa-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #dff0de;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-coa-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.custom-coa-heading-text h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #0c1630;
}

.custom-coa-heading-text p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #6f7682;
}

.custom-coa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.custom-coa-card {
  background: #fff;
  border: 1px solid #d9d9d4;
  border-radius: 22px;
  padding: 22px;
}

.custom-coa-badge-wrap {
  margin-bottom: 12px;
}

.custom-coa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.custom-coa-purity {
  text-align: center;
  padding: 10px 0 18px;
}

.custom-coa-purity strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #1fa34a;
}

.custom-coa-purity span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #6e6e6e;
  text-transform: uppercase;
}

.custom-coa-info {
  background: #f4f4f2;
  border-radius: 18px;
  padding: 18px 16px;
}

.custom-coa-info div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.custom-coa-info div + div {
  margin-top: 14px;
}

.custom-coa-info span {
  font-size: 15px;
  color: #767676;
}

.custom-coa-info b {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: right;
}

.custom-coa-info b.is-actual {
  color: #1fa34a;
}

.custom-coa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  background: #050816;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.custom-coa-btn:hover {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 989px) {
  .custom-coa-grid {
    grid-template-columns: 1fr;
  }
	ol.flex-control-nav.flex-control-thumbs {
    position: relative;
    bottom: 200px;
}

	.woocommerce-product-gallery__image.flex-active-slide{
		position: relative;
		top: 100px;
	}

	.summary.entry-summary {
    margin-top: -200px;
}
	.woocommerce-product-gallery__wrapper, .flex-viewport{height: 500px !important;}

  .custom-coa-section {
    padding: 48px 16px;
  }

  .custom-coa-card {
    padding: 18px;
    border-radius: 18px;
  }

  .custom-coa-purity strong {
    font-size: 32px;
  }
}

.woocommerce-product-gallery__wrapper, .flex-viewport{height: 600px !important;}
.peaked-trust-badges-grid {
    margin-bottom: 50px
}

.flex-control-thumbs li:nth-child(2), .pk-klarna {
  display: none !important;
}


.pk-divider{display: none !important;}
.woocommerce-js h2{margin-bottom: 10px !important}

@media(min-width: 769px){
		ol.flex-control-nav.flex-control-thumbs {
    position: relative;
    bottom: 100px;
}
	.woocommerce-product-gallery__image {
    position: relative;
    top: 100px;
}
}

.peaked-trust-badges .peaked-trust-badge-item:nth-child(2) .peaked-trust-badge-text strong {
    font-size: 0;
}
.peaked-trust-badges .peaked-trust-badge-item:nth-child(2) .peaked-trust-badge-text strong::after {
    content: 'Secure packaging';
    font-size: 13px;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: -20px
}

footer {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 60px !important;
        margin-bottom: 60px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    div.woocommerce-product-gallery__image.flex-active-slide {
        position: relative;
			  transform: scale(0.85);
        top: 20px;
    }
}

/* DESKTOP */
@media (min-width: 769px) {
    div.woocommerce-product-gallery__image.flex-active-slide {
        transform: scale(0.72);
        transform-origin: center;
    }
}