/* ===========================================================
   GLOBAL FONT FAMILY FOR ALL PRS MODULES
   =========================================================== */
/* Container - using body prefix for specificity */
body .prs-container,
body .content_wrap {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

/* Breakpoints (Bootstrap 5 style) */
@media (min-width: 576px) {

    .prs-container,
    .content_wrap {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .prs-container,
    .content_wrap {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .prs-container,
    .content_wrap {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .prs-container,
    .content_wrap {
        max-width: 1040px;
    }
}

@media (min-width: 1400px) {

    .prs-container,
    .content_wrap {
        max-width: 1320px;
    }
}

/* Optional: Full-width container */
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}


/* Font family - using body prefix for specificity */
body .prs-categories,
body .prs-category,
body .prs-products,
body .prs-product,
body .prs-product-detail,
body .prs-product-options,
body .prs-modal,
body .prs-cart-container,
body .prs-addons,
body .flatpickr-calendar,
body .pac-container,
body [class^="prs-"],
body [class*=" prs-"] {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prs-empty,
.checkout-return {
    width: 100%;
    padding: 50px;
    text-align: center
}

/* Categories */
.prs-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px;
    justify-content: center;
}

.prs-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 180px;
    text-decoration: none;
    color: #333
}

.prs-category__image {
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px
}

.prs-category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.prs-category__name {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    text-align: center;
    color: #333
}

/* Product grid */
.prs-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    /* padding: 50px */
}

.prs-product {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease;
    text-decoration: none;
}

.prs-product__link {
    text-decoration: none;
    color: inherit;
    display: block
}

.prs-product__image {
    display: block;
    height: 208px;
    width: auto;
}

.prs-product__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    object-position: center;
}

.prs-product__image-el {
    width: 100%;
    height: auto;
    display: block
}

.prs-product__meta {
    padding: 15px;
    background: #fff
}

.prs-product__title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #333
}

.prs-product__price {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

/* Product detail */
body .prs-product-detail {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    padding: 50px;
}

.prs-product-detail__media img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px
}

.prs-product-detail__info {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
}

body .prs-product-detail .prs-product-detail__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
    margin-bottom: 12px;
}

body .prs-product-detail .prs-product-detail__price {
    font-size: 20px;
    font-weight: lighter;
    color: #333;
    margin: 0 0 16px 0;
    line-height: normal;
}

body .prs-product-detail .prs-product-detail__stock {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 8px 0 0px 0;
    line-height: 1.5rem;
}

.prs-product-detail__desc {
    margin-top: 15px
}

.prs-product-detail__note {
    margin: 10px 0
}

/* Product options */
.prs-product-options {
    /* margin-top: 15px; */
    display: flex;
    flex-direction: column;
    /* gap: 14px */
}

body .prs-product-detail .prs-option {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 26px;
    margin-bottom: 10px;
}

.prs-option__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5rem;
    color: #4b5563;
}

.prs-option__desc {
    font-size: 13px;
    color: #666
}

.prs-option__records {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.prs-option__records--checkbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px
}

.prs-option__records--checkbox .prs-opt {
    display: flex
}

.prs-opt {
    cursor: pointer
}

body .prs-opt--radio,
body .prs-opt--checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.prs-opt--color input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none
}


.prs-opt--color:has(input[type=radio]:checked),
.prs-opt--color:has(input[type=checkbox]:checked) {
    border-color: #34d399;
    box-shadow: inset 0 0 0 2px #34d399
}


.prs-opt--radio:has(input[type=radio]:checked) {
    border-color: #34d399;
    box-shadow: inset 0 0 0 2px #34d399
}

.prs-opt--image input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none
}

.prs-opt--image:has(input[type=radio]:checked),
.prs-opt--image:has(input[type=checkbox]:checked) {
    border-color: #34d399;
    box-shadow: inset 0 0 0 2px #34d399
}

.prs-opt--image:has(input[type=radio]:checked) .prs-opt__thumb,
.prs-opt--image:has(input[type=checkbox]:checked) .prs-opt__thumb {
    outline: 2px solid #34d399;
    outline-offset: 2px;
    border-radius: 8px
}

.prs-opt--checkbox .prs-opt__text {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prs-opt--color {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 6px 8px
}

.prs-opt__text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.prs-opt__swatch {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: var(--prs-color, #000)
}

.prs-opt__price {
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px
}

.prs-opt__price--pill {
    display: inline-flex;
    margin-left: 6px;
    align-items: center;
    border-radius: 4px;
    background-color: #ecfdf5;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 500;
    color: #047857;
    border: 1px solid rgba(5, 150, 105, 0.2)
}

.prs-opt--image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 6px;
    width: 130px
}

.prs-opt__thumb {
    width: 118px;
    height: 118px;
    overflow: hidden;
    border-radius: 8px
}

.prs-opt__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

body .prs-product-detail .prs-opt--select,
body .prs-opt--select {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    background-color: white;
}

/* === PRS Modal Core === */
.prs-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prs-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.prs-modal-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    z-index: 10000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    animation: prsFadeIn .3s ease;
    font-family: inherit;

    display: flex;
    flex-direction: column;
}

.prs-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.prs-check-availability-msg {
    margin-bottom: 0px;
    font-size: 14px;
    width: 90%;
}

.prs-modal .prs-modal-close {
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    background: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .prs-modal .prs-modal-close:hover {
    color: #000 !important;
    background-color: transparent !important;
}

body .prs-modal .prs-modal-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #2b3240;
    margin: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* === Form Elements === */
.prs-form {
    /* padding: 20px 16px; */
    padding: 1.25rem;
}

.prs-form-group {
    margin-bottom: 15px;
}

body .prs-modal .prs-form-spacing {
    margin-bottom: 0px;
    margin-top: 24px;
}

.prs-end-date-container,
.prs-start-date-container {
    position: relative;
    width: 100%;
}

.prs-end-date-container svg,
.prs-start-date-container svg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}


body .prs-modal .prs-fulfillment-title {
    font-weight: 600;
    display: block;
    color: #2b3240;
}

.prs-toggle-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #e2e8f0;
    gap: 4px;
    margin-top: 4px;
}

.prs-modal .prs-toggle-btn {
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
    border: none !important;
    padding: 10px !important;
    background: transparent !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    color: #686D77 !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
    border: 3px solid transparent !important;
}

.prs-toggle-group.prs-single-mode {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
}

.prs-toggle-group.prs-single-mode .prs-modal .prs-toggle-btn {
    display: none !important;
}


.prs-modal .prs-toggle-btn:hover {
    color: #686D77 !important;
    border: 3px solid transparent !important;
    background: none !important;
}

.prs-modal .prs-toggle-btn.active {
    color: #222624 !important;
    border: 3px solid #1d4ed8 !important;
    background: none !important;
}

/* Single delivery/pickup option card */
.prs-single-option-card {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    /* gray-200 */
    background-color: #f9fafb;
    /* gray-50 */
}

/* Icon circle */
.prs-single-option-icon {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background-color: #e5e7eb;
    /* gray-200 */

    display: flex;
    align-items: center;
    justify-content: center;

    color: #374151;
    /* gray-700 */
}

/* Ensure SVG fits nicely */
.prs-single-option-icon svg {
    width: 24px;
    height: 24px;
}

/* Text container */
.prs-single-option-content {
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
}

/* Title */
.prs-single-option-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    /* gray-900 */
    margin: 0;
}

/* Description */
.prs-single-option-desc {
    font-size: 14px;
    color: #6b7280;
    /* gray-500 */
    margin: 0;
}


.prs-form-group input,
.prs-form-group select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}

body .prs-modal .prs-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2b3240;
}

.prs-time-selects {
    display: flex;
    gap: 4px;
}

.prs-multi-days {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    font-size: 0.9rem;
}

.prs-modal .prs-check-now {
    width: 100% !important;
    background: var(--wp--preset--color--primary, #0073aa) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
    cursor: pointer !important;
    transition: background .2s !important;
}

.prs-modal .prs-check-now:hover {
    background: rgba(0, 115, 170, 0.9) !important;
}


@keyframes prsFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Row with label + toggle aligned */
.prs-date-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

/* Layout for start/end date inputs */
/* .prs-date-fields, */
.prs-location-fields {
    display: flex;
    align-items: center;
    gap: 12px;
}

.prs-date-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    align-items: end;
}

.prs-multi-days-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

body .prs-modal .prs-multi-days-container input[type="text"] {
    height: 36px;
}

.prs-start-day-container {
    margin-top: auto;
}


/* Make both date inputs consistent */
body .prs-modal .prs-date-fields input[type="text"],
body .prs-modal .prs-date-fields input[type="date"],
body .prs-modal .prs-date-fields select,
body .prs-modal .prs-location-fields input[type="text"] {
    height: 36px;
    flex: 1;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 0px;
}

body .prs-modal .prs-time-group select {
    height: 36px;
    padding: 6px 12px;
}

body .prs-modal .prs-time-group label,
body .prs-modal .prs-date-label,
body .prs-modal .prs-location-label {
    line-height: normal;
}

/* Switch toggle alignment */
.prs-multi-days-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Switch styling */
.prs-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.prs-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.prs-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 34px;
}

.prs-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

.prs-switch input:checked+.prs-slider {
    background-color: var(--wp--preset--color--primary, #0073aa);
}

.prs-switch input:checked+.prs-slider:before {
    transform: translateX(18px);
}

/* Google Places Autocomplete - needs high z-index */
body .pac-container {
    z-index: 999999;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style the autocomplete items */
.pac-item {
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
}

.pac-item:hover {
    background-color: #f5f5f5;
}

/* Optional: make sure input field has position relative */
#prs-location {
    position: relative;
    z-index: 100000;
}

/* Flexbox layout for address fields */
.address-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-flex {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

body .prs-modal .address-input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 0px;
}

.address-flex .address-input.city {
    width: 24%;
}

.address-flex .address-input.state {
    width: 45%;
}

.address-flex .address-input.zip {
    width: 28%;
}

@media (max-width: 768px) {
    .address-flex {
        flex-direction: column;
    }

    .address-flex .address-input {
        width: 100%;
    }
}

/* Error message styling */
.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}

.error-message.show {
    display: block;
}

input:invalid {
    border: 1px solid red;
}

#Availibity-message-alert {
    display: none;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    color: #842029;
    padding: 12px 16px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}

#Availibity-message {
    display: inline-block;
    max-width: 90%;
}

#Availibity-message-close {
    position: absolute;
    padding: 0;
    right: 10px;
    background: none;
    border: none;
    color: #842029;
    font-size: 18px;
    cursor: pointer;
}

/* Cart */
.prs-cart-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px auto;
    /* max-width: 1200px; */
}

.prs-cart-left {
    flex: 1 1 60%;
    max-width: 700px;
    border-top: 1px solid #eee;
}

body .prs-cart-container .prs-cart-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
}

.prs-cart-item {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee;
    /* padding: 20px 0; */
    padding-top: 20px;
    padding-bottom: 12px;
    align-items: flex-start;
    position: relative;
}

.prs-cart-img img {
    width: 100%;
    max-width: 192px;
    border-radius: 8px;
}

.prs-cart-info {
    flex-grow: 1;
    min-width: 0;
}

.prs-cart-info h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.prs-cart-info p {
    margin-bottom: 0px;
    font-size: 14px;
}

.prs-item-total {
    font-weight: 600;
}

.prs-cart-remove {
    align-self: flex-start;
}

.remove-btn {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    transition: color 0.2s;
    padding: 4px 8px;
}

.remove-btn:hover {
    color: #e63946;
}

.prs-cart-summary {
    flex: 1 1 35%;
    background: #f9fafb;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    min-width: 280px;
}

body .prs-cart-container .prs-cart-summary h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 0;
}

/* .prs-cart-summary hr {
    margin-top: 4px !important;
    margin-bottom: 1.5em !important;
} */

body .prs-cart-summary .prs-summary-item {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 14px;
}

body .prs-cart-summary .prs-summary-item span:first-child {
    font-weight: 700;
}

.prs-summary-total {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.min-warning {
    color: #d9534f;
    margin-top: 10px;
}

body .prs-cart-summary .checkout-btn {
    display: block;
    text-align: center;
    background: #4caf50;
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    text-decoration: none;
    margin-top: 15px;
    transition: background 0.3s;
    width: 100%;
    line-height: normal;
}

.checkout-btn:hover {
    background: #45a049;
}

.checkout-btn.disabled {
    background: #cce5cc;
    color: #333;
    cursor: not-allowed;
}

.continue-link {
    margin-top: 10px;
    text-align: center;
}

.continue-link a {
    color: #007bff;
    text-decoration: none;
}

.continue-link a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .prs-cart-container {
        flex-direction: column;
        gap: 20px;
    }

    .prs-cart-left,
    .prs-cart-summary {
        max-width: 100%;
        flex: 1 1 100%;
        width: 100%;
    }

    .prs-cart-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: start;
    }

    .prs-cart-img img {
        max-width: 100px;
    }

    .prs-cart-remove {
        align-self: flex-start;
        margin-top: 0px;
    }

}

.prs-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000000;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 10px;
}

.prs-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.9s linear infinite;
    margin-bottom: 10px;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* ===== Coupon Section Styles ===== */

.prs-coupon-toggle {
    color: #5a52b5;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.prs-coupon-toggle:hover {
    color: #3b36a0;
}

.prs-coupon-box {
    margin-top: 12px;
}

.prs-coupon-label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}

.prs-coupon-input-wrap {
    display: flex;
    gap: 8px;
}

body .prs-cart-summary .prs-coupon-input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    transition: border-color 0.2s ease;
}

.prs-coupon-input:focus {
    outline: none;
    border-color: #5a52b5;
}

.prs-coupon-btn {
    background-color: #5a52b5;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.prs-coupon-btn:disabled {
    background-color: #b5b2db;
    cursor: not-allowed;
}

.prs-coupon-btn:hover:not(:disabled) {
    background-color: #4a44a3;
}

.prs-coupon-error {
    color: #d93025;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* 🔸 Minimum Order Alert Styles */
.min-order-alert-box {
    display: flex;
    align-items: flex-start;
    background-color: #fefce8;
    /* light yellow */
    border: 1px solid #facc15;
    /* yellow border */
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
    gap: 12px;
}

.min-order-alert-icon {
    flex-shrink: 0;
    color: #854d0e;
}

.min-order-alert-icon svg {
    width: 20px;
    height: 20px;
}

.min-order-alert-content {
    flex: 1;
}

.min-order-alert-title {
    font-size: 14px;
    font-weight: 600;
    color: #854d0e;
    margin: 0;
}

.min-order-alert-text {
    font-size: 12px;
    color: #854d0e;
    margin-top: 4px;
}

/* Text warning near total */
.min-order-text-warning {
    color: #b91c1c;
    font-weight: 600;
    font-size: 13px;
}

/* Disabled button style */
body .btn-disabled,
.prs-container .btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(0.5);
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Add-on Section --- */
.addons-container {
    margin-top: 30px;
}

.addons-container h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

.addon-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

.addon-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fafafa;
    transition: transform 0.2s ease;
}

.addon-img img:hover {
    transform: scale(1.05);
}

.addon-details {
    flex: 1;
}

.addon-details h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* --- Beautiful Dropdown --- */
.addon-details select {
    width: 100%;
    max-width: 280px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #555 50%),
        linear-gradient(135deg, #555 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.addon-details select:hover {
    border-color: #0073aa;
}

.addon-details select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
    outline: none;
}

/* --- Text and Totals --- */
.addon-price,
.addon-total {
    font-size: 14px;
    color: #444;
    margin-top: 6px;
}

.addon-total {
    font-weight: 600;
    color: #111;
}

.error-message {
    color: #d9534f;
    font-size: 13px;
    margin-top: 5px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .addon-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .addon-img img {
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    .addon-details select {
        max-width: 100%;
    }
}

body .prs-cart-container .prs-cart-options {
    list-style: none;
    margin: 12px 0;
    color: #6b7280;
    font-size: 14px;
    padding-left: 0px;
}

.product_qty {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

body .prs-product-detail #product_qty_field {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
}

/* ===== PRS Button Reset & Theme-Independent Styling ===== */
body .prs-container .prs-check-availability,
body .prs-container .prs-add-to-cart,
body .prs-container .prs-btn,
body .prs-check-availability,
body .prs-add-to-cart,
body .prs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    line-height: 1.4;
    white-space: nowrap;
}

/* Primary (blue) */
.prs-btn-primary,
.prs-check-availability.btn-primary {
    background-color: #0073aa;
    /* WordPress blue */
    color: #fff;
    border-color: #0073aa;
}

.prs-btn-primary:hover,
.prs-check-availability.btn-primary:hover {
    background-color: #005177;
}

/* Success (green) */
.prs-btn-success,
.btn-success {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}

.prs-btn-success:hover {
    background-color: #1e7e34;
}

/* Warning (yellow) */
.prs-btn-warning,
.btn-warning {
    background-color: #ffca2c;
    color: #212529;
    border-color: #ffc107;
}

.prs-btn-warning:hover {
    background-color: #ffb700;
}

/* Make sure buttons aren't overridden by theme resets */
body button.prs-check-availability,
body button.prs-add-to-cart,
body .prs-container button.prs-check-availability,
body .prs-container button.prs-add-to-cart {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

/* Responsive sizing */
@media (max-width: 600px) {

    .prs-btn,
    .prs-check-availability,
    .prs-add-to-cart {
        width: 100%;
    }
}

body .prs-product-detail .prs-product-detail__qty {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 1.5rem;
    gap: 10px;
}

body .prs-product-detail .prs-product-detail__qty label {
    margin-bottom: 0px;
}

.prs-form-group input[type="text"],
.prs-form-group input[type="date"],
.prs-form-group input[type="time"],
.prs-form-group input[type="email"],
.prs-form-group input[type="number"],
.prs-form-group input[type="password"],
.prs-form-group select,
.address-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #111;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* =====================================================
   PRS Category
   ===================================================== */

.prs-category-detail {
    padding: 50px;
    /* max-width: 75%; */
    margin: auto;
}

.prs-category-header {
    margin-bottom: 1rem;
    text-align: center;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.prs-category-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.prs-category-banner__image {
    width: auto;
    height: auto;
    /* max-height: 400px; */
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.prs-category-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-family: inherit;
}

.prs-category-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    text-align: left;
    margin: 0 auto;
    /* max-width: 700px; */
}

.prs-category-description p {
    margin-bottom: 1em;
}

@media (max-width: 640px) {
    .prs-category-title {
        font-size: 1.5rem;
    }

    .prs-category-header {
        padding: 0.5rem;
    }
}

@media (min-width: 991px) {

    body .prs-cart-container {
        gap: 20px;
    }

    body .prs-cart-container .prs-cart-left {
        flex: 1 1 60%;
        max-width: 60%;
    }

    body .prs-cart-container .prs-cart-summary {
        max-width: 30%;
        flex: 1 1 30%;
    }
}

/* Header row: Date + Multiple Days */
.prs-date-label {
    margin-bottom: 2px;
}

/* Inputs row */
.prs-date-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* When multiple days is active → two columns */
.prs-date-group.multi-days-active .prs-date-inputs {
    grid-template-columns: 1fr 1fr;
}

/* Inputs */
.prs-date-inputs input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 14px;
}

/* Hide end date by default */
#prs-end-date {
    display: none;
}

/* Show end date when active */
.prs-date-group.multi-days-active #prs-end-date {
    display: block;
}

/* Checkbox look */
body .prs-modal .prs-checkbox-wrap,
body .prs-checkbox-wrap {
    display: flex  !important;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    max-height: 36px;
    height: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    width: fit-content;
    margin-bottom: 0px;
    justify-content: flex-end;
}

body .prs-checkbox-wrap span {
    text-wrap: nowrap;
}

body .prs-checkbox-wrap:has(input:checked) {
    border-color: #2563eb;
    background-color: #eff6ff;
}

body .prs-multi-days-container:has(.prs-checkbox-wrap input:checked) {
    gap: 4px;
}

body .prs-checkbox-wrap input[type="checkbox"]::before {
    border: none;
}

/* Sub Categories */
.prs-sub-categories {
    margin-top: 12px;
}

.prs-sub-categories__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    text-align: left;
    margin: 0;
}

.prs-sub-categories__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    /* tw-gap-4 = 16px */
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .prs-sub-categories__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.prs-sub-category-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.prs-sub-category-card:hover {
    border-color: #c7c7c7;
    /* transform: translateY(-2px); */
}

.prs-sub-category-card__image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.prs-sub-category-card__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111827;
}

body .prs-container .horizontal-line,
body .horizontal-line {
    margin-bottom: 32px;
    margin-top: 0;
}

.prs-package-row {
    display: flex;
    gap: 48px;
    padding: 40px 0;
}

.prs-package-left {
    width: 180px;
    flex-shrink: 0;
}

.prs-package-block {
    border: 1px solid #2226241A;
    border-style: solid;
    border-color: #2226241A;
    border-radius: 0.375rem;
    text-align: center;
    cursor: pointer;
    padding: 24px 12px;
}

.prs-package-image {
    max-height: 240px;
    object-fit: cover;
    object-position: center;
}

.prs-package-count-box {
    border: 1px solid #2226241A;
    padding: 20px;
    text-align: left;
    height: 11rem;
}

.prs-package-count {
    height: 48px;
    width: 48px;
    padding: 6px 10px;
    background-color: #111827;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
}

.prs-package-count-text {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #222624;
}

.prs-package-view {
    margin-top: 28px;
    font-weight: 400;
    font-size: 12px;
    color: #222624;
    border-bottom: 1px solid #222624;
}

.prs-package-view-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #222624;
}

.prs-package-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.prs-package-title-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.prs-package-title-link:hover {
    text-decoration: none;
}

.prs-package-products-link {
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    color: #222624;
}

.prs-package-price-row {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    align-items: center;
}

.prs-package-price {
    font-size: 22px;
    color: #222624;
}

.prs-package-save {
    font-size: 14px;
    font-weight: 500;
    background-color: #4EB781;
    padding: 7px 11px;
    color: #ffffff;
}

.prs-package-desc {
    margin-top: 24px;
    color: #383B37;
    line-height: 1.6;
    margin-bottom: 0;
}

.prs-package-divider {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}


/* ---------------------- */

.prs-package-products {
    margin-top: 32px;
    border: 1px solid #e4e5e4;
    border-radius: 10px;
    padding: 20px;
}

.prs-package-detail-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.prs-package-product-row {
    display: flex;
    gap: 32px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.prs-package-product-row:last-child {
    border-bottom: none;
}

.prs-package-product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.prs-package-action {
    margin-top: 32px;
}

.prs-package-prod_img {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    object-position: center;
    transition: opacity 0.3s;
}

.prs-package-prod_img:hover {
    opacity: 0.75;
}

.prs-package-noimg-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: start;
}

.prs-package-detail-left {
    max-width: 520px;
}

.without-img .prs-package-products {
    margin-top: 0;
}

.prs-package-products span {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    color: #222624;
}

.prs-package-product-row strong {
    font-size: 16px;
    font-weight: 600;
    color: #222624;
}

.prs-product-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.prs-product-unavailable {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.prs-product-detail__actions {
    margin-top: 20px;
}

body .prs-container .prs-add-to-cart-form.prs-package-add-form,
body .prs-add-to-cart-form.prs-package-add-form {
    background: none;
    border: none;
    box-shadow: none;
}



.prs-container.prs-dark-theme .prs-package-count-text {
    color: #ffffff;
}


.prs-container.prs-dark-theme .prs-package-products-link {
    color: #ffffff;
}

.prs-container.prs-dark-theme .prs-package-price {
    color: #ffffff;
}

.prs-container.prs-dark-theme .prs-package-desc {
    color: #ffffff;
}

.prs-container.prs-dark-theme .prs-package-view-link {
    color: #ffffff;
}


.prs-container.prs-dark-theme .prs-package-view {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.prs-container.prs-dark-theme svg path {
    stroke: #ffffff;
}

.prs-container.prs-dark-theme .prs-package-count-box {
    border: 1px solid #ffffff1a;
}

.prs-container.prs-dark-theme .text-gray-500.text-sm.leading-relaxed {
    color: #ffffff;
}


body .prs-container.prs-dark-theme .prs-package-products h3 {
    color: #ffffff;
}

body .prs-container.prs-dark-theme .prs-package-product-row strong {
    color: #ffffff;
}

body .prs-container.prs-dark-theme .prs-category__name {
    color: #ffffff;
}

body .prs-container.prs-dark-theme .sc_layouts_title_caption {
    color: #ffffff;
}

body .prs-container.prs-dark-theme .prs-category-title {
    color: #ffffff;
}

body .prs-container.prs-dark-theme .prs-category-description p {
    color: #ffffff;
}

.prs-container.prs-dark-theme .prs-sub-categories__title {
    color: white;
}

.prs-container.prs-dark-theme .prs-product-detail__desc {
    color: white;
}

.prs-container.prs-dark-theme .prs-product-detail__desc strong {
    color: white;
}

.prs-container.prs-dark-theme .prs-product-detail__note {
    color: white;
}


/* ===========================================================
   THEME ENHANCEMENTS & ANIMATIONS
   Merged from prs-theme.css - Higher specificity overrides
   =========================================================== */

/* CSS Custom Properties */
:root {
    --prs-ease-luxury: cubic-bezier(0.165, 0.84, 0.44, 1);
    --prs-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --prs-card-bg: #f8f9fa;
    --prs-primary: #0073aa;
}

/* Entrance Animation */
@keyframes prs-entrance {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* -------------------------------------------------------
   Enhanced Categories Grid (Theme Override)
   Using .prs-container for higher specificity
   ------------------------------------------------------- */
.prs-container.prs-categories,
body .prs-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 40px 20px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

.prs-container .prs-category,
body .prs-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    perspective: 1000px;
    opacity: 0;
    animation: prs-entrance 0.8s var(--prs-ease-luxury) forwards;
}

.prs-container .prs-category__image,
body .prs-category__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-color: var(--prs-card-bg);
    margin-bottom: 0;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s var(--prs-ease-luxury), box-shadow 0.5s var(--prs-ease-luxury);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
                0 2px 4px -1px rgba(0, 0, 0, 0.03),
                inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.prs-container .prs-category__image img,
body .prs-category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
    filter: brightness(1.02);
    transform: scale(1.01);
    transition: transform 0.8s var(--prs-ease-luxury);
}

/* Shine effect overlay */
.prs-container .prs-category__image::after,
body .prs-category__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(105deg, transparent 20%, hsla(0, 0%, 100%, 0.4) 50%, transparent 80%);
    transform: skewX(-25deg);
    pointer-events: none;
    transition: left 0s;
}

.prs-container .prs-category__name,
body .prs-category__name {
    margin-top: 18px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    line-height: 1.35;
    text-wrap: balance;
    transition: color 0.3s ease, transform 0.4s var(--prs-ease-spring);
}

/* Category Hover States */
.prs-container .prs-category:hover .prs-category__image,
body .prs-category:hover .prs-category__image {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 10px 10px -5px rgba(0, 0, 0, 0.04),
                inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.prs-container .prs-category:hover .prs-category__image img,
body .prs-category:hover .prs-category__image img {
    transform: scale(1.12);
}

.prs-container .prs-category:hover .prs-category__image::after,
body .prs-category:hover .prs-category__image::after {
    left: 150%;
    transition: left 0.7s ease-in-out;
}

.prs-container .prs-category:hover .prs-category__name,
body .prs-category:hover .prs-category__name {
    color: var(--prs-primary);
    transform: translateY(2px);
}

.prs-container .prs-category:active .prs-category__image,
body .prs-category:active .prs-category__image {
    transform: translateY(-2px) scale(0.98);
    transition-duration: 0.1s;
}

/* Staggered animation delays */
.prs-container .prs-category:first-child,
body .prs-category:first-child { animation-delay: 0.05s; }
.prs-container .prs-category:nth-child(2),
body .prs-category:nth-child(2) { animation-delay: 0.1s; }
.prs-container .prs-category:nth-child(3),
body .prs-category:nth-child(3) { animation-delay: 0.15s; }
.prs-container .prs-category:nth-child(4),
body .prs-category:nth-child(4) { animation-delay: 0.2s; }
.prs-container .prs-category:nth-child(5),
body .prs-category:nth-child(5) { animation-delay: 0.25s; }
.prs-container .prs-category:nth-child(6),
body .prs-category:nth-child(6) { animation-delay: 0.3s; }
.prs-container .prs-category:nth-child(7),
body .prs-category:nth-child(7) { animation-delay: 0.35s; }
.prs-container .prs-category:nth-child(8),
body .prs-category:nth-child(8) { animation-delay: 0.4s; }

/* Categories Responsive */
@media (max-width: 900px) {
    .prs-container.prs-categories,
    body .prs-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .prs-container.prs-categories,
    body .prs-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 24px 16px;
    }

    .prs-container .prs-category__name,
    body .prs-category__name {
        font-size: 0.95rem;
    }
}

/* -------------------------------------------------------
   Enhanced Category Detail Page (Theme Override)
   ------------------------------------------------------- */
.prs-container.prs-category-detail,
body .prs-category-detail {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.prs-container .prs-category-header,
body .prs-category-header {
    max-width: 1500px;
    margin: 40px auto 60px;
    padding: 0 20px;
    text-align: center;
    opacity: 0;
    animation: prs-entrance 0.8s var(--prs-ease-luxury) forwards;
}

.prs-container .prs-category-title,
body .prs-category-title {
    font-size: 3rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #111, #444);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prs-container .prs-category-banner,
body .prs-category-banner {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px hsla(0, 0%, 100%, 0.2);
}

.prs-container .prs-category-banner__image,
body .prs-category-banner__image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.prs-container .prs-category-description,
body .prs-category-description {
    margin: 0 auto;
    text-align: left;
}

.prs-container .prs-category-description h2,
body .prs-category-description h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    text-align: center;
}

.prs-container .prs-category-description p,
body .prs-category-description p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 20px;
}

.prs-container.prs-category-detail .prs-products,
body .prs-category-detail .prs-products {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .prs-container .prs-category-title,
    body .prs-category-title {
        font-size: 2rem;
    }

    .prs-container .prs-category-header,
    body .prs-category-header {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .prs-container .prs-category-description,
    body .prs-category-description {
        padding: 0 10px;
        text-align: left;
    }

    .prs-container .prs-category-banner,
    body .prs-category-banner {
        border-radius: 16px;
    }
}

/* -------------------------------------------------------
   Enhanced Products Grid (Theme Override)
   ------------------------------------------------------- */
.prs-container .prs-products,
body .prs-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 20px;
    align-items: stretch;
    max-width: 1400px;
    margin: 0 auto;
}

.prs-container .prs-product,
body .prs-product {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 0;
    animation: prs-entrance 0.8s var(--prs-ease-luxury) forwards;
    transform: translateZ(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
                0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s var(--prs-ease-luxury), box-shadow 0.5s var(--prs-ease-luxury);
}

.prs-container .prs-product__image,
body .prs-product__image {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background-color: var(--prs-card-bg);
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.05);
}

.prs-container .prs-product__image img,
body .prs-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 15px;
    filter: brightness(1.02);
    transition: transform 0.8s var(--prs-ease-luxury);
}

/* Product shine effect */
.prs-container .prs-product__image::after,
body .prs-product__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(105deg, transparent 20%, hsla(0, 0%, 100%, 0.5) 50%, transparent 80%);
    transform: skewX(-25deg);
    pointer-events: none;
    transition: left 0s;
}

.prs-container .prs-product__meta,
body .prs-product__meta {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background: #fff;
    z-index: 2;
}

.prs-container .prs-product__title,
body .prs-product__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
    line-height: 1.4;
    text-wrap: balance;
    transition: color 0.3s ease;
}

.prs-container .prs-product__price,
body .prs-product__price {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--prs-primary);
    background-color: rgba(0, 115, 170, 0.08);
    padding: 6px 12px;
    border-radius: 50px;
    margin-top: auto;
}

/* Product Hover States */
.prs-container .prs-product:hover,
body .prs-product:hover {
    transform: translateY(-8px);
    border-color: transparent;
    z-index: 10;
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.08),
                0 10px 15px -5px rgba(0, 0, 0, 0.04);
}

.prs-container .prs-product:hover .prs-product__image img,
body .prs-product:hover .prs-product__image img {
    transform: scale(1.1);
}

.prs-container .prs-product:hover .prs-product__image::after,
body .prs-product:hover .prs-product__image::after {
    left: 150%;
    transition: left 0.7s ease-in-out;
}

.prs-container .prs-product:hover .prs-product__title,
body .prs-product:hover .prs-product__title {
    color: var(--prs-primary);
}

/* Products Responsive */
@media (max-width: 1100px) {
    .prs-container .prs-products,
    body .prs-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .prs-container .prs-products,
    body .prs-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 10px;
    }

    .prs-container .prs-product__image,
    body .prs-product__image {
        height: 160px;
    }

    .prs-container .prs-product__meta,
    body .prs-product__meta {
        padding: 15px;
    }

    .prs-container .prs-product__title,
    body .prs-product__title {
        font-size: 0.95rem;
    }
}

/* -------------------------------------------------------
   Enhanced Product Detail Page (Theme Override)
   ------------------------------------------------------- */
.prs-container.prs-product-detail,
body .prs-product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px;
    align-items: start;
    opacity: 0;
    animation: prs-entrance 0.8s var(--prs-ease-luxury) forwards;
}

.prs-container .prs-product-detail__media,
body .prs-product-detail__media {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: sticky;
    top: 40px;
    background-color: var(--prs-card-bg);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.prs-container .prs-product-detail__media img,
body .prs-product-detail__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transform: scale(1.02);
    transition: transform 0.8s var(--prs-ease-luxury);
}

.prs-container .prs-product-detail__media:hover img,
body .prs-product-detail__media:hover img {
    transform: scale(1.08);
}

.prs-container .prs-product-detail__info,
body .prs-product-detail__info {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.prs-container .prs-product-detail__title,
body .prs-product-detail__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 10px;
}

.prs-container .prs-product-detail__price,
body .prs-product-detail__price {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin: 15px 0 30px;
}

.prs-container .prs-product-detail__price span,
body .prs-product-detail__price span {
    color: var(--prs-primary);
}

/* Add to cart form styling */
.prs-container .prs-add-to-cart-form,
body .prs-add-to-cart-form {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.prs-container .prs-check-availability,
body .prs-check-availability {
    width: 100%;
    padding: 16px 24px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: var(--prs-primary);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}

.prs-container .prs-check-availability:hover,
body .prs-check-availability:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 115, 170, 0.4);
}

.prs-container .prs-check-availability:active,
body .prs-check-availability:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 115, 170, 0.2);
}

.prs-container .prs-product-detail__desc,
body .prs-product-detail__desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 40px;
}

.prs-container .prs-product-detail__desc strong,
body .prs-product-detail__desc strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.prs-container .prs-product-detail h3,
body .prs-product-detail h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

/* Product Detail Responsive */
@media (max-width: 900px) {
    .prs-container.prs-product-detail,
    body .prs-product-detail {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .prs-container .prs-product-detail__media,
    body .prs-product-detail__media {
        position: static;
    }

    .prs-container .prs-product-detail__title,
    body .prs-product-detail__title {
        font-size: 2rem;
    }
}

/* ============================================================================
   SEARCH RESULTS PAGE
   ============================================================================ */

.prs-search-results {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Search Form Container */
.prs-search-form-container {
    margin-bottom: 40px;
}

.prs-search-form {
    display: flex;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.prs-search-input {
    flex: 1;
    padding: 14px 20px;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prs-search-input:focus {
    border-color: var(--prs-primary, #2b3240);
    box-shadow: 0 0 0 3px rgba(43, 50, 64, 0.1);
}

.prs-search-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--prs-primary, #2b3240);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.prs-search-button:hover {
    background-color: #1a1f2a;
    transform: translateY(-1px);
}

.prs-search-button svg {
    flex-shrink: 0;
}

/* Search Summary */
.prs-search-summary {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.prs-search-summary p {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.prs-search-summary .prs-search-suggestion {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #666;
}

.prs-search-summary a {
    color: var(--prs-primary, #2b3240);
    text-decoration: underline;
}

/* Search Sections */
.prs-search-section {
    margin-bottom: 50px;
}

.prs-search-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2b3240;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
}

/* Package Card Grid (for search results) */
.prs-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.prs-package-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.prs-package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.prs-package-card__image {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.prs-package-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.prs-package-card:hover .prs-package-card__image img {
    transform: scale(1.05);
}

.prs-package-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prs-package-card__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2b3240;
}

.prs-package-card__price {
    font-size: 1rem;
    font-weight: 500;
    color: var(--prs-primary, #2b3240);
}

/* Initial State */
.prs-search-initial {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.prs-search-initial p {
    font-size: 1.1rem;
    margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
    .prs-search-form {
        flex-direction: column;
    }

    .prs-search-button {
        justify-content: center;
    }

    .prs-search-results {
        padding: 24px 16px;
    }

    .prs-search-section-title {
        font-size: 1.25rem;
    }
}