/*
Theme Name: Artmart Child
Template: artmart
Version: 1.0.0
Text Domain: artmart-child
*/

/* Fix inappropriate headings in statistics/counter sections */
.single-countdown .number h3,
.single-countdown .number span.counter,
.home1-about-section .about-content-wrap .countdown-wrap .countdown-list .single-countdown .number h3,
.home1-about-section .about-content-wrap .countdown-wrap .countdown-list .single-countdown .number span.counter,
.home2-about-section .about-wrapper .countdown-wrap .countdown-list .single-countdown .number h3,
.home2-about-section .about-wrapper .countdown-wrap .countdown-list .single-countdown .number span.counter,
.discover-section .discover-content .countdown-wrap .countdown-list .single-countdown .number h3,
.discover-section .discover-content .countdown-wrap .countdown-list .single-countdown .number span.counter {
    /* Reset heading to behave as span - now includes proper span elements */
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    display: inline;
}

.home2-about-section .about-wrapper .countdown-wrap .countdown-list .single-countdown .number span.counter,
.discover-section .discover-content .countdown-wrap .countdown-list .single-countdown .number span.counter {
    color: var(--title-color);
    font-family: var(--font-playfair);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

/* Fix Elementor widget heading styling for statistics/counters */
.elementor-counter .elementor-counter-number,
.elementor-counter-number h1,
.elementor-counter-number h2,
.elementor-counter-number h3,
.elementor-counter-number h4,
.elementor-counter-number h5,
.elementor-counter-number h6 {
    /* Reset inappropriate headings in counter widgets */
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

/* Fix footer widget headings - convert to div-like behavior */
.footer-section .footer-menu-wrap .footer-widget .widget-title h1,
.footer-section .footer-menu-wrap .footer-widget .widget-title h2,
.footer-section .footer-menu-wrap .footer-widget .widget-title h3,
.footer-section .footer-menu-wrap .footer-widget .widget-title h4,
.footer-section .footer-menu-wrap .footer-widget .widget-title h5,
.footer-section .footer-menu-wrap .footer-widget h1,
.footer-section .footer-menu-wrap .footer-widget h2,
.footer-section .footer-menu-wrap .footer-widget h3,
.footer-section .footer-menu-wrap .footer-widget h4,
.footer-section .footer-menu-wrap .footer-widget h5,
.footer-section .widget-title,
.footer-section .widget h1,
.footer-section .widget h2,
.footer-section .widget h3,
.footer-section .widget h4,
.footer-section .widget h5,
.footer-section .widget h6 {
    /* Convert footer widget headings to div-like styling */
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    line-height: inherit !important;
    color: inherit !important;
}

.artistic-banner-content h1,
.home1-feature-section .feature-content .section-title h2,
.home1-feature-section .feature-content .section-title h3,
.artist-content h4 {
    color:#fff;
}

.home1-feature-section .feature-content .feature-list li .content h3{
    color: var(--dark-white-color);
    font-family: var(--font-playfair);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.home1-banner-section .swiper .banner-bg {
    min-height: 480px;
    height: 100%;
}

.swiper.home1-banner-slider {
    height: calc(100vh - 90px);
}

.discover-section .discover-content .discover-list,
.home .home2-about-section .about-wrapper .about-content ul li svg {
    display: none;
}

.discover-section .discover-content .countdown-wrap ul.countdown-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.discover-section .discover-content .countdown-wrap .countdown-list .single-countdown:nth-of-type(3)::after,
.home  .home2-about-section .single-countdown:nth-of-type(3)::after {
    display: none;
}

.elementor-widget-container p {
    font-size: 18px;
}

footer label {
    visibility: hidden;
    margin: 0;
    line-height: 0;
}

footer .form-inner3 textarea {
    min-height: unset;
    height: 130px;
}

footer.footer-section .footer-menu-wrap .newsletter-and-payment-area h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.white-text-box p, .white-heading-box h3 {
    color: #FFF;
    margin: 0;
}

#gallery-1 .gallery-item {
    padding: 10px;
}

#gallery-1 .gallery-item img {
    border: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.elementor-element.e-grid.e-con-full.offer-navigation.e-con.e-child {
    grid-template:
        "a a b c"
        "a a d d"
        "e f d d"
        "g f h i"
        "g j j i";
}

@media (max-width: 992px) {
    .elementor-element.e-grid.e-con-full.offer-navigation.e-con.e-child {
        grid-template:
            "a a" 150px
            "b c" 150px
            "d d" 150px
            "e f" 150px
            "g g" 150px
            "h i" 150px
            "j j" 150px /
            1fr 1fr;
    }
}

.elementor-element.e-grid.e-con-full.offer-navigation.e-con.e-child .elementor-widget-container {
    margin: 0;
}

.offer-navigation > a.elementor-element:first-of-type {
    grid-area: a;
}

.offer-navigation > a.elementor-element:nth-of-type(2) {
    grid-area: b;
}

.offer-navigation > a.elementor-element:nth-of-type(3) {
    grid-area: c;
}

.offer-navigation > a.elementor-element:nth-of-type(4) {
    grid-area: d;
}

.offer-navigation > a.elementor-element:nth-of-type(5) {
    grid-area: e;
}

.offer-navigation > a.elementor-element:nth-of-type(6) {
    grid-area: f;
}

.offer-navigation > a.elementor-element:nth-of-type(7) {
    grid-area: g;
}

.offer-navigation > a.elementor-element:nth-of-type(8) {
    grid-area: h;
}

.offer-navigation > a.elementor-element:nth-of-type(9) {
    grid-area: i;
}

.offer-navigation > a.elementor-element:nth-of-type(10) {
    grid-area: j;
}

form .form-inner3 label {
    font-weight: 400;
}

.how-to-sell-section .row .how-to-sell-wrap {
    background: none;
    padding: 0;
}

#myTabContent5 .col-xl-8.col-lg-10 {
    width: 100%;
}

body.dark .footer-contact-box.elementor-element .elementor-widget-container,
body.dark .footer-contact-box.elementor-element .elementor-widget-container:hover {
    background-color: #212121;
}

body.dark .footer-contact-box.elementor-element .elementor-widget-container .elementor-icon svg,
body.dark .footer-contact-box.elementor-element .elementor-widget-container .elementor-icon path {
    fill: #FFF;
}

body.dark .footer-contact-box.elementor-element .elementor-widget-container p.elementor-icon-box-description {
    color: #FFF;
}

body.dark .footer-contact-box.elementor-element .elementor-widget-container p.elementor-icon-box-description :hover {
    color:#FFF
}

.dark .custom-heading.elementor-widget-heading.elementor-element.elementor-widget h1,
.dark .custom-heading.elementor-widget-heading.elementor-element.elementor-widget h2,
.dark .custom-heading.elementor-widget-heading.elementor-element.elementor-widget h3 {
    color: #FFF;
}

body.dark .footer-contact-box.elementor-element .elementor-widget-container a:hover {
    color: unset;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "") !important;
}

body.dark .offer-box.elementor-element.elementor-widget:not(.offer-box-n) .elementor-widget-container {
    background-color: #171717;
}

body.dark .offer-box.elementor-element.elementor-widget.offer-box-n:hover .elementor-widget-container {
    background-color: transparent;
}

body.dark .offer-box.elementor-element.elementor-widget .elementor-widget-container .elementor-icon-box-title {
    color: #FFF;
}

body.dark .offer-box.elementor-element.elementor-widget .elementor-widget-container .elementor-icon-box-description {
    color: #D3D3D3;
}

body.dark .offer-box.elementor-element.elementor-widget .elementor-widget-container svg {
    fill: #FFF;
}

.elementor-widget-container .home1-faq-section {
    background-color: #FFF;
}

.blog-meta .blog-comment {
    display: none;
}

.single .post-thumb {
    text-align: center;
}

/* .page-id-1124 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1415 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1405 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1410 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1400 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1420 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1431 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-3721 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-1425 .home2-artistic-section .artistic-content-wrap .artistic-content ul,
.page-id-3726 .home2-artistic-section .artistic-content-wrap .artistic-content ul, */
.page .home2-artistic-section .artistic-content-wrap .artistic-content ul {
    display: none;
}

.page-id-1415 .home2-artistic-section .artistic-content-wrap .artistic-content p:not(:last-of-type),
.page-id-1420 .home2-artistic-section .artistic-content-wrap .artistic-content p:not(:last-of-type),
.page-id-3721 .home2-artistic-section .artistic-content-wrap .artistic-content p:not(:last-of-type) {
    margin-bottom: 1em;
}

.home .discover-section .discover-content p,
.home .about-content p,
.page-id-92 .discover-section .discover-content p {
    white-space: pre-line;
}

.home .home2-about-section .about-wrapper .about-content ul li {
    font-family: var(--font-worksans);
    font-size: 18px;
    line-height: 1.6;
}

.page-id-92 #row-7 {
    visibility: hidden;
}

.product-description .exploring-artwork,
.product-description .narrative-guidelines,
.product-description .artist-overview {
    height: 100%;
}

.auction-card .auction-card-img-wrap .card-img img {
    width: 100%;
}

.woocommerce-shop .auction-card .auction-card-img-wrap .card-img img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

@media (max-width: 992px) {
    .page-id-92 #row-7 {
        display: none;
    }

    .page-id-92 #row-6 {
        margin-bottom: 0;
    }
}

.elementor-element .home2-about-section .about-wrapper .about-content .feature-list-and-btn-area{
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}

.home2-about-section .about-wrapper .about-content .feature-list-and-btn-area ul{
	max-width:unset;
}

.home2-about-section .about-wrapper .about-content .feature-list-and-btn-area ul li{
	font-style:italic;
}

.archive .artist-card, .home .artist-card {
    height: 300px;
}

.archive .artist-card a, .archive .artist-card a img,
.home .artist-card a, .home .artist-card a img {
    height: 100%;
}

.single .breadcrumb-section .breadcrumb-wrapper .artist-image img {
    object-fit: contain;
}

.single .auction-card .auction-card-img-wrap .card-img img {
    max-height: 350px;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.single .banner-content {
    background: var(--section-bg-color);
    padding: 25px 30px;
}

.single .banner-content ul,
.single .banner-content p {
    color: var(--text-color);
    font-family: var(--font-worksans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.single .banner-content h3 {
    font-family: var(--font-playfair);
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    color: var(--primary-color);
    margin: 30px 0;
}

.single .banner-images {
    position: relative;
    margin-top: 50px;
}

.single .banner-img {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.single .banner-img img {
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    height: 50px;
}

.single .banner-img span {
    font-size: 18px;
}

.auction-information {
    border: 1px solid #EEEEEE;
    padding: 20px 25px;
    background: var(--section-bg-color);
    margin-top: var(--bs-gutter-x)
}

.auction-information h5 {
    font-family: var(--font-playfair);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    text-decoration: underline;
    margin-bottom: 30px;
}

.auction-information ul li h6 {
    font-family: var(--font-worksans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 8px;
}

.auction-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#auction-prices .auction-information li {
    font-family: var(--font-worksans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 5px;
}

#auction-prices .auction-information ul {
    margin: revert;
    padding: revert;
    list-style: revert;
}

.tab-content {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.single .nav .nav-link {
    font-family: var(--font-worksans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
}

.archive .auction-card .auction-card-content {
    padding-top: 25px;
}

.woocommerce .woocommerce-ordering {
    margin-left: auto;
}

.egns-artmart-product-archive .auction-card-top-area {
    justify-content: unset;
}

.auction-card-top-area .right-content {
    margin: 0 0 1em;
    margin-left: 2em;
}

.sidebar-area h3.wp-block-heading, .sidebar-area .wp-block-search .wp-block-search__label {
    color: var(--dark-primary-color);
    font-family: var(--font-playfair);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 2em 0 0.75em;
}

.sidebar-area .wp-block-search .wp-block-search__label {
    margin-top: 0;
}

.woocommerce-archive-header.auction-card-top-area {
    position: relative;
}

.woocommerce-shop .woocommerce-notices-wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

.cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333; /* adjust as needed */
}

.cart-btn svg {
    width: 24px;
    height: 24px;
}

.cart-count {
       position: absolute;
    top: -5px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    line-height: 1;
    min-width: 18px;
}

header.style-2 .nav-right .cart-btn {
    min-width: 44px;
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid var(--borderr-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

header.style-2 .nav-right .cart-btn:hover {
    background-color: var(--primary-color);
}

header.style-2 .nav-right .cart-btn:hover svg {
    stroke: var(--white-color);
}

header.style-2 .nav-right .cart-btn svg {
    transition: 0.5s;
}

.page.woocommerce-cart .wc-block-components-product-metadata {
    display: block;
}

a.link-read-more {
    text-decoration: underline;
}

.single-product .artist-overview,
.single-product .artist-overview ul {
    display: flex;
    flex-direction: column;
}

.single-product .artist-overview ul {
    height: 100%;
}

.single-product .product-description .artist-overview ul li:last-child {
    margin-top: auto;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    list-style: none;
    padding: 0;
}

.wp-block-search__inside-wrapper button {
    padding: 0 20px;
}

.woocommerce div.product form.cart .quantity .qty {
    min-width: 100px;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce div.product form.cart div.quantity, form.cart:not(.variations_form) {
    float: unset;
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
}

.woocommerce-variation-add-to-cart.variations_button button[type="submit"], form.cart button[type="submit"] {
    flex: 1;
}

.single-product .auction-details-section .payment-method {
    max-width: 100%;
}

.img-credits {
    color: #fff;
    font-size: 14px;
}

.home .home2-about-section .about-wrapper .about-content .feature-list-and-btn-area .learn-btn {
    display: none;
}

.behiend-us-section #row-2 .behiend-us-section-card {
    height: 375px;
}

.single .wp-block-list li{
    font-family: var(--font-worksans);
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
}

.oferta-nav-overlay h3 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.oferta-navigation-grid {
    display: grid;
    grid-template:
        "a a b c" 
        "a a d d" 
        "e f d d" 
        "g f h i" 
        "g j j i"
        "k k l l";
    gap: 20px;
    margin: 20px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.oferta-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(131deg, rgb(208 208 208 / 29%) 0%, rgb(47 47 47 / 80%) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-height: 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.oferta-nav-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    color: white;
}

.oferta-nav-item.current-page {
    cursor: default;
    transform: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.oferta-nav-item.current-page:hover {
    transform: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.oferta-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(131deg, rgb(133 133 133 / 28%) 0%, rgba(47, 47, 47, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background 0.3s ease;
}

.oferta-nav-item:hover .oferta-nav-overlay {
    background: linear-gradient(131deg, rgb(93 93 93 / 60%) 0%, rgba(47, 47, 47, 0.9) 100%);
}

.oferta-nav-item.current-page .oferta-nav-overlay {
    background: linear-gradient(131deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 89%) 100%);
}

.page.wp-singular:not(.home) .home2-artistic-section .artistic-banner .artistic-banner-content {
    background-color: rgba(0, 0, 0, 0.35);
}

.page.wp-singular:not(.home) .home2-artistic-section .container {
    max-width: 100%;
    padding: 0;
}

#n2-ss-2 .n2-ss-slide.n2-ow,
#n2-ss-3 .n2-ss-slide.n2-ow,
#n2-ss-4 .n2-ss-slide.n2-ow,
#n2-ss-5 .n2-ss-slide.n2-ow {
    height: calc(100vh - 90px);
}

.single-product .narrative-guidelines h6 {
    margin-bottom: 0;
}

.single-product .artist-overview ul li h4 {
    font-family: var(--font-worksans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 18px;
}

.single-product .narrative-guidelines ul li {
    margin-bottom: 1em;
}

.newsletter {
    background-color: #f9f9f9;
    max-width: 1120px;
    margin: 50px auto;
    padding: 20px;
}

.footer-section .footer-menu-wrap .footer-widget .widget-title h5 {
    margin-bottom: 1em !important;
    color: #fff !important;
    text-transform: uppercase;
}

 .search-area {
    position: relative;
    display: inline-block;
}

header.style-2 .nav-right .search-area {
    margin-bottom: 0;
    width: unset;
}

.search-toggle {
    min-width: 44px;
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid var(--borderr-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
    background:transparent;
}

.search-form {
    position: absolute;
    top: 100%; /* dropdown below icon */
    right: 0;  /* align right side */
    display: none; /* hidden by default */
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    z-index: 1000;
    min-width: 220px;
    }

    .search-form input[type="text"] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.archive .artist-grid-section .artist-card h2 {
    color:#FFFFFF;
    font-size: 1.1em;
}

.auction-card-content h3 {
    font-size: 1.3em;
}

.auction-card-content .add_to_cart_button {
    background-color: transparent;
    padding: 9px 19px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--primary-color);
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--title-color);
    font-family: var(--font-worksans);
    font-size: 14px;
    font-weight: 500;
    margin-top: 1em;
}

.auction-card-content .add_to_cart_button:hover {
    background-color: black;
    border-color: black;
    color: #fff;
}

.auction-card-content .added_to_cart {
    background-color: black;
    padding: 9px 19px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid black;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: #FFF;
    font-family: var(--font-worksans);
    font-size: 14px;
    font-weight: 500;
    margin-top: 1em;
}

.auction-card-content .added_to_cart:hover {
    background-color: #FFF;
    color: black;
    border-color: #fff;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--bidding-item {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .oferta-navigation-grid {
        grid-template:
            "a b"
            "c d"
            "e f"
            "g h"
            "i j"
            "k l";
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .oferta-nav-item {
        padding: 0;
        min-height: 50px;
    }
    
    .oferta-nav-overlay {
        padding: 15px;
    }
    
    .oferta-nav-overlay h3 {
        font-size: 14px;
    }

    .page.wp-singular:not(.home) .home2-artistic-section .artistic-banner img {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .oferta-navigation-grid {
        grid-template: none;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .oferta-nav-item {
        grid-area: unset !important;
        padding: 0;
        min-height: 40px;
    }
    
    .oferta-nav-overlay {
        padding: 12px;
    }
    
    .oferta-nav-overlay h3 {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    .page-id-92 .behiend-us-section .row.gy-5 #row-1 {
        order: 1;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-2 {
        order: 2;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-4 {
        order: 3;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-3 {
        order: 4;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-5 {
        order: 5;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-6 {
        order: 6;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-7 {
        order: 7;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-9 {
        order: 8;
    }

    .page-id-92 .behiend-us-section .row.gy-5 #row-8 {
        order: 9;
    }
}

@media (max-width: 768px) {
    .woocommerce-archive-header.auction-card-top-area {
        flex-wrap: wrap;
    }

    .woocommerce-notices-wrapper {
        position: static;
    }

    .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
