.woocommerce-checkout .hero-7-area.breadcrumb_default{
    display: none;
}

/* shop main page */
/* Shop Page */
.rb-shop-page {
    background: #f3f7fa;
    color: #061827;
}

.rb-shop-page .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero */
.rb-shop-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.rb-shop-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.rb-shop-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 20, 35, 0.82), rgba(4, 20, 35, 0.35)),
        linear-gradient(180deg, rgba(4, 20, 35, 0.1), rgba(4, 20, 35, 0.45));
}

.rb-shop-hero__bg img {
    width: 100%;
    height: 100% !important; 
    object-fit: cover;
}

.rb-shop-hero .container {
    position: relative;
    z-index: 1;
}

.rb-shop-hero__content {
    max-width: 660px;
}

.rb-shop-hero__content span,
.rb-shop-section-head span,
.rb-shop-sponsor__box span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.rb-shop-hero__content h1 {
    margin: 20px 0 18px;
    color: #ffffff;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: 0;
}

.rb-shop-hero__content p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.65;
    font-weight: 700;
}

.rb-shop-btn,
.rb-shop-back-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(22, 163, 74, 0.26);
}

.rb-shop-btn:hover,
.rb-shop-back-home:hover {
    background: #12863d;
    color: #ffffff;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 7px;
}

p.comment-form-cookies-consent label {
    margin: 0 !important;
}

/* Shared Sections */
.rb-shop-categories,
.rb-shop-products,
.rb-shop-benefits,
.rb-shop-partners,
.rb-shop-sponsor {
    padding: 82px 0;
}

.rb-shop-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.rb-shop-section-head--row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.rb-shop-section-head span {
    background: #e3f2ff;
    color: #0f5f99;
}

.rb-shop-section-head h2 {
    margin: 14px 0 10px;
    color: #061827;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 950;
}

.rb-shop-section-head p {
    color: #557086;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

/* Category Grid */
.rb-shop-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rb-shop-category-card {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    background: #0b2438;
    box-shadow: 0 22px 54px rgba(7, 24, 39, 0.12);
}

.rb-shop-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.rb-shop-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 20, 35, 0.04), rgba(4, 20, 35, 0.88));
}

.rb-shop-category-card div {
    position: relative;
    z-index: 1;
    padding: 26px;
}

.rb-shop-category-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 15px;
    background: #ffffff;
    color: #0f75bc;
    font-size: 21px;
}

.rb-shop-category-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 950;
}

.rb-shop-category-card p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.rb-shop-category-card span {
    color: #7ee2a8;
    font-size: 15px;
    font-weight: 950;
}

.rb-shop-category-card:hover img {
    transform: scale(1.06);
}

/* Sponsor Banner */
.rb-shop-sponsor {
    padding-top: 20px;
}

.rb-shop-sponsor__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #092236, #0f75bc);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 24px 64px rgba(7, 24, 39, 0.16);
}

.rb-shop-sponsor__box span {
    background: rgba(255, 255, 255, 0.15);
}

.rb-shop-sponsor__box h2 {
    margin: 16px 0 10px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 950;
}

.rb-shop-sponsor__box p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.rb-shop-sponsor__box strong {
    flex: 0 0 auto;
    padding: 14px 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f5f99;
    font-weight: 950;
}

/* Products */
.rb-shop-link {
    color: #0f75bc;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
}

.rb-shop-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.rb-shop-product-card {
    display: block;
    padding: 14px;
    border-radius: 20px;
    background: #ffffff;
    color: #061827;
    text-decoration: none;
    border: 1px solid #dce8f1;
    box-shadow: 0 18px 44px rgba(7, 24, 39, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rb-shop-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(7, 24, 39, 0.12);
}

.rb-shop-product-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    background: #f0f5f8;
}

.rb-shop-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rb-shop-product-card__image span {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #061827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.rb-shop-product-card h3 {
    margin: 16px 4px 6px;
    color: #061827;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 950;
}

.rb-shop-product-card p {
    margin: 0 4px 12px;
    color: #64798a;
    font-size: 14px;
    font-weight: 800;
}

.rb-shop-product-card strong {
    display: inline-flex;
    margin: 0 4px 4px;
    color: #0f75bc;
    font-size: 14px;
    font-weight: 950;
}

/* Benefits */
.rb-shop-benefits {
    padding-top: 10px;
}

.rb-shop-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rb-shop-benefits article {
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #dce8f1;
    text-align: center;
}

.rb-shop-benefits i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
    border-radius: 18px;
    background: #e3f2ff;
    color: #0f75bc;
    font-size: 24px;
}

.rb-shop-benefits h3 {
    margin: 0 0 8px;
    color: #061827;
    font-size: 20px;
    font-weight: 950;
}

.rb-shop-benefits p {
    margin: 0;
    color: #557086;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

/* Partner Logos */
.rb-shop-logo-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.rb-shop-logo-row a img {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dce8f1;
    color: #0f5f99;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
}
.rb-shop-category-card::after {
    background: linear-gradient(
        180deg,
        rgba(4, 20, 35, 0.05) 20%,
        rgba(4, 20, 35, 0.9) 100%
    );
}
.rb-shop-product-card__image {
    aspect-ratio: 1 / 1;
    background: #ffffff;
}

.rb-shop-product-card__image img {
    object-fit: cover;
}
.rb-shop-logo-row a {
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(7, 24, 39, 0.06);
}
.rb-shop-partners {
    padding-top: 56px;
}

/* Back Home */
.rb-shop-back-section {
    padding: 30px 0 80px;
    text-align: center;
}

/* Responsive */
@media (max-width: 1199px) {
    .rb-shop-category-grid,
    .rb-shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rb-shop-logo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rb-shop-page .container {
        padding: 0 18px;
    }

    .rb-shop-hero {
        min-height: 560px;
        padding: 0px 10px;
    }

    .rb-shop-hero__content p {
        font-size: 17px;
    }

    .rb-shop-categories,
    .rb-shop-products,
    .rb-shop-benefits,
    .rb-shop-partners,
    .rb-shop-sponsor {
        padding: 56px 10px;
    }

    .rb-shop-section-head--row,
    .rb-shop-sponsor__box {
        display: block;
    }

    .rb-shop-sponsor__box {
        padding: 28px;
    }

    .rb-shop-sponsor__box strong {
        display: inline-flex;
        margin-top: 22px;
    }

    .rb-shop-category-grid,
    .rb-shop-product-grid,
    .rb-shop-benefits__grid,
    .rb-shop-logo-row {
        grid-template-columns: 1fr;
    }

    .rb-shop-category-card {
        min-height: 300px;
    }
}

/* checkout page */
.woocommerce-checkout .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 20px;
}

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    background: #fff;
    border: 1px solid #dce8f1;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7, 35, 57, 0.08);
}

.woocommerce-checkout #customer_details {
    padding: 28px;
}

.woocommerce-checkout #order_review_heading {
    margin: 0 0 14px;
    padding: 22px 24px;
    font-size: 28px;
    font-weight: 900;
    color: #001f35;
}

.woocommerce-checkout #order_review {
    padding: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 900;
    color: #001f35;
}

.woocommerce-checkout .form-row {
    margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    color: #0b2b43;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #cfe0ec;
    border-radius: 12px;
    background: #f7fbfe;
    color: #071f33;
    font-weight: 600;
}

.woocommerce-checkout textarea {
    min-height: 110px;
}

.woocommerce-checkout table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 14px 0;
    border-bottom: 1px solid #e4edf4;
    color: #0b2b43;
}

.woocommerce-checkout table.shop_table th {
    font-weight: 900;
}

.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
    font-size: 20px;
    font-weight: 900;
    color: #001f35;
}

.woocommerce-checkout #payment {
    margin-top: 20px;
    padding: 18px;
    border-radius: 16px;
    background: #f4f9fd;
}

.woocommerce-checkout #place_order {
    width: 100%;
    margin-top: 18px;
    padding: 16px 24px;
    border: none;
    border-radius: 999px;
    background: #15a64a;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(21, 166, 74, 0.24);
}

.woocommerce-checkout #place_order:hover {
    background: #118c3f;
}

@media (max-width: 900px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce {
        padding: 34px 14px;
    }
}
.woocommerce-checkout .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0px;
}

.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px;
    grid-template-areas: "customer order";
    gap: 34px;
    align-items: start;
}

.woocommerce-checkout #customer_details {
    grid-area: customer;
    background: #fff;
    border: 1px solid #dce8f1;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(7, 35, 57, 0.08);
}

.woocommerce-checkout #order_review_heading {
    grid-area: order-title;
    margin: 0;
    background: #fff;
    border: 1px solid #dce8f1;
    border-radius: 22px;
    padding: 24px 28px;
    font-size: 30px;
    font-weight: 900;
    color: #001f35;
    box-shadow: 0 18px 45px rgba(7, 35, 57, 0.08);
}

.woocommerce-checkout #order_review {
    grid-area: order;
    background: #fff;
    border: 1px solid #dce8f1;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(7, 35, 57, 0.08);
}

.woocommerce-checkout .form-row,
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last,
.woocommerce-checkout .form-row-wide {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 52px;
    box-sizing: border-box;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    padding: 13px 15px;
    border: 1px solid #cfe0ec;
    border-radius: 12px;
    background: #f7fbfe;
    color: #071f33;
    font-weight: 600;
}

.woocommerce-checkout label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    color: #0b2b43;
}

.woocommerce-checkout table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 14px 0;
    border-bottom: 1px solid #e4edf4;
}

.woocommerce-checkout #payment {
    margin-top: 22px;
    padding: 20px;
    border-radius: 18px;
    background: #f4f9fd;
}

.woocommerce-checkout #place_order {
    width: 100%;
    margin-top: 18px;
    padding: 16px 24px;
    border: 0;
    border-radius: 999px;
    background: #15a64a;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 900px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "customer"
            "order-title"
            "order";
    }
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
}

.woocommerce-checkout .col2-set .col-1 {
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
    grid-column: span 2;
}

@media (max-width: 700px) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
    .woocommerce-checkout #billing_country_field,
    .woocommerce-checkout #billing_address_1_field,
    .woocommerce-checkout #billing_address_2_field,
    .woocommerce-checkout #billing_city_field,
    .woocommerce-checkout #billing_state_field,
    .woocommerce-checkout #billing_postcode_field,
    .woocommerce-checkout #billing_phone_field,
    .woocommerce-checkout #billing_email_field {
        grid-column: span 1;
    }
}

/* Hide coupon notice on booking checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

/* Make order title connect with order box */
.woocommerce-checkout #order_review_heading {
    margin: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 18px 45px rgba(7, 35, 57, 0.06) !important;
}

/* Remove the vertical gap between title and product details */
.woocommerce-checkout #order_review {
    padding-top: 28px !important;
}

/* Fix select height/appearance */
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 56px !important;
    min-height: 56px !important;
    border: 1px solid #cfe0ec !important;
    border-radius: 12px !important;
    background: #f7fbfe !important;
    display: flex !important;
    align-items: center !important;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
    line-height: 54px !important;
    padding-left: 14px !important;
    color: #071f33 !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .select2-container .select2-selection__arrow {
    height: 54px !important;
}

.woocommerce-checkout #order_review_heading {
    display: none !important;
}

.woocommerce-checkout #order_review {
    position: relative;
}

.woocommerce-checkout #order_review::before {
    content: "Rezumat comandă";
    display: block;
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e4edf4;
    color: #001f35;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}
@media (max-width: 900px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "customer"
            "order";
    }
}
/* -------------------------------------------------------------------------
   Single product — basic layout (temporary until full design)
   ------------------------------------------------------------------------- */
.single-product #primary.content-area {
  background: #f3f7fa;
  color: #061827;
}

.single-product .site-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

.single-product .woocommerce-breadcrumb {
  margin: 0 0 28px;
  color: #5c7386;
  font-size: 0.9rem;
  line-height: 1.5;
}

.single-product .woocommerce-breadcrumb a {
  color: #0f75bc;
  text-decoration: none;
}

.single-product .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.single-product .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 40px 48px;
  align-items: start;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(6, 24, 39, 0.05);
}

.single-product div.product::before,
.single-product div.product::after {
  display: none;
}

.single-product .woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.single-product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image--placeholder {
  overflow: hidden;
  border-radius: 14px;
  background: #e8eef3;
}

.single-product .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.single-product .summary.entry-summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0;
}

.single-product .product_title.entry-title {
  margin: 0 0 12px;
  color: #061827;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
}

.single-product .summary .price {
  margin: 0 0 24px;
  color: #0f75bc;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
}

.single-product .summary .price del {
  margin-right: 8px;
  color: #5c7386;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.75;
}

.single-product .summary .woocommerce-product-details__short-description {
  margin: 0 0 24px;
  color: #5c7386;
  font-size: 1rem;
  line-height: 1.65;
}

.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}

.single-product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.single-product form.cart .quantity .qty {
  width: 72px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(6, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

.single-product form.cart .single_add_to_cart_button,
.single-product .button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: #16a34a;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product .button.alt:hover {
  background: #12863d;
  color: #fff !important;
  transform: translateY(-1px);
}

.single-product .product_meta {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(6, 24, 39, 0.08);
  color: #5c7386;
  font-size: 0.9rem;
  line-height: 1.6;
}

.single-product .product_meta a {
  color: #0f75bc;
  text-decoration: none;
}

.single-product .product_meta a:hover {
  text-decoration: underline;
}

.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px solid rgba(6, 24, 39, 0.08);
}

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border: 0;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(6, 24, 39, 0.1);
  border-radius: 999px;
  background: #f3f7fa;
  color: #061827;
  font-weight: 700;
  text-decoration: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
  background: #0f75bc;
  border-color: #0f75bc;
  color: #fff;
}

.single-product .woocommerce-Tabs-panel {
  margin: 0;
  padding: 0;
  border: 0;
  color: #5c7386;
  line-height: 1.65;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 14px;
  color: #061827;
  font-size: 1.25rem;
  font-weight: 800;
}

.single-product .woocommerce-Reviews .comment-form label {
  display: block;
  margin-bottom: 6px;
  color: #061827;
  font-weight: 600;
}

.single-product .woocommerce-Reviews .comment-form input[type="text"],
.single-product .woocommerce-Reviews .comment-form input[type="email"],
.single-product .woocommerce-Reviews .comment-form select,
.single-product .woocommerce-Reviews .comment-form textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(6, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font: inherit;
}

.single-product .woocommerce-Reviews .comment-form .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  background: #0f75bc;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.single-product .woocommerce-Reviews .comment-form .form-submit .submit:hover {
  background: #0c5f99;
}

.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding: 28px 0 4px;
  border-top: 1px solid rgba(6, 24, 39, 0.08);
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  margin: 0 0 20px;
  color: #061827;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.single-product .upsells.products ul.products::before,
.single-product .upsells.products ul.products::after {
  display: none;
}

.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid #dce8f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.single-product .related.products ul.products li.product:hover,
.single-product .upsells.products ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(7, 24, 39, 0.1);
}

.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link,
.single-product .upsells.products ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 12px;
  border-radius: 12px;
  background: #f0f5f8;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
  margin: 0 2px 8px;
  padding: 0;
  color: #061827;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price {
  display: block;
  margin: 0 2px 12px;
  color: #0f75bc;
  font-size: 0.95rem;
  font-weight: 800;
}

.single-product .related.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: #16a34a;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.single-product .related.products ul.products li.product .button:hover,
.single-product .upsells.products ul.products li.product .button:hover {
  background: #12863d;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .single-product .site-main {
    padding: 28px 16px 56px;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 20px;
  }

  .single-product form.cart {
    width: 100%;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
  }
}

/* -------------------------------------------------------------------------
   Cart page — basic layout (temporary until full design)
   ------------------------------------------------------------------------- */
.woocommerce-cart .wpr-page-area {
  background: #f3f7fa;
  color: #061827;
}

.woocommerce-cart .wpr-page-content .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 0 0 16px;
  padding: 14px 18px;
  border: 1px solid rgba(6, 24, 39, 0.1);
  border-radius: 12px;
  background: #ffffff;
  color: #061827;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.woocommerce-cart .woocommerce-message {
  border-color: rgba(22, 163, 74, 0.28);
  background: #f0fdf4;
}

.woocommerce-cart .woocommerce-info {
  border-color: rgba(15, 117, 188, 0.25);
  background: #eef7fc;
}

.woocommerce-cart .woocommerce-error {
  border-color: rgba(220, 53, 69, 0.28);
  background: #fff5f5;
  color: #8a1f2b;
}

.woocommerce-cart .woocommerce-message .button,
.woocommerce-cart .woocommerce-info .button {
  margin-left: auto;
  padding: 8px 14px;
  border-radius: 8px;
  background: #0f75bc;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-cart .woocommerce-message .button:hover,
.woocommerce-cart .woocommerce-info .button:hover {
  background: #0c5f99;
}

/* Empty cart */
.woocommerce-cart .wc-empty-cart-message {
  margin-bottom: 20px;
}

.woocommerce-cart .cart-empty {
  margin: 0;
  padding: 28px 24px;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.05);
  text-align: center;
  font-size: 1.05rem;
}

.woocommerce-cart .return-to-shop {
  margin: 0;
  text-align: center;
}

.woocommerce-cart .return-to-shop .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: #0f75bc;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.woocommerce-cart .return-to-shop .button:hover {
  background: #0c5f99;
}

/* Cart layout: table + totals */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
  margin: 0;
}

.woocommerce-cart form.woocommerce-cart-form {
  margin-bottom: 28px;
  padding: 8px 20px 20px;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.05);
}

.woocommerce-cart table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 16px 10px;
  border: 0;
  border-bottom: 1px solid rgba(6, 24, 39, 0.08);
  color: #061827;
  font-size: 0.95rem;
  text-align: left;
  vertical-align: middle;
}

.woocommerce-cart table.shop_table thead th {
  padding-top: 18px;
  color: #5c7386;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-cart table.shop_table td.actions {
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 8px;
}

.woocommerce-cart .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(6, 24, 39, 0.12);
  border-radius: 8px;
  background: #f3f7fa;
  color: #8a1f2b !important;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.woocommerce-cart .product-remove .remove:hover {
  background: #fff5f5;
  border-color: rgba(220, 53, 69, 0.35);
}

.woocommerce-cart .product-thumbnail img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  background: #e8eef3;
}

.woocommerce-cart .product-name {
  font-weight: 700;
}

.woocommerce-cart .product-name a {
  color: #061827;
  text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
  color: #0f75bc;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  font-weight: 700;
  white-space: nowrap;
}

.woocommerce-cart .product-quantity .qty {
  width: 72px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(6, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.woocommerce-cart td.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.woocommerce-cart td.actions::before,
.woocommerce-cart td.actions::after {
  display: none;
}

.woocommerce-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  float: none !important;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-cart .coupon .input-text {
  min-width: 180px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(6, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font: inherit;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="update_cart"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(6, 24, 39, 0.12);
  border-radius: 10px;
  background: #f3f7fa;
  color: #061827 !important;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart button[name="update_cart"]:hover {
  background: #e8eef3;
  border-color: rgba(6, 24, 39, 0.2);
}

.woocommerce-cart button[name="update_cart"] {
  float: none !important;
  margin-left: auto;
}

/* Cart totals */
.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart .cart_totals {
  width: 100%;
  max-width: 420px;
  padding: 24px;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.05);
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(6, 24, 39, 0.08);
  color: #061827;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.woocommerce-cart .cart_totals table.shop_table {
  margin-bottom: 20px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(6, 24, 39, 0.08);
}

.woocommerce-cart .cart_totals table.shop_table th {
  color: #5c7386;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
}

.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right;
  font-weight: 700;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  border-bottom: 0;
  padding-top: 16px;
  color: #061827;
  font-size: 1.1rem;
  font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0;
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  background: #16a34a;
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #12863d;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .woocommerce-cart form.woocommerce-cart-form {
    padding: 12px 14px 16px;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 8px 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(6, 24, 39, 0.08);
  }

  .woocommerce-cart table.shop_table tr.cart_item td {
    display: block;
    padding: 0;
    border: 0;
  }

  .woocommerce-cart table.shop_table .product-remove {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .woocommerce-cart table.shop_table .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .woocommerce-cart table.shop_table .product-name {
    grid-column: 2;
    grid-row: 1;
  }

  .woocommerce-cart table.shop_table .product-price,
  .woocommerce-cart table.shop_table .product-quantity,
  .woocommerce-cart table.shop_table .product-subtotal {
    grid-column: 2;
  }

  .woocommerce-cart table.shop_table .product-price::before,
  .woocommerce-cart table.shop_table .product-quantity::before,
  .woocommerce-cart table.shop_table .product-subtotal::before {
    content: attr(data-title) ": ";
    color: #5c7386;
    font-weight: 600;
  }

  .woocommerce-cart table.shop_table td.actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0 4px;
  }

  .woocommerce-cart .coupon {
    width: 100%;
  }

  .woocommerce-cart .coupon .input-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .woocommerce-cart button[name="update_cart"] {
    width: 100%;
    margin-left: 0;
  }

  .woocommerce-cart .cart-collaterals {
    justify-content: stretch;
  }

  .woocommerce-cart .cart_totals {
    max-width: none;
  }
}

/* -------------------------------------------------------------------------
   Product archives / categories — basic layout (temporary until full design)
   ------------------------------------------------------------------------- */
.tax-product_cat #primary.content-area,
.post-type-archive-product #primary.content-area {
  background: #f3f7fa;
  color: #061827;
}

.tax-product_cat .site-main,
.post-type-archive-product .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

.tax-product_cat .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-breadcrumb {
  margin: 0 0 24px;
  color: #5c7386;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tax-product_cat .woocommerce-breadcrumb a,
.post-type-archive-product .woocommerce-breadcrumb a {
  color: #0f75bc;
  text-decoration: none;
}

.tax-product_cat .woocommerce-breadcrumb a:hover,
.post-type-archive-product .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
  margin: 0 0 28px;
}

.tax-product_cat .woocommerce-products-header__title,
.post-type-archive-product .woocommerce-products-header__title {
  margin: 0 0 10px;
  color: #061827;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
}

.tax-product_cat .term-description,
.post-type-archive-product .term-description {
  max-width: 640px;
  margin: 0;
  color: #5c7386;
  font-size: 1.05rem;
  line-height: 1.6;
}

.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering {
  float: none;
  margin: 0;
}

.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count {
  color: #5c7386;
  font-size: 0.95rem;
  font-weight: 600;
}

.tax-product_cat .woocommerce-ordering select,
.post-type-archive-product .woocommerce-ordering select {
  min-height: 44px;
  padding: 10px 36px 10px 14px;
  border: 1px solid rgba(6, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font: inherit;
  font-weight: 600;
}

.tax-product_cat .site-main::before,
.tax-product_cat .site-main::after,
.post-type-archive-product .site-main::before,
.post-type-archive-product .site-main::after {
  display: none;
}

.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  display: inline-block;
  vertical-align: middle;
}

.tax-product_cat .site-main > .woocommerce-result-count,
.tax-product_cat .site-main > .woocommerce-ordering,
.post-type-archive-product .site-main > .woocommerce-result-count,
.post-type-archive-product .site-main > .woocommerce-ordering {
  margin-bottom: 24px;
}

.tax-product_cat .site-main > .woocommerce-result-count,
.post-type-archive-product .site-main > .woocommerce-result-count {
  margin-right: 16px;
}

.tax-product_cat ul.products,
.post-type-archive-product ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after {
  display: none;
}

.tax-product_cat ul.products li.product,
.post-type-archive-product ul.products li.product {
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 14px;
  border: 1px solid #dce8f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 24, 39, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tax-product_cat ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(7, 24, 39, 0.12);
}

.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tax-product_cat ul.products li.product img,
.post-type-archive-product ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 14px;
  border-radius: 16px;
  background: #f0f5f8;
}

.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  margin: 0 4px 8px;
  padding: 0;
  color: #061827;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.tax-product_cat ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
  display: block;
  margin: 0 4px 14px;
  color: #0f75bc;
  font-size: 1rem;
  font-weight: 800;
}

.tax-product_cat ul.products li.product .button,
.post-type-archive-product ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #16a34a;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.tax-product_cat ul.products li.product .button:hover,
.post-type-archive-product ul.products li.product .button:hover {
  background: #12863d;
  color: #fff !important;
}

.tax-product_cat .woocommerce-pagination,
.post-type-archive-product .woocommerce-pagination {
  margin-top: 36px;
  clear: both;
}

.tax-product_cat .woocommerce-pagination ul.page-numbers,
.post-type-archive-product .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tax-product_cat .woocommerce-pagination .page-numbers,
.post-type-archive-product .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(6, 24, 39, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #061827;
  font-weight: 700;
  text-decoration: none;
}

.tax-product_cat .woocommerce-pagination .page-numbers.current,
.tax-product_cat .woocommerce-pagination a.page-numbers:hover,
.post-type-archive-product .woocommerce-pagination .page-numbers.current,
.post-type-archive-product .woocommerce-pagination a.page-numbers:hover {
  background: #0f75bc;
  border-color: #0f75bc;
  color: #fff;
}

.tax-product_cat .woocommerce-info,
.post-type-archive-product .woocommerce-info {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(15, 117, 188, 0.2);
  border-radius: 14px;
  background: #eef7fc;
  color: #061827;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tax-product_cat .site-main,
  .post-type-archive-product .site-main {
    padding: 28px 16px 56px;
  }

  .tax-product_cat ul.products,
  .post-type-archive-product ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tax-product_cat ul.products li.product,
  .post-type-archive-product ul.products li.product {
    padding: 10px;
    border-radius: 16px;
  }

  .tax-product_cat .site-main > .woocommerce-result-count,
  .tax-product_cat .site-main > .woocommerce-ordering,
  .post-type-archive-product .site-main > .woocommerce-result-count,
  .post-type-archive-product .site-main > .woocommerce-ordering {
    display: block;
    width: 100%;
  }

  .tax-product_cat .woocommerce-ordering select,
  .post-type-archive-product .woocommerce-ordering select {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products {
    grid-template-columns: 1fr;
  }
}
