@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: white;
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 320px) {
    body {
        font-size: 14px;
    }
}

/* Main Page Layout */
.pf-page-wrapper {
    width: 100%;
}

.pf-main-wrapper {
    width: 100%;
}

/* Black Stripe Security Section */
.pf-black-stripe {
    background-color: #EEEEEE;
    color: black;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pf-lock {
    width: 20px;
    height: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-black-stripe-text {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin: 0;
    text-align: center;
}

/* Section Header - Announcement Bar */
.pf-section_header {
    width: 100%;
    background-color: #016a4c;
    padding: 12px 0;
}

.pf-announcement {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pf-announcement__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pf-announcement__text {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.pf-text-span-53 {
    font-weight: 700;
    text-transform: uppercase;
}

.pf-announcement__right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pf-announcement__code-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 4px 8px;
}

.pf-announcement__code {
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

/* Header Navigation */
#header {
    padding: 20px 0;
}

.pf-bg-primary {
    background-color: #016a4c;
    color: white;
    padding: 10px 0;
}

.pf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Grid System */
.pf-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.pf-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 15px;
}

.pf-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0 15px;
}

.pf-pe-0 {
    padding-right: 0 !important;
}

/* Header Layout */
.pf-left {
    display: flex;
    align-items: center;
}

.pf-logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.pf-img-fluid {
    max-width: 100%;
    height: auto;
}

.pf-right {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.pf-text-white {
    color: white;
}

.pf-text-white a {
    color: white;
}

.pf-gbadge {
    flex-shrink: 0;
}

.pf-header-right-first-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.pf-header-right-last-text {
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
}

.pf-header-right-last-text span {
    display: block;
    margin-bottom: 2px;
}

.pf-header-right-last-text span:last-child {
    margin-bottom: 0;
}

/* Grid Responsive Breakpoints */
@media (min-width: 576px) {
    .pf-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .pf-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .pf-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .pf-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.pf-w-embed {
    display: inline-block;
}

.pf-w-embed svg {
    width: 100%;
    height: 100%;
}

/* Skeleton Loading States */
.pf-skeleton-wrapper {
    display: none;
}

html:not(.next-display-ready) .pf-skeleton-wrapper {
    display: block;
}

html.next-display-ready .pf-checkout-content {
    display: block;
}

.pf-skeleton {
    background-color: #e0e0e0;
    animation: pulse-gray 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.pf-skeleton-text {
    height: 20px;
    margin: 8px 0;
}

.pf-skeleton-text.pf-skeleton-text--medium {
    height: 24px;
}

.pf-skeleton.pf-skeleton--input {
    height: 48px;
    margin: 8px 0;
}

.pf-skeleton-box {
    height: 100px;
    margin: 20px 0;
}

.pf-skeleton-box.pf-skeleton-box--xl {
    height: 120px;
}

.pf-skeleton-button {
    height: 56px;
    margin: 20px 0;
}

.pf-skeleton--darker {
    background-color: #d0d0d0;
}

.pf-skeleton-align-middle {
    margin: 20px auto;
    width: 200px;
}

.pf-skeleton-avatar {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}

.pf-skeleton-avatar--lg {
    width: 80px;
    height: 80px;
}

.pf-skeleton-avatar--square {
    border-radius: 8px;
}

.pf-skeleton-sm {
    width: 40px;
    height: 40px;
}

@keyframes pulse-gray {
    0%, 100% {
        background-color: #e0e0e0;
        opacity: 0.6;
    }
    50% {
        background-color: #f5f5f5;
        opacity: 0.8;
    }
}

/* Main Content Layout */
.pf-checkout-content {
    display: none;
}

html.next-display-ready .pf-checkout-content {
    display: block;
}

.pf-checkout__content {
    width: 100%;
}

.pf-checkout__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

/* Limos Layout - Desktop Layout */
.pf-limos-checkout {
    width: 100%;
    background-color: white;
}

.pf-limos__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 200px);
    gap: 40px;
    margin-top: 40px;
}

.pf-limos__column--left {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.pf-limos__column--right {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.pf-checkout__column {
    padding: 0;
}

/* Removed empty rules for checkout columns */

/* Form Container */
.pf-checkout__form-container {
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
}

/* Banners */
.pf-checkout-banners {
    margin-bottom: 30px;
}

.pf-scarcity-banner {
    background-color: rgba(1, 106, 76, 0.1);
    border: 1px solid rgba(1, 106, 76, 0.3);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pf-scarcity-banner__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pf-promo-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-next-icon {
    width: 20px;
    height: 20px;
    color: #016a4c;
}

.pf-scarcity_title {
    font-size: 16px;
    font-weight: 700;
    color: #016a4c;
}

.pf-scarcity_subtitle {
    font-size: 12px;
    font-weight: 600;
    color: #016a4c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pf-scarcity-banner__right {
    text-align: right;
}

.pf-scarcity-sale {
    font-size: 14px;
    color: #016a4c;
    font-weight: 600;
}

.pf-scarcity-counter {
    font-weight: 700;
    font-family: monospace;
}

.pf-checkout-banner {
    background-color: rgba(255, 68, 68, 0.1);
    border: 1px solid rgba(255, 68, 68, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pf-checkout-banner--demand {
    background-color: rgba(255, 68, 68, 0.1);
}

.pf-checkout-high-demand__icon {
    width: 20px;
    height: 20px;
    color: #ff4444;
}

.pf-checkout-high-demand__highlight {
    font-weight: 700;
    color: #ff4444;
}

/* Package Selection */
.pf-checkout-packages {
    margin-bottom: 20px;
}

.pf-checkout-package {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pf-checkout-package[data-next-selected="true"] {
    border-color: #016a4c;
}

.pf-checkout__package-card-header {
    background-color: #016a4c;
    color: white;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.pf-checokut__package-icon {
    width: 14px;
    height: 14px;
}

.pf-checkout__package-card-content {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pf-checkout__package-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pf-checkout-package[data-next-selected="true"] .pf-checkout__package-checkbox {
    background-color: #016a4c;
    border-color: #016a4c;
}

.pf-checkout__package-checkbox-icon {
    color: white;
    width: 16px;
    height: 16px;
}

.pf-checkout__package-media-wrapper {
    flex-shrink: 0;
}

.pf-checkout__package-media {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.pf-checkout__package-content {
    flex: 1;
    text-align: right;
}

.pf-limos__package-regular {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.pf-limos__package-sale {
    font-size: 24px;
    font-weight: 700;
    color: #016a4c;
    margin-bottom: 4px;
}

.pf-limos__package-savings {
    font-size: 12px;
    color: #28a745;
    font-weight: 600;
}

/* Features Section */
.pf-show-tablet {
    display: none; /* Hidden on desktop by default */
}

.pf-hide-tablet {
    display: block; /* Visible on desktop by default */
}

.pf-checkout-features__section {
    margin-bottom: 30px;
}

.pf-checkout-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
}

.pf-checkout-divider__line {
    flex: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.pf-checkout-divider__text.pf-cc-limos {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.pf-checkout-features__column-limos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pf-checkout-features__item.pf-cc-wrap-mobile {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
}

.pf-checkout-features__item-image--wrapper {
    flex-shrink: 0;
}

.pf-checkout-features__icon {
    width: 48px;
    height: 48px;
    color: #016a4c;
}

.pf-checkout-features__icon.pf-cc-align-left {
    justify-self: flex-start;
}

.pf-checkout-features__item-content {
    flex: 1;
}

.pf-checkout-features__item-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.pf-checkout-features__item-description.pf-hide-tablet {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.pf-cc-wrap-mobile span {
    white-space: nowrap;
}

/* Security Banner Mobile */
.pf-trust-bar__limos-mobile {
    margin-bottom: 20px;
}

.pf-security-banner {
    padding: 16px;
}

.pf-container.pf-cc-small {
    max-width: 600px;
}

.pf-scarcity-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pf-security-banner__icon {
    width: 20px;
    height: 20px;
    color: #016a4c;
}

.pf-security-banner__text {
    font-size: 14px;
    font-weight: 600;
    color: #016a4c;
}

/* Express Checkout */
.pf-exp-checkout__inline {
    margin-bottom: 30px;
}

.pf-exp-checkout__inline-header {
    margin-bottom: 16px;
}

.pf-express-checkout__title-inline {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.pf-next-toast-handler {
    margin-bottom: 16px;
}

.pf-tip1_bar {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.pf-tip1_bar.pf-is-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.pf-text-sm {
    font-size: 14px;
}

.pf-express-checkout__buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.pf-payment-btn {
    width: 100%;
    height: 56px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.pf-payment-btn:hover {
    border-color: #016a4c;
}

.pf-payment-btn.pf-cc-paypal {
    background-color: #ffc439;
    border-color: #ffc439;
    color: #003087;
}

.pf-payment-btn.pf-cc-apple-pay {
    background-color: #000;
    border-color: #000;
    color: white;
}

.pf-payment-btn.pf-cc-google-pay {
    background-color: #4285f4;
    border-color: #4285f4;
    color: white;
}

.pf-payment-btn__logo {
    width: auto;
    height: 24px;
}

.pf-payment-btn-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pf-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form Sections */
.pf-form-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pf-form-section {
    width: 100%;
}

.pf-form-section__header {
    margin-bottom: 20px;
}

.pf-form-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.pf-form-section__subtitle.pf-cc-limos {
    font-size: 14px;
    color: #666;
}

/* Form Grid */
.pf-form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pf-form-grid.pf-cc-limos {
    gap: 16px;
}

.pf-form-grid__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.pf-form-grid__row.pf-cc-limos {
    gap: 12px;
}

.pf-form-grid__row:has(.pf-form-group:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
}

.pf-form-grid__row:has(.pf-form-group:nth-child(3)) {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Form Groups */
.pf-form-group {
    width: 100%;
}

.pf-form-input {
    position: relative;
    width: 100%;
}

/* Label styling removed - no longer using labels */

.pf-input-flds.pf-cc-limos {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 16px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.2;
    height: 52px;
    box-sizing: border-box;
    vertical-align: middle;
    transition: border-color 0.3s ease;
}

.pf-input-flds.pf-cc-limos:focus {
    outline: none;
    border-color: #016a4c;
}

.pf-input-flds.pf-cc-limos::placeholder {
    color: #333;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

/* Form Input Icons */
.pf-form-input-icon {
    position: absolute;
    left: 16px;
    top: 26px; /* Fixed position: half of 52px input height */
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #666;
    z-index: 2;
    pointer-events: none; /* Prevent icon from blocking input interactions */
}

.pf-form-input:has(.pf-form-input-icon) .pf-input-flds,
.pf-form-input:has(.pf-form-input-icon) .pf-spreedly-field {
    padding-left: 48px;
}

/* Select Styling */
.pf-select-form-wrapper {
    position: relative;
}

.pf-select-field.pf-cc-limos {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    background-color: white !important;
    color: #333 !important;
    padding-right: 40px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    height: 52px;
    line-height: 1.2;
    box-sizing: border-box;
    vertical-align: middle;
}

/* iOS-specific select fixes */
.pf-select-field.pf-cc-limos::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}

.pf-select-field.pf-cc-limos:-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}

.pf-select-field.pf-cc-limos::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

.pf-select-field.pf-cc-limos:-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

.pf-select-field.pf-cc-limos::placeholder {
    color: #333 !important;
    opacity: 1;
}

/* Force consistent select option styling */
.pf-select-field.pf-cc-limos option {
    background-color: white !important;
    color: #333 !important;
}

.pf-caret-down {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.pf-select-arrow {
    width: 16px;
    height: 16px;
    color: #666;
}

/* Hidden Elements */
.pf-next-hidden {
    display: none;
}

.pf-hide {
    display: none;
}

/* Shipping Methods */
.pf-shipping_method-wrapper {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}

.pf-shipping-selector {
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

/* Removed empty shipping method rule */

.pf-shipping-method.pf-cc-last {
    border-bottom: none;
}

.pf-radio-select-shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: inherit;
}

/* Removed empty radio hover rule */

.pf-payment-method__input {
    width: 18px;
    height: 18px;
    accent-color: #016a4c;
    margin-right: 16px;
}

.pf-shipping-method-rleft {
    flex: 1;
}

.pf-shipping-method-rleft > div:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.pf-text-block-369 {
    font-size: 14px;
    color: #666;
}

.pf-shipping_price {
    text-align: right;
}

.pf-shipping_price div {
    font-size: 18px;
    font-weight: 700;
    color: #016a4c;
}

/* Payment Methods */
.pf-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    overflow: hidden;
}

/* Removed empty payment method rule */

.pf-payment-method__header {
    padding: 0;
    border: 1px solid #016a4c;
}

.pf-payment-method__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: inherit;
}

/* Removed empty payment label hover rule */

.pf-payment-method__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    flex: 1;
    margin-left: 12px;
}

.pf-payment-method__icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-payment-method__icon {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.pf-image-5,
.pf-image-4 {
    height: 24px;
    width: auto;
}

.pf-payment-method__form {
    border-top: 1px solid #f0f0f0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.pf-payment-method__form--expanded {
    max-height: 1000px;
    padding: 20px;
}

.pf-payment-method__form--collapsed {
    max-height: 0;
    padding: 0;
}

.pf-payment-method__content {
    width: 100%;
}

.pf-payment-method__content.pf-cc-limos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Credit Card Form */
.pf-spreedly-field.pf-cc-limos {
    width: 100%;
    height: 52px;
    border: 2px solid #e0e0e0;
    background-color: white;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 16px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
    vertical-align: middle;
    transition: border-color 0.3s ease;
}

@media (max-width: 768px) {
    .pf-spreedly-field.pf-cc-limos {
        padding-top: 12px;
    }
}

.pf-spreedly-field.pf-cc-limos:focus {
    outline: none;
    border-color: #016a4c;
}

/* Spreedly iframe placeholder styling */
.pf-spreedly-field.pf-cc-limos iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* Spreedly placeholder styling - these apply when the fields are empty */
.pf-spreedly-field.pf-cc-limos::placeholder {
    color: #333;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

/* Billing Address */
.pf-billing-address {
    margin-top: 20px;
}

.pf-checkbox-wrapper {
    margin-bottom: 20px;
}

.pf-checkout__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.pf-checkbox__input {
    width: 18px;
    height: 18px;
    accent-color: #016a4c;
}

.pf-checkbox__label {
    font-size: 14px;
    color: #333;
}

.pf-billing-address__form {
    display: none;
}

.pf-form-section__title.pf-cc-billing {
    font-size: 20px;
    margin-bottom: 16px;
}

/* PayPal Method */
.pf-payment-method__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px;
}

.pf-payment-method__info-image {
    height: 40px;
    width: auto;
}

.pf-payment-method__info-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.pf-payment-method__info-text {
    font-size: 14px;
    color: #666;
}

.pf-checkout-form-secure {
    margin: 0;
    line-height: 1.5;
}

/* Upsells/Bumps */
.pf-limos__checkout-bumps {
    margin-bottom: 30px;
}

.pf-upsell-limos {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pf-upsell-limos.pf-next-active {
    border-color: #016a4c;
}

.pf-upsell__header-left {
    padding: 20px;
    cursor: pointer;
}

.pf-upsell__header-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pf-upsell-checkbox.pf-cc-limos {
    width: 24px;
    height: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pf-upsell-limos.pf-next-active .pf-upsell-checkbox {
    background-color: #016a4c;
    border-color: #016a4c;
}

.pf-checkbox__icon {
    color: white;
    width: 16px;
    height: 16px;
    display: none;
}

.pf-upsell-limos.pf-next-active .pf-checkbox__icon {
    display: block;
}

.pf-upsell__title.pf-cc-limos {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    flex: 1;
}

.pf-upsell__body.pf-cc-limos {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
}

.pf-upsell__content-limos {
    display: flex;
    gap: 16px;
    align-items: center;
}

.pf-upsell-content__wrap {
    flex: 1;
}

.pf-upsell-content__price {
    margin-bottom: 16px;
}

.pf-upsell-content__price-reg {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.pf-upsell-content__price-sale {
    font-size: 20px;
    font-weight: 700;
    color: #016a4c;
}

.pf-list-container.pf-cc-2xs {
    font-size: 14px;
}

.pf-list.pf-w-list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pf-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #333;
}

.pf-list__item:last-child {
    margin-bottom: 0;
}

.pf-list_icon {
    width: 16px;
    height: 16px;
    color: #28a745;
    flex-shrink: 0;
}

.pf-list_icon.pf-cc-custom {
    color: #016a4c;
}

.pf-upsell__image.pf-cc-bump-limos {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.pf-custom-code {
    display: none;
}

.pf-submit-section__button {
    width: 100%;
}

.pf-submit-button.pf-cc-limos {
    width: 100%;
    background-color: #016a4c;
    color: white;
    border: 2px solid #028c76;
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pf-submit-button.pf-cc-limos:hover {
    background-color: #014a36;
}

.pf-submit-button.pf-cc-limos:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.pf-submit-button__loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pf-three-quarter-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

.pf-three-quarter-spinner.pf-black {
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: #000;
}

.pf-submit-button__content {
    text-align: center;
}

.pf-submit-button__text.pf-cc-limos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pf-submit-button__icon {
    width: 20px;
    height: 20px;
}

.pf-submit-button__main-text.pf-cc-limos {
    font-size: 15px;
    font-weight: 700;
}

/* Right Column - Order Summary */
.pf-rtc-right-container {
    padding: 40px;
    height: 100%;
}

.pf-summary-desktop.pf-cc-limos {
    position: sticky;
    top: 40px;
}

/* Summary Wrap */
.pf-summary-wrap {
    overflow: hidden;
}

.pf-summary-holder {
    width: 100%;
}

.pf-order-summary__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.pf-order-summary-limos {
    overflow: hidden;
}

.pf-order-summary__limos {
    width: 100%;
}

.pf-order-summary__limos--tigger {
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.pf-order-summary__limos--inner {
    width: 100%;
}

.pf-order-summary__limos--wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pf-summary-toggle__text {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.pf-limos-summary-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.pf-order-summary__limos--pannel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.pf-order-summary__limos.pf-next-expanded .pf-order-summary__limos--pannel {
    max-height: 1000px;
}

.pf-order-summary__limos.pf-next-expanded .pf-limos-summary-icon {
    transform: rotate(180deg);
}

.pf-order-summary.pf-cc-limos {
    padding: 20px;
}

.pf-order-summary__content {
    width: 100%;
}

/* Cart Items */
.pf-cart-items {
    margin-bottom: 24px;
}

.pf-cart-items__scroll-hint {
    display: none !important; /* Always hide scroll hint since scrolling is disabled */
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 16px;
}

.pf-cart-items__scroll-hint--active {
    display: none !important; /* Always hide scroll hint since scrolling is disabled */
}

.pf-icon__view-more {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

/* Cart items list - max-height and overflow-y removed to show all items without scrolling */

.pf-item-template {
    display: none;
}

.pf-os-show {
    display: block;
}

.pf-cart-item {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pf-cart-item:last-child {
    border-bottom: none;
}

.pf-cart-item__wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pf-cart-item__image-container {
    position: relative;
    flex-shrink: 0;
}

.pf-cart-item__quantity-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #016a4c;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.pf-cart-item__quantity {
    font-size: 12px;
    font-weight: 700;
}

.pf-cart-item__image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.pf-cart-item__details {
    flex: 1;
}

.pf-cart-item__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.pf-cart-item__description {
    flex: 1;
}

.pf-cart-item__header {
    margin-bottom: 4px;
}

.pf-cart-item__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.pf-cart-item__frequency {
    font-size: 14px;
    color: #666;
}

.pf-quantity-controls {
    display: none;
    margin-top: 8px;
}

.pf-cart-quantity-controls__container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-quantity-controls__button {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    transition: all 0.3s ease;
}

.pf-quantity-controls__button:hover {
    border-color: #016a4c;
}

.pf-quantity-controls__display {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    min-width: 30px;
    text-align: center;
}

.pf-cart-item__pricing {
    text-align: right;
}

.pf-cart-price.pf-price--original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.pf-checkout__line-item__final-price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Order Totals */
.pf-order-totals {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.pf-order-totals__section {
    margin-bottom: 16px;
}

.pf-order-totals__section.pf-cc-total {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: 16px;
}

.pf-order-totals__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pf-order-totals__line--total {
    margin-bottom: 0;
}

.pf-order-totals__label {
    font-size: 16px;
    color: #333;
}

.pf-order-totals__label--total {
    font-size: 18px;
    font-weight: 700;
}

.pf-order-totals__label-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-order-totals__value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.pf-order-totals__value--total {
    font-size: 24px;
    font-weight: 700;
    color: #016a4c;
}

.pf-order-totals__value-group {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: right;
}

.pf-summary-total__coin {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.pf-info-icons {
    width: 16px;
    height: 16px;
    color: #666;
    cursor: help;
}

.pf-shipping-message {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
}

/* Savings Display */
.pf-order-totals__savings {
    border-radius: 8px;
    padding: 12px;
    margin-top: 16px;
}

.pf-order-totals__savings-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pf-order-totals__savings-icon {
    width: 16px;
    height: 16px;
    color: #016a4c;
}

.pf-order-totals__savings-text {
    font-size: 14px;
    font-weight: 600;
    color: #016a4c;
    text-align: center;
}

/* Badge */
.pf-badge {
    background-color: #ff4444;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.pf-badge--small {
    padding: 2px 6px;
    font-size: 10px;
}

.pf-label__wrapper.pf-cc-sm {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pf-badge__text {
    font-size: inherit;
}

/* Footer */
.pf-checkout-footer {
    padding: 30px 40px;
}

.pf-trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.pf-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-trust-badge__icon {
    width: 32px;
    height: 32px;
    color: #016a4c;
}

.pf-badge-text {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.pf-card-flags {
    display: block;
    margin: 0 auto 20px;
    height: 16px;
    width: auto;
}

.pf-checkout-footer-links.pf-cc-limos {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pf-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pf-link:hover {
    color: #016a4c;
}

.pf-w-inline-block {
    display: inline-block;
}

.pf-checkout-features__header-divider {
    margin-bottom: 30px;
}

.pf-checkout-reviews__count {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

.pf-checkout-features__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pf-star_text-img-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.pf-star_text-wrapper {
    flex: 1;
}

.pf-text-md {
    font-size: 16px;
}

.pf-text-weight-bold {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.pf-star_wrapper {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.pf-star_img {
    width: 16px;
    height: 16px;
}

.pf-checkout-reviews__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.pf-margin-8 {
    margin-bottom: 16px;
}

.pf-text-sm {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.pf-customer_name-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.pf-customer_text-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.pf-black-line {
    width: 1px;
    height: 16px;
    border-left: 1px solid #e0e0e0;
}

.pf-icon-review__wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #666;
}

.pf-icon_size-16 {
    width: 16px;
    height: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .pf-checkout__layout {
        grid-template-columns: 1fr;
    }
    
    .pf-checkout__column--right {
        order: -1;
    }
    
    /* Limos Layout Mobile */
    .pf-limos__layout {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 20px;
    }
    
    .pf-limos__column--left {
        border-right: none;
    }
    
    .pf-limos__column--right {
        order: -1;
    }
    
    /* Header Mobile Styles */
    #header {
        padding: 15px 0;
    }
    
    .pf-row {
        margin-left: -10px;
        margin-right: -10px;
        gap: 16px;
        text-align: center;
        align-items: center;
    }
    
    .pf-col-5,
    .pf-col-7 {
        flex: 1;
        max-width: 100%;
        padding: 0 10px;
    }
    
    .pf-right {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        text-align: center;
    }
    
    .pf-header-right-first-text {
        font-size: 13px;
    }
    
    .pf-header-right-last-text {
        font-size: 11px;
    }
    
    .pf-logo img {
        height: 35px;
    }
    
    .pf-checkout__form-container {
        padding: 20px;
    }
    
    .pf-rtc-right-container {
        padding: 20px;
    }
    
    .pf-summary-desktop {
        position: static;
        display: block;
    }
    
    .pf-hide-tablet {
        display: none !important; /* Hide desktop version on mobile */
    }
    
    .pf-show-tablet {
        display: block !important; /* Show mobile version on mobile */
    }
    
    .pf-form-grid__row {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    
    .pf-form-section__title {
        font-size: 20px;
    }
    
    .pf-input-flds {
        padding: 14px;
        font-size: 16px;
        height: 48px;
        line-height: 1.2;
        box-sizing: border-box;
        vertical-align: middle;
    }
    
    /* Adjust icon position for mobile input height (48px) */
    .pf-form-input-icon {
        top: 24px; /* Half of 48px mobile input height */
    }
    
    .pf-submit-button {
        padding: 18px;
        font-size: 16px;
    }
    
    .pf-express-checkout__buttons {
        gap: 10px;
    }
    
    .pf-payment-btn {
        height: 52px;
        font-size: 15px;
    }
    
    .pf-upsell__content-limos {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .pf-checkout-footer-links {
        flex-direction: column;
        gap: 12px;
    }
    
    .pf-trust-badges {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .pf-checkout-features__column {
        gap: 16px;
    }
    
    .pf-customer_name-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .pf-black-line {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 480px) {
    .pf-container {
        padding: 0 12px;
    }
    
    .pf-checkout__form-container {
        padding: 16px;
    }
    
    .pf-rtc-right-container {
        padding: 16px;
    }
    
    .pf-section_header {
        padding: 8px 0;
    }
    
    .pf-announcement__text {
        font-size: 12px;
    }
    
    .pf-brand-logo {
        height: 32px;
    }
    
    .pf-form-section__title {
        font-size: 18px;
    }
    
    .pf-input-flds {
        padding: 12px;
        font-size: 16px;
        height: 44px;
        line-height: 1.2;
        box-sizing: border-box;
        vertical-align: middle;
    }
    
    /* Adjust icon position for extra small mobile input height (44px) */
    .pf-form-input-icon {
        top: 22px; /* Half of 44px extra small mobile input height */
    }
    
    .pf-submit-button {
        padding: 16px;
        font-size: 15px;
    }
    
    .pf-submit-button__main-text {
        font-size: 14px;
    }
    
    .pf-cart-item__image {
        width: 60px;
        height: 60px;
    }
    
    .pf-cart-item__quantity-badge {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    
    .pf-upsell__image {
        width: 60px;
        height: 60px;
    }
    
    .pf-checkout-footer {
        padding: 20px 16px;
    }
    
    .pf-trust-badges {
        align-items: center;
        gap: 16px;
    }
    
    .pf-order-summary__title {
        font-size: 20px;
    }
    
    .pf-limos_review-box {
        margin-bottom: 16px;
    }
    
    .pf-checkout-features__column {
        gap: 16px;
    }
    
    /* Header Extra Small Mobile */
    #header {
        padding: 12px 0;
    }
    
    .pf-header-right-first-text {
        font-size: 12px;
    }
    
    .pf-header-right-last-text {
        font-size: 10px;
    }
    
    .pf-logo img {
        height: 30px;
    }
    
    .pf-gbadge {
        width: 50px;
        height: 50px;
    }
    
    /* Black Stripe Mobile */
    .pf-black-stripe-text {
        font-size: 14px;
    }
    
    .pf-lock {
        width: 18px;
        height: 18px;
        color: #000;
    }
}

@media (max-width: 320px) {
    .pf-container {
        padding: 0 10px;
    }
    
    .pf-checkout__form-container {
        padding: 12px;
    }
    
    .pf-rtc-right-container {
        padding: 12px;
    }
    
    .pf-announcement__text {
        font-size: 11px;
        word-wrap: break-word;
    }
    
    .pf-announcement__block {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .pf-form-section__title {
        font-size: 16px;
        word-wrap: break-word;
    }
    
    .pf-form-section__subtitle {
        font-size: 12px;
    }
    
    /* Force all form inputs to fit */
    .pf-input-flds,
    .pf-input-flds.pf-cc-limos,
    .pf-select-field.pf-cc-limos,
    .pf-spreedly-field.pf-cc-limos {
        padding: 10px;
        font-size: 14px !important;
        height: 40px;
        min-width: 0;
        width: 100%;
    }
    
    .pf-form-input-icon {
        top: 20px;
        left: 10px;
        width: 14px;
        height: 14px;
    }
    
    .pf-form-input:has(.pf-form-input-icon) .pf-input-flds,
    .pf-form-input:has(.pf-form-input-icon) .pf-spreedly-field {
        padding-left: 36px;
    }
    
    /* Force form grid to single column */
    .pf-form-grid__row,
    .pf-form-grid__row:has(.pf-form-group:nth-child(2)),
    .pf-form-grid__row:has(.pf-form-group:nth-child(3)) {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    
    /* Package cards */
    .pf-checkout__package-card-content {
        padding: 12px;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .pf-checkout__package-media {
        width: 60px;
        height: 60px;
    }
    
    .pf-checkout__package-checkbox {
        width: 20px;
        height: 20px;
    }
    
    .pf-checkout__package-checkbox-icon {
        width: 14px;
        height: 14px;
    }
    
    .pf-limos__package-sale {
        font-size: 20px;
    }
    
    /* Scarcity banner */
    .pf-scarcity-banner {
        padding: 12px;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .pf-scarcity_title {
        font-size: 14px;
    }
    
    .pf-scarcity_subtitle {
        font-size: 11px;
    }
    
    /* Buttons */
    .pf-submit-button,
    .pf-submit-button.pf-cc-limos {
        padding: 14px;
        font-size: 14px;
        gap: 8px;
        min-width: 0;
        width: 100%;
    }
    
    .pf-submit-button__main-text {
        font-size: 13px;
        word-wrap: break-word;
    }
    
    .pf-submit-button__icon {
        width: 16px;
        height: 16px;
    }
    
    /* Express checkout buttons */
    .pf-express-checkout__buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .pf-payment-btn {
        height: 48px;
        font-size: 14px;
        min-width: 0;
        width: 100%;
    }
    
    /* Shipping methods */
    .pf-radio-select-shipping {
        padding: 12px;
        flex-wrap: wrap;
    }
    
    .pf-shipping-method-rleft > div:first-child {
        font-size: 14px;
    }
    
    .pf-text-block-369 {
        font-size: 12px;
    }
    
    .pf-shipping_price div {
        font-size: 16px;
    }
    
    /* Payment methods */
    .pf-payment-method__label {
        padding: 14px;
    }
    
    .pf-payment-method__title {
        font-size: 14px;
    }
    
    .pf-payment-method__form--expanded {
        padding: 14px;
    }
    
    /* Upsells/Bumps */
    .pf-upsell__header-left {
        padding: 14px;
    }
    
    .pf-upsell__body.pf-cc-limos {
        padding: 14px;
    }
    
    .pf-upsell-checkbox.pf-cc-limos {
        width: 20px;
        height: 20px;
    }
    
    .pf-upsell__title.pf-cc-limos {
        font-size: 14px;
        word-wrap: break-word;
    }
    
    .pf-upsell-content__price-sale {
        font-size: 18px;
    }
    
    .pf-upsell__image.pf-cc-bump-limos {
        width: 50px;
        height: 50px;
    }
    
    .pf-list__item {
        font-size: 12px;
        gap: 6px;
    }
    
    .pf-list_icon {
        width: 14px;
        height: 14px;
    }
    
    /* Cart items */
    .pf-cart-item {
        padding: 12px 0;
    }
    
    .pf-cart-item__image {
        width: 50px;
        height: 50px;
    }
    
    .pf-cart-item__quantity-badge {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    
    .pf-cart-item__title {
        font-size: 14px;
        word-wrap: break-word;
    }
    
    .pf-cart-item__frequency {
        font-size: 12px;
    }
    
    .pf-checkout__line-item__final-price {
        font-size: 14px;
    }
    
    /* Order totals */
    .pf-order-totals__label,
    .pf-order-totals__value {
        font-size: 14px;
    }
    
    .pf-order-totals__label--total {
        font-size: 16px;
    }
    
    .pf-order-totals__value--total {
        font-size: 20px;
    }
    
    /* Header */
    .pf-logo img {
        height: 26px;
    }
    
    .pf-header-right-first-text {
        font-size: 11px;
    }
    
    .pf-header-right-last-text {
        font-size: 9px;
    }
    
    .pf-gbadge {
        width: 45px;
        height: 45px;
    }
    
    /* Black stripe */
    .pf-black-stripe {
        padding: 10px 0;
    }
    
    .pf-black-stripe-text {
        font-size: 12px;
        word-wrap: break-word;
    }
    
    .pf-lock {
        width: 16px;
        height: 16px;
    }
    
    /* Order summary */
    .pf-order-summary__title {
        font-size: 18px;
    }
    
    .pf-summary-toggle__text {
        font-size: 16px;
    }
    
    /* Features */
    .pf-checkout-features__item-title {
        font-size: 14px;
    }
    
    .pf-checkout-features__item-description {
        font-size: 12px;
    }
    
    .pf-checkout-features__icon {
        width: 40px;
        height: 40px;
    }
    
    /* Reviews */
    .pf-checkout-reviews__image {
        width: 50px;
        height: 50px;
    }
    
    .pf-text-weight-bold {
        font-size: 14px;
    }
    
    /* Footer */
    .pf-checkout-footer {
        padding: 16px 10px;
    }
    
    .pf-trust-badges {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pf-trust-badge {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    
    .pf-trust-badge__icon {
        width: 28px;
        height: 28px;
    }
    
    .pf-badge-text {
        font-size: 9px;
    }
    
    .pf-card-flags {
        height: 14px;
    }
    
    .pf-checkout-footer-links {
        gap: 12px;
    }
    
    .pf-link {
        font-size: 12px;
    }
}

/* Loading States */
.pf-next-loading .pf-submit-button__content {
    opacity: 0;
}

.pf-next-loading .pf-submit-button__loader {
    display: block;
}

.pf-next-loading .pf-payment-btn-spinner {
    display: block;
}

/* Next SDK Loading States */
html:not(.next-display-ready) [data-next-await] {
    position: relative;
    overflow: hidden;
    border-color: transparent !important;
    box-shadow: none !important;
}

[data-next-await] * {
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-next-await]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    animation: pulse-gray 1.5s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

html.next-display-ready [data-next-await] * {
    opacity: 1;
}

html.next-display-ready [data-next-await]::before {
    display: none;
}

/* State Classes */
/* Removed empty next-selected rule */

.pf-next-expanded .pf-accordion__panel {
    display: block;
}

.pf-next-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus States */
.pf-input-flds:focus,
.pf-select-field:focus {
    outline: none;
    border-color: #016a4c;
}

/* Error States */
.pf-input-flds.pf-error,
.pf-spreedly-field.pf-error {
    border-color: #ff4444;
}

.pf-input-flds.pf-error:focus,
.pf-spreedly-field.pf-error:focus {
    border-color: #ff4444;
}

.pf-select-field.pf-error {
    border-color: #ff4444;
}

.pf-select-field.pf-error:focus {
    border-color: #ff4444;
}

/* Next Commerce Error Labels - dynamically added by SDK */
.next-error-label {
    color: #ff4444;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.3;
    display: block;
}

/* International Phone Input Overrides */
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem !important;
    right: 0 !important;
    left: auto !important;
    padding: 1px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 52px !important;
    padding-left: 16px !important;
    margin-left: 0 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

.iti--allow-dropdown input::placeholder,
.iti--allow-dropdown input[type=text]::placeholder,
.iti--allow-dropdown input[type=tel]::placeholder,
.iti--separate-dial-code input::placeholder,
.iti--separate-dial-code input[type=text]::placeholder,
.iti--separate-dial-code input[type=tel]::placeholder {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    line-height: 1.2 !important;
    color: #333 !important;
}

/* Utility Classes */
.pf-hide {
    display: none !important;
}

.pf-show {
    display: block !important;
}

/* Footer */
.pf-footer {
    background-color: #016a4c;
    color: white;
    padding: 15px 0;
    margin-top: 10px;
    width: 100%;
}

.pf-footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pf-footer__brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pf-footer__logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.pf-footer__tagline {
    font-size: 16px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

.pf-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pf-footer__copyright {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.pf-footer__links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    text-decoration: underline;
}

.pf-footer__link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.pf-footer__link:hover {
    opacity: 0.8;
}

.pf-footer__divider {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
    .pf-footer {
        padding: 20px 0;
    }
    
    .pf-footer__content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .pf-footer__brand {
        flex-direction: column;
        gap: 8px;
    }
    
    .pf-footer__info {
        align-items: center;
        gap: 12px;
    }
    
    .pf-footer__links {
        justify-content: center;
        gap: 8px;
    }
    
    .pf-footer__logo-img {
        height: 35px;
    }
    
    .pf-footer__tagline {
        font-size: 14px;
    }
    
    .pf-footer__copyright {
        font-size: 12px;
        text-align: center;
    }
    
    .pf-footer__link {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .pf-footer {
        padding: 16px 0;
    }
    
    .pf-footer__links {
        gap: 8px;
    }
    
    .pf-footer__divider {
        display: none;
    }
    
    .pf-footer__logo-img {
        height: 30px;
    }
    
    .pf-footer__tagline {
        font-size: 12px;
    }
}

/* Custom Scrollbar - Removed since cart items list is no longer scrollable */

/* Modal Styles */
.pf-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.pf-modal-container {
    background-color: white;
    border-radius: 12px;
    max-width: 800px;
    max-height: 90vh;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pf-modal-header {
    padding: 30px 30px 20px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pf-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #016a4c;
    margin: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pf-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}

.pf-modal-close:hover {
    color: #016a4c;
}

.pf-modal-body {
    max-height: calc(90vh - 120px);
    overflow-y: auto;
    padding: 0;
}

.pf-modal-content {
    padding: 30px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pf-modal-content p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-size: 15px;
}

.pf-modal-content p:last-child {
    margin-bottom: 0;
}

.pf-modal-content strong {
    color: #016a4c;
    font-weight: 600;
}

.pf-modal-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #016a4c;
    margin: 30px 0 15px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pf-modal-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 10px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pf-modal-link {
    color: #016a4c;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.pf-modal-link:hover {
    opacity: 0.8;
}

.pf-modal-contact {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}

.pf-modal-contact div {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.pf-modal-contact div:last-child {
    margin-bottom: 0;
}

/* Modal Responsive */
@media (max-width: 768px) {
    .pf-modal-overlay {
        padding: 10px;
    }
    
    .pf-modal-container {
        max-height: 95vh;
        border-radius: 8px;
    }
    
    .pf-modal-header {
        padding: 20px 20px 15px;
    }
    
    .pf-modal-title {
        font-size: 24px;
    }
    
    .pf-modal-close {
        font-size: 28px;
    }
    
    .pf-modal-body {
        max-height: calc(95vh - 100px);
    }
    
    .pf-modal-content {
        padding: 20px;
    }
    
    .pf-modal-content p {
        font-size: 14px;
    }
    
    .pf-modal-content h3 {
        font-size: 20px;
        margin: 25px 0 12px 0;
    }
    
    .pf-modal-content h4 {
        font-size: 16px;
        margin: 18px 0 8px 0;
    }
}

@media (max-width: 480px) {
    .pf-modal-overlay {
        padding: 5px;
    }
    
    .pf-modal-header {
        padding: 16px 16px 12px;
    }
    
    .pf-modal-title {
        font-size: 20px;
    }
    
    .pf-modal-close {
        font-size: 24px;
    }
    
    .pf-modal-content {
        padding: 16px;
    }
    
    .pf-modal-content p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    
    .pf-modal-content h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    
    .pf-modal-content h4 {
        font-size: 15px;
        margin: 15px 0 6px 0;
    }
    
    .pf-modal-contact {
        padding: 12px;
        margin-top: 12px;
    }
    
    .pf-modal-contact div {
        font-size: 14px;
    }
}

/* Privacy Policy Specific Styling */
.pf-privacy-table {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.pf-privacy-table h5 {
    font-size: 16px;
    font-weight: 700;
    color: #016a4c;
    margin: 0 0 16px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pf-table-section {
    width: 100%;
}

.pf-table-header {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 16px 0 8px 0;
}

.pf-table-header:first-child {
    margin-top: 0;
}

.pf-modal-content ul {
    margin: 12px 0;
    padding-left: 20px;
}

.pf-modal-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.pf-modal-content li:last-child {
    margin-bottom: 0;
}
