/** Shopify CDN: Minification failed

Line 221:0 Unexpected "}"
Line 2303:0 Unexpected "}"

**/
/* Product Template General Styles */
.template-product {
    padding-bottom: var(--f-sticky-atc-bar-height, 0px);
}

.template-product .rte {
    color: rgb(var(--color-foreground-secondary));
}

@media screen and (min-width: 768px) {
    .template-product {
        overflow-x: visible;
    }
}

/* Main Product Container Styles */
.m-main-product {
    margin-bottom: 20px;
}

.m-main-product--info .m-product-info--wrapper {
    position: sticky;
    top: 30px;
}

@media screen and (min-width: 1024px) {
    .m-main-product {
        margin-bottom: 48px;
        margin-top: 16px;
    }
}

@media screen and (min-width: 768px) {
    .m-main-product[data-layout=layout-7] .container-full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .m-main-product--media.container-narrow,
    .m-main-product--info.container-narrow {
        padding-left: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
        padding-right: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
    }
}

.main-product__block + .main-product__block {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .main-product__block + .main-product__block {
        margin-top: 20px;
    }
}
.main-product__block .product-block-group--title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .m-product-media--layout-7 .main-product__block .product-block-group--title {
        flex-direction: column;
        align-items: center;
        
    }
}
   .main-product__block .m-product-title {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }



@media screen and (max-width: 767px) {
    .main-product__block .product-block-group--title {
        
        display: block;
    }
}

  
 .main-product__block-price {
  margin-top: 12px;
  text-align: center;
  color: white !important;
  /* Flexible Box Styling */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  min-width: 200px;
  
  /* Border & Radius */
  border-radius: 8px;
  border: 1px solid rgba(122, 162, 139, 0.3);
  
  /* Gradient Background */
  background: linear-gradient(
    135deg,
      #28342d,
        #171717
  );
   isolation: isolate;

  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 15px rgba(122, 162, 139, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.main-product__block-price .product-block-group--price,
.main-product__block-price .m-price {
  position: relative;
  z-index: 3;
}

.main-product__block-price::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 70%
  );
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}


.main-product__block-price::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: shine 4s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes shine {
  0% { left: -150%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 250%; opacity: 0; }
}


@media screen and (min-width: 768px) {
    .m-product-media--layout-7 .main-product__block .product-block-group--price {
        justify-content: center;
        
    }
}
.main-product__block-text + .main-product__block-title,
.main-product__block-custom_liquid + .main-product__block-title,
.main-product__block-badge + .main-product__block-title {
    margin-top: 5px;
}

.main-product__block-addons {
    margin-top: 20px;
}



.main-product__block .product-block-group--tags {
    gap: 8px;
}

.main-product__block .m-product-type {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-product__block-title + .main-product__block-rating {
    margin-top: 5px;
}


@media screen and (max-width: 768px) { 
  .m-price-item--regular { font-size : 20px;}
  .m-price-item--sale { font-size : 18px; }
}





}
.m-product-info--wrapper .m-price-item--regular,
.main-product .m-price-item--regular,
.m-product-info--wrapper .m-price__regular .m-price-item--regular,
.main-product .m-price__regular .m-price-item--regular { 
  color: white !important;
}

/* Additional selectors for product page prices */
.template-product .m-price-item--sale,
.template-product .m-price-item--regular,
.template-product .m-price__sale .m-price-item--sale,
.template-product .m-price__regular .m-price-item--regular { 
  color: white !important;
}

/* Override for search popup - ensure search popup prices are NOT white */
.m-search-popup .m-price-item--sale,
.m-search-popup .m-price-item--regular,
.m-search-popup .m-price__sale .m-price-item--sale,
.m-search-popup .m-price__regular .m-price-item--regular,
.m-search-popup .m-search-item--price .m-price-item--sale,
.m-search-popup .m-search-item--price .m-price-item--regular {
  color: #7aa28b !important; /* SkinGeer green for sale prices */
}

.m-search-popup .m-price-item--regular,
.m-search-popup .m-price__regular .m-price-item--regular,
.m-search-popup .m-search-item--price .m-price-item--regular {
  color:rgb(255, 255, 255) !important; /* Black color for regular prices in search popup */
}

.main-product__block-rating .spr-starrating {
    margin: 0;
}

.main-product__block-collapsible_tab + .main-product__block-shipping {
    margin-top: 32px;
}

.main-product__block-breadcrumb + .main-product__block-title {
    margin-top: 0;
}

.main-product__block-title + div[class*="@app"] #shopify-block-loox-rating,
.main-product__block-title + div[class*="@app"] .jdgm-preview-badge {
    margin-top: -28px;
}

.main-product__block-buy_buttons .prod__countdown:not(.hidden),
.main-product__block-buy_buttons .prod__stock-countdown {
    margin-bottom: 30px;
}

.main-product__block-buy_buttons .shopify-payment-button__button--hidden {
    display: none;
}

.main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-product__block-buy_buttons .m-product-dynamic-checkout {
        margin-top: 10px;
    }

    .main-product__block-buy_buttons .m-quantity {
        flex: 1;
    }
}

.main-product__block-share-social > a {
    margin-right: 32px;
}

.main-product__block-share-social > a span {
    margin-left: 8px;
}

.main-product__block .m-breadcrumb {
    margin-top: -0.5rem;
}

.main-product__block .m-breadcrumb .container {
    padding: 0;
}



.main-product__block .m-product-tax {
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-description {
    line-height: 1.5;
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-meta li {
    line-height: 34px;
    display: flex;
}

.main-product__block .m-product-meta li:first-child {
    margin-top: 25px;
}

.main-product__block .m-product-meta--label {
    min-width: 85px;
    font-weight: 500;
    display: block;
    margin-right: 40px;
}

.m-product-media--layout-7 .main-product__block .m-product-meta {
    text-align: left;
}

.main-product__block .m-product-availability {
    color: #3d9851;
}

.main-product__block .m-product-availability--outofstock {
    color: #d11010;
}

.main-product__block .m-product-tag {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .main-product__block .m-product-collapsible .m-collapsible--button {
        font-size: 18px;
    }
}

.main-product__block .m-product-text--subtitle {
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-text--upercase {
    text-transform: uppercase;
    font-size: 14px;
}

.main-product__block .m-product-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
}

.main-product__block .m-product-trust-badge__content {
    margin-top: 20px;
    font-weight: 500;
}

.main-product__block .m-product-trust-badge--above {
    flex-direction: column-reverse;
}

.main-product__block .m-product-trust-badge--above .m-product-trust-badge__content {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .main-product__block .m-product-trust-badge {
        padding: 16px;
    }
}

.main-product__block .m-product-addon {
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(var(--color-border));
}

.main-product__block .m-product-addon--wrapper {
    margin: 20px -5px -5px -5px;
}

.main-product__block .m-product-addon--item {
    padding: 5px;
    margin-right: 30px;
}

.main-product__block .m-product-addon--item:hover {
    color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 639px) {
    .main-product__block .m-product-addon--item {
        margin-right: 12px;
    }
}

.main-product__block .m-product-addon--label {
    margin-left: 8px;
}

.main-product__block .m-product-shipping--icon {
    width: 20px;
}

.main-product__block .m-product-shipping--content {
    margin-left: 12px;
}

.main-product__block .m-product-shipping--content__value {
    margin-left: 8px;
}

.main-product__block .m-product-shipping--text {
    margin-top: 16px;
}

.main-product__block .m-product-live-views {
    padding: 5px 16px;
    border-radius: var(--border-radius, 50px);
    line-height: 1.6;
    font-size: 14px;
}

.main-product__block .m-product-live-views svg {
    width: 14px;
    height: 14px;
}

.main-product__block .m-product-live-views .live-views-icon {
    margin-right: 8px;
    animation-duration: 1s;
}

@media screen and (max-width: 767px) {
    .main-product__block .m-product-live-views {
        align-items: flex-start;
        line-height: 22px;
    }
}

.main-product__block .m-product-custom-field .m-product-option--label {
    display: inline-flex;
}

.main-product__block .m-product-custom-field .m-product-option--label sup {
    color: #da3f3f;
    top: -0.2rem;
    left: 0.2rem;
}

.main-product__block .alr-display-review-badge {
    margin-top: 8px;
}

.main-product__block .spr-starrating {
    justify-content: flex-start !important;
    align-items: center;
    margin-top: -15px;
    margin-bottom: -10px;
}

.main-product__block .spr-starrating .spr-stars span {
    display: flex;
}

.main-product__block #ssw-avg-rate-profile-html {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.main-product__block #ssw-avg-rate-profile-html .ssw-question-count,
.main-product__block #ssw-avg-rate-profile-html .ssw-stars {
    display: inline-flex !important;
    align-items: center;
}

.main-product__block .ssw-icon-star {
    margin: 0 3px;
}

.main-product__block .ssw-review-count {
    margin-left: 10px;
    white-space: nowrap;
}

.main-product__block .ssw-question-count {
    margin-left: 15px;
    white-space: nowrap;
}

.main-product__block .ssw-question-count > span {
    display: inline-flex;
    align-items: center;
}

.main-product__block .ssw-rq-divider {
    padding-right: 15px;
}

.main-product__block .gw-icon-chat {
    margin-right: 5px;
}

.main-product__block .foxkit-preorder-submit {
    width: auto;
    flex: 1;
}

.main-product__block .installment-shoppay {
    margin-top: 20px;
}

.main-product__block .installment-shoppay:empty {
    display: none;
}

.main-product__block .foxkit-stock-countdown__progress {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-product__block #ssw-avg-rate-profile-html {
        flex-wrap: wrap;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-rq-divider {
        display: none !important;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-question-count {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-stars {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

/* Form Ask Question Styles */
.m-form-ask-question__wrapper {
    padding: 24px;
    text-align: center;
}

.m-form-ask-question__title {
    margin-bottom: 24px;
    font-size: 36px;
    color: rgb(var(--color-foreground));
}

.m-form-ask-question__note {
    font-style: italic;
    margin-bottom: 12px;
}

/* Recipient Form Styles */
.m-recipient-form {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.m-recipient-form > input[type=checkbox]:not(:checked, :disabled) ~ .m-recipient-form__fields {
    display: none;
}

.m-recipient-form > input[type=checkbox]:checked ~ .m-recipient-form__fields {
    display: block;
    animation: recipientAnimate 0.3s ease;
}

.m-recipient-form > input[type=checkbox]:checked ~ .form-field--checkbox .form-field--checkbox__icon svg path:last-child {
    display: block;
}

.m-recipient-form .m-recipient-field ~ .m-recipient-field {
    margin-top: 15px;
}

.m-recipient-form .m-recipient-form__fields {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid rgb(var(--color-border));
}

/* Product Details Tabs Styles */
.m-product-details-tabs .m-tab-header {
    font-weight: 500;
}

.m-product-details-tabs .m-tab-content:not(.m-tab-content--reviews) .m-tab-content__inner {
    color: rgb(var(--color-foreground-secondary));
    line-height: 1.75;
}

/* Product Review Styles */
.spr-container .spr-reviews {
    margin: 26px 0;
}

.spr-container .spr-header-title {
    font-weight: 500;
    margin-bottom: 32px;
}

.spr-container .spr-summary {
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.spr-container .spr-summary:before,
.spr-container .spr-summary:after {
    display: none;
}

.spr-container .spr-summary-caption {
    flex: 1;
    text-align: left;
}

.spr-container .spr-review {
    position: relative;
    padding: 30px 0 !important;
}

.spr-container .spr-review .spr-starratings {
    font-size: 9px;
}

.spr-container .spr-review .spr-starratings .spr-icon {
    margin: 0 1px;
}

.spr-container .spr-review-content-body {
    font-size: 16px !important;
    line-height: 28px;
    color: #666;
}

.spr-container .spr-review-header {
    display: flex;
    flex-flow: column;
}

.spr-container .spr-review-header-title {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 18px;
    order: 1;
    margin-top: 20px;
}

.spr-container .spr-review-header-byline {
    margin-bottom: 0;
    font-style: inherit;
    font-size: 18px;
}

.spr-container .spr-review-header-byline strong:last-child {
    font-weight: 400;
    font-size: 14px;
}

.spr-container .spr-review-reply-shop {
    float: none;
}

.spr-container .spr-review-reply {
    margin-bottom: 12px;
    padding: 16px !important;
    border-radius: 5px;
    background-color: #f7f7f7;
    margin-top: 32px;
    margin-left: 45px;
    display: flex;
    flex-flow: column;
}

.spr-container .spr-review-content {
    margin: 0;
    padding: 0;
}

.spr-container .spr-review-reply-body {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    order: 1;
    margin-top: 5px;
}

.spr-container .spr-review-reply-shop {
    font-size: 18px;
    font-style: inherit;
    order: 0;
}

.spr-container .spr-review-footer {
    margin-top: 20px;
}

.spr-container .spr-summary-actions-newreview {
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgb(var(--color-border));
    padding: 10px 20px;
    transition: var(--m-duration-default, 0.25s) all;
    border-width: var(--btn-border-width);
    letter-spacing: var(--btn-letter-spacing, 0);
    text-transform: var(--btn-text-transform, "");
    border-radius: var(--btn-border-radius, 0);
    line-height: var(--btn-line-height, "normal");
    float: none;
    display: inline-block;
}

.spr-container .spr-summary-actions-newreview:before,
.spr-container .spr-summary-actions-newreview:after {
    display: none !important;
}

.spr-container .spr-summary-actions-newreview:focus,
.spr-container .spr-summary-actions-newreview:hover {
    background: rgb(var(--color-button-hover));
    border-color: rgb(var(--color-button-hover)) !important;
    color: rgb(var(--color-button-text-hover)) !important;
    box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
}

@media screen and (min-width: 768px) {
    .spr-container .spr-summary-actions-newreview {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.spr-container .spr-review-reportreview {
    color: #666;
    text-decoration: underline;
}

.spr-container .spr-form-contact-name,
.spr-container .spr-form-contact-email,
.spr-container .spr-form-contact-location,
.spr-container .spr-form-review-rating,
.spr-container .spr-form-review-title,
.spr-container .spr-form-review-body {
    margin-bottom: 20px;
}

.spr-container .spr-form-input:not(.spr-starrating, .spr-form-input-textarea) {
    padding: 6px 12px;
    border: 1px solid rgb(var(--color-border));
    border-radius: var(--input-rounded, 4px);
    background-color: rgb(var(--color-form-field));
    color: rgb(var(--color-form-field-text));
    width: 100%;
    outline: none;
    line-height: 2;
    transition: all var(--m-duration-default, 0.25s) ease-in-out;
}

.spr-container .spr-form-input:not(.spr-starrating, .spr-form-input-textarea):focus {
    border-color: rgb(var(--color-foreground));
}

.spr-container .spr-form-label {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.spr-container .spr-form-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .spr-container {
        padding: 0 !important;
    }

    .spr-container .spr-review {
        padding: 16px 0 !important;
    }

    .spr-container .spr-summary {
        flex-flow: column;
    }

    .spr-container .spr-summary-caption {
        padding: 10px 0;
        margin-left: 0;
    }
}

.spr-badge-caption {
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .spr-badge-caption {
        font-size: 14px;
    }

    .m-product-collapsible .m-accordion--item-button {
        font-size: 18px;
        padding: 12px 0;
    }
}


@media screen and (min-width: 1024px){
  .m-main-product--info{min-height:560px}
  .m-main-product--info .m-product-info--wrapper{min-height:560px}
  
  .main-product__block-rating{min-height:24px}
  .main-product__block-price{min-height:44px}
  .main-product__block-buy_buttons{min-height:96px}
}
.template-product #MainContent { min-height: auto !important; }
.ph-product-container {
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
  }
  
  /* ========================================
     ENHANCED HERO SECTION WITH BETTER PARTICLES
     ======================================== */
  .ph-hero-section {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    border-radius: 8px;
  }
  
  .ph-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(122, 162, 139, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(122, 162, 139, 0.05) 0%, transparent 50%);
    opacity: 0.6;
  }
  
  .ph-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(120deg, #7aa28b 0%, #60EF9E 50%, #7aa28b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: ph-hero-slide 1s ease-out;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(122, 162, 139, 0.3));
  }
  
  .ph-hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    animation: ph-hero-fade 1s ease-out 0.3s both;
    position: relative;
    z-index: 2;
    line-height: 1.7;
  }
  
  .ph-product-showcase {
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
  }
  .ph-product-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(122, 162, 139, 0.15);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 2rem auto;
    display: block;
  }
  .ph-product-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(122, 162, 139, 0.25);
  }
  .ph-product-name {
    font-size: 2rem;
    font-weight: 600;
    color: #7aa28b;
    margin: 2rem 0 1rem;
    animation: ph-slide-up 0.8s ease-out 0.2s both;
  }
  .ph-product-intro {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    animation: ph-slide-up 0.8s ease-out 0.4s both;
    line-height: 1.7;
  }

/* IMPROVED BENEFITS GRID - Multi-column layout */
.ph-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 2rem;
  padding: 0 1rem;
  margin: 2rem 0;
  align-items: stretch; /* Ensures all cards have equal height */
}

/* Medium screens (tablets) - 2 columns */
@media (max-width: 1024px) {
  .ph-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* Small screens (mobile) - 2 columns as requested */
@media (max-width: 768px) {
  .ph-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0.5rem;
  }
}

/* Very small screens - single column for better readability */
@media (max-width: 480px) {
  .ph-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.ph-benefit-card {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  animation: ph-card-slide 0.6s ease-out both;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 250px; /* Ensures consistent card heights */
}

.ph-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7aa28b, #7aa28b);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.ph-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(122, 162, 139, 0.25);
  border-color: #7aa28b;
}

.ph-benefit-card:hover::before {
  transform: scaleX(1);
}

.ph-benefit-card:nth-child(1) { animation-delay: 0.1s; }
.ph-benefit-card:nth-child(2) { animation-delay: 0.2s; }
.ph-benefit-card:nth-child(3) { animation-delay: 0.3s; }
.ph-benefit-card:nth-child(4) { animation-delay: 0.4s; }
.ph-benefit-card:nth-child(5) { animation-delay: 0.5s; }
.ph-benefit-card:nth-child(6) { animation-delay: 0.6s; }

.ph-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #7aa28b, #7aa28b);
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 auto 1.5rem auto;
  animation: ph-icon-glow 3s ease-in-out infinite;
  font-size: 1.4rem;
  box-shadow: 0 5px 15px rgba(122, 162, 139, 0.3);
  flex-shrink: 0; /* Prevents icon from shrinking */
}

.ph-benefit-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.ph-benefit-description {
  color: #000000;
  line-height: 1.6;
  flex-grow: 1; /* Allows description to take remaining space */
  font-size: 0.95rem;
}

/* Responsive adjustments for benefit cards */
@media (max-width: 768px) {
  .ph-benefit-card {
    padding: 1.5rem;
    min-height: 220px;
  }
  
  .ph-benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .ph-benefit-title {
    font-size: 1.1rem;
  }
  
  .ph-benefit-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .ph-benefit-card {
    padding: 1.2rem;
    min-height: 200px;
  }
  
  .ph-benefit-title {
    font-size: 1rem;
  }
  
  .ph-benefit-description {
    font-size: 0.85rem;
  }
}

  .ph-section {
    padding: 1rem 1rem;
    margin: 1rem 0;
  }
  .ph-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #7aa28b;
    text-align: center;
    margin-bottom: 2rem;
    animation: ph-slide-up 0.8s ease-out both;
  }
  .ph-how-it-works {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 4rem 2rem;
    border-radius: 20px;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
  }
  .ph-how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(122, 162, 139, 0.1) 0%, transparent 50%);
    animation: ph-cta-glow 4s ease-in-out infinite alternate;
  }
  .ph-mechanism-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    position: relative;
    z-index: 2;
  }
  .ph-mechanism-card {
    background: rgba(0, 0, 0, 0.81);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    animation: ph-card-slide 0.6s ease-out both;
    transition: all 0.3s ease;
  }
  .ph-mechanism-card:hover {
    background: rgb(0, 0, 0);
    transform: translateY(-5px);
  }
  .ph-mechanism-card:nth-child(1) { animation-delay: 0.1s; }
  .ph-mechanism-card:nth-child(2) { animation-delay: 0.2s; }
  .ph-mechanism-card:nth-child(3) { animation-delay: 0.3s; }
  .ph-mechanism-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #7aa28b;
    margin-bottom: 1rem;
  }
  .ph-clinical-stat {
    font-size: 2.5rem;
    font-weight: bold;
    color: #7aa28b;
    margin-bottom: 0.5rem;
    display: block;
  }
  .ph-usage-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  margin: 1.5rem 0;
  position: relative;
  overflow: hidden;
}

.ph-usage-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(122, 162, 139, 0.1) 0%, transparent 50%);
  animation: ph-cta-glow 4s ease-in-out infinite alternate;
}

.ph-usage-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  animation: ph-slide-up 0.8s ease-out both;
  background: linear-gradient(45deg, #7aa28b, #7aa28b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ph-usage-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.ph-usage-step {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  animation: ph-card-slide 0.6s ease-out both;
  transition: all 0.3s ease;
  text-align: center;
}

.ph-usage-step:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}

.ph-usage-step:nth-child(1) { animation-delay: 0.1s; }
.ph-usage-step:nth-child(2) { animation-delay: 0.2s; }
.ph-usage-step:nth-child(3) { animation-delay: 0.3s; }
.ph-usage-step:nth-child(4) { animation-delay: 0.4s; }

.ph-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: linear-gradient(45deg, #7aa28b, #7aa28b);
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  box-shadow: 0 3px 10px rgba(122, 162, 139, 0.3);
}

.ph-step-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: white;
}

.ph-step-description {
  color: rgba(255,255,255,0.9);
  line-height: 1.4;
  font-size: 0.8rem;
}

/* Tablet and up - 3 or 4 columns */
@media (min-width: 768px) {
  .ph-usage-section {
    padding: 2.5rem 1.5rem;
  }
  
  .ph-usage-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .ph-usage-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 1.5rem 0;
  }
  
  .ph-usage-step {
    padding: 1.5rem 1rem;
  }
  
  .ph-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  .ph-step-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  
  .ph-step-description {
    font-size: 0.95rem;
  }
}
  .ph-customer-opinions {
    background: white;
    padding: 4rem 2rem;
    border-radius: 20px;
    margin: 3rem 0;
    border: 2px solid #7aa28b;
  }
  .ph-opinions-title {
    font-size: 2rem;
    font-weight: 600;
    color: #7aa28b;
    text-align: center;
    margin-bottom: 2rem;
  }
  .ph-opinion-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
  }
  .ph-opinion-section.positive {
    background: linear-gradient(135deg, #f0f8f0 0%, #ffffff 100%);
    border-left: 4px solid #28a745;
  }
  .ph-opinion-section.negative {
    background: linear-gradient(135deg, #fff8f8 0%, #ffffff 100%);
    border-left: 4px solid #dc3545;
  }
  .ph-opinion-section.summary {
    background: linear-gradient(135deg, #f8f6f0 0%, #ffffff 100%);
    border-left: 4px solid #7aa28b;
  }
  .ph-opinion-section h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .ph-opinion-section.positive h4 {
    color: #28a745;
  }
  .ph-opinion-section.negative h4 {
    color: #dc3545;
  }
  .ph-opinion-section.summary h4 {
    color: #7aa28b;
  }
  
.ph-timeline-section {
  padding: 1.5rem 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  margin: 1.5rem 0;
}

.ph-timeline-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.ph-timeline-item {
  margin: 1.25rem 0;
  animation: ph-timeline-slide 0.8s ease-out both;
  position: relative;
  word-wrap: break-word;
}

.ph-timeline-item:nth-child(1) { animation-delay: 0.1s; }
.ph-timeline-item:nth-child(2) { animation-delay: 0.2s; }
.ph-timeline-item:nth-child(3) { animation-delay: 0.3s; }

.ph-timeline-badge {
  background: linear-gradient(45deg, #7aa28b, #7aa28b);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.6rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(122, 162, 139, 0.3);
  animation: ph-icon-glow 3s ease-in-out infinite;
  letter-spacing: 0.5px;
}

.ph-timeline-card {
  background: white;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-left: 3px solid #7aa28b;
  text-align: center;
  transition: all 0.3s ease;
  word-wrap: break-word;
}

.ph-timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(122, 162, 139, 0.12);
}

.ph-timeline-title {
  color: #7aa28b;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
}

.ph-timeline-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  max-width: 500px;
  margin: 0 auto;
}

.ph-benefit-text {
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 0;
  position: relative;
  text-align: left;
  margin-left: 0;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 0.85rem;
}

/* Animations */
@keyframes ph-timeline-slide {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ph-icon-glow {
  0%, 100% {
    box-shadow: 0 3px 10px rgba(122, 162, 139, 0.3);
  }
  50% {
    box-shadow: 0 3px 16px rgba(122, 162, 139, 0.6);
  }
}



        .ph-problem-section {
            background: #000;
            color: #fff;
            padding: 40px 30px;
            border-radius: 15px;
            margin: 30px 0;
        }

        .ph-problem-title {
            font-size: 2em;
            font-weight: bold;
            color: #fff;
            margin-bottom: 30px;
            text-align: center;
        }
 .ph-timeline-benefit {
  background: linear-gradient(135deg, #f8f6f0 0%, #ffffff 100%);
  padding: 1rem 1.5rem 1rem 10rem; /* Increased left padding from 1rem to 4rem */
  border-radius: 12px;
  border-left: 4px solid #7aa28b;
  font-size: 0.95rem;
  color: #555;
  position: relative;
  text-align: right;
  transition: all 0.3s ease;
  margin-top :10px;
  margin-bottom: 10px
}

  .ph-timeline-benefit:hover {
    background: linear-gradient(135deg, #f0f8f0 0%, #ffffff 100%);
    border-left-color: #7aa28b;
    transform: translateX(-3px);
  }

  

 .ph-timeline-benefit::before {
  content: '✓';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #7aa28b, #7aa28b);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;

  
 margin-right : 10px;
}
  .ph-feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
  }
  .ph-feature-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2rem;
    color: #7aa28b;
  }
  .ph-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: linear-gradient(45deg, #7aa28b, #7aa28b);
    border-radius: 50%;
  }
  .ph-feature-list li::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
  }
  .ph-feature-list.white li {
    color: white;
  }
  .ph-ingredients-list {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border: 2px solid #7aa28b;
  }
  .ph-ingredients-list-title {
    font-size: 2rem;
    font-weight: 600;
    color: #7aa28b;
    text-align: center;
    margin-bottom: 2rem;
  }
  .ph-ingredients-text {
    line-height: 1.8;
    color: #333;
    font-size: 0.95em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .ph-cta-section {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #1a1a1a 0%,rgb(44, 37, 0) 100%);
    color: white;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  .ph-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(122, 162, 139, 0.1) 0%, transparent 50%);
    animation: ph-cta-glow 4s ease-in-out infinite alternate;
  }
  .ph-cta-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #7aa28b, #7aa28b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: ph-slide-up 0.8s ease-out both;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 8px rgba(122, 162, 139, 0.8), 0 0 12px rgba(122, 162, 139, 0.4);
  }
  .ph-cta-text {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: ph-slide-up 0.8s ease-out 0.2s both;
    position: relative;
    z-index: 2;
    line-height: 1.7;
  }
  
  /* ========================================
     ENHANCED FLOATING PARTICLES SYSTEM
     ======================================== */
  .ph-floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
  }
  
  .ph-particle {
    position: absolute;
    background: radial-gradient(circle, rgba(122, 162, 139, 0.8) 0%, rgba(122, 162, 139, 0) 70%);
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0;
  }
  
  /* Individual particle styles with larger sizes and variation */
  .ph-particle:nth-child(1) {
    left: 10%;
    top: 20%;
    width: 8px;
    height: 8px;
    animation: ph-float-organic-1 15s ease-in-out infinite;
    animation-delay: 0s;
  }
  
  .ph-particle:nth-child(2) {
    left: 25%;
    top: 60%;
    width: 14px;
    height: 14px;
    animation: ph-float-organic-2 18s ease-in-out infinite;
    animation-delay: 3s;
  }
  
  .ph-particle:nth-child(3) {
    left: 50%;
    top: 40%;
    width: 10px;
    height: 10px;
    animation: ph-float-organic-3 20s ease-in-out infinite;
    animation-delay: 6s;
  }
  
  .ph-particle:nth-child(4) {
    left: 75%;
    top: 70%;
    width: 9px;
    height: 9px;
    animation: ph-float-organic-4 16s ease-in-out infinite;
    animation-delay: 9s;
  }
  
  .ph-particle:nth-child(5) {
    left: 85%;
    top: 30%;
    width: 12px;
    height: 12px;
    animation: ph-float-organic-5 22s ease-in-out infinite;
    animation-delay: 12s;
  }
  
  /* Additional particles for fuller effect */
  .ph-particle:nth-child(6) {
    left: 15%;
    top: 80%;
    width: 9px;
    height: 9px;
    animation: ph-float-organic-1 17s ease-in-out infinite;
    animation-delay: 4s;
  }
  
  .ph-particle:nth-child(7) {
    left: 60%;
    top: 15%;
    width: 11px;
    height: 11px;
    animation: ph-float-organic-3 19s ease-in-out infinite;
    animation-delay: 7s;
  }
  
  .ph-particle:nth-child(8) {
    left: 40%;
    top: 75%;
    width: 8px;
    height: 8px;
    animation: ph-float-organic-2 21s ease-in-out infinite;
    animation-delay: 10s;
  }

  /* ========================================
     ANIMATIONS
     ======================================== */
  @keyframes ph-hero-slide {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes ph-hero-fade {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 0.9;
      transform: translateY(0);
    }
  }
  
  @keyframes ph-slide-up {
    0% { transform: translateY(30px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }
  
  @keyframes ph-card-slide {
    0% { transform: translateY(50px) scale(0.9); opacity: 0; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
  }
  
  @keyframes ph-timeline-slide {
    0% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
  }
  
  @keyframes ph-icon-glow {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(122, 162, 139, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(122, 162, 139, 0); }
  }
  
  @keyframes ph-pattern-float {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    33% { transform: translateY(-12px) translateX(-6px); }
    66% { transform: translateY(6px) translateX(4px); }
  }
  
  /* ========================================
     ORGANIC PARTICLE ANIMATIONS
     ======================================== */
  @keyframes ph-float-organic-1 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
      opacity: 0;
    }
    10% {
      opacity: 0.6;
    }
    50% {
      transform: translate(30px, -100px) scale(1.2);
      opacity: 0.8;
    }
    90% {
      opacity: 0.3;
    }
  }
  
  @keyframes ph-float-organic-2 {
    0%, 100% {
      transform: translate(0, 0) rotate(0deg) scale(1);
      opacity: 0;
    }
    15% {
      opacity: 0.7;
    }
    50% {
      transform: translate(-40px, -120px) rotate(180deg) scale(1.5);
      opacity: 0.9;
    }
    85% {
      opacity: 0.4;
    }
  }
  
  @keyframes ph-float-organic-3 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
      opacity: 0;
    }
    12% {
      opacity: 0.5;
    }
    50% {
      transform: translate(20px, -110px) scale(1.3);
      opacity: 0.7;
    }
    88% {
      opacity: 0.2;
    }
  }
  
  @keyframes ph-float-organic-4 {
    0%, 100% {
      transform: translate(0, 0) rotate(0deg) scale(1);
      opacity: 0;
    }
    20% {
      opacity: 0.8;
    }
    50% {
      transform: translate(-25px, -95px) rotate(-90deg) scale(1.1);
      opacity: 0.9;
    }
    80% {
      opacity: 0.3;
    }
  }
  
  @keyframes ph-float-organic-5 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
      opacity: 0;
    }
    8% {
      opacity: 0.6;
    }
    50% {
      transform: translate(-35px, -105px) scale(1.4);
      opacity: 0.8;
    }
    92% {
      opacity: 0.2;
    }
  }
  
  @keyframes ph-cta-glow {
    0% { opacity: 0.1; }
    100% { opacity: 0.3; }
  }

  /* ========================================
     RESPONSIVE - UPDATED
     ======================================== */
  @media (max-width: 768px) {
    .ph-hero-title {
      font-size: 2rem;
    }
    
    /* Removed the old benefits grid override - now handled by specific grid rules above */
    .ph-mechanism-cards, .ph-usage-steps {
      grid-template-columns: 1fr;
    }
    .ph-timeline-section {
      padding: 2rem 1rem;
    }
    .ph-timeline-card {
      padding: 1.5rem;
    }
    .ph-timeline-benefits {
      gap: 0.6rem;
    }
    .ph-timeline-benefit {
      padding: 0.8rem 1rem;
      font-size: 0.9rem;
    }
    .ph-usage-section {
      padding: 3rem 1.5rem;
    }
    .ph-cta-section {
      padding: 3rem 1.5rem;
    }
  }
.ph-social-proof {
    background: linear-gradient(135deg, #333 0%, #000 100%);
    color: #fff;
    padding: 30px 10px 30px;;
    border-radius: 9px;
    margin: 10px 0;
    text-align: center;
}


.ph-social-proof-title {
    font-size: 2rem;
    font-weight: bold;
    color: #7aa28b;
    margin-bottom: 20px;
}

.ph-proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 7px;
    margin-top: 12px;
    margin-bottom : 10px;
}

.ph-proof-item {
    background: rgba(255,255,255,0.03);
    padding: 10px;
    border-radius: 7px;
    transition: all 0.3s ease;
    border: 1px solid rgba(122, 162, 139, 0.2);
    font-size: 0.99em;
}

.ph-proof-item:hover {
    background: rgba(255,255,255,0.09);
    border-color: #7aa28b;
}

.ph-proof-icon {
    font-size: 3em;
    color: #7aa28b;
   
}

.ph-results-section {
    background: linear-gradient(135deg, #333 0%, #000 100%);
    color: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    margin: 20px 0;
    text-align: center;
}

.ph-results-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #7aa28b;
    margin-bottom: 20px;
}

.ph-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.ph-stat-item {
    background: rgba(122, 162, 139, 0.1);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(122, 162, 139, 0.3);
}

.ph-stat-item:hover {
    background: rgba(122, 162, 139, 0.2);
    transform: scale(1.03);
}

.ph-stat-number {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 6px;
    color: #7aa28b;
}
        .ph-comparison-section {
  background: white;
  padding: 3rem 1.5rem;
}

.ph-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  opacity: 0;
  animation: tableSlide 0.8s ease-out 0.3s forwards;
}

.ph-comparison-table th {
  background: linear-gradient(135deg, #7aa28b, #488361);
  color: white;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}

.ph-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  text-align: center;
  transition: all 0.3s ease;
}

.ph-comparison-table tr:hover td {
  background: #f8f9fa;
  color: #7aa28b;
}

.ph-comparison-table td:first-child {
  background: #f8f9fa;
  font-weight: 500;
  color: #666;
}

.ph-comparison-table td:last-child {
  background: rgba(122, 162, 139, 0.05);
  font-weight: 600;
  color: #7aa28b;
}
/* Timeline Section */
.ph-timeline-table-container {
  overflow-x: auto;
  margin: 30px 0;
}

.ph-timeline-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.ph-timeline-table th {
  background-color: #7aa28b;
  color: white;
  text-align: right;
  padding: 15px;
  font-weight: 600;
}

.ph-timeline-table td {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ph-timeline-row {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ph-timeline-row:hover {
  background-color: #f5f5f5;
  transform: translateX(-5px);
}

.ph-timeline-phase {
  width: 150px;
  font-weight: bold;
}

/* ===================================
   PH TRANSFORMATION V2 - TIMELINE STYLES
   =================================== */

/* Main Section Container */
.ph-transformation-v2-section {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
}

/* Timeline Container */
.ph-transformation-v2-timeline {
    position: relative;
    max-width: 1000px;
    margin: 4rem auto;
    padding: 0 2rem;
}

/* Timeline Center Line */
.ph-transformation-v2-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
    transform: translateX(-50%);
}

/* Timeline Item */
.ph-transformation-v2-timeline-item {
    position: relative;
    margin-bottom: 4rem;
    opacity: 0;
    transition: all 0.8s ease;
}

/* Alternate Timeline Items */
.ph-transformation-v2-timeline-item:nth-child(odd) .ph-transformation-v2-timeline-content {
    margin-left: calc(50% + 50px);
    padding-left: 2rem;
    text-align: left;
}

.ph-transformation-v2-timeline-item:nth-child(even) .ph-transformation-v2-timeline-content {
    margin-right: calc(50% + 50px);
    padding-right: 2rem;
    text-align: right;
}

/* Timeline Marker (Circle with Time) */
.ph-transformation-v2-timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    border: 4px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
    z-index: 2;
}

/* Timeline Content */
.ph-transformation-v2-timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.ph-transformation-v2-timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.ph-transformation-v2-timeline-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #22c55e;
    margin-bottom: 1rem;
}

/* Results List */
.ph-transformation-v2-results-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

/* Result Item */
.ph-transformation-v2-result-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: #1f2937;
    padding: 0.75rem;
    background: #f0f9ff;
    border-radius: 10px;
    border-left: 3px solid #22c55e;
    transition: all 0.3s ease;
}

.ph-transformation-v2-result-item:hover {
    background: #e0f2fe;
    transform: translateX(5px);
}

/* Animation State - Applied when visible */
.ph-transformation-v2-timeline-item.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 768px) {
    .ph-transformation-v2-section {
        padding: 3rem 1rem;
    }

    /* Center line on mobile */
    .ph-transformation-v2-timeline::before {
        left: 30px;
    }

    /* All items align to the left on mobile */
    .ph-transformation-v2-timeline-item:nth-child(odd) .ph-transformation-v2-timeline-content,
    .ph-transformation-v2-timeline-item:nth-child(even) .ph-transformation-v2-timeline-content {
        margin-left: 80px;
        margin-right: 0;
        padding-left: 2rem;
        padding-right: 0;
        text-align: left;
    }

    /* Marker position on mobile */
    .ph-transformation-v2-timeline-marker {
        left: 30px;
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .ph-transformation-v2-timeline-content h3 {
        font-size: 1.2rem;
    }

    .ph-transformation-v2-result-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .ph-transformation-v2-timeline-content {
        padding: 1.5rem;
    }

    .ph-transformation-v2-result-item {
        padding: 0.5rem;
        font-size: 0.85rem;
    }
}

.foxkit-card__prices span.foxkit-product-card__price.buckscc-money {
  color: #993434ff !important;
}
/* تحويل جميع النصوص والأرقام داخل قسم الأسعار بالكامل إلى اللون الأبيض */
.foxkit-product-bundles__prices,
.foxkit-product-bundles__prices div,
.foxkit-product-bundles__prices span {
  color: #ffffff !important;
}
/* 1. لتغيير لون خلفية المربع وحدوده إلى الذهبي عند تحديده */
input.foxkit-product-card__checkbox:checked + .foxkit-product-card__checkmark {
  background-color: #7aa28b !important;
  border-color: #7aa28b !important;
}

/* 1. الحالة الأساسية (Unchecked): إطار أبيض وخلفية شفافة */
.foxkit-product-card__checkmark {
  border: 2px solid white !important; /* إطار أبيض واضح */
  background-color: transparent !important; /* خلفية شفافة */
  border-radius: 4px; /* زوايا مستديرة */
  position: relative;
  width: 24px;  /* تحديد الحجم حسب الحاجة */
  height: 24px; /* تحديد الحجم حسب الحاجة */
}

/* 2. رسم علامة الصح "V" (::after): استخدام الأطوال غير المتناظرة */
.foxkit-product-card__checkmark::after {
  content: "✓";
  position: absolute;
  left: 8px;  /* موقع العلامة داخل المربع */
  top: 4px;   /* موقع العلامة داخل المربع */
  width: 8px;  /* طرف "V" القصير */
  height: 16px; /* طرف "V" الطويل */
  border: solid white !important; /* علامة صح بيضاء */
  border-width: 0 3px 3px 0; /* رسم العلامة بسمك أكبر */
  transform: rotate(45deg); /* التدوير لإنشاء شكل V */
  opacity: 0; /* مخفية قبل التحديد */
  transition: opacity 0.2s ease; /* تأثير تلاشي ناعم */
}

/* 3. الحالة عند التحديد (Checked): تغيير الخلفية للذهبي وإظهار علامة الصح البيضاء الحقيقية */
input.foxkit-product-card__checkbox:checked + .foxkit-product-card__checkmark {
  background-color: #7aa28b !important; /* خلفية ذهبية معدنية */
  border-color: #7aa28b !important;   /* الإطار يصبح ذهبيًا أيضًا */
}

/* 4. إظهار علامة الصح البيضاء (الحقيقية) عند التحديد */
input.foxkit-product-card__checkbox:checked + .foxkit-product-card__checkmark::after {
  opacity: 1; /* إظهار علامة الصح */
}
/* ===================================================
   SkinGeer Brand Identity Specific Overrides
   =================================================== */
.main-product__block .m-product-title,
.m-product-title a {
  color: #ffffff !important;
  transition: color 0.2s ease !important;
}
.m-product-title a:hover {
  color: #60EF9E !important;
}

}
.enhanced-wishlist-btn:hover {
  color: #60EF9E !important;
  border-color: #7aa28b !important;
  background: rgba(40, 52, 45, 0.8) !important;
}
.m-wishlist-button.added-to-wishlist,
.added-to-wishlist .m-wishlist-button {
  color: #60EF9E !important;
  border-color: #488361 !important;
}
