/* Pagination Styles for BOTH Taxonomy and Product Archive */
.tax-product_cat nav.woocommerce-pagination,
.post-type-archive-product nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    padding: 68px 0;
}

.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
.post-type-archive-product nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-product_cat nav.woocommerce-pagination .page-numbers,
.post-type-archive-product nav.woocommerce-pagination .page-numbers {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    position: relative;
    height: 43px;
    border: none;
}

.tax-product_cat .woocommerce-pagination li .page-numbers,
.post-type-archive-product .woocommerce-pagination li .page-numbers {
    border-radius: 0;
}

/* Arrows */
.tax-product_cat nav.woocommerce-pagination .prev.page-numbers,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers,
.tax-product_cat nav.woocommerce-pagination .next.page-numbers,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers {
    background: #000;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
    border-radius: 0;
}

.tax-product_cat nav.woocommerce-pagination .prev.page-numbers::before,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers::before,
.tax-product_cat nav.woocommerce-pagination .next.page-numbers::before,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers::before {
    content: '';
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.tax-product_cat nav.woocommerce-pagination .next.page-numbers::before,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers::before {
    background-image: url("/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg");
}

.tax-product_cat nav.woocommerce-pagination .prev.page-numbers::before,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers::before {
    background-image: url("/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg");
    transform: rotate(-180deg);
}

/* Hover Styles */
.tax-product_cat nav.woocommerce-pagination .prev.page-numbers:hover,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers:hover,
.tax-product_cat nav.woocommerce-pagination .next.page-numbers:hover,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

/* Current Page */
.tax-product_cat nav.woocommerce-pagination .page-numbers.current,
.post-type-archive-product nav.woocommerce-pagination .page-numbers.current {
    background: none;
    border-radius: 0;
    opacity: 0.7;
    color: inherit;
}

/* Numbers hover neutral */
.tax-product_cat nav.woocommerce-pagination .page-numbers:not(.prev):not(.next):hover,
.post-type-archive-product nav.woocommerce-pagination .page-numbers:not(.prev):not(.next):hover {
    background: unset;
    border: unset;
    opacity: 1;
}

/* Focus Styles */
.tax-product_cat nav.woocommerce-pagination .page-numbers:focus,
.post-type-archive-product nav.woocommerce-pagination .page-numbers:focus,
.tax-product_cat nav.woocommerce-pagination .prev.page-numbers:focus,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers:focus,
.tax-product_cat nav.woocommerce-pagination .next.page-numbers:focus,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers:focus,
.tax-product_cat nav.woocommerce-pagination .page-numbers:focus-visible,
.post-type-archive-product nav.woocommerce-pagination .page-numbers:focus-visible {
    outline: unset;
    outline-offset: unset;
    border-radius: unset;
}

/* Visited Styles */
.tax-product_cat nav.woocommerce-pagination .page-numbers:visited,
.post-type-archive-product nav.woocommerce-pagination .page-numbers:visited,
.tax-product_cat nav.woocommerce-pagination .prev.page-numbers:visited,
.post-type-archive-product nav.woocommerce-pagination .prev.page-numbers:visited,
.tax-product_cat nav.woocommerce-pagination .next.page-numbers:visited,
.post-type-archive-product nav.woocommerce-pagination .next.page-numbers:visited {
    outline: unset;
    outline-offset: unset;
    border-radius: unset;
}









#filterSidebar-container {
    opacity: 0;
}

#filterSidebar-container.active {
  opacity: 1;
  pointer-events: all;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.1'%3E%3Cpath d='M7 17L16.8995 7.10051' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.00001L16.8995 16.8995' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16, pointer;
}





/* filter nagivation ui */


.nalino-filter-sidebar.active {
    opacity: 1;
    transform: translateY(0);
}

/* Filter header */
.nalino-filter h2 {
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 31px;
    margin: 0 0 45px 0;
    border-bottom: 1px solid #00000024;
    padding: 5px 10px 22px 0;
    letter-spacing: 0.1em;
}

/* Close button (visible on mobile) */
.nalino-close-filter-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.nalino-close-filter-btn::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/themes/botiga-1749475845-via-wpturbo/css/close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    display: block;
    margin-left: calc(100% - 8px);
}

/* Filter groups */
.nalino-filter-group {
    max-width: 290px; /* Match search results .nalino-filter-dropdown */
    margin-left: 9px;
    margin-top: 16px;
    border-bottom: 1px solid #00000012;
    padding-bottom: 22px;
}

.nalino-filter-group:last-of-type {
    border-bottom: none; /* Match search results .nalino-filter-dropdown:last-of-type */
}

/* Filter title */
.nalino-filter-title {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.3em;
    margin-bottom: 11px;
}

/* Filter list */
.nalino-filter-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.nalino-filter-list li {
    padding-bottom: 3px;
    position: relative;
}

.nalino-filter-list li label {
    padding-left: 30px; /* Match search results */
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    cursor: pointer;
	min-width: 293px;
    display: inline-block;
}

.nalino-filter-list li label input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

.nalino-filter-list li::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #00000017;
    display: block;
    position: absolute;
    margin-top: 5px;
    z-index: -1;
}

.nalino-filter-list li:has(input:checked)::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    margin-top: 5px;
    background: #0a0a0ae0;
    margin: -19px 0px 0px 3px;
    z-index: -1;
}

.nalino-filter-list li:has(input:checked) {
    font-weight: 700; /* Match search results */
}

/* Active filters */
.nalino-active-filters {
    margin-bottom: 20px;
}

.nalino-active-filter-list {
    display: flex;
    flex-wrap: wrap;
}

.nalino-active-filter {
    display: inline-block;
    margin: 1px 0;
}

button.nalino-remove-filter {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border: none;
    padding: 8px 15px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    letter-spacing: 0.22em;
    position: relative;
    overflow: hidden;
}

button.nalino-remove-filter span {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* Shine effect for remove filter buttons */
button.nalino-remove-filter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    scale: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    zoom: 2;
    background: linear-gradient(
        45deg,
        rgba(245, 247, 250, 0) 0%,
        rgba(232, 236, 239, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

button.nalino-remove-filter:hover::after {
    animation: move-shine 1s ease-out;
}

@keyframes move-shine {
    0% {
        opacity: 1;
        left: 100%;
        background: linear-gradient(45deg, rgba(245, 247, 250, 0) 0%, rgba(232, 236, 239, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
    25% {
        left: -50%;
        background: linear-gradient(60deg, rgba(245, 247, 250, 0) 0%, rgba(232, 236, 239, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
    50% {
        left: -50%;
        background: linear-gradient(75deg, rgba(245, 247, 250, 0) 0%, rgba(232, 236, 239, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
    75% {
        left: -75%;
        background: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(232, 236, 239, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
    100% {
        left: -100%;
        opacity: 0.01;
        background: linear-gradient(105deg, rgba(245, 247, 250, 0) 0%, rgba(232, 236, 239, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
}

/* Apply filters button */
.nalino-apply-filters {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border: none;
    padding: 8px 15px;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 0.22em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.nalino-apply-filters::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    scale: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    zoom: 2;
    background: linear-gradient(
        45deg,
        rgba(245, 247, 250, 0) 0%,
        rgba(232, 236, 239, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.nalino-apply-filters:hover::after {
    animation: move-shine 1s ease-out;
}

.nalino-active-filter-list {
  display: block; 
  width: 100%;
}
span.nalino-active-filter {
    width: 100%;
}

/* Product images */
.nalino-product-image,
.nalino-product-hover-image {
    display: block;
    width: 100%;
    transition: transform 2s ease-in-out;
}

.nalino-product-image {
    z-index: 2;
    position: relative;
    opacity: 1;
}

.nalino-product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    visibility: visible;
}

.nalino-product-link:hover .nalino-product-image {
    z-index: -1;
}

.nalino-product-link:hover .nalino-product-hover-image {
    transform: scale(1.05);
}

a.nalino-product-link {
    overflow: hidden;
    position: relative;
    display: block;
}

/* Product title */
h3.nalino-product-title {
    font-family: var(--font-titel);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    text-transform: uppercase;
    margin-top: 12px;
}

/* Product price */
.nalino-product-price {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1c1d1d;
    margin-top: 18px;
}

/* Product reviews */
.nalino-product-reviews {
    margin-top: -20px;
}

.nalino-product-reviews span.rating {
    color: #dcba06;
    font-size: 25px;
}

.nalino-product-reviews.new-label {
    color: #f22216;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 11px;
    margin-bottom: 4px;
}

/* Best seller */
.nalino-product-price-best-seller {
    display: flex;
    justify-content: space-between;
}

.nalino-product-best-seller {
    position: relative;
}

.nalino-product-best-seller img {
    max-width: 38px;
    padding: 2px;
    margin-top: -3px;
}

.nalino-product-best-seller span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 1;
    font-size: 11px;
    display: none;
    background: rgb(240 240 240 / 70%);
    color: #000;
    padding: 2px 5px;
    border-radius: 0;
    text-align: center;
}

/*.nalino-product-best-seller:hover span {
    display: block;
}*/

.best-seller-wrap {
    height: 41px;
    margin-top: -16px;
}

/* Sold out */
.nalino-product-sold-out {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 63%);
    color: #fff;
    font-weight: 400;
    padding: 7px 7px 7px 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 12px;
    z-index: 999;
}

button.nalino-sold-out-button {
    width: 100%;
    border: none;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    background-color: #9797977d;
    opacity: 0.3;
    text-align: center;
    text-transform: uppercase;
    padding-top: var(--bt-padding-button-top-bottom, 13px);
    padding-bottom: var(--bt-padding-button-top-bottom, 13px);
    padding-left: var(--bt-padding-button-left-right, 24px);
    padding-right: var(--bt-padding-button-left-right, 24px);
    letter-spacing: 0.2em;
}

/* Add to cart button */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #f1e4de;
    color: #000;
    width: 100%;
    border: none;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding-top: var(--bt-padding-button-top-bottom, 13px);
    padding-bottom: var(--bt-padding-button-top-bottom, 13px);
    padding-left: var(--bt-padding-button-left-right, 24px);
    padding-right: var(--bt-padding-button-left-right, 24px);
    letter-spacing: 0.2em;
	position: relative;
	overflow:hidden;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {

}

/* Pagination */
nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    padding: 68px 0;
}

nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.woocommerce-pagination .page-numbers {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    position: relative;
    height: 43px;
    border: none;
}

nav.woocommerce-pagination li .page-numbers {
    border-radius: 0;
}

nav.woocommerce-pagination .prev.page-numbers,
nav.woocommerce-pagination .next.page-numbers {
    background: #000;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
    border: none;
    border-radius: 0;
}

nav.woocommerce-pagination .prev.page-numbers::before,
nav.woocommerce-pagination .next.page-numbers::before {
    content: '';
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}

nav.woocommerce-pagination .next.page-numbers::before {
    background-image: url("/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg");
}

nav.woocommerce-pagination .prev.page-numbers::before {
    background-image: url("/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg");
    transform: rotate(-180deg);
}

nav.woocommerce-pagination .prev.page-numbers:hover,
nav.woocommerce-pagination .next.page-numbers:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

nav.woocommerce-pagination .page-numbers.current {
    background: none;
    border-radius: 0;
    opacity: 0.7;
    color: inherit;
}

nav.woocommerce-pagination .page-numbers:not(.prev):not(.next):hover {
    background: none;
    border: none;
    opacity: 1;
}

nav.woocommerce-pagination .page-numbers:hover,
nav.woocommerce-pagination .page-numbers:focus,
nav.woocommerce-pagination .page-numbers.current {
    color: #000;
    background-color: transparent;
}

nav.woocommerce-pagination .page-numbers:focus,
nav.woocommerce-pagination .prev.page-numbers:focus,
nav.woocommerce-pagination .next.page-numbers:focus,
nav.woocommerce-pagination .page-numbers:focus-visible {
    outline: none;
    outline-offset: none;
    border-radius: none;
}

nav.woocommerce-pagination .page-numbers:visited,
nav.woocommerce-pagination .prev.page-numbers:visited,
nav.woocommerce-pagination .next.page-numbers:visited {
    outline: none;
    outline-offset: none;
    border-radius: none;
}

/* Sorting */
.nalino-sort-by select.orderby {
    border: 1px solid #0000001c;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 0;
    transition: border-color 0.2s ease;
    padding-right: 42px;
    min-width: 254px;
    margin: 54px 0 17px 0;
    height: 44px;
    line-height: 14px;
	font-family: 'Reem Kufi Fun';
    text-transform: uppercase;
    color: #d4a59a;
	color: var(--text-primary);
    background: #f1e4de;
}




.nalino-sort-by select.orderby:focus {
    outline: none;
    border: 1px solid #000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

/* Filter button */
.nalino-open-filter-btn {
    z-index: 1001;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #00000024;
    cursor: pointer;
    border-radius: 0;
    margin: 20px 0;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
}

.nalino-open-filter-btn .filter-icon {
    width: 18px;
    height: 18px;
}

/* Controls wrap */
.nalino-controls-wrap-cat {
	display: flex;
    top: 150px;
    justify-content: space-between;
    align-items: center;
    z-index: 98;
    align-content: center;
    margin: 20px 0px;
}

/* Slider section */
.nalino-slider-section {
    position: relative;
    overflow: hidden;
    height: 550px;
    margin-top: 0;
}

.nalino-slider {
    position: relative;
    min-height: 500px;
}

.nalino-slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.nalino-slider-item img {
    width: 100%;
    height: auto;
    margin-top: -330px;
}

.nalino-slider-content {
    position: absolute;
    bottom: 33%;
    left: auto;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 160px;
}

.nalino-slider-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 45px;
    font-weight: 600;
}

.nalino-slider-content p {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 29px;
    font-weight: 600;
}

.nalino-slider-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.nalino-slider-btn {
    position: relative;
    width: 120px;
    height: 7px;
    border-radius: 0;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    overflow: hidden;
}

.nalino-slider-btn.active {
    background: rgba(255, 255, 255, 0.1);
}

.nalino-slider-btn.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    animation: progressFill 15s linear forwards;
    border-radius: 0;
    transform-origin: left center;
}

@keyframes progressFill {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .nalino-filter-sidebar {
        position: fixed;
        top: 0;
        left: -350px;
        width: 350px;
        height: 100%;
        background: #f9f9f9;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px 28px 5px 20px;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
    }
    .nalino-filter-sidebar.active {
        left: 0;
    }
    .nalino-container-2 {
        width: 100%;
        margin-left: 0;
    }
    .nalino-product-links-wrap {
        width: 100%;
        min-width: 0;
    }
    .nalino-product-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    #filterSidebar-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgb(255 255 255 / 38%);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    #filterSidebar-container.active {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 480px) {
    .nalino-product-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

button.nalino-apply-filters {
    display: none;
}








/* shine */

/* Shine overlay */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        45deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 50%,
        rgba(255,255,255,0) 100%
    );
    opacity: 0;
    transform: skewX(-20deg) translateX(-100%);
    transition: none;
    z-index: 2;
}

/* Animate shine on hover */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::after {
    animation: nalino-shine 1.1s ease-out forwards;
}

/* Keyframes */
@keyframes nalino-shine {
    0% {
        transform: skewX(-20deg) translateX(-100%);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        transform: skewX(-20deg) translateX(100%);
        opacity: 0.6;
    }
    100% {
        transform: skewX(-20deg) translateX(200%);
        opacity: 0;
    }
}
