/* ============================================================
   IAB HOLIDAYS — WooCommerce Shop & Product
   Matches packages.php design system
============================================================ */

body.woocommerce-shop,
body.woocommerce-shop .pageWarp,
body.post-type-archive-product .pageWarp,
body.tax-product_cat .pageWarp,
body.single-product .pageWarp {
    background: #f7f5fa;
}

body.woocommerce-shop .iab-header,
body.post-type-archive-product .iab-header,
body.tax-product_cat .iab-header,
body.single-product .iab-header {
    background: transparent !important;
}

body.woocommerce-shop .iab-header.iab-header--scrolled,
body.post-type-archive-product .iab-header.iab-header--scrolled,
body.tax-product_cat .iab-header.iab-header--scrolled,
body.single-product .iab-header.iab-header--scrolled {
    background: rgba(30, 0, 58, 0.92) !important;
}

/* Reuse packages shell */
.iab-shop.iab-packages {
    background: linear-gradient(180deg, #2E0C54 0%, #49207A 120px, #f7f5fa 280px);
    min-height: 60vh;
    padding: 0 24px 80px;
}

.iab-shop .iab-packages__hero {
    margin: 0 -24px 0;
    padding: 120px 24px 48px;
    background: linear-gradient(135deg, #2E0C54 0%, #49207A 100%);
    position: relative;
    overflow: hidden;
}

.iab-shop .iab-packages__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(234, 81, 2, 0.12) 0%, transparent 55%);
    pointer-events: none;
}

.iab-shop .iab-packages__hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.iab-shop .iab-packages__hero-title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.1;
}

.iab-shop .iab-packages__hero-lead {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 480px;
}

.iab-shop .iab-packages__toolbar {
    max-width: 1200px;
    margin: -28px auto 32px;
    position: relative;
    z-index: 2;
}

.iab-shop .iab-packages__toolbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(30, 0, 58, 0.12);
    border: 1px solid rgba(69, 45, 91, 0.08);
}

.iab-shop .iab-packages__toolbar-label {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #452D5B;
    flex-shrink: 0;
}

.iab-shop .iab-packages__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}

.iab-shop .iab-packages__inner--single {
    grid-template-columns: 1fr;
}

.iab-shop .iab-packages__filters {
    position: sticky;
    top: 100px;
}

.iab-shop .iab-packages__filter-panel {
    background: linear-gradient(180deg, #ffffff 0%, #faf8fc 100%);
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: 0 4px 24px rgba(69, 45, 91, 0.08);
    border: 1px solid rgba(69, 45, 91, 0.06);
}

.iab-shop .iab-packages__filter-head h2 {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 28px;
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 20px;
}

.iab-shop .iab-packages__filter-label h3 {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6D5B7D;
    margin: 0 0 12px;
}

.iab-shop__categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.iab-shop__category-link {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    color: #452D5B;
    text-decoration: none;
    background: rgba(69, 45, 91, 0.04);
    border: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.iab-shop__category-link:hover,
.iab-shop__category-link.is-active {
    background: linear-gradient(135deg, #2E0C54 0%, #49207A 100%);
    color: #fff;
    border-color: transparent;
}

.iab-shop__ordering .woocommerce-ordering {
    margin: 0;
}

.iab-shop__ordering .woocommerce-ordering select {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #452D5B;
    border: 1px solid rgba(69, 45, 91, 0.15);
    border-radius: 999px;
    padding: 10px 36px 10px 16px;
    background-color: #f7f5fa;
    min-width: 220px;
}

.iab-shop__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Coming soon / empty state panel */
.iab-shop__notice {
    background: #fff;
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 8px 32px rgba(30, 0, 58, 0.1);
    border: 1px solid rgba(69, 45, 91, 0.08);
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.iab-shop__notice-eyebrow {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FC7936;
    margin: 0 0 12px;
}

.iab-shop__notice-title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 12px;
    line-height: 1.15;
}

.iab-shop__notice-text {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #6D5B7D;
    margin: 0 0 28px;
}

.iab-shop__notice-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.iab-shop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.iab-shop__btn--primary {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%);
    color: #fff;
    border: 1px solid transparent;
}

.iab-shop__btn--primary:hover {
    background: linear-gradient(45deg, #FD8D54 0%, #EA5103 100%);
    color: #fff;
    transform: translateY(-1px);
}

.iab-shop__btn--outline {
    background: transparent;
    color: #452D5B;
    border: 1px solid rgba(69, 45, 91, 0.25);
}

.iab-shop__btn--outline:hover {
    background: rgba(69, 45, 91, 0.06);
    color: #452D5B;
}

.iab-shop__pagination {
    margin-top: 32px;
}

.iab-shop__pagination .woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.iab-shop__pagination .woocommerce-pagination ul li a,
.iab-shop__pagination .woocommerce-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: #452D5B;
    background: #fff;
    border: 1px solid rgba(69, 45, 91, 0.12);
    text-decoration: none;
}

.iab-shop__pagination .woocommerce-pagination ul li span.current,
.iab-shop__pagination .woocommerce-pagination ul li a:hover {
    background: linear-gradient(135deg, #2E0C54 0%, #49207A 100%);
    color: #fff;
    border-color: transparent;
}

.iab-product-card__price .woocommerce-Price-amount {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #FC7936;
}

/* Sale price layout: muted dashed original + bold sale */
.iab-product-card__price del,
.iab-shop__hero-price del,
.iab-shop .price del {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none !important;
    opacity: 1;
}

.iab-product-card__price del .woocommerce-Price-amount,
.iab-product-card__price del .woocommerce-Price-amount.amount,
.iab-shop .price del .woocommerce-Price-amount,
.iab-shop .price del .woocommerce-Price-amount.amount {
    position: relative;
    display: inline-block;
    font-size: clamp(14px, 2vw, 17px) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
    color: #8a7a96 !important;
    text-decoration: none !important;
    background-image: repeating-linear-gradient(
        90deg,
        #8a7a96 0,
        #8a7a96 4px,
        transparent 4px,
        transparent 7px
    );
    background-size: 100% 1.5px;
    background-position: 0 55%;
    background-repeat: repeat-x;
}

.iab-product-card__price ins,
.iab-shop .price ins {
    display: inline-block;
    text-decoration: none !important;
    background: none !important;
}

.iab-product-card__price ins .woocommerce-Price-amount,
.iab-product-card__price ins .woocommerce-Price-amount.amount,
.iab-shop .price ins .woocommerce-Price-amount,
.iab-shop .price ins .woocommerce-Price-amount.amount {
    font-size: clamp(22px, 3vw, 28px) !important;
    font-weight: 700 !important;
    color: #FC7936 !important;
    text-decoration: none !important;
    background-image: none !important;
}

/* Single product */
.iab-shop--single {
    padding-bottom: 80px;
}

/* Clean page shell — hero carries the brand, not a second page gradient */
.iab-shop--single.iab-packages {
    background: #f7f5fa;
}

.iab-shop__product-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-color: #2E0C54;
    background-size: cover;
    background-position: center;
    background-image: var(--iab-shop-hero-bg, linear-gradient(135deg, #2E0C54 0%, #49207A 100%));
    margin: -89px -24px 0;
    padding: 168px 24px 88px;
    min-height: 480px;
    overflow: hidden;
}

.iab-shop__product-hero::before,
.iab-shop__product-hero::after {
    display: none;
}

.iab-shop__hero-overlay,
.iab-shop__product-hero .iab-packages__hero-overlay {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(46, 12, 84, 1) 20%,
        rgba(73, 32, 122, 0.5) 100%
    );
    pointer-events: none;
}

/* Gradient-only product hero (no image): leave solid purple, no overlay */
.iab-shop__product-hero:not(.iab-shop__product-hero--has-image) .iab-shop__hero-overlay,
.iab-shop__product-hero:not(.iab-shop__product-hero--has-image) .iab-packages__hero-overlay {
    display: none;
}

.iab-shop__product-hero .iab-packages__hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.iab-shop--single .iab-packages__hero-title {
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 600;
    letter-spacing: -0.02em;
    max-width: 18ch;
    margin: 0 0 4px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.iab-shop__breadcrumb {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 28px;
}

.iab-shop__breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.iab-shop__breadcrumb a:hover {
    color: #fff;
}

.iab-shop__breadcrumb span {
    opacity: 0.7;
}

.iab-shop__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(45deg, rgba(234, 81, 3, 0.92) 0%, rgba(253, 141, 84, 0.92) 100%);
    border: none;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 6px 18px rgba(234, 81, 3, 0.28);
}

.iab-shop__hero-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.92);
    margin: 22px 0 0;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.iab-shop__hero-price .woocommerce-Price-amount {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    color: #FD8D54;
}

.iab-shop__hero-price del .woocommerce-Price-amount,
.iab-shop__hero-price del .woocommerce-Price-amount.amount {
    color: rgba(255, 255, 255, 0.62) !important;
    background-image: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.7) 0,
        rgba(255, 255, 255, 0.7) 4px,
        transparent 4px,
        transparent 7px
    ) !important;
    background-size: 100% 1.5px !important;
    background-position: 0 55% !important;
    background-repeat: repeat-x !important;
}

.iab-shop__hero-price ins,
.iab-shop__hero-price ins .woocommerce-Price-amount {
    text-decoration: none !important;
    background: none !important;
    color: #FD8D54 !important;
}

.iab-shop__main {
    max-width: 1200px;
    margin: -52px auto 0;
    padding: 0 0 40px;
    position: relative;
    z-index: 3;
}

.iab-shop--single .woocommerce-notices-wrapper,
.iab-shop--single .woocommerce-message,
.iab-shop--single .woocommerce-info,
.iab-shop--single .woocommerce-error {
    margin-bottom: 16px;
}

.iab-shop--single .woocommerce-message,
.iab-shop--single .woocommerce-info {
    background: #fff !important;
    border: 1px solid rgba(69, 45, 91, 0.1) !important;
    border-left: 4px solid #E0528B !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 28px rgba(30, 0, 58, 0.08);
    color: #452D5B !important;
    padding: 16px 20px !important;
}

.iab-shop--single .woocommerce-message a.button,
.iab-shop--single .woocommerce-info a.button {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

.iab-shop__product-panel {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 18px 48px rgba(30, 0, 58, 0.14);
    border: 1px solid rgba(69, 45, 91, 0.06);
    margin-bottom: 24px;
    position: relative;
}

.iab-shop__tabs-panel {
    background: #fff;
    border-radius: 20px;
    padding: 32px 36px 40px;
    box-shadow: 0 8px 28px rgba(69, 45, 91, 0.08);
    border: 1px solid rgba(69, 45, 91, 0.06);
}

.iab-shop__product-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: start;
    padding: 40px;
}

.iab-shop__product-gallery {
    min-width: 0;
}

/* Gallery */
.iab-shop__product-gallery .woocommerce-product-gallery {
    margin: 0;
    float: none !important;
    width: 100% !important;
    opacity: 1 !important;
}

.iab-shop__product-summary.summary {
    float: none !important;
    width: 100% !important;
    clear: none !important;
    background: linear-gradient(165deg, #faf8fc 0%, #f3eef8 55%, #efe8f6 100%);
    border: 1px solid rgba(69, 45, 91, 0.1);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 108px;
}

.iab-shop__product-gallery .woocommerce-product-gallery__wrapper {
    border-radius: 14px;
    overflow: hidden;
}

.iab-shop__product-gallery .woocommerce-product-gallery__image {
    border-radius: 14px;
    overflow: hidden;
    background: #f7f5fa;
}

.iab-shop__product-gallery .flex-viewport {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(30, 0, 58, 0.1);
}

.iab-shop__product-gallery .flex-viewport .woocommerce-product-gallery__image img {
    min-height: 440px;
    object-fit: cover;
}

.iab-shop__product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0 !important;
    padding: 0;
    list-style: none;
}

.iab-shop__product-gallery .flex-control-thumbs li {
    width: 72px !important;
    margin: 0 !important;
    float: none !important;
}

.iab-shop__product-gallery .flex-control-thumbs img {
    border-radius: 10px;
    border: 2px solid transparent;
    opacity: 0.72;
    transition: opacity 0.2s, border-color 0.2s, transform 0.2s;
}

.iab-shop__product-gallery .flex-control-thumbs img.flex-active,
.iab-shop__product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #452D5B;
    transform: translateY(-1px);
}

.iab-shop__product-gallery .onsale {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    min-height: auto;
    min-width: auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%);
    color: #fff;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 6px 16px rgba(234, 81, 3, 0.35);
}

.iab-shop__product-summary .product_title {
    display: none !important;
}

.iab-shop__product-summary > .price {
    display: block !important;
    margin: 0 0 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(69, 45, 91, 0.1);
}

.iab-shop__product-summary > .price .woocommerce-Price-amount {
    font-size: clamp(26px, 3vw, 34px) !important;
    font-weight: 700 !important;
    color: #FC7936 !important;
}

.iab-shop__product-summary > .price del .woocommerce-Price-amount {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #8a7a96 !important;
}

.iab-shop__product-summary .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.iab-shop__product-summary .star-rating {
    color: #FC7936;
    font-size: 14px;
}

.iab-shop__product-summary .woocommerce-review-link {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    color: #6D5B7D;
    text-decoration: none;
}

.iab-shop__product-summary .woocommerce-review-link:hover {
    color: #452D5B;
    text-decoration: none;
}

.iab-shop__product-summary .woocommerce-product-details__short-description {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #6D5B7D;
    margin-bottom: 24px;
}

.iab-shop__product-summary form.cart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 20px;
}

.iab-shop__product-summary .quantity,
.iab-shop__product-summary .iab-qty-stepper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    gap: 0 !important;
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    border: 1px solid rgba(69, 45, 91, 0.15) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(30, 0, 58, 0.06);
}

.iab-qty-stepper__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: none;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #2E0C54 0%, #49207A 100%);
    color: #fff;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: background 0.2s, opacity 0.2s;
    flex: 0 0 44px;
    box-shadow: none !important;
}

.iab-qty-stepper__btn:hover,
.iab-qty-stepper__btn:focus {
    background: linear-gradient(135deg, #49207A 0%, #2E0C54 100%);
    outline: none;
    border-radius: 0 !important;
}

.iab-shop__product-summary .quantity .qty,
.iab-shop__product-summary .iab-qty-stepper__input {
    width: 56px;
    min-width: 56px;
    height: 44px;
    border: none;
    border-left: 1px solid rgba(69, 45, 91, 0.1);
    border-right: 1px solid rgba(69, 45, 91, 0.1);
    background: #fff;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    font-weight: 600;
    color: #452D5B;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0 !important;
    flex: 0 0 56px;
    margin: 0;
    padding: 0;
}

.iab-shop__product-summary .quantity .qty::-webkit-outer-spin-button,
.iab-shop__product-summary .quantity .qty::-webkit-inner-spin-button,
.iab-shop__product-summary .iab-qty-stepper__input::-webkit-outer-spin-button,
.iab-shop__product-summary .iab-qty-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iab-shop__product-summary .product_meta {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    color: #6D5B7D;
    padding-top: 20px;
    margin-top: 8px;
    border-top: 1px solid rgba(69, 45, 91, 0.1);
}

.iab-shop__product-summary .product_meta > span {
    display: block;
    margin-bottom: 6px;
}

.iab-shop__product-summary .product_meta a {
    color: #452D5B;
    font-weight: 600;
    text-decoration: none;
}

.iab-shop__product-summary .product_meta a:hover {
    color: #FC7936;
    text-decoration: none;
}

.iab-shop__product-summary .cart .button,
.iab-shop__product-summary .single_add_to_cart_button {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0 32px !important;
    width: 100% !important;
    height: 52px !important;
    line-height: 52px !important;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 28px rgba(234, 81, 3, 0.28) !important;
}

.iab-shop__product-summary .cart .button:hover,
.iab-shop__product-summary .single_add_to_cart_button:hover {
    background: linear-gradient(45deg, #FD8D54 0%, #EA5103 100%) !important;
    transform: translateY(-1px);
}

/* Tabs — package subnav pattern */
.iab-shop__tabs-panel .woocommerce-tabs {
    margin: 0;
}

.iab-shop__tabs-panel .woocommerce-tabs::before,
.iab-shop__tabs-panel .woocommerce-tabs::after {
    display: none;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs,
.iab-shop__tabs-panel .woocommerce-tabs ul.tabs.wc-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0 0 28px;
    padding: 8px;
    background: #f7f5fa;
    border-radius: 14px;
    border: 1px solid rgba(69, 45, 91, 0.06);
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs::before,
.iab-shop__tabs-panel .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    position: relative;
    flex-shrink: 0;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li::before,
.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #452D5B !important;
    background: transparent !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li a:hover {
    background: rgba(69, 45, 91, 0.06) !important;
    text-decoration: none !important;
}

.iab-shop__tabs-panel .woocommerce-tabs ul.tabs li.active a {
    background: linear-gradient(135deg, #2E0C54 0%, #49207A 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.iab-shop__tabs-panel .woocommerce-Tabs-panel {
    margin: 0;
    padding: 0;
}

.iab-shop__tabs-panel .woocommerce-Tabs-panel > h2 {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 16px;
    line-height: 1.15;
}

.iab-shop__tabs-panel .woocommerce-Tabs-panel p,
.iab-shop__tabs-panel .woocommerce-Tabs-panel li {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    line-height: 1.7;
    color: #5a4a6a;
}

.iab-shop__tabs-panel table.shop_attributes {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.iab-shop__tabs-panel table.shop_attributes th,
.iab-shop__tabs-panel table.shop_attributes td {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(69, 45, 91, 0.08);
    vertical-align: top;
}

.iab-shop__tabs-panel table.shop_attributes th {
    width: 34%;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #452D5B;
    background: #faf8fc;
}

.iab-shop__tabs-panel table.shop_attributes td {
    color: #5a4a6a;
    background: #fff;
}

.iab-shop__tabs-panel table.shop_attributes tr:last-child th,
.iab-shop__tabs-panel table.shop_attributes tr:last-child td {
    border-bottom: none;
}

.iab-shop__tabs-panel table.shop_attributes td p {
    margin: 0;
}

/* Reviews */
.iab-shop__tabs-panel #reviews #comments {
    margin-bottom: 32px;
}

.iab-shop__tabs-panel #reviews .woocommerce-Reviews-title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 20px;
}

.iab-shop__tabs-panel #reviews .woocommerce-noreviews {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 15px;
    color: #6D5B7D;
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 12px;
    padding: 20px 22px;
    margin: 0;
}

.iab-shop__tabs-panel #reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.iab-shop__tabs-panel #reviews .commentlist .review {
    margin: 0;
}

.iab-shop__tabs-panel #reviews .comment_container {
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 12px;
    padding: 18px 20px;
}

.iab-shop__tabs-panel #reviews .comment-text {
    margin: 0;
    border: none;
    padding: 0;
}

.iab-shop__tabs-panel #reviews .meta {
    margin-bottom: 8px;
}

.iab-shop__tabs-panel #reviews .meta strong {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #452D5B;
}

.iab-shop__tabs-panel #reviews .meta .woocommerce-review__published-date {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 12px;
    color: #6D5B7D;
}

.iab-shop__tabs-panel #reviews .description p {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    line-height: 1.65;
    color: #452D5B;
    margin: 0;
}

.iab-shop__tabs-panel #reviews .star-rating {
    color: #FC7936;
    margin-bottom: 8px;
}

.iab-shop__tabs-panel #review_form_wrapper {
    margin-top: 8px;
    padding-top: 28px;
    border-top: 1px solid rgba(69, 45, 91, 0.1);
}

.iab-shop__tabs-panel #reply-title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 20px;
    display: block;
}

.iab-shop__tabs-panel #reply-title small {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    font-weight: 400;
}

.iab-shop__tabs-panel #reply-title small a {
    color: #452D5B;
    font-weight: 600;
    text-decoration: none;
}

.iab-shop__tabs-panel .comment-form {
    display: grid;
    gap: 16px;
}

.iab-shop__tabs-panel .comment-form label {
    display: block;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #452D5B;
    margin-bottom: 6px;
}

.iab-shop__tabs-panel .comment-form input[type="text"],
.iab-shop__tabs-panel .comment-form input[type="email"],
.iab-shop__tabs-panel .comment-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(69, 45, 91, 0.18);
    border-radius: 10px;
    padding: 12px 14px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    color: #452D5B;
    background: #fff;
}

.iab-shop__tabs-panel .comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.iab-shop__tabs-panel .comment-form .comment-form-rating {
    margin-bottom: 4px;
}

.iab-shop__tabs-panel .comment-form .comment-form-rating label {
    margin-bottom: 8px;
}

.iab-shop__tabs-panel .comment-form .comment-form-rating select,
.iab-shop__tabs-panel .comment-form-rating select#rating,
.iab-shop__tabs-panel #reviews select#rating {
    display: block;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 40px 12px 14px;
    border: 1px solid rgba(69, 45, 91, 0.18);
    border-radius: 10px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #452D5B;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23452D5B' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.iab-shop__tabs-panel .comment-form .comment-form-rating select:focus,
.iab-shop__tabs-panel .comment-form-rating select#rating:focus,
.iab-shop__tabs-panel #reviews select#rating:focus {
    outline: none;
    border-color: #452D5B;
    box-shadow: 0 0 0 3px rgba(69, 45, 91, 0.12);
}

.iab-shop__tabs-panel .comment-form .stars {
    display: inline-flex;
    gap: 2px;
}

.iab-shop__tabs-panel .comment-form .stars a {
    color: #d4c8de;
    text-decoration: none !important;
    font-size: 18px;
    transition: color 0.15s;
}

.iab-shop__tabs-panel .comment-form .stars a:hover,
.iab-shop__tabs-panel .comment-form .stars a.active {
    color: #FC7936;
}

.iab-shop__tabs-panel .comment-form .comment-notes,
.iab-shop__tabs-panel .comment-form .comment-form-cookies-consent {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 13px;
    color: #6D5B7D;
    margin: 0;
}

.iab-shop__tabs-panel .comment-form .comment-form-cookies-consent label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #6D5B7D;
}

.iab-shop__tabs-panel .comment-form .form-submit {
    margin: 8px 0 0;
}

.iab-shop__tabs-panel .comment-form input[type="submit"],
.iab-shop__tabs-panel #respond input#submit {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
}

.iab-shop__tabs-panel .comment-form input[type="submit"]:hover,
.iab-shop__tabs-panel #respond input#submit:hover {
    background: linear-gradient(45deg, #FD8D54 0%, #EA5103 100%) !important;
}

.iab-shop__tabs-panel .related.products {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(69, 45, 91, 0.1);
}

.iab-shop__tabs-panel .related.products > h2 {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 600;
    color: #452D5B;
    margin: 0 0 20px;
}

.iab-shop__tabs-panel .related.products ul.products {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.iab-shop__tabs-panel .related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* Hide default WooCommerce coming-soon block if it appears */
.pageWarp .wp-block-woocommerce-coming-soon,
.pageWarp .woocommerce-coming-soon-store-only {
    display: none !important;
}

/* WooCommerce notices */
.iab-shop .woocommerce-info,
.iab-shop .woocommerce-message,
.iab-shop .woocommerce-error {
    border-radius: 12px;
    border-top: none;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
}

/* Cart & checkout flow */
.iab-shop--cart,
.iab-shop--checkout {
    padding: 0 24px 80px;
}

.iab-shop__main--flow {
    margin-top: -28px;
}

.iab-shop__flow-panel {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 8px 32px rgba(30, 0, 58, 0.1);
    border: 1px solid rgba(69, 45, 91, 0.08);
}

.iab-shop--cart .wp-block-woocommerce-cart,
.iab-shop--checkout .wp-block-woocommerce-checkout {
    max-width: none;
    margin: 0;
}

.iab-shop--cart .wc-block-cart,
.iab-shop--checkout .wc-block-checkout {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #452D5B;
}

.iab-shop--cart .wc-block-cart__main,
.iab-shop--checkout .wc-block-checkout__main {
    gap: 32px;
}

.iab-shop--cart .wc-block-cart__empty-cart__title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    color: #452D5B;
    line-height: 1.25;
    margin: 0 0 8px;
}

.iab-shop--cart .wc-block-cart__empty-cart__title.with-empty-cart-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iab-shop--cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    width: 64px;
    height: 64px;
    margin: 0 0 16px;
    opacity: 0.4;
    background-size: contain;
}

.iab-shop--cart .wp-block-woocommerce-empty-cart-block {
    text-align: center;
    padding: 12px 0 8px;
}

.iab-shop--cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator {
    display: none;
}

.iab-shop--cart .iab-shop__empty-cart-cta {
    margin: 16px 0 8px;
}

.iab-shop__invoice-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    margin: 0 0 28px;
    padding: 22px 26px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(234, 81, 3, 0.1), rgba(69, 45, 91, 0.06));
    border: 2px solid rgba(234, 81, 3, 0.35);
    box-shadow: 0 10px 32px rgba(234, 81, 3, 0.12);
}

.iab-shop__invoice-cta-copy {
    flex: 1 1 220px;
    min-width: 0;
}

.iab-shop__invoice-cta-eyebrow {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #EA5103;
}

.iab-shop__invoice-cta-title {
    display: block;
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #452D5B;
}

.iab-shop__invoice-cta-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #6b5a7a;
}

.iab-shop--cart .iab-shop__invoice-btn,
.iab-shop--order-received .iab-shop__invoice-btn,
.woocommerce-order .iab-shop__invoice-btn,
.iab-shop__invoice-cta .iab-shop__invoice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(234, 81, 3, 0.28);
    white-space: nowrap;
}

.iab-shop--cart .iab-shop__invoice-btn:hover,
.iab-shop--order-received .iab-shop__invoice-btn:hover,
.iab-shop__invoice-cta .iab-shop__invoice-btn:hover {
    background: linear-gradient(45deg, #FD8D54 0%, #EA5103 100%) !important;
    color: #fff !important;
}

@media (max-width: 640px) {
    .iab-shop__invoice-cta {
        padding: 18px 18px;
    }

    .iab-shop__invoice-cta .iab-shop__invoice-btn {
        width: 100%;
    }
}

.iab-shop__invoice-wrap {
    margin: 0 0 24px;
}

.iab-shop__empty-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 20px 0 8px;
    text-align: left;
}

.iab-shop__empty-package {
    display: flex;
    flex-direction: column;
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.1);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    color: #452D5B;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.iab-shop__empty-package:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(30, 0, 58, 0.1);
}

.iab-shop__empty-package-media {
    display: block;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-color: #eee8f4;
}

.iab-shop__empty-package-media--empty {
    background: linear-gradient(135deg, #2E0C54, #49207A);
}

.iab-shop__empty-package-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px 16px;
}

.iab-shop__empty-package-body strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #452D5B;
}

.iab-shop__empty-package-body em {
    font-style: normal;
    font-size: 13px;
    color: #FC7936;
    font-weight: 600;
}

/* Hide any leftover shop product grids on empty cart */
.iab-shop--cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
.iab-shop--cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
.iab-shop--cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
    display: none !important;
}

.iab-shop--cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a7a96;
    margin: 40px 0 4px;
}

.iab-shop--cart .wc-block-grid {
    margin: 16px 0 0;
}

.iab-shop--cart .wc-block-grid__product-title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 16px;
    font-weight: 600;
    color: #452D5B;
    text-decoration: none;
    margin: 12px 0 6px;
}

.iab-shop--cart .wc-block-grid.has-4-columns .wc-block-grid__products,
.iab-shop--cart .wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    width: 100%;
}

.iab-shop--cart .wc-block-grid.has-4-columns .wc-block-grid__product,
.iab-shop--cart .wc-block-grid__product {
    position: relative;
    width: 100%;
    max-width: 260px;
    float: none;
    margin: 0;
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 14px;
    overflow: hidden;
    padding: 0 0 18px;
    text-align: center;
}

.iab-shop--cart .wc-block-grid__product-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.iab-shop--cart .wc-block-grid__product-image {
    aspect-ratio: 1;
    background: #efe8f5;
    overflow: hidden;
}

.iab-shop--cart .wc-block-grid__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iab-shop--cart .wc-block-grid__product-onsale {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    margin: 0;
    background: #EA5103;
    color: #fff;
    border: 0;
    min-height: 0;
    min-width: 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.iab-shop--cart .wc-block-grid__product-price {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 14px;
    color: #6D5B7D;
    margin: 0 16px 12px;
}

.iab-shop--cart .wc-block-grid__product-price del {
    opacity: 0.55;
    margin-right: 6px;
}

.iab-shop--cart .wc-block-grid__product-price ins {
    text-decoration: none;
    font-weight: 600;
    color: #452D5B;
}

.iab-shop--cart .wc-block-grid__product-add-to-cart {
    margin: 0 16px;
}

.iab-shop--cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
.iab-shop--cart .wc-block-grid__product-add-to-cart a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 16px;
}

.iab-shop--cart .wc-block-components-button:not(.is-link),
.iab-shop--checkout .wc-block-components-button:not(.is-link),
.iab-shop--cart .wc-block-cart__submit-button,
.iab-shop--checkout .wc-block-components-checkout-place-order-button {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    min-height: 48px;
    padding: 14px 28px !important;
    transition: background 0.2s;
}

.iab-shop--cart .wc-block-components-button:not(.is-link):hover,
.iab-shop--checkout .wc-block-components-button:not(.is-link):hover,
.iab-shop--cart .wc-block-cart__submit-button:hover,
.iab-shop--checkout .wc-block-components-checkout-place-order-button:hover {
    background: linear-gradient(45deg, #FD8D54 0%, #EA5103 100%) !important;
}

/* On the stacked mobile layout the actions block (Place order) visually
   follows right after the order-summary sidebar with no gap of its own —
   give it some breathing room above. */
.iab-shop--checkout .wc-block-checkout__actions {
    margin-top: 24px;
}

.iab-shop--cart .wc-block-components-text-input input,
.iab-shop--cart .wc-block-components-text-input label,
.iab-shop--checkout .wc-block-components-text-input input,
.iab-shop--checkout .wc-block-components-text-input label,
.iab-shop--checkout .wc-blocks-components-select__select,
.iab-shop--checkout .wc-blocks-components-select__label,
.iab-shop--checkout .wc-block-components-textarea textarea {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #452D5B;
}

.iab-shop--cart .wc-block-components-text-input input,
.iab-shop--checkout .wc-block-components-text-input input,
.iab-shop--checkout .wc-block-components-textarea textarea {
    border: 1px solid rgba(69, 45, 91, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

/* Country/State use the "wc-blocks-components-select" component (note the
   plural "blocks"), not ".wc-block-components-select" — our old selector
   never matched, so these dropdowns kept WooCommerce's raw default
   currentColor-mix border and default 4px radius, clashing with the soft
   purple, 10px-radius look we give every other field. */
.iab-shop--checkout .wc-blocks-components-select {
    margin-top: 12px !important;
}

.iab-shop--checkout .wc-block-components-address-form__country .wc-blocks-components-select {
    margin-top: 12px !important;
}

.iab-shop--checkout .wc-blocks-components-select__select {
    border: 1px solid rgba(69, 45, 91, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: #fff !important;
}

.iab-shop--checkout .wc-blocks-components-select__select:focus {
    border-color: #452D5B !important;
}

.iab-shop--checkout .wc-blocks-components-select__container {
    border-radius: 10px !important;
    overflow: hidden;
}

.iab-shop--checkout .wc-blocks-components-select__label {
    color: #8a7a96 !important;
}

.iab-shop--checkout .wc-blocks-components-select__expand {
    fill: #452D5B !important;
}

/* Payment method radio "cards" — WooCommerce draws the selected-option
   highlight using a currentColor box-shadow + a separate ::after border,
   both keyed off the inherited text color. Two overlapping, oddly-colored
   outlines is exactly the "weird border" look; pin them to one clean,
   deliberate brand-colored outline instead. */
.iab-shop--checkout .wc-block-components-radio-control--highlight-checked:after {
    border-color: rgba(69, 45, 91, 0.14) !important;
    border-radius: 10px !important;
}

.iab-shop--checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.iab-shop--checkout label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1.5px #452D5B !important;
    border-radius: 10px !important;
}

.iab-shop--checkout .wc-block-components-radio-control__option {
    border-radius: 10px !important;
}

.iab-shop--cart .wc-block-components-sidebar,
.iab-shop--checkout .wc-block-components-sidebar {
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 14px;
    padding: 24px;
}

.iab-shop--cart .wc-block-components-totals-item,
.iab-shop--checkout .wc-block-components-totals-item {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #452D5B;
}

/* —— Order summary (checkout sidebar) —— */
.iab-shop--checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    background: linear-gradient(180deg, #fff 0%, #faf8fc 100%);
    border: 1px solid rgba(69, 45, 91, 0.1);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(30, 0, 58, 0.08);
}

.iab-shop--checkout .wc-block-components-sidebar {
    position: sticky;
    top: 96px;
    padding: 28px 24px 24px;
}

@media (max-width: 828px) {
    .iab-shop--checkout .wc-block-components-sidebar {
        position: static;
        top: auto;
    }
}

/* The order-summary block sits nested inside the sidebar styled above — keep
   it flat/transparent so it doesn't read as a card-in-a-card. */
.iab-shop--checkout .wp-block-woocommerce-checkout-order-summary-block,
.iab-shop--checkout .wc-block-components-order-summary {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.iab-shop--checkout .wc-block-components-checkout-order-summary__title,
.iab-shop--checkout .wc-block-components-panel__button,
.iab-shop--checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #452D5B;
}

.iab-shop--checkout .wc-block-components-checkout-order-summary__title,
.iab-shop--checkout .wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-panel > .wc-block-components-panel__button {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 8px;
}

.iab-shop--checkout .wc-block-components-order-summary-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(69, 45, 91, 0.08);
    gap: 14px;
}

.iab-shop--checkout .wc-block-components-order-summary-item__image {
    flex: 0 0 64px;
    align-self: flex-start;
    width: 64px;
    height: 64px;
    max-width: 64px;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f3eef8;
}

.iab-shop--checkout .wc-block-components-order-summary-item__image > img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.iab-shop--checkout .wc-block-components-order-summary-item .wc-block-cart-item__prices {
    display: none;
}

.iab-shop--checkout .wc-block-components-order-summary-item__description {
    flex: 1 1 auto;
    min-width: 0;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
}

.iab-shop--checkout .wc-block-components-order-summary-item__total-price {
    flex: 0 0 auto;
    align-self: flex-start;
    white-space: nowrap;
}

/* Below the container-width where the layout stacks to one column,
   WooCommerce also shows a compact "Order summary · total ⌄" bar above the
   form — so by the time a shopper scrolls down to this full card, the
   itemised photo/dates/room-type is already redundant. Hide just the item
   list here and keep coupon / subtotal / total / place-order intact. */
@container (max-width: 699px) {
    .iab-shop--checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
        display: none;
    }
}

.iab-shop--checkout .wc-block-components-product-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #452D5B !important;
    text-decoration: none !important;
}

.iab-shop--checkout .wc-block-components-product-metadata,
.iab-shop--checkout .wc-block-components-product-details {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #6D5B7D;
    line-height: 1.5;
}

/* Each booking detail (travel dates, room type, guests…) is rendered as an
   inline "Name: value" span joined with " / " separators by WC Blocks, meant
   for compact variation lists — not a multi-field booking summary. Break
   each pair onto its own line and drop the separator. */
.iab-shop--checkout .wc-block-components-product-details span[aria-hidden="true"] {
    display: none;
}

.iab-shop--checkout .wc-block-components-product-details > span {
    display: block;
    margin-bottom: 3px;
}

.iab-shop--checkout .wc-block-components-product-details > span:last-child {
    margin-bottom: 0;
}

.iab-shop--checkout .wc-block-components-product-details__name {
    color: #8a7a96;
}

.iab-shop--checkout .wc-block-components-product-details__value {
    color: #452D5B;
    font-weight: 500;
}

.iab-shop--checkout .wc-block-components-order-summary-item__total-price,
.iab-shop--checkout .wc-block-components-product-price {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #FC7936 !important;
    font-weight: 700 !important;
}

.iab-shop--checkout .wc-block-components-totals-item {
    padding: 10px 0;
}

.iab-shop--checkout .wc-block-components-totals-footer-item {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(69, 45, 91, 0.12);
}

.iab-shop--checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 15px;
    font-weight: 600;
}

.iab-shop--checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #FC7936 !important;
}

.iab-shop--checkout .wc-block-components-checkout-step__title {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    color: #452D5B;
}

.iab-shop--checkout .wc-block-components-checkout-step__description {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #6D5B7D;
}

/* —— Order confirmed / thank you —— */
.iab-shop--order-received .iab-shop__flow-panel--order {
    padding: 40px 44px;
}

.iab-shop--order-received .wc-block-order-confirmation-status,
.iab-shop--order-received .woocommerce-order-overview,
.iab-shop--order-received .woocommerce-thankyou-order-received {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    color: #452D5B;
}

.iab-shop--order-received .wc-block-order-confirmation-status {
    background: linear-gradient(135deg, rgba(6, 118, 71, 0.08), rgba(250, 248, 252, 0.9));
    border: 1px solid rgba(6, 118, 71, 0.18);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 28px;
}

.iab-shop--order-received .wc-block-order-confirmation-status__description,
.iab-shop--order-received .woocommerce-notice--success {
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 600;
    color: #067647;
    margin: 0 0 28px !important;
}

/* Order Confirmation summary — styled as a full-width card matching
   "Your trip booking" above it (same width, padding, radius, shadow).
   Uses flex + flex-grow (not grid auto-fit) so the items always stretch
   to fill the full row instead of shrink-wrapping/centering when there
   are only 3-4 items. */
.iab-shop--order-received .wc-block-order-confirmation-summary,
.iab-shop--order-received .woocommerce-order-overview {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
    list-style: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 28px !important;
    padding: 24px 26px !important;
    background: linear-gradient(180deg, #fff 0%, #faf8fc 100%) !important;
    border: 1px solid rgba(69, 45, 91, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(30, 0, 58, 0.06) !important;
}

.iab-shop--order-received .wc-block-order-confirmation-summary-list-item,
.iab-shop--order-received .woocommerce-order-overview li {
    flex: 1 1 160px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 1px solid rgba(69, 45, 91, 0.08) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    float: none !important;
    text-transform: none !important;
    font-size: 13px;
    color: #6D5B7D;
}

.iab-shop--order-received .woocommerce-order-overview li:last-of-type {
    border: 1px solid rgba(69, 45, 91, 0.08) !important;
}

/* Below this width, flex-wrap's greedy line-packing can put a short
   item (e.g. "Order number") on the same line as another and a longer
   one (e.g. "Payment method") alone on its own line, producing
   mismatched widths. Force one item per row, each full width. */
@media (max-width: 700px) {
    .iab-shop--order-received .wc-block-order-confirmation-summary,
    .iab-shop--order-received .woocommerce-order-overview {
        flex-direction: column !important;
    }
    .iab-shop--order-received .wc-block-order-confirmation-summary-list-item,
    .iab-shop--order-received .woocommerce-order-overview li {
        flex: 1 1 auto !important;
        width: 100% !important;
    }
}

.iab-shop--order-received .wc-block-order-confirmation-summary-list-item strong,
.iab-shop--order-received .woocommerce-order-overview strong {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #452D5B;
}

.iab-shop--order-received .wc-block-order-confirmation-totals-wrapper,
.iab-shop--order-received .wc-block-order-confirmation-totals,
.iab-shop--order-received table.shop_table {
    background: #fff;
    border: 1px solid rgba(69, 45, 91, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(30, 0, 58, 0.06);
}

.iab-shop--order-received .wc-block-order-confirmation-totals-wrapper {
    padding: 8px 20px 16px;
    margin-bottom: 24px;
}

.iab-shop--order-received .wc-block-order-confirmation-totals__wrapper {
    border: none !important;
}

.iab-shop--order-received h2,
.iab-shop--order-received .wc-block-order-confirmation-totals-wrapper .wp-block-heading {
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    font-size: 20px;
    font-weight: 600;
    color: #452D5B;
    margin: 24px 0 14px;
}

.iab-shop--order-received .wc-block-order-confirmation-billing-address,
.iab-shop--order-received .wc-block-order-confirmation-shipping-address,
.iab-shop--order-received .woocommerce-customer-details address {
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 14px;
    padding: 20px 22px;
    font-style: normal;
    color: #452D5B;
    line-height: 1.55;
}

.iab-shop--order-received a.woocommerce-button,
.iab-shop--order-received .woocommerce-button {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.iab-shop--cart table.shop_table,
.iab-shop--checkout table.shop_table {
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.iab-shop--cart .cart-collaterals .cart_totals,
.iab-shop--checkout #order_review {
    background: #faf8fc;
    border: 1px solid rgba(69, 45, 91, 0.08);
    border-radius: 14px;
    padding: 24px;
}

.iab-shop--cart .woocommerce .button,
.iab-shop--checkout .woocommerce .button,
.iab-shop--checkout #place_order {
    background: linear-gradient(45deg, #EA5103 0%, #FD8D54 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    font-family: var(--iab-font, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

@media (max-width: 991px) {
    .iab-shop .iab-packages__inner {
        grid-template-columns: 1fr;
    }

    .iab-shop .iab-packages__filters {
        position: static;
    }

    .iab-shop__product-grid {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 28px;
    }

    .iab-shop__product-summary.summary {
        position: static;
    }

    .iab-shop__product-hero {
        margin-top: -72px;
        padding: 140px 20px 72px;
        min-height: 400px;
    }

    .iab-shop__main {
        margin-top: -40px;
    }

    .iab-shop__notice {
        padding: 36px 24px;
    }
}

@media (max-width: 768px) {
    .iab-shop.iab-packages {
        padding: 0 16px 48px;
    }

    .iab-shop .iab-packages__hero {
        margin: 0 -16px 0;
        padding: 100px 16px 40px;
    }

    .iab-shop__product-panel {
        padding: 0;
        border-radius: 16px;
    }

    .iab-shop__tabs-panel {
        padding: 24px 20px 28px;
        border-radius: 16px;
    }

    .iab-shop--cart,
    .iab-shop--checkout {
        padding: 0 16px 48px;
    }

    .iab-shop__flow-panel {
        padding: 24px 20px;
    }
}

/* ── RTL cart / checkout ── */
html[dir="rtl"] .iab-shop--cart,
html[dir="rtl"] .iab-shop--checkout,
body.rtl .iab-shop--cart,
body.rtl .iab-shop--checkout {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .iab-shop--cart .iab-packages__hero-title,
html[dir="rtl"] .iab-shop--checkout .iab-packages__hero-title,
html[dir="rtl"] .iab-shop--cart .iab-packages__hero-lead,
html[dir="rtl"] .iab-shop--checkout .iab-packages__hero-lead,
body.rtl .iab-shop--cart .iab-packages__hero-title,
body.rtl .iab-shop--checkout .iab-packages__hero-title,
body.rtl .iab-shop--cart .iab-packages__hero-lead,
body.rtl .iab-shop--checkout .iab-packages__hero-lead {
    text-align: right;
}

html[dir="rtl"] .iab-shop--checkout .wc-block-components-sidebar-layout,
html[dir="rtl"] .iab-shop--cart .wc-block-components-sidebar-layout,
body.rtl .iab-shop--checkout .wc-block-components-sidebar-layout,
body.rtl .iab-shop--cart .wc-block-components-sidebar-layout {
    direction: rtl;
}

html[dir="rtl"] .iab-shop--checkout .wc-block-components-order-summary-item,
html[dir="rtl"] .iab-shop--checkout .wc-block-components-totals-item,
body.rtl .iab-shop--checkout .wc-block-components-order-summary-item,
body.rtl .iab-shop--checkout .wc-block-components-totals-item {
    text-align: right;
}

html[dir="rtl"] .iab-shop--checkout .wc-block-components-product-name,
body.rtl .iab-shop--checkout .wc-block-components-product-name {
    text-align: right;
}

html[dir="rtl"] .iab-shop__booking-recap-grid,
body.rtl .iab-shop__booking-recap-grid {
    text-align: right;
}

html[dir="rtl"] .iab-shop__invoice-cta,
body.rtl .iab-shop__invoice-cta {
    text-align: right;
}
