/*
Theme Name: Omnia
Theme URI: https://omniastores.com/
Description: A child theme for Storefront, customized as Omnia.
Author: Your Name
Author URI: https://omniastores.com/
Template: storefront
Version: 2111.1222.12.22
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Caslon+Display&display=swap');

body {
	overflow-x: hidden!important;
}

body.custom-background {
	background: #000!important;
}

.omnia-video-above-gallery {
	display: none!important;
}

:root {
    --primary-color: #ffffff;
    --text-color: #ececec;
    --secondary-color: #050304;
    --header-bg: #000;
    --theme-color: #000;
    --magenta: #FF1493;
    --emerald-green: #50C878;
    --gold-yellow: #FFD700;
}

::-webkit-scrollbar {
      height: 14px;
    width: 0px;
    border: 20px solid rgba(0, 0, 0, .5);
    border-radius: 14px;
    transform: rotate(-90deg);
    transform-origin: right top;
}

body {
    font-family: "DM Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-style: normal;
    color: var(--primary-color);
}

a:focus, button:focus {
    outline: 0;
    background-color: transparent!important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: var(--secondary-color);
}

.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button,.woocommerce-noreviews .button,p.no-comments .button {
    background: var(--emerald-green);
    color: #fff;
    padding: 2px 10px 2px 13px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
   background: var(--primary-color);
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    color: #000;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    color: #000;
}

:focus-visible {
        outline: none;
}


@media (min-width: 768px) {
    .col-full {
        max-width: 96.4989378333em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box;
    }
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

p {
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    margin-top: 0;
    margin-bottom: 0.9375rem;
    color: var(--primary-color);
}
h1 {
    font-size: 65px;
    line-height: 50px;
}
h2 {
    font-size: 50px;
    line-height: 65px;
}
h3 {
    font-size: 3.5rem;
    line-height: 4.2rem;
}
h4 {
    font-size: 2.8rem;
    line-height: 3.36rem;
}
h5 {
    font-size: 2.24rem;
    line-height: 2.688rem;
}
h6 {
    font-size: 1.792rem;
    line-height: 2.15rem;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 4.1667rem;
        line-height: 4.875rem;
    }
    h2 {
        font-size: 3.0208rem;
        line-height: 3.625rem;
    }
    h3 {
        font-size: 2.59rem;
        line-height: 3.1rem;
    }
    h4 {
        font-size: 2.072rem;
        line-height: 2.49rem;
    }
    h5 {
        font-size: 1.66rem;
        line-height: 1.99rem;
    }
    h6 {
        font-size: 1.33rem;
        line-height: 1.59rem;
    }
}
@media only screen and (max-width:991px) {

    h2 {
        font-size: 35px;
        line-height: 48px;
    }

}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.4375rem;
        line-height: normal;
    }
    h2 {
        font-size: 25px;
        line-height: normal;
    }
    h3 {
        font-size: 1.225rem;
        line-height: 1.47rem;
    }
    h4 {
        font-size: 0.98rem;
        line-height: 1.18rem;
    }
    h5 {
        font-size: 0.784rem;
        line-height: 0.94rem;
    }
    h6 {
        font-size: 0.627rem;
        line-height: 0.75rem;
    }
}


/* Basic Dropdown Styling */
select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 100%;
    max-width: 300px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    
    background: rgb(255 255 255 / .06);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 8px;
    color: var(--text-color);
    
    cursor: pointer;
    outline: none;
    
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 4L5 6.5L7.5 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

select option {
    background: var(--theme-color);
    color: var(--text-color);
    padding: 10px;
}

/* Hover & Focus Effect */
select:hover,
select:focus {
        border-color: rgb(255 255 255 / .3);
    outline: none;
}




/**Header**/

.header {
    padding: 20px 0px;
    background-color: #000;
	position: relative;
}



.header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
	    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
}

.header .side-menu-head {
    height: 27px;
	position: relative;
	z-index: 2;
}

.header .side-menu-head a {
	display: inline-block;
}

.header .side-menu-head a svg {
	width: 25px;
    height: 25px;
}

.header .site-branding {
    max-width: 213px;
    width: 100%;
    margin-bottom: 0px;
	float: none;
    display: inline-block;
}

.header .header-actions {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.header .header-actions .site-utilities {
    flex-shrink: 0;
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
    justify-content: flex-end;
}

.header .header-actions .site-header-cart .cart-contents {
    padding: 0px;
    position: relative;
}

.header .header-actions .site-header-cart .cart-contents .count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--gold-yellow);
    color: var(--theme-color);
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 4px;
    opacity: 1;
}

@media (min-width: 68px) {
    .site-header-cart .cart-contents::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "";
        height: 1em;
        float: right;
        line-height: 1.618;
    }
}

.header .header-actions .site-header-cart .cart-contents::after {
    content: '';        
    width: 24px;
    height: 25px;
    background-size: 100%!important;
    background: url('assets/images/cart.svg') no-repeat center top;
}

.header .header-actions .cart-contents .woocommerce-Price-amount.amount {
    display: none;
}

.header .widget.woocommerce.widget_shopping_cart {
    width: 320px;
    right: 0px;
}


@media (min-width: 768px) {
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: inherit;
        display: block;
    }
}


/**Header**/


/**Home Styling**/

.page-template-template-homepage .site-main {
    padding-top: 0px;
}

.page-template-template-homepage .site-main,
.page-template-template-homepage .content-area {
    margin-bottom: 0px;
}

.page-template-template-homepage .site-content .woocommerce {
    display: none;
}

/**Hero Starts**/

.hero-section {
    display: block;
    height: 600px;
    position: relative;
}
.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1199px) {

    .hero-section{
        height: 450px;
    }

}
@media only screen and (max-width:767px) {

    .hero-section{
        height: 280px;
    }
	
	

}

#hero{
    position:relative;
}
.key-benefits {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px);
    padding-top: 12px;
    padding-bottom: 12px;
    position:absolute;
    width: 100%;
    left:0;
    bottom: 0;
    z-index: 333;
}
.key-benefit-grid{
    max-width: 1150px;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.key-benefit-box {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.key-benefit-box .icon {
    flex-shrink: 0;
    flex-grow: 0;
    width: 30px;
    height: auto;
}
.key-benefit-box p {
    color: var(--text-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: normal;
}
@media only screen and (max-width:991px) {

    .key-benefit-grid {
        justify-content: space-between;
        gap: 5px;
    }
    .key-benefits {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .key-benefit-box p {
        font-size: 14px;
    }

}
@media only screen and (max-width:767px) {

    .key-benefits {
        padding-top: 0;
        padding-bottom: 0;
    }
    .key-benefit-grid {
        column-gap: 5px;
        row-gap: 0;
    }
    .key-benefit-box .icon {
        width: 15px;
    }
    .key-benefit-box p {
        font-size: 12px;
    }

}

/**Hero Ends **/

/* Parent Cat Menu Style Start */


.product-showcase-section {
    padding: 40px 0;
}

.p-showcase-tab-parent-cat-menu-wrapper,
.p-showcase-tab-child-cat-menu-wrapper{
    position: relative;
}
.p-showcase-tab-parent-cat-menu {
    display: flex;
    column-gap: 32px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    user-select: none;
    cursor: grab;
    scroll-behavior: smooth; 
}
.p-showcase-tab-parent-cat-menu::-webkit-scrollbar {
    display: none; 
}
.p-showcase-tab-parent-cat-menu.active {
    cursor: grabbing;
}
.p-showcase-tab-parent-cat-menu .parent-cat-box {
    flex: 0 0 102px;
    max-width: 102px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
	background: transparent;
}
.parent-cat-box h3 {
    font-size: 18px;

    color: var(--text-color);
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
    whie-space: normal;
    overflow: hidden;
   text-overflow: ellipsis;
    display: -webkit-box; 
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.tab-cat-thumb {
    width: 102px;
    height: 102px;
    border-radius: 20px;
    background: var(--secondary-color);
    border: 1px solid transparent;
    transition: 0.3s all ease;
}
.tab-cat-thumb img,
.tab-cat-thumb svg{
    border-radius: 20px;
}
.parent-cat-box:hover .tab-cat-thumb, 
.parent-cat-box.active .tab-cat-thumb {
    border-color: var(--emerald-green); 
}

/* Parent Cat Menu Style End */


/* Card Grid Section */


.card-grid-section {
    padding: 100px 0;
}

.card-grid-section .section-header h2 {
    margin-bottom: 40px;
}

.cards-grid {
    display: grid;
    gap: 30px;
}
.card-columns-2 { grid-template-columns: repeat(2, 1fr); }
.card-columns-3 { grid-template-columns: repeat(3, 1fr); }
.card-columns-4 { grid-template-columns: repeat(4, 1fr); }
.card-columns-5 { grid-template-columns: repeat(5, 1fr); }

.card{
    position:relative;
    display:grid;
    grid-template-columns: 100%;
    border-radius: 30px;
    text-decoration: none;
}
.card:hover{
    color:var(--primary-color);
}
.card-thumb{
    grid-row: 1;
    grid-column: 1;
    border-radius: 30px;
}
.card-thumb img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.card-content{
    grid-row: 1;
    grid-column: 1;
    position:relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.card-content-inner {
    text-align: center;
    background: rgba(4, 4, 4, 0.60);
    border-radius: 0 0 30px 30px;
    backdrop-filter: blur(7px);
    padding: 18px 20px;
    width: 100%;
}
.card-content h3{
    font-size: 26px;
    line-height: normal;
    color: var(--primary-color);
}
.card-content p {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width:1599px) {

    .card-columns-2 { grid-template-columns: repeat(2, 1fr); }
    .card-columns-3 { grid-template-columns: repeat(3, 1fr); }
    .card-columns-4 { grid-template-columns: repeat(4, 1fr); }
    .card-columns-5 { grid-template-columns: repeat(4, 1fr); }

}

@media only screen and (max-width:1399px) {

    .card-content h3{
        font-size: 20px;
        line-height: normal;
    }
    .card-columns-2 { grid-template-columns: repeat(2, 1fr); }
    .card-columns-3 { grid-template-columns: repeat(3, 1fr); }
    .card-columns-4 { grid-template-columns: repeat(3, 1fr); }
    .card-columns-5 { grid-template-columns: repeat(3, 1fr); }
}
@media only screen and (max-width:1199px) {


    .card-content h3{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: normal;
    }
    .card-content p{
        font-size: 16px;
        line-height: normal;
    }

}
@media only screen and (max-width:991px) {

    .card-columns-2 { grid-template-columns: repeat(2, 1fr); }
    .card-columns-3 { grid-template-columns: repeat(2, 1fr); }
    .card-columns-4 { grid-template-columns: repeat(2, 1fr); }
    .card-columns-5 { grid-template-columns: repeat(2, 1fr); }

}
@media only screen and (max-width:991px) {

    .card-columns-2 { grid-template-columns: repeat(1, 1fr); }
    .card-columns-3 { grid-template-columns: repeat(1, 1fr); }
    .card-columns-4 { grid-template-columns: repeat(1, 1fr); }
    .card-columns-5 { grid-template-columns: repeat(1, 1fr); }

    .card-content p{
        font-size: 14px;
    }


}


/** Card Grid Section Style End **/



/**Footer**/

.site-footer {
    padding-top: 0;
    padding-bottom: 30px;
}

.ft-logo img {
    max-width: 231px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
	padding-top: 24px;
	border-top: 1px solid #2f322a;
}

.footer-bottom .col {
    width: 100%;
} 


.footer-bottom .col-lg {
    width: 100%;
}

.footer-bottom p {
    margin: 0px;
	font-size: 14px;
}

.footer-bottom p a {

    margin: 0px 5px;
}

.footer-bottom a {
    text-decoration: none;
    text-transform: uppercase;
}

/**Footer**/



/** Parent Cat Menu Style Start **/

.p-showcase-tab-parent-cat-menu-wrapper,
.p-showcase-tab-child-cat-menu-wrapper{
    position: relative;
}
.p-showcase-tab-parent-cat-menu {
    display: flex;
    column-gap: 22px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    user-select: none;
    cursor: grab;
    scroll-behavior: smooth;
}
.p-showcase-tab-parent-cat-menu::-webkit-scrollbar {
    display: none; 
}
.p-showcase-tab-parent-cat-menu.active {
    cursor: grabbing;
}
.p-showcase-tab-parent-cat-menu .parent-cat-box {
    flex: 0 0 110px;
    max-width: 110px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.parent-cat-box h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
    whie-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab-cat-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: 1px solid #343434;
    transition: 0.3s all ease;
}
.tab-cat-thumb img,
.tab-cat-thumb svg{
    border-radius: 50%;
}
.parent-cat-box:hover .tab-cat-thumb, 
.parent-cat-box.active .tab-cat-thumb {
    border-color: #23cc5f; 
}

/** Parent Cat Menu Style End **/



/* Child Cat Menu Style Start */

.p-showcase-tab-child-cat-menu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.p-showcase-tab-child-cat-menu {
    display: flex;
    gap: 37px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: pointer;
    user-select: none;
    scroll-behavior: smooth; 
}
.p-showcase-tab-child-cat-menu::-webkit-scrollbar {
    display: none;
}
.p-showcase-tab-child-cat-menu.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.p-showcase-tab-child-cat-menu > li {
    flex-shrink: 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    padding: 12px 48px;
    transition: 0.3s ease-in-out;
}
.p-showcase-tab-child-cat-menu > li.active,
.p-showcase-tab-child-cat-menu > li:hover {
    background: rgba(255, 255, 255, 1);
    color:var(--secondary-color);
}

/* Style for the product grid */


/* Product Box Style */

.p-showcase-tab-parent-cat-menu-wrapper {
    margin-bottom: 40px;
}

.best-seller-tab {
    display: none;
}

.bestseller-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}



.bestseller-grid .product-status {
    position: absolute;
    top: 10px;
    left: 10px;
	z-index: 1;
}


.bestseller-grid .product-title {
    position: relative;
}

.bestseller-grid .product-title:after {
    content: '';
    background: url(assets/images/arrow-right.svg);
    width: 46px;
    height: 46px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 0px;
    background-position: center center;
    top: 0px;
	display: none;
}

.product-box{
    
    display:block;
    text-decoration: none;
    position:relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 
                0 0 15px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.product-box:hover{
    color:var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(255, 255, 255, 0.08);
}
.status-wishlist-wrap {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    max-width: 100%;
}
.product-box .yith-add-to-wishlist-button-block {
    margin: 0 !important;
}
.product-box .yith-wcwl-add-to-wishlist-button {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    border: none !important;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    color: var(--primary-color);
}
@media only screen and (max-width:767px) {
    .status-wishlist-wrap {
        padding: 0 10px;
        top: 10px;
    }
    .product-box .yith-wcwl-add-to-wishlist-button {
        width: 35px;
        height: 35px;
    }
}
.product-status {
    margin-right:auto;
}
.product-status .status-label {
    border-radius: 20px;
    background: #fff;
    backdrop-filter: blur(7px);
    padding: 2px 9px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.product-status .status-label:not(:last-of-type) {
    margin-bottom: 5px;
}
.product-thumb{
    border-radius: 30px;
    margin-bottom: 20px;
}
.product-thumb img,
.product-thumb svg{
    border-radius: 15px;
    width: 100%;
}
.product-box h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-color);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.product-info {
    padding: 20px;
    display: block
    width: 100%;
    bottom: 0;
    left: 0;
    align-items: center;
    column-gap: 0px !important;
    padding: 0px !important;
}
.product-title-price {
    flex: 1; 
    overflow: hidden;
        padding: 10px 10px 10px 0;
}
.product-price {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color:var(--emerald-green);
}
.product-price .amount {
    font-size: 20px;
    line-height: 20px !important;
    font-weight: 600;
    line-height: normal;
}
.product-price del , .product-price ins {
    line-height: 28px;
}
.product-price ins {
    text-decoration: none !important;
}
.amount{
    color:var(--emerald-green);
    font-size: 20px;
    line-height: 20px !important;
    font-weight: 600;
}
ins,
ins .amount{
    color:var(--emerald-green);
        font-size: 20px;
    line-height: 20px !important;
    font-weight: 600;
}
del,
del .amount{
    opacity: 1!important;
        font-size: 20px;
    line-height: 20px !important;
    font-weight: 600;
    color: var(--magenta);
}
.product-view-button{
    flex-shrink: 0; 
    background:var(--primary-color);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.product-box:hover .product-view-button {
    transform: rotate(-45deg);
}

/* Product Box Style End */


.hamburger-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.hamburger-wrapper.isOpen {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.hamburger-inner {
    position: relative;
    left: -100%;
    overflow: scroll;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: var(--header-bg);
    color: var(--primary-color);
    padding: 0 1.3rem;
    transition: left 0.3s ease;
}
.hamburger-wrapper.isOpen .hamburger-inner {
    left: 0; 
}
.header-switcher-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.header-actions{
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}
.menu-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    width: max-content;
    position: absolute;
    right: 18px;
    top: 0px;
}
.mobile-menu {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 50px;
}
.mobile-menu ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.mobile-menu ul li{
    display: block;
    position:relative;
    border-top: 1px solid #292929;
}

.mobile-menu ul li:first-child {
	border-top: 0px;
}

.mobile-menu ul li.menu-item-has-children a{
    display: block;
    justify-content: space-between;
    align-items: center;
	width: calc(100% - 90px);
}

.mobile-menu li.menu-item-has-children > .submenu-indicator {
    position: absolute;
    top: 24px;
    right: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu > ul > li.menu-item-has-children > .submenu-indicator svg{
    margin: 0;
}
.mobile-menu ul li a{
    color:var(--primary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 1rem 0;
    display: block;
    text-decoration: none;
    transition:0.3s all ease;
}
.mobile-menu ul li:hover > a,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-ancestor > a{
    color:rgba(255,255,255,0.7);
}
.mobile-menu .sub-menu{
    margin-left: 1.25rem;
    display: none;
}
.mobile-menu ul li ul li a{
    padding: .625rem 0;
    font-size: 15px;
}

/* Hamburger Menu Style End */


.omnia-search-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

.omnia-search-bar.isOpen {
    opacity: 1;
    visibility: visible
}

.search-inner {
    position: relative;
    max-width: 800px;
    width: 90%;
    margin: 100px auto 0;
    background: var(--header-bg);
    border-radius: 20px;
    padding: 30px
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-header h3 {
    font-size: 24px;
    margin: 0
}

.search-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px
}

.search-input-wrapper {
    position: relative
}

.search-input-wrapper .search-input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 10px;
    background: rgb(255 255 255 / .1)!important;
    color: var(--primary-color);
    font-size: 18px
}

.search-input-wrapper .search-input::placeholder {
    color: rgb(255 255 255 / .5)
}

.search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .search-inner {
        margin-top:50px;
        padding: 20px
    }

    .search-header h3 {
        font-size: 20px
    }

    .search-input {
        padding: 12px 40px 12px 15px;
        font-size: 16px
    }

    .search-submit {
        width: 20px;
        height: 20px;
        right: 12px
    }
}


#billing_state_field,
#billing_address_2 {
    display: none;
}


.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

@media (min-width: 768px) {
    .storefront-breadcrumb {
        padding: 1.41575em 0;
        margin: 0 0 0.706325903em;
    }
}

@media (min-width: 768px) {
    .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
        text-align: center;
        padding: 0 0 1.9968353111em;
    }
}


/**Archive styling **/

.archive .woocommerce-products-header+.storefront-sorting:after {
    content: '';
    display: block;
    visibility: visible;
    clear: both;
}



.archive .woocommerce-products-header+.storefront-sorting .woocommerce-pagination {
    display: none;
}

.archive .woocommerce-products-header+.storefront-sorting .woocommerce-result-count {
    float: right;
    padding: 0px;
    margin: 16px 0;
}

.archive ul.products+.storefront-sorting .woocommerce-result-count,
.archive ul.products+.storefront-sorting .woocommerce-ordering {
    display: none;
} 



@media (min-width: 768px) {
       
    ul.products {
        margin: 0 -15px;
    }

    .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product, 
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-4 li.product, 
    .page-template-template-homepage-php .site-main ul.products.columns-4 li.product, 
    .page-template-template-homepage-php .header-widget-region ul.products.columns-4 li.product, 
    .storefront-full-width-content .site-main ul.products.columns-4 li.product, 
    .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
        width: 25%;
        float: left;
        margin-right: 0px;
        padding: 0 15px;
        margin-bottom: 30px;
    }


    


}


.woocommerce-loop-product__title {
        font-size: 1.2em;
        line-height: 1.4em;
        text-align: left;
        padding-right: 55px;
    }

ul.products .onsale {
    margin: 0px;
    border-radius: 20px;
    border: 0px;
    background: #fff;
    backdrop-filter: blur(7px);
    padding: 3px 12px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: absolute;
    top: 18px;
    left: 30px;
}

ul.products .price {
    text-align: left;
}

.custom-product-info .onsale {
    display: none;
}

.custom-add-to-cart{
    flex-shrink: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 0px;
    top: 0px;
}

.custom-add-to-cart img {
    margin: 0px!important;
}

.custom-product-info {
    position: relative;
}

.custom-product-info h2.woocommerce-loop-product__title {
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    -webkit-line-clamp: 2; 
    text-overflow: ellipsis; 
    font-size: 16px; 
    line-height: 1.4em; 
}


.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 20px
}

.woocommerce nav.woocommerce-pagination::-webkit-scrollbar {
    display: none
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 17px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px 20px;
    background: rgb(255 255 255 / .06);
    border: 1px solid #fff0;
    color: var(--primary-color);
    border-radius: 8px;
    min-width: 45px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff0!important;
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important;
}

.woocommerce nav.woocommerce-pagination::before,
.woocommerce nav.woocommerce-pagination::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease
}

.woocommerce nav.woocommerce-pagination::before {
    left: 0;
    background: linear-gradient(to right,rgb(39 39 39),transparent)
}

.woocommerce nav.woocommerce-pagination::after {
    right: 0;
    background: linear-gradient(to left,rgb(39 39 39),transparent)
}

.woocommerce nav.woocommerce-pagination.scroll-start::before {
    opacity: 1
}

.woocommerce nav.woocommerce-pagination.scroll-end::after {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .woocommerce nav.woocommerce-pagination {
        margin-top:30px;
        position: relative;
        text-align: left
    }

    .woocommerce nav.woocommerce-pagination ul {
        gap: 8px;
        padding: 0 10px
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        padding: 8px 15px;
        font-size: 14px;
        min-width: 35px
    }
}

/**Mini Cart **/

.widget.woocommerce.widget_shopping_cart {
    padding: 20px;
    background: var(--theme-color);
    border: 1px solid #353535;
    margin-top: 10px;
}

.widget_shopping_cart .product_list_widget li {
    padding: 0px;
}

.woocommerce-mini-cart-item dl.variation {
    display: none;
}

.woocommerce-mini-cart-item .amount {
    color: var(--emerald-green);
    font-size: 14px;
    line-height: 14px !important;
    font-weight: 600;
}

.woocommerce-mini-cart-item .widget a.button.checkout {
    background: var(--emerald-green);
    border-color:  var(--emerald-green);
}

.woocommerce-mini-cart.cart_list.product_list_widget  {
    margin-bottom: 20px;
}

/**Cart Page **/

.is-large.wc-block-cart .wc-block-cart-items,
.is-large.wc-block-cart .wc-block-components-sidebar{
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 25px 25px 0px 25px;
    border-radius: 4px;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    font-size:  15px;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child {
    padding-left:   0px;
}


.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: -webkit-box!important; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    -webkit-line-clamp: 2; 
    text-overflow: ellipsis; 
    font-size: 16px; 
    line-height: 1.4em; 
    text-decoration: none;
    color: var(--primary-color);
}

.wc-block-cart .wc-block-components-formatted-money-amount {
    color:  var(--emerald-green);
}

.wc-block-cart .wc-block-components-quantity-selector {
    border: 1px solid #969696;
}


.wc-block-cart .wc-block-components-product-price__value.is-discounted {
    display: block;
    margin: 0px;
    font-size: 16px;
}

.wc-block-cart del, 
.wc-block-cart del .amount {
    font-size:  16px;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0!important;
    padding-right: 0!important;
}

body .wc-block-components-radio-control__description, 
body .wc-block-components-radio-control__secondary-description {
    font-size:  14px;
}



body .wc-block-components-button:not(.is-link) {
    background-color: var(--emerald-green);
    color: #ffffff;
    text-decoration: none !important;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email], 
body .wc-block-components-form .wc-block-components-text-input input[type=number], 
body .wc-block-components-form .wc-block-components-text-input input[type=password], 
body .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input input[type=text], 
body .wc-block-components-form .wc-block-components-text-input input[type=url], 
body .wc-block-components-text-input input[type=email], 
body .wc-block-components-text-input input[type=number], 
body .wc-block-components-text-input input[type=password], 
body .wc-block-components-text-input input[type=tel], 
body .wc-block-components-text-input input[type=text], 
body .wc-block-components-text-input input[type=url] {
    font-family: inherit;
    height: 2.925em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    width: 100%;
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 10px;
    font-size: 16px;
}

body .wc-block-components-form .wc-block-components-text-input label, 
body .wc-block-components-text-input label {
    left: .9625em;
    top: 1.762em;
 
    font-size: 14px;
}

body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], 
body .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], 
body .wc-block-components-text-input input:-webkit-autofill, 
body .wc-block-components-text-input.is-active input[type=email], 
body .wc-block-components-text-input.is-active input[type=number], 
body .wc-block-components-text-input.is-active input[type=password], 
body .wc-block-components-text-input.is-active input[type=tel], 
body .wc-block-components-text-input.is-active input[type=text], 
body .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em .8em .5em;
}


body .wc-block-cart__submit-container {
    padding-top: 70px !important;
    background: transparent;
}


body .wc-blocks-components-select .wc-blocks-components-select__container {
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 10px;
    background: rgb(255 255 255 / .1);
    color: var(--primary-color);
    font-size: 16px;

}

body .wc-blocks-components-select .wc-blocks-components-select__label {
    color:  #fff;
}

body .wc-blocks-components-select .wc-blocks-components-select__select {
    color:  #fff;
    border: 0px;
}

body .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #fff;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    color:  var(--emerald-green);
}

body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    color: var(--emerald-green);
}

body .wc-block-components-product-price__value.is-discounted {
    display: block;
    margin-left: 0px;
    font-size:  14px;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item {
    font-size:  14px;
}

body .wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    font-size:  14px;
}

.single-product .onsale {
    display: none;
}

.single-product .product_title.entry-title {
    font-size: 40px;
    line-height: 45px;
}

.single-product div.product p.price ins,
.single-product div.product p.price ins .amount {
    font-size: 30px;
    line-height: 30px;
}

.single-product div.product p.price {
    margin: 0px 0 10px 0;
}

.single-product div.product p.price .amount {
    font-size: 1.41575em;
}

.single-product a.reset_variations {
    color: #fff;
}


.summary-video-button {
    display: flex;
    width: 100%;
    max-width: 290px;
    align-items: center;
    justify-content: center; /* Added center alignment */
    gap: 10px;
    background: var(--primary-color);
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.summary-video-button svg,
.summary-video-button img {
    max-width: 25px;
    width: 25px;
}

.summary-video-button span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.summary-video-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--magenta-rgb), 0.3);
}

@media only screen and (max-width: 767px) {
    .summary-video-button {
        padding: 3px 20px;
        margin-bottom: 4px;
    }
    
    .summary-video-button img {
        width: 20px;
        height: 20px;
    }
    
    .summary-video-button span {
        font-size: 14px;
    }

    select {
        padding: 6px 10px;
        font-size: 15px;
    }
}


.single-product div.product table.variations th {
    margin-bottom: 10px;
}

.single-product div.product table.variations select {
    max-width: 30%;
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 35.130435%;
        float: left;
        margin-right: 1.347826%;
        margin-bottom: 3.706325903em;
    }

     .storefront-full-width-content.single-product div.product .summary {
        width: 60.521739%;
        float: right;
        margin-right: 0;
        margin-bottom: 1.706325903em;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 17.4%;
        float: left;
        margin-right: 3.111111%;
    }
	
	.single-product div.product .woocommerce-product-gallery img {
		width: 100%;
	}
}




button.alt, input[type="button"].alt, 
input[type="reset"].alt, 
input[type="submit"].alt, 
.button.alt, 
.widget-area .widget a.button.alt {
    background-color: var(--emerald-green);
    border-color: var(--emerald-green);
    color: #ffffff;
}

button.alt:hover, input[type="button"].alt:hover, 
input[type="reset"].alt:hover, 
input[type="submit"].alt:hover, 
.button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: #fff!important;
    border-color: #fff;
    color: #000;
}




.single-product .summary.entry-summary .quantity .qty:focus {
    background-color: #000!important;
    color: #fff!important;
}

.single-product div.product form.cart {
    margin-bottom: .618em;
    padding: 1em 0;
} 


.wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 40px;
}
.wc-tabs li {
    margin: 0;
    position: relative;
}
.wc-tabs li a {
    padding: 15px 0;
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.wc-tabs li.active a {
    opacity: 1;
}
.wc-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}
.woocommerce-Tabs-panel {
    padding-top: 40px;
    color: var(--white-color);
}
.woocommerce-Tabs-panel h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: normal;
}
.woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}
.woocommerce-Tabs-panel--additional_information table {
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-Tabs-panel--additional_information th,
.woocommerce-Tabs-panel--additional_information td {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.woocommerce-Tabs-panel--additional_information th {
    font-weight: 500;
    width: 150px;
}
.woocommerce-Tabs-panel--reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {

    .wc-tabs {
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }
    .woocommerce-tabs {
        margin-top: 0px;
    }
    .wc-tabs li a {
        font-size: 16px;
    }
    .wc-tabs li.active a::after {
        bottom: -5px;
    }
    .woocommerce-Tabs-panel {
        padding-top: 30px;
    }
    .woocommerce-Tabs-panel h2 {
        font-size: 18px;
    }
    .woocommerce-Tabs-panel li {
        font-size: 14px;
    }
    .woocommerce-Tabs-panel--additional_information th {
        font-size: 14px;
    }
    .woocommerce-Tabs-panel ul {
        margin-bottom: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-bottom: 1.706325903em;
    }
}

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before {
    color: #fff;
}

.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce-Tabs-panel--additional_information th, 
.woocommerce-Tabs-panel--additional_information td {
    padding: 10px;
}

.woocommerce-Tabs-panel--additional_information th a,  
.woocommerce-Tabs-panel--additional_information td a{
    color: #fff;
}

.related>h2:first-child, .upsells>h2:first-child {
    font-size: 50px;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .related.products ul.products {
        margin: 0;
    }

    .related.products ul.products li.product img {
        width: 100%;
    }
}



.wc-block-components-button:not(.is-link):hover, 
.wc-block-components-button:not(.is-link):focus, 
.wc-block-components-button:not(.is-link):active {
    background-color: #fff!important;
        color: #000 !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
    display: none;
}


.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    display: block!important;
}



.storefront-handheld-footer-bar ul li.search.active .site-search {
        bottom: -8em!important;
}

.storefront-handheld-footer-bar ul li.search .site-search input{
    background: #000!important;
    color: #fff!important;
}

.storefront-handheld-footer-bar ul li.search form::before {
    top: 1em;
    left: 1.15em;
}


.single-product .product_meta .posted_in {
    display: none!important;
}

.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments {
    padding: 0.5em 0.5em 0.5em 2.1em;
}

.woocommerce-message::before, 
.woocommerce-info::before, 
.woocommerce-error::before, 
.woocommerce-noreviews::before, 
p.no-comments::before {
    top: .5em;
    left: .5em;
}

.woocommerce-message .button, 
.woocommerce-info .button, 
.woocommerce-error .button, 
.woocommerce-noreviews .button, 
p.no-comments .button {
    padding: 2px 10px 2px 13px;
    margin: 0px 0 0 0;
    background: var(--emerald-green)!important;
}

.woocommerce-message .button:hover, 
.woocommerce-info .button:hover, 
.woocommerce-error .button:hover, 
.woocommerce-noreviews .button:hover, 
p.no-comments .button:hover {
    background: var(--emerald-green);
    color: #fff;
}

.single-product button:focus, 
.single-product .button.alt:focus {
    background: var(--emerald-green);
 }



    .product-showcase-section.main-up{
        padding-bottom: 0px;
    }

    .single_variation_wrap .woocommerce-variation-price {
        display: none!important;
    }


.site-info {
    display: none;
}

 .whatsapp-float {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease-in-out, transform 0.2s;
	z-index: 2;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
}



.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {

    background: #fff !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {

    background: #fff !important;
}

a {
    color: #fff;
    text-decoration: none !important;
}




.form-row {
    margin-bottom: 10px!important;
}


.select2-container .select2-selection--single {
    height: 49px;
}


#payment .place-order .button {
    font-size: 1.1575em;
    width: 100%;
    white-space: pre-wrap;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #fff;
} 


.woocommerce-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background: #b6b6b6;
}

.single-product .product_meta+.woocommerce-multi-currency {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 92%;
}

.page-id-12 .entry-title {
	margin-bottom: 40px;
}


.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
    margin-left: 0px;
    margin-right: 0px;
}
    .social-links li {
        display: inline-block;
		margin-right: 10px;
    }
    .social-links a {
        text-decoration: none;
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .social-links a:hover {
        color: #007bff;
    }

.social-links img {
        width: 24px;
        height: 24px;
    }



@media (max-width: 768px) {


    .storefront-handheld-footer-bar .search {
        display: none;
    }

    .storefront-handheld-footer-bar ul.columns-3 li {
        width: 50%;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom .col {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .footer-bottom .col-lg {
        width: 100%;
    }

    .site-info {
        display: none;
    }

    .site-footer {
        padding-top: 0;
        padding-bottom: 85px;
    }

    .storefront-handheld-footer-bar ul li>a {
        color: #fff;
    }

    .storefront-handheld-footer-bar .whatsapp-float {
        position: static;
        height: 67px;
        width: 50px;
        padding-top: 5px;
        border: 0px!important;

    }

    .storefront-handheld-footer-bar .whatsapp-float:hover {
            background-color: transparent!important;
    transform: scale(1.1);
    }

    .storefront-handheld-footer-bar .whatsapp-icon {
        width: 50px;
        height: 50px;
    }

    .storefront-handheld-footer-bar ul li.my-account>a::before {
        display: none;
    }

    .storefront-handheld-footer-bar .my-account {
        display: flex;
        align-items: center;
        justify-content: center;
    }


	.site-header-cart .cart-contents {
		display: block;
	}

    .storefront-sorting select {
        max-width: 100%;
    }

    .archive .woocommerce-products-header+.storefront-sorting .woocommerce-result-count {
        float: none;
        text-align: center;
    }

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 18.571429%;
        float: left;
        margin-right: 5.2857142857%;
    }

    .single-product .product_title.entry-title {
		font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
    } 

    .single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 1.617924em;
        margin-top: 0;
    }

    .single-product div.product table.variations select {
        max-width: 60%;
    }

    .single_add_to_cart_button {
                    width: 75%;
        max-width: 255px;
    }

    .related>h2:first-child, 
    .upsells>h2:first-child {
        font-size: 25px;
        margin-bottom: 1em;
        margin-top: 30px;
    }

    body .wc-block-cart__submit-container {
        padding-top: 18px !important;
    }

    .p-showcase-tab-parent-cat-menu {
        column-gap: 12px;
    }

    .parent-cat-box h3 {
        font-size: 12px;
    }

    .tab-cat-thumb {
        width: 80px;
        height: 80px;
    }

    .p-showcase-tab-parent-cat-menu .parent-cat-box {
            flex: 0 0 80px;
            max-width: 80px;
    }

    .bestseller-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .up-sec {
        margin-bottom: 0px!important;
    }

    .header .header-actions .site-utilities {
        column-gap: 0.9rem;
    }
	
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 5px 14px 5px 7px;
    font-size: 12px;
}
	
	.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies {
		top: 45%;
		right: 1px;
	}
	
	.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies:after {
		width: 4px;
		height: 4px;
	}
	
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    position: relative;
    padding: 3px 20px 3px 10px;
    font-size: 12px;
}

    .header .site-branding {
        max-width: 153px;
    }

    .search-header {
        margin-bottom: 16px;
    }

    .storefront-handheld-footer-bar ul.columns-3 li {
        width: 50%;
    }

    .storefront-full-width-content .site-main ul.products.columns-4 li.product {
        width: 50%;
        float: left;
        padding: 0 6px;
    }

    ins,
    ins .amount{
            font-size: 15px;
        line-height: 15px !important;
    }
    del,
    del .amount{
        opacity: 1!important;
            font-size: 15px;
        line-height: 15px !important;
    }
	
	.amount {
    	font-size: 15px;
		line-height: 15px !important;
		font-weight: 600;
	}



    .page-id-9 .whatsapp-float {
        display: flex;
    }

    .page-id-9 .site-footer {
        padding-bottom: 85px;
    }

    .product-box h3 {
        -webkit-line-clamp: 1;
        padding-right: 0px;
    }

    .bestseller-grid .product-title:after {
        display: none;
    }


    .custom-product-info h2.woocommerce-loop-product__title {
            -webkit-line-clamp: 1;
            padding-right: 0px;
    }

    .custom-product-info .custom-add-to-cart {
        display: none;
    }

    .storefront-full-width-content .site-main ul.products.columns-4 li.product {
        margin-bottom: .235801032em;
    }

    ul.products li.product img {
        margin: 0 auto .618em;
    }

    ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.8rem;
        margin-bottom: .1407911001em;
    }

    .storefront-breadcrumb {
        margin: 0 0 .618em;
        padding: 0.7em 0 0 0;
    }

    .site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
        margin-top: 0;
    }

    .col-full {
        margin-left: .41575em;
        margin-right: .41575em;
        padding: 0;
    }

    ul.products .onsale {
        top: 8px;
        left: 15px;
    }


    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        margin: 0;
        padding: 0;
        display: flex;
        column-gap: 8px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        user-select: none;
        cursor: grab;
        scroll-behavior: smooth;
    }


    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {

        margin-right: 0;
        margin: 0px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: .618em;
    }

    .single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
        margin-bottom: .617924em;
        margin-top: 0;
    }

    .single-product .product_title.entry-title {
        margin-bottom: 12px;
    }
    .single-product div.product p.price ins, .single-product div.product p.price ins .amount {
        font-size: 20px;
        line-height: 30px;
    }

    .single-product div.product p.price .amount {
        font-size: 1.11575em;
    }

    .single-product div.product p.price {
        margin: 0px 0 8px 0;
    }
	
	ul.products .price {
		text-align: left;
		height: 25px;
	}
}

.wc-block-cart-item__remove-link {
    position: relative;
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-size: 2px!important;
}

.wc-block-cart-item__remove-link:before {
    content: "🗑 Delete - حذف العنصر"; 
    font-size: 16px;
    color: red;
    margin-right: 5px;

}

.woocommerce-info .showcoupon {
	color: #000!important;
}


@media (max-width: 767px) {
    .bestseller-grid .product-box:nth-child(n+9) { 
        display: none; /* Hide products 7 to 12 on desktop */
    }
}

@media (min-width: 768px) {
    .bestseller-grid .product-box:nth-child(n+7) { 
        display: none; /* Hide products 7 to 12 on desktop */
    }
}


.see-more-wrapper {
	text-align: center;
	padding: 40px 0 0 0;
}


.new-carousel {
	margin: 0px!important;
    display: block!important;
}


.featured-products-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}


.featured-products-carousel .owl-nav button.owl-prev,
.featured-products-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: none;
  border: none;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: auto; 
  z-index: 100;
}


.featured-products-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.featured-products-carousel .owl-nav button.owl-next {
  right: 10px;
}


.featured-products-carousel:hover .owl-nav button.owl-prev,
.featured-products-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}

.sep {
	border-top: 1px solid #303030;
}



.homesec-n {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}

.homesec-n.frst {
	padding-top: 40px!important;
}

.link-insta {
	font-size: 35px!important;
}

.image-grid {
      display: flex;
      gap: 30px;
      height: 640px;
      overflow: hidden;
    }

    .left-image,
    .right-images {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .left-image {
      flex: 2;
    }

    .right-images {
      flex: 1;
      flex-direction: column;
      gap: 30px;
    }

    .left-image img,
    .right-images img {
      height: 100%;
      width: auto;
      object-fit: cover;
    }

    /* Mobile view: stack everything */
    @media (max-width: 768px) {
      .image-grid {
        flex-direction: column;
        height: auto;
      }

      .left-image,
      .right-images {
        height: auto;
        align-items: center;
      }

      .right-images {
        gap: 30px;
      }

      .left-image img,
      .right-images img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }
    }


.cat-sec {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.cat-sec .box {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.cat-sec .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cat-sec .overlay {
  position: relative;
    z-index: 2;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
    padding: 20px;
    text-align: center;
}

.cat-sec .overlay h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

#hero {
	height: 92vh;
}

#hero video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	
	#hero {
	height: 40vh;
}
	
	
	
  .cat-sec {
    flex-direction: column;
  }
	
	.homesec-n {
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}

.homesec-n.frst {
	padding-top: 30px!important;
}
	
	.homesec-n h6 {
		font-size: 18px;
	}
	
	.cat-sec .overlay h3 {
		margin-bottom: 10px;
	}
  
}


.nopadt {
	padding-top: 0px!important;
}

.featured-products-carousel .product-image {
		background: #000;
		border-radius: 20px;
	}


@media (min-width: 1200px) {
	.featured-products-carousel .product-image {
		min-height: 300px;
	}
}

@media (max-width: 1199px) {
	.featured-products-carousel .product-image {
		min-height: 147px;
	}
}

.woocommerce-input-wrapper .select2-container {
	width: 100%!important;
}

#billing_city_field,
#billing_address_2_field{
	margin-bottom: 0px!important;
}

#billing_city_select_field label {
	display: none;
}

#billing_city_text_field label {
	display: none;
}


.up-sells .products {
    display: block !important; 
	margin: 0px!important;
}
.up-sells .product {
    float: none !important;
    width: 100%!important;
}


.up-sells .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}


.up-sells .owl-nav button.owl-prev,
.up-sells .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: none;
  border: none;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: auto; 
  z-index: 100;
}


.up-sells .owl-nav button.owl-prev {
  left: 10px;
}

.up-sells .owl-nav button.owl-next {
  right: 10px;
}


.up-sells:hover .owl-nav button.owl-prev,
.up-sells:hover .owl-nav button.owl-next {
  opacity: 1;
}



.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
	background-color: var(--emerald-green)!important;
    color: #ffffff!important;
    text-decoration: none !important;
}

.wp-block-woocommerce-cart-cross-sells-block {
	display: none!important;
}

.omnia-video-above-gallery {
	display: none;
}

@media (max-width: 767px) {
  .single-product .product .summary {
    display: flex;
    flex-direction: column;
  }

  .single-product .product .summary .price {
    order: -1; 
  }
 
	.omnia-video-above-gallery {
		display: block!important;
	}
	
	.omnia-video-above-gallery .summary-video-button.video-button-gallery {
		width: auto;
		height: 30px;
		padding: 3px;
		border-radius: 7px;
		position: absolute;
		z-index: 1;
		left: 10px;
        top: 17px;
	}

	.omnia-video-above-gallery .summary-video-button.video-button-gallery span {
		display: none;
	}
	.omnia-video-above-gallery .summary-video-button.video-button-gallery img {
		width: 33px;
		height: 33px;
		max-width: 40px;
		}

}

.go3176171171 p {
	color: #000!important;
}

.go3176171171 span {
	color: #000!important;
}


.related.products .product{
    display: block !important; 
	margin: 0px!important;
}
.related.products .product{
    float: none !important;
    width: 100%!important;
}


.related.products .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}


.related.products .owl-nav button.owl-prev,
.related.products .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: none;
  border: none;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: auto; 
  z-index: 100;
}


.related.products .owl-nav button.owl-prev {
  left: 10px;
}

.related.products .owl-nav button.owl-next {
  right: 10px;
}


.related.products:hover .owl-nav button.owl-prev,
.related.products:hover .owl-nav button.owl-next {
  opacity: 1;
}


.woocommerce-tabs.wc-tabs-wrapper+.up-sells.upsells.products {
	display: none;
}


@media only screen and (max-width:389px) {
	    .header .site-branding {
        max-width: 120px;
    }
}



.woocommerce-product-gallery ol.flex-control-nav.flex-control-paging {
    margin: 0px;
    list-style: none;
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    bottom: 43px;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-paging li {
    display: inline-block;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-paging li a {
    background: #ffffffbf;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    font-size: 0px;
    margin: 0px 3px;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: #fff !important;
}

.woocommerce-product-gallery .flex-direction-nav {
	display: none;
}

.woocommerce-product-details__short-description {
	display: none;
}

.single-product div.product .variations_button {
  
    margin-bottom: 10px;
}

@media only screen and (max-width:767px) {

	
	.woocommerce-product-gallery ol.flex-control-nav.flex-control-paging {
		bottom: 23px;
	}
	
	.single-product div.product .variations_button {
		position: fixed;
		bottom: 0px;
		z-index: 111;
		width: 98%;
		background: #383838;
		padding: 10px;
	}
	
	.single-product div.product .variations_button {
  
    margin-bottom: 0px;
}
}

.storefront-handheld-footer-bar {
	display: none;
}

.post-240759 h1 {
	font-size: 47px;
}




.influence-form input[type=text],
.influence-form input[type=number],
.influence-form input[type=email],
.influence-form input[type=tel],
.influence-form input[type=url],
.influence-form input[type=password],
.influence-form input[type=search],
.influence-form textarea,
.influence-form .input-text {
	color: #fff;
	background: #404040;
	width: 50%;
}

.influence-form input[type=text]:focus,
.influence-form input[type=number]:focus,
.influence-form input[type=email]:focus,
.influence-form input[type=tel]:focus,
.influence-form input[type=url]:focus,
.influence-form input[type=password]:focus,
.influence-form input[type=search]:focus,
.influence-form textarea:focus,
.influence-form .input-text:focus {
	color: #fff;
	background: #404040;
}

.influence-form textarea {
	resize: none;
	height: 140px;
}

@media only screen and (max-width:767px) { 
	.influence-form input[type=text],
.influence-form input[type=number],
.influence-form input[type=email],
.influence-form input[type=tel],
.influence-form input[type=url],
.influence-form input[type=password],
.influence-form input[type=search],
.influence-form textarea,
.influence-form .input-text {
	color: #fff;
	background: #404040;
	width: 100%;
}
	
	.post-240759 h1 {
	font-size: 27px;
}
	
}


@media only screen and (min-width:767px) { 

.col-full .entry-title {
	font-size: 42px;
	margin-bottom: 30px;
}

	 }


.c-p-head {
	    display: flex;
    justify-content: end;
}

.c-p-head input[type=text] {
	width: 100%;
	max-width: 250px;
}

.celebrity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    gap: 20px;
}

.celebrity-item img {
    width: 100%;
    border-radius: 8px;
}

.alphabet-filter {
	display: block;
	margin: 10px 0 30px 0;
}

.alphabet-filter span {
       cursor: pointer;
    margin: 5px 0;
    padding: 6px 6px;
    display: inline-block;
    font-size: 22px;
}

.alphabet-filter span:hover {
    background: #000;
    color: #fff;
}

.celebrity-item h3 {
	font-size: 1.2em;
}

.ban {
	margin-bottom: 25px;
}

.page-id-247704 h1.entry-title {
	text-align: center;
}


.product-status .status-label {
	display: none!important;
}


ul.products .onsale {
	display: none!important;
}

.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.woocommerce ul.products li.product:hover img.secondary-image {
    opacity: 1;
}


.product-image{
position:relative;
overflow:hidden;
}

.product-image img{
transition:opacity .4s ease;
}

.product-image .secondary-image{
position:absolute;
top:0;
left:0;
opacity:0;
}

.product-image:hover .secondary-image{
opacity:1;
}

.product-image:hover .primary-image{
opacity:0;
}

@media only screen and (max-width: 767px) { 

	ul.products li.product .woocommerce-LoopProduct-link {
		min-height: 266px;
	}

}


/* New */

.top-bar {
	background: #fff;
	padding: 2px 3px;
}

.top-bar .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}

.top-bar .row .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	border: 0px;
}

.top-bar .tp-rft {
	    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.top-bar .tp-rft a {
	    display: inline-block;
    height: 20px;
}

.top-bar .tp-rft svg {
	    width: 23px;
    height: 23px;
}

.top-bar .tp-lft {
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 2;
}

.top-bar .tp-lft a.lang {
	color: #000;
	margin-right: 9px;
	margin-top: -4px;
}

.top-bar .announce {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.top-bar .announce p {
	color: #000;
    font-size: 12px;
    text-align: center;
    margin: 0px;
}

.vid-overlay {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    top: 0px;
    margin: auto;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
}

.product-showcase-section.main-up {
	padding-top: 0px;
	margin-top: -110px;
	position: relative;
	z-index: 4;
}

.vid-content {
	position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vid-content h6 {
	font-weight: 300;
    text-transform: uppercase;
    color: #9da385cf;
    font-size: 13px;
    letter-spacing: 8px;
}

.vid-content h2 {
	font-size: 70px;
    font-weight: 300;
    margin-bottom: 30px;
	font-family: "Libre Caslon Display", serif;
}

.vid-content p {
	color: #c5c7bd;
	font-size: 16px;
    margin-bottom: 35px;
}

.vid-content a {
	border: 1px solid #9da385cf;
    padding: 14px 42px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #9da385cf;
}

/* CATEGORY CARD STYLE */
.parent-cat-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    text-decoration: none;
}

.parent-cat-box .product-thumb img, 
.parent-cat-box .product-thumb svg {
	border-radius: 0px;
}

.parent-cat-box .product-thumb {
    position: relative;
}

.parent-cat-box .product-image {
    position: relative;
    overflow: hidden;
}

.parent-cat-box .product-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Dark Overlay */
.parent-cat-box .product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
    transition: 0.3s ease;
}

/* Bottom Content */
.parent-cat-box .product-info {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

/* Small Text */
.parent-cat-box .cat-subtitle {
    font-size: 12px;
    letter-spacing: 6px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Category Name */
.parent-cat-box .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    margin: 0 0 6px;
    padding: 0px;
}

/* Product Count */
.parent-cat-box .category-count {
    color: rgba(255,255,255,0.9);
    font-size: 10px;
    font-weight: 300;
}

/* Hover */
.parent-cat-box:hover .product-image img {
    transform: scale(1.05);
}

.parent-cat-box:hover .product-image::after {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
}


@media (max-width: 768px){

    .parent-cat-box .product-image img {
        height: 220px;
    }

    .parent-cat-box .woocommerce-loop-product__title {
        font-size: 28px;
    }

    .parent-cat-box .category-count {
        font-size: 16px;
    }

    .parent-cat-box .cat-subtitle {
        font-size: 10px;
        letter-spacing: 4px;
    }
}


.fea-cat-sec {
	padding-top: 0px;
	padding-bottom: 0px;
}


.bestseller-grid .woocommerce-loop-product__title {
	padding-right: 0px;
	margin-bottom: 6px;
}

.bestseller-grid .product-price .amount{
	font-size: 15px;
	 color: #9da385;
}

.bestseller-grid .product-price {
	color: #858585;
}

.bestseller-grid .product-price del, .bestseller-grid .product-price del .amount {
	font-size: 15px;
	color: #858585;
}

.bestseller-grid .product-price del, .bestseller-grid .product-price ins, .bestseller-grid .product-price del, .bestseller-grid .product-price ins .amount {
    color: #9da385;
  
}


.bestseller-grid .product-thumb {
    border-radius: 0;
    margin-bottom: 10px;
}


.bestseller-grid .product-thumb img, .bestseller-grid .product-thumb svg {
	border-radius: 0px;
}

.bestseller-grid .featured-products-carousel .product-image {
	border-radius: 0px;
}

.bestseller-grid .featured-products-carousel .owl-stage-outer {
	overflow: visible;
}



.new-banner-sec {
	position: relative;
	min-height: 250px;
	margin-top: 20px;
	margin-top: 20px;
	width: 100%;
	height: 65vh;
    overflow: hidden;
    max-height: 770px;
    text-align: center;
}



.new-banner-sec picture {
	display: inline-block;
}

.new-banner-sec .text {
	position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 65px;
}
.new-banner-sec .text h6 {
	font-weight: 300;
    text-transform: uppercase;
    color: #9da385cf;
    font-size: 13px;
    letter-spacing: 8px;
}

.new-banner-sec .text h2 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: "Libre Caslon Display", serif;
}

.new-banner-sec .text p {
	color: #c5c7bd;
	font-size: 14px;
	margin-bottom: 15px;
}

.new-banner-sec .text a {
	border: 1px solid #9da385cf;
    padding: 14px 42px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #9da385cf;
}

.site-footer {
	border-top: 1px solid #2f322a;
}

@media (min-width: 768px) {
	.footer-widgets {
		width: 100%;
    	margin: 0 -15px;
    }
	
	.footer-widgets.col-4 .block.footer-widget-1 {
		width: 40%;
	}
	
	.footer-widgets.col-4 .block.footer-widget-2 {
		width: 20%;
	}
	
	.footer-widgets.col-4 .block.footer-widget-3 {
		width: 20%;
	}
	
	.footer-widgets.col-4 .block.footer-widget-4 {
		width: 20%;
	}
	
    .footer-widgets.col-4 .block {
        width: 25%;
        float: left;
        padding: 0 15px;
		margin: 0px;
    }
	
	
}

.footer-widget-1 .widget_media_image {
	margin-bottom: 12px;
}

.footer-widget-1 .widget_media_image img {
	max-width: 180px!important;
}

.footer-widget-1 .widget.widget_text {
	margin-bottom: 24px;
}

.footer-widget-1 p {
	font-size: 14px;
	color: #c5c7bd;
	margin-bottom: 0px;
}

.footer-widget-1 .social-links a {
    background: #3f433780;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2f322a;
}

.footer-widget-1 .social-links a svg {
	width: 16px;
	height: 16px;
}


.site-footer .widget-title {
	font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 24px;
    color: #fff;
    border-bottom: 1px solid #2f322a;
    font-family: "Libre Caslon Display", serif;
    letter-spacing: 1.2px;
}

.site-footer .widget_nav_menu ul li {
	padding-left: 0px;
}

.site-footer .widget_nav_menu ul li::before {
	display: none;
}

.site-footer .widget_nav_menu ul li a {
	font-size: 14px;
}

.site-footer .footer-widgets h5 {
	font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 0px;
    font-family: "Libre Caslon Display", serif;
    letter-spacing: 1.2px;
}

.site-footer .footer-widgets p {
	font-size: 14px;
}

.ft-contact li {
	font-size: 14px;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}

.ft-contact li svg {
	width: 16px;
    height: 16px;
    margin-right: 9px;
}


.newsletter-sec {
	padding-top: 70px;
	padding-bottom: 60px;
}

.newsletter-sec .content {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.newsletter-sec .icon {
    background: #9da3851a;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2f322a;
    margin-bottom: 10px;
}

.newsletter-sec .icon svg {
    width: 20px;
    height: 20px;
}

.newsletter-sec h6 {
	font-weight: 300;
    text-transform: uppercase;
    color: #9da385cf;
    font-size: 13px;
    letter-spacing: 8px;
	text-align: center;
	margin-bottom: 10px;
}

.newsletter-sec h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: "Libre Caslon Display", serif;
	text-align: center;
	margin-bottom: 15px;
}

.newsletter-sec p {
	color: #c5c7bd;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

.newsletter-sec .news-form {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 448px;
	margin-top: 10px;
}

.newsletter-sec .news-form input[type="email"] {
	background: #03030380;
	color: #fff;
	border: 1px solid #2f322a;
	font-size: 13px;
	font-family: "DM Sans", sans-serif;
	height: 50px;
	margin: 0px;
}


.newsletter-sec .news-form input[type="email"].wpcf7-not-valid {
	border-color: #F00;
}

.newsletter-sec .wpcf7-not-valid-tip {
	display: none!important;
}

.newsletter-sec .news-form input[type="submit"] {
	background: #9da385;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	color: #030303;
	height: 50px;
	padding: 10px 41px;
	position: relative;
	left: -3px;
}

.newsletter-sec .news-form br {
	 display: none;
}

.newsletter-sec .wpcf7-spinner {
	position: absolute;
}

.newsletter-sec .wpcf7 form.invalid .wpcf7-response-output,
.newsletter-sec .wpcf7 form.sent .wpcf7-response-output{
	margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 9px;
}

.celeb-sec {
	padding-top: 0;
}

.celebrity-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:20px;
}

.celebrity-grid .celebrity-card{
    background:#000;
    border: 1px solid #222222;
    position:relative;
    overflow:hidden;
}

.celebrity-grid .celebrity-card-link{
    text-decoration:none;
    color:#c7c1a2;
    display:block;
}

.celebrity-grid .celebrity-main-image {
	 position: relative;
}

.celebrity-grid .celebrity-main-image img{
    width:100%;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    display:block;
	border-radius: 0px;
}

.celebrity-grid .celebrity-round-image{
    position:absolute;
    left: 16px;
    top: 148px;
    width:70px;
    height:70px;
    border-radius:50%;
    overflow:hidden;
    border: 1px solid #5f5b46;
    background:#000;
}



.celebrity-grid .celebrity-round-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.celebrity-grid .celebrity-content{
    padding: 38px 17px 15px;
}

.celebrity-grid .celebrity-content h3{
    font-size: 16px;
    font-weight:300;
    line-height: 1;
    margin: 0 0 10px;
    color: #c7c7c7;
    text-transform: capitalize;
    font-family: "Libre Caslon Display", serif;
}

.celebrity-grid .visit-link{
    display:flex;
    align-items:center;
    gap: 5px;
    font-size: 10px;
    color:#c7c1a2;
}

.celebrity-grid .celebrity-main-image:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 76%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* Tablet */
@media(max-width: 1024px){
    .celebrity-grid{
        grid-template-columns:repeat(3, 1fr);
    }
}

/* Mobile */
@media(max-width: 767px){
    .celebrity-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
    }

    .celebrity-grid .celebrity-round-image{
        width:55px;
        height:55px;
        left:15px;
        bottom:85px;
		top: inherit;
    }

    .celebrity-grid .celebrity-content{
        padding:40px 15px 20px;
    }

    .celebrity-grid .celebrity-content h3{
        font-size:18px;
    }

    .celebrity-grid .visit-link{
        font-size:14px;
    }
}

.become-amb .omnia-ambassadors{
    background:#000;
    padding: 70px 0 0 0;
    overflow:hidden;
}

.become-amb .ambassador-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
    padding:0;
}

.become-amb .mini-title{
    color:#b6b18f;
    font-size:11px;
    letter-spacing:3px;
    display:block;
    margin-bottom:0;
}

.become-amb .ambassador-top h2{
    color:#fff;
    font-size:30px;
    margin:0;
	font-family: "Libre Caslon Display", serif;
}

.become-amb .become-btn {
    border: 1px solid #b6b18f;
    color: #030303;
    padding: 7px 30px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: .3s;
    background: #9da385;
    font-size: 12px;
}

.become-amb .become-btn:hover{
    background:#b6b18f;
    color:#000;
}

.become-amb .ambassadors-carousel .owl-stage{
    display:flex;
}

.become-amb .ambassador-item{
    padding:0 6px;
}

.become-amb .video-card{
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    height: 390px;
    background: #111;
}

.become-amb .video-card video,
.become-amb .video-card iframe{
    width:100%;
    height:100%;
    object-fit:cover;
    border:0;
	 position: relative;
    z-index: 1;
}

.become-amb .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.5),
        rgba(0,0,0,0)
    );
    pointer-events:none;
	
}

.become-amb .video-card:hover .play-btn{
	display: flex;
}

.become-amb .video-card.playing svg {
	display: none;
}

.become-amb .video-card.playing svg+svg {
	display: block;
}

.become-amb .play-btn{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
    width:42px;
    height:42px;
    border-radius:50%;
    background: transparent;
    display:none;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    z-index:5;
    cursor:pointer;
    border: 1px solid #9da385bf;
	transition: all 0.3s ease;
}

.play-btn svg {
	width: 30px;
	height: 30px;
	fill: #9da385;
	display: block;
}

.play-btn svg+svg {
	display: none;
}


.become-amb .views-count{
    position:absolute;
    top:20px;
    left:72px;
    background:rgba(0,0,0,.45);
    color:#fff;
    padding:10px 14px;
    border-radius:10px;
    font-size:14px;
    z-index:2;
}

@media(max-width:768px){

    .become-amb .ambassador-top{
        flex-direction:column;
        gap:6px;
        align-items:flex-start;
        padding:0 6px;
    }

	.become-amb .become-btn {
		display: none;
	}

    .become-amb .video-card{
        height:260px;
    }

}

.second-slider-section {
    position: relative;
	margin-top: 20px;
}

.second-slider-carousel .slider-item {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	padding-bottom: 70px;
}

.second-slider-carousel .slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.second-slider-carousel .slider-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 20px;
    color: #fff;
}

.second-slider-carousel .slider-small-title {
    display: block;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.second-slider-carousel .slider-heading {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
	font-family: "Libre Caslon Display", serif;
}

.second-slider-carousel .slider-description {

	margin-bottom: 0;
}

.second-slider-carousel .slider-description p {
	 color: #c5c7bd;
	font-size: 14px;
	margin-bottom: 15px;
}

.second-slider-carousel .slider-btn {
    border: 1px solid #9da385cf;
    padding: 14px 42px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #9da385cf;
	display: inline-block;
}


@media(max-width:768px){

    .second-slider-carousel .slider-item{
        height: 360px;
		padding-bottom: 25px;
    }

    .second-slider-carousel .slider-heading{
        font-size: 30px;
    }

    .second-slider-carousel .slider-description{
        font-size: 16px;
    }

}

.timeless-elegance-section {
	margin-top: 20px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
}

.timeless-elegance-section ul {
	list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    transition: all 0.5s ease;
    display: flex;
}

.timeless-elegance-section ul li {
	
    width: 25%;
    float: left;
    transition: all 0.5s ease;
}

.timeless-elegance-section ul li.active {
	width: 60%;
}


.timeless-elegance-section ul li.active h5 {
	display: none;
}

.timeless-elegance-section ul li.active .inner-cont {
	visibility: visible;
}

.timeless-elegance-item {
	height: 700px;
	overflow: hidden;
	position: relative;
}

.timeless-elegance-item img {
	height: 100%;
    width: auto;
    object-fit: cover;
}

.timeless-elegance-item .inner-cont {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
}

.timeless-elegance-item .inner-cont h3 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: "Libre Caslon Display", serif;
}

.timeless-elegance-item .timeless-elegance-content p {
	color: #c5c7bd;
	font-size: 14px;
	margin-bottom: 15px;
}

.timeless-elegance-item .inner-cont .timeless-elegance-btn {
	border: 1px solid #9da385cf;
    padding: 14px 42px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #9da385cf;
	display: inline-block;
}

.timeless-elegance-item h5 {
	position: absolute;
    bottom: 70px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "Libre Caslon Display", serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 300;
}

.site-footer .pay {
	    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-footer .pay img {
    height: 19px;
    margin-left: 9px;
}

@media only screen and (max-width: 767px) { 
	
	.card-grid-section.fea-cat-sec.forow ul.products li img {
		height: auto!important;
	}
	
	.top-bar .tp-rft {
		display: flex;
	}
	
	.timeless-elegance-section {
		display: none;
	}
	
	.vid-content h6 {
		font-size: 11px;
    	letter-spacing: 5px;
	}
	
	.vid-content h2 {
		font-size: 36px;
    	margin-bottom: 20px;
	}
	
	.vid-content p {
		font-size: 15px;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	
	.parent-cat-box .woocommerce-loop-product__title {
		font-size: 12px;
	}
	
	.parent-cat-box .category-count {
		font-size: 11px;
	}
	
	.product-showcase-section.main-up {
		margin-bottom: 10px;
	}
	
	.new-banner-sec .text h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}
	
	.new-banner-sec .text {
		padding-bottom: 35px;
	}
	
	.new-banner-sec .text a {
		padding: 11px 32px;
		
	}
	
	.new-banner-sec {
		min-height: 260px;
		height: 260px;
		overflow: hidden;
	}
	
	.new-banner-sec picture {
		 display: block;
    width: 100%;
    height: 100%;
	}
	
	.new-banner-sec picture img {
		height: 100%;
    width: 100%;
    object-fit: cover;
	}
	
	
	.timeless-elegance-section ul li.active {
		width: 100%;
	}
	   
	.timeless-elegance-item .inner-cont h3 {
		font-size: 30px;
	}
	
	.newsletter-sec {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	.newsletter-sec .news-form input[type="email"] {
		font-size: 12px;
	}
	
	.newsletter-sec .news-form input[type="submit"] {
		padding: 10px 20px;
	}
	
	.site-footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.site-footer .widget-title {
		position: relative;
	}
	
	.site-footer .widget-title:after {
		content: '';
        background: url(assets/images/chevron-down.svg) no-repeat center top;
        position: absolute;
        top: 4px;
        right: 10px;
        width: 14px;
        height: 14px;
        margin: auto;
        background-size: 100%;
	}
	
	.site-footer .widget-title.active:after {
		transform: rotate(180deg);
	}
	
	.site-footer .widget-title.active {
		border-color: transparent;
		
	}
	
	.site-footer .widget-title.active+div {
		border-bottom: 1px solid #2f322a;
		padding-bottom: 12px;
		margin-top: -12px;
	}
	
	.site-footer .widget_nav_menu ul li {
		margin-bottom: 6px;
	}
	
	.site-footer .widget-title {
		margin-bottom: 12px;
	}
	
	.footer-widget-4 .widget-title {
		border-bottom: 0px;
	}
	
	.footer-widgets .footer-widget-2 .widget,
	.footer-widgets .footer-widget-3 .widget,
	.footer-widgets .footer-widget-4 .widget{
		margin-bottom: 0px;
	}
	
	.footer-widget-2 .widget_nav_menu div,
	.footer-widget-3 .widget_nav_menu div,
	.footer-widget-4 .widget_nav_menu div,
	.footer-widget-2 .custom-html-widget,
	.footer-widget-3 .custom-html-widget,
	.footer-widget-4 .custom-html-widget{
		display: none;
		margin-bottom: 20px;
	}
	
	.site-footer .footer-widget-4 .widget-title.active+div {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border: 0px;
	}
	
	.site-footer .pay {
		justify-content: center;
	}

}


.omnia-whatsapp-float{
  position:fixed!important;
  inset-inline-end: 42px !important;
    bottom: 112px !important;
  z-index:58!important;
  width:56px!important;
  height:56px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25D366,#128C7E)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  box-shadow:0 14px 36px rgba(37,211,102,.34),0 8px 20px rgba(0,0,0,.26)!important;
  transform:translateZ(0)!important;
  animation:omnia-whatsapp-attention 3.2s ease-in-out infinite!important;
  isolation:isolate!important;
}
.omnia-whatsapp-float:hover{
  transform:translateY(-2px) scale(1.04)!important;
  box-shadow:0 18px 42px rgba(37,211,102,.42),0 10px 24px rgba(0,0,0,.32)!important;
}
.omnia-whatsapp-float__icon{
  width:27px!important;
  height:27px!important;
  display:block!important;
  position:relative!important;
  z-index:2!important;
}
.omnia-whatsapp-float__pulse{
  position:absolute!important;
  inset:-7px!important;
  border-radius:inherit!important;
  border:1px solid rgba(37,211,102,.44)!important;
  opacity:.75!important;
  z-index:-1!important;
  animation:omnia-whatsapp-pulse-ring 2.6s ease-out infinite!important;
}
.omnia-whatsapp-float::after{
  content:""!important;
  position:absolute!important;
  inset:6px!important;
  border-radius:inherit!important;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.32),transparent 38%)!important;
  pointer-events:none!important;
}
@keyframes omnia-whatsapp-attention{
  0%,100%{transform:translateY(0) scale(1)}
  8%{transform:translateY(-2px) scale(1.035)}
  16%{transform:translateY(0) scale(1)}
  24%{transform:translateY(-1px) scale(1.025)}
  32%{transform:translateY(0) scale(1)}
}
@keyframes omnia-whatsapp-pulse-ring{
  0%{opacity:.72;transform:scale(.9)}
  72%{opacity:0;transform:scale(1.34)}
  100%{opacity:0;transform:scale(1.34)}
}
@media(max-width:640px){
  .omnia-whatsapp-float{
    inset-inline-end:16px!important;
    bottom:108px!important;
    width:52px!important;
    height:52px!important;
  }
  .omnia-whatsapp-float__icon{
    width:25px!important;
    height:25px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .omnia-whatsapp-float,
  .omnia-whatsapp-float__pulse{
    animation:none!important;
  }
}


.card-grid-section.fea-cat-sec.forow .woocommerce {
	display: block;
}

.card-grid-section.fea-cat-sec.forow ul.products li {
	width: 100%!important;
}

.card-grid-section.fea-cat-sec.forow {
	padding: 0px!important;
}

.card-grid-section.fea-cat-sec.forow .woocommerce {
	display: block;
}

.card-grid-section.fea-cat-sec.forow ul.products li {
	width: 100%!important;
}

.card-grid-section.fea-cat-sec.forow ul.products li img {
	width: 312px;
	height: 312px;
}

h2.woocommerce-loop-product__title {
    padding-right: 60px !important;
} 

.pdpx-0 {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}


.new-head {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

body {
	margin-top: 99px!important;
}

.new-banner-sec{
	position:relative;
}

.new-banner-sec .text{
	position:absolute;
	z-index:5;

	top:50%;
	transform:translateY(-50%);
}

.new-banner-sec .banner-slide img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.woocommerce-checkout #omnia-whatsapp .omnia-wa-message {
	display: none;
}