.elementor-20 .elementor-element.elementor-element-75111a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-6106f35.elementor-element{--align-self:center;}.elementor-20 .elementor-element.elementor-element-6106f35 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-20 .elementor-element.elementor-element-6106f35 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-20 .elementor-element.elementor-element-6106f35{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-20 .elementor-element.elementor-element-6106f35 .elementor-icon-list-text{transition:color 0.3s;}.elementor-20 .elementor-element.elementor-element-050e681{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-53c70d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-8ea1fe5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-20 .elementor-element.elementor-element-9d5f014{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-34d7384{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-75111a7{--content-width:1200px;}.elementor-20 .elementor-element.elementor-element-050e681{--content-width:1200px;}.elementor-20 .elementor-element.elementor-element-9d5f014{--width:50%;}.elementor-20 .elementor-element.elementor-element-34d7384{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-75111a7 *//* ============================================================
   POWER PEPTIDES – CART PAGE HERO (MATCH FAQ STYLE)
   ============================================================ */

.pp-cart-hero{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;

  background: linear-gradient(160deg, #204aa0 0%, #195a78 55%, #d473a6 100%);
  padding: clamp(60px, 8vw, 120px) 16px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pp-cart-hero__title{
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 10px;
}

.pp-cart-hero__sub{
  font-size: clamp(15px, 2vw, 20px);
  max-width: 700px;
  margin: 0 auto;
  color: #eef2ff;
}

/* Honeycomb overlay – same as FAQ */
.pp-cart-hero::before{
  content: "";
  position: absolute;
  inset: -20% -15%;
  opacity: 0.08;
  pointer-events: none;
  
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.6' stroke-width='1'>\
<defs><pattern id='hexfq' width='20' height='17.32' patternUnits='userSpaceOnUse'>\
<path d='M5 0 L15 0 L20 8.66 L15 17.32 L5 17.32 L0 8.66 Z'/></pattern></defs>\
<rect width='100%' height='100%' fill='url(%23hexfq)'/></svg>");

  background-size: 260px 260px;
  animation: faqPan 55s linear infinite alternate;
}

/* Re-use your existing keyframes from FAQ hero */
@keyframes faqPan{
  0%   { background-position: 0 0; }
  100% { background-position: -500px -300px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-050e681 *//* ============================================
   POWER PEPTIDES – CART MAIN SECTION
   ============================================ */

.pp-cart-main{
  padding: clamp(40px, 6vw, 70px) 16px 70px;
  background: #f3f6fb;
}

/* Woo cart wrapper */
.pp-cart-main .woocommerce{
  max-width: 1200px;
  margin: 0 auto;
}

/* Cart table */
.pp-cart-main table.shop_table{
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15,23,42,0.06);
}

.pp-cart-main table.shop_table th{
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 18px;
  border: none;
}

.pp-cart-main table.shop_table td{
  padding: 18px;
  border-top: 1px solid #e5e7eb;
  vertical-align: middle;
}

/* Product name link */
.pp-cart-main .product-name a{
  font-weight: 700;
  color: #0f172a;
}

.pp-cart-main .product-name a:hover{
  color: #204aa0;
}

/* Thumbnail size */
.pp-cart-main .product-thumbnail img{
  width: 70px;
  height: auto;
}

/* Remove (×) link */
.pp-cart-main a.remove{
  color: #ec3d8f !important;
  font-size: 20px;
}

.pp-cart-main a.remove:hover{
  background: #ffe4f0;
}

/* Quantity input */
.pp-cart-main .quantity .qty{
  width: 70px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  padding: 6px 10px;
}

/* Coupon + Update row */
.pp-cart-main .actions{
  padding: 18px;
  background: #f8fafc;
}

.pp-cart-main .coupon .input-text{
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  padding: 8px 14px;
  max-width: 220px;
}

/* Buttons (Apply coupon & Update cart) */
.pp-cart-main button.button{
  background: #64748b;
  color: #ffffff;
  border-radius: 999px;
  padding: 9px 20px;
  font-weight: 600;
  border: none;
}

.pp-cart-main button.button:hover{
  background: #475569;
}

/* Cart totals box */
.pp-cart-main .cart-collaterals .cart_totals{
  float: none;
  max-width: 420px;
  margin: 30px 0 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 24px 28px;
  box-shadow: 0 12px 30px rgba(15,23,42,0.06);
}

.pp-cart-main .cart_totals h2{
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 18px;
}

/* Cart totals table */
.pp-cart-main .cart_totals table{
  width: 100%;
  border: none;
}

.pp-cart-main .cart_totals th,
.pp-cart-main .cart_totals td{
  border: none;
  padding: 6px 0;
}

/* Proceed to checkout button – brand style */
.pp-cart-main .wc-proceed-to-checkout a.checkout-button{
  display: block;
  width: 100%;
  margin-top: 18px;
  background: #204aa0;
  color: #ffffff;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(32,74,160,0.35);
  transition: background 0.25s ease, transform 0.25s ease,
              box-shadow 0.25s ease;
}

.pp-cart-main .wc-proceed-to-checkout a.checkout-button:hover{
  background: #163a84;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15,23,42,0.35);
}

/* Clear Woo default float behaviour on small screens */
@media (max-width: 768px){
  .pp-cart-main .cart-collaterals .cart_totals{
    margin: 24px 0 0;
  }
}
/* ============================
   CART – CROSS-SELL GRID FIX
   ============================ */

/* 2-column grid for the “You may be interested in…” products */
.woocommerce-cart .cross-sells ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    list-style: none;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

/* Kill old theme floats / clearfix ghost elements */
.woocommerce-cart .cross-sells ul.products::before,
.woocommerce-cart .cross-sells ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce-cart .cross-sells ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

/* Product card styling (matches your brand cards) */
.woocommerce-cart .cross-sells ul.products li.product {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 22px 20px;
    box-shadow: 0 10px 24px rgba(15,23,42,0.06);
    border: 1px solid #e5e7eb;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce-cart .cross-sells ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15,23,42,0.10);
}

/* Image size */
.woocommerce-cart .cross-sells ul.products li.product img {
    max-width: 110px !important;
    width: 110px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 16px !important;
    object-fit: contain !important;
}

/* Title & price tidy-up */
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.woocommerce-cart .cross-sells ul.products li.product .price {
    font-size: 15px;
    font-weight: 700;
    color: #97a30f;
    margin-bottom: 10px;
}

/* ============================
   CART – CROSS-SELL BUTTONS
   ============================ */

.woocommerce-cart .cross-sells ul.products li.product a.button,
.woocommerce-cart .cross-sells ul.products li.product .button {
    display: block !important;
    width: 100% !important;
    background: #204AA0 !important;   /* brand blue */
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 12px !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

.woocommerce-cart .cross-sells ul.products li.product a.button:hover,
.woocommerce-cart .cross-sells ul.products li.product .button:hover {
    background: #163a84 !important;  /* darker blue */
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.woocommerce-cart .cross-sells ul.products li.product a.button:focus {
    outline: none !important;
    box-shadow: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-53c70d2 *//* =============================
   CART PAGE – GLOBAL WRAPPER
   ============================= */

body.woocommerce-cart {
    background: #f3f6fb;
}

/* Main cart container – adds breathing room */
.woocommerce-cart .site-main,
.woocommerce-cart .elementor-location-single {
    padding-bottom: 60px;
}

/* =============================
   CONTINUE SHOPPING STRIP
   ============================= */

.pp-cart-cta {
    max-width: 1150px;
    margin: 32px auto 0;
    padding: 18px 24px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pp-cart-cta .elementor-heading-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.pp-cart-cta .elementor-text-editor {
    font-size: 14px;
    color: #64748b;
}

/* Button inside the strip */
.pp-cart-cta__btn .elementor-button,
.pp-cart-cta__btn.elementor-button {
    background: #ffffff;
    color: #204AA0;
    border-radius: 999px;
    border: 2px solid #204AA0;
    padding: 10px 22px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(31, 64, 144, 0.12);
    transition: 0.25s ease;
}

.pp-cart-cta__btn .elementor-button:hover,
.pp-cart-cta__btn.elementor-button:hover {
    background: #204AA0;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(31, 64, 144, 0.24);
}

/* =============================
   TRUST / SECURITY ROW
   ============================= */

.pp-cart-trust {
    max-width: 1150px;
    margin: 18px auto 0;
    padding: 14px 18px;
    border-radius: 999px;
    background: #e5edff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: center;
}

.pp-cart-trust .elementor-widget-text-editor {
    width: 100%;
    text-align: center;
}

/* “Chips” inside the trust row */
.pp-cart-trust .pp-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}

/* =============================
   RESEARCH NOTICE (SLIM)
   ============================= */

.pp-cart-notice {
    max-width: 1150px;
    margin: 26px auto 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: #102a43;
    color: #e2e8f0;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.pp-cart-notice strong {
    color: #ffffff;
}

/* =============================
   RESPONSIVE TWEAKS
   ============================= */

@media (max-width: 768px) {
    .pp-cart-cta {
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

    .pp-cart-cta__btn .elementor-button {
        width: 100%;
        justify-content: center;
    }

    .pp-cart-trust {
        border-radius: 18px;
    }
}/* End custom CSS */