/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Hello Elementor Child Theme — safe from parent updates
 Author:        Labxpeptides
 Author URI:   https://labxpeptides.io/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* =========================================================
   Our CUSTOM CSS HERE
   ========================================================= */

/*===================================================
 * Product price===============================
 * ==================================================*/

#labx-price-display .price ins .woocommerce-Price-amount bdi,
#labx-price-display .price ins .woocommerce-Price-amount bdi *,
#labx-price-display .price del .woocommerce-Price-amount bdi,
#labx-price-display .price del .woocommerce-Price-amount bdi *,
#labx-price-display .price .woocommerce-Price-amount bdi {
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

#labx-price-display .price {
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

#labx-price-display .price del {
    opacity: 0.5 !important;
}

#labx-price-display .price ins {
    text-decoration: none !important;
    color: #000 !important;
}



/*===========================================*/

   
   ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #70371C; 
}

#destop-header #header-right .elementor-widget-image {
    margin: 0;
}

.elementor-menu-cart__toggle {
    display: flex;
}

.elementor-menu-cart__wrapper {
    display: flex;
}

.home #destop-header #header-right  .e-eicon-cart-medium {
    fill: #fff;
}

#billing_country_field .woocommerce-input-wrapper {
    display: block;
    background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius, 0);
    color: var(--forms-fields-normal-color, #69727d);
    font-size: 14px;
    font-weight: 400;
    padding: var(--forms-fields-padding, 16px);
}

.wc-order-tracking-form label {
    display: none !important;
}

#ct-add a {
    background: #ff000000 !important;
}

#ct-add a:hover {
    background: #000 !important;
}

body:not(.home) #logo img {
    filter: none !important;
}

#stock , #stock *{
	color:#fff !important;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.wc_payment_methods {
    position: relative;
}

.wc_payment_methods:before {
    content: "Payment Method" !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.woocommerce-cart .shipping td::before {
    content: "Shipment" !important;
}

.woocommerce-checkout .shipping th {
    visibility: hidden;
}

.woocommerce-cart .woocommerce-message {
    display: none !important;
}

#ct-add {
    position: absolute;
    bottom: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

#ct-add a {
    background: #ff000000;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
}

#ct-add a:hover {
    background: #000;
    border-color: #000;
}

.woocommerce-checkout .shipping th:before {
    content: "Shipment";
    visibility: visible;
}

body{
	overflow:hidden;
}

#logo img {
    filter: brightness(0) invert(1);
}

.tax-product_cat #shoppage {
    display: none !important;
}

.post-type-archive-product #catogires {
    display: none !important;
}

#certificate .elementor-widget-heading {
    margin: 0 !important;
}

#shop-page-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
}

#shop-page-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: 0.3s ease-in-out all;
}

#shop-page-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
    background: #000;
    color: #fff;
}

#shop-page-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #cc7a4c;
    border-color: #cc7a4c;
    color: #fff;
}

.woocommerce-info::before {
    color: #cc7a4c;
}

#cart-page .cart-empty {
    border-color: #cc7a4c;
}

#product-slider section {
    height: 100%;
}

#product-slider section  .elementor-container.elementor-column-gap-default {
    height: 100%;
    position: relative;
}

#product-slider section .elementor-widget-button {
    position: absolute !important;
    bottom: 0;
}

#product-slider section .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    padding-bottom: 47px;
}

.colum-link{
	cursor:pointer;
}

.product-grid .product:nth-child(odd) section {
    background: #70371c !important;
}

#cart-page .cart-empty {
    margin-bottom: 0px !important;
}

#cart-page .return-to-shop {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    margin-top: 25px !important;
}

.number-box h2 {
    --size: 60px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #70371c;
}

#product-slider .swiper-slide:nth-child(odd) section {
    background: #70371c;
}


#ft-logo , #ft-logo * {
    width: 100%;
    display: block;
}

#gap .elementor-container.elementor-column-gap-custom , #gap .elementor-container.elementor-column-gap-default {
    gap: 40px;
}

#ct-protom .elementor-icon-wrapper {
    position: relative;
    top: 25px;
    left: 10px;
}

#bt-brown {
    background: linear-gradient(180deg, #CC7A4C 0%, #70371C 100%);
}

#bt-brown:hover{
	background:#000;
	color:#fff;
}

.ct-icon {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ct-icon:hover {
  transform: rotate(45deg) scale(1.05);
}

#top-header p {
    margin: 0;
}

#top-header .elementor-widget-text-editor {
    margin: 0;
}

#top-header .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    gap: 18px;
}

#destop-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

#destop-header .elementor-widget-image {
    display: flex;
}

#destop-header .elementor-widget-button {
    margin: 0;
}

#destop-header #header-right .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    gap: 20px;
}

#destop-header #header-right .elementor-widget-image {
    cursor: pointer;
}

#hero-banner .elementor-widget-button {
    margin-bottom: 0px;
}

#hero-banner .elementor-image-box-img {
    margin-top: -60px;
    margin-bottom: 30px;
    margin-right: 40px;
}

#hero-banner .elementor-image-box-wrapper {
    padding-left: 50px;
}

#hero-banner #banner-pr-box {
    max-width: 560px;
}

#destop-header .elementor-section.elementor-inner-section.elementor-element .elementor-container.elementor-column-gap-default {
    padding: 30px;
}

#destop-header #header-right .elementor-widget-image img {
    filter: brightness(0) invert(1);
}

.inner-padding .elementor-container.elementor-column-gap-default {
    padding: 0 30px;
}

.clenic-box .elementor-widget-wrap.elementor-element-populated {
    background-size: 100% 100% !important;
}

.rounding-product {
    position: relative;
    width: 246px;
    margin: 0 auto;
    mask-image: url(https://labxpeptides.io/wp-content/uploads/2026/03/nn.png);
    mask-repeat: no-repeat;
    mask-size: auto;
    position: relative;
    background: url('https://labxpeptides.io/wp-content/uploads/2026/03/nn.png');
    background-size: auto;
    height: 607px;
    background-position: center center;
    background-repeat: no-repeat;
}

.rounding-product .product-img {
    opacity: 0;
}

.rounding-product:before {
    content: "";
    left: 0;
    top: 320px;
    height: 67%;
    width: 100%;
    position: absolute;
    background: url('https://labxpeptides.io/wp-content/uploads/2026/03/rrf.png');
    background-size: 450px;
    background-repeat: repeat-x;
    background-position-x: -2%;
    animation: infinite 50s product-rounding linear alternate;
	    mix-blend-mode: multiply;
}

@keyframes product-rounding {
    0%{
        background-position-x: -2%;
    }
    100%{
        background-position-x: 500%;
    }
}

#home-nimated-pr .elementor-widget-html {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

#home-nimated-pr .elementor-widget-wrap.elementor-element-populated {
    position: relative;
}

.second .rounding-product:before{
	background-image:url('https://labxpeptides.io/wp-content/uploads/2026/03/second-rr.png') !important;
}

#home-nimated-pr.second .elementor-widget-html{
	transform: translate(-50%, -50%) !important;
}

.not-padding .elementor-container.elementor-column-gap-default{
	padding:0px 0px;
}

#no-gap .elementor-container.elementor-column-gap-custom , #no-gap .elementor-container.elementor-column-gap-default {
    gap: 0px;
}

.process-section #ct-box {
    position: relative;
}

.process-section #ct-box:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://labxpeptides.io/wp-content/uploads/2026/03/process-arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40px;
    transform: translate(30px, -25px);
}

.process-section #ct-box:nth-last-child(1):before {
    display: none;
}

.email-box {
    display: flex;
    align-items: center;
}

.email-box * {
    margin: 0;
}

.email-box .wpcf7-spinner {
    position: absolute;
}

.email-box  .fp-btn p {
    position: relative;
    width: 100%;
    height: 45px;
    background: #70371C;
    transition: 0.3s ease-in-out all;
}

.email-box .fp-btn input {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.email-box .fp-btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out all;
    pointer-events: none;
}

.email-box .wpcf7-email {
    border: none;
    outline: 0;
    background: #ff000000;
    height: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    font-family: "DM Sans", Sans-serif;
    color: #fff;
}

.email-box .wpcf7-email::placeholder {
    color: #fff;
}

.email-box {
    border: 2px solid #ffffff9e;
    width: fit-content;
    overflow: hidden;
    border-radius: 10px;
}

.email-box .fp-btn p:hover {
    background: #eed8ae;
}

.email-box .fp-btn p:hover img {
    filter: brightness(0);
}

body:not(.home) #destop-header {
    position:unset;
}

body:not(.home) #destop-header #header-right .elementor-widget-wrap.elementor-element-populated a {
    color: #000;
    border-color: #000;
}

body:not(.home) #destop-header #header-right .elementor-widget-image img {
    filter: none;
}

body:not(.home) #destop-header .elementor-section.elementor-inner-section.elementor-element .elementor-container.elementor-column-gap-default {
    padding: 10px;
}

body:not(.home) #destop-header #header-right .elementor-widget-wrap.elementor-element-populated a:hover {
    color: #fff;
}

#about-banner {
    overflow: hidden;
    height: 600px;
}

#about-banner img {
    display: block;
    animation: aboutrotateCircle 140s linear infinite;
}

@keyframes aboutrotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#about-second .elementor-widget-button {
    margin: 30px 20px 0 0;
}

#bt-brown {
    border-color: #be7045;
}

#mission .elementor-column.elementor-col-25 .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    overflow: hidden;
}

#mission .elementor-column.elementor-col-25 .elementor-widget-wrap.elementor-element-populated:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #70371c;
    transition: 0.3s ease-in-out all;
    pointer-events: none;
}

#mission .elementor-column.elementor-col-25:nth-child(2) .elementor-widget-wrap.elementor-element-populated:before {
    opacity: 0;
}

#mission .elementor-column.elementor-col-25:hover .elementor-widget-wrap.elementor-element-populated:before {
    opacity: 0;
}

#mission:hover .elementor-column.elementor-col-25:not(:hover) .elementor-widget-wrap.elementor-element-populated:before {
    opacity: 1 !important;
}

#slider .swiper-slide-next img {
    border: 8px solid #CC7A4C;
}

#slider img {
    transition: 0.3s ease-in-out all;
}

#slider h3 {
    transition: 0.3s ease-in-out all;
    opacity: 0;
}

#slider .swiper-slide-next h3 {
    opacity:1;
}

#slider .swiper-slide {
    scale: 0.8;
    filter: blur(10px);
    transition: 0.3s ease-in-out all;
}

#slider .swiper-slide-next{
    scale: 1;
    filter: blur(0px);
}

.theme-slider .swiper-pagination {
        position: unset;
    max-width: 75%;
    transform: translateX(50px);
    margin-top: 45px;
    background: #cc7a4c69;
    height: 5px !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.theme-slider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #70371C !important;
}

.theme-slider .elementor-swiper-button {
    top: unset !important;
    bottom: 0 !important;
    left: unset !important;
    right: 0 !important;
    color: #000 !important;
}

.theme-slider .elementor-swiper-button * {
    fill: #000 !important;
}

.theme-slider .elementor-swiper-button * {
    font-size: 40px;
}

.theme-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
    opacity: 0.5;
}

.theme-slider .elementor-swiper-button {
    bottom: -15px !important;
    transform: translateX(-60px) !important;
}

#product-slider section .hover-img {
    position: absolute;
    width: 130%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out all;
    opacity: 0;
}

#product-slider section{
    cursor:pointer;
}

#product-slider section .hover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product-slider section {
    overflow: hidden;
}

#product-slider section .elementor-widget-heading {
    position: relative;
    z-index: 10;
}

#product-slider section .elementor-widget-button {
    position: relative;
    z-index: 10;
    margin: 0;
}

#product-slider section .hover-img:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a61;
    position: absolute;
}

#product-slider section:hover .hover-img {
    opacity: 1 !important;
}

.side-bar-menu {
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    height: 98dvh;
    transform: translateY(-50%);
    border-radius: 0px 20px 20px 0px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    opacity: 0;
    pointer-events: none;
}

.side-bar-menu .close-menu {
    --size: 38px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 15;
    transition: 0.3s ease-in-out all;
    display: flex;
    cursor: pointer;
    opacity: 0;
}

.side-bar-menu .close-menu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side-bar-menu .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.side-bar-menu .logo a img {
    width: 150px;
}

.side-bar-menu .menu-btns {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 12;
    transition: 0.5s ease-in-out all;
    opacity: 0;
}

.side-bar-menu .sidebar-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 65dvh;
    overflow: auto;
    position: relative;
    z-index: 12;
    transition: 0.5s ease-in-out all;
    opacity: 0;
}

.side-bar-menu .sidebar-menu li {
    list-style: none;
}

.side-bar-menu .sidebar-menu li a {
    display: block;
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 15px 30px;
    transition: 0.3s ease-in-out all;
}

.side-bar-menu .sidebar-menu li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    padding: 15px;
}

.side-bar-menu .logo {
    padding: 30px;
    position: relative;
    z-index: 12;
    transition: 0.5s ease-in-out all;
    opacity: 0;
}

.side-bar-menu .menu-btns a {
    background-color: #FFFFFF00;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 30px;
    transition: 0.3s ease-in-out all;
    padding: 10px 30px 10px 30px;
}

.side-bar-menu .menu-btns a:hover {
    background: #000;
    border-color: #000;
}

.side-bar-menu:before {
    content: "";
    left: 0;
    top: -5vh;
    width: 100vw;
    height: 120vh;
    position: absolute;
    background: #00000087;
    backdrop-filter: blur(10px);
    z-index: 5;
	pointer-events:none;
}

.side-bar-menu:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #cc7a4c;
    content: "";
    border-radius: 0px 20px 20px 0px;
    z-index: 10;
    transition: 0.5s ease-in-out all;
    transform: translateX(-100%);
}

.side-bar-menu .close-menu:hover {
    scale: 1.1;
}

.side-bar-menu.active{
    opacity: 1;
    pointer-events: auto;
}

.side-bar-menu.active .close-menu , .side-bar-menu.active .sidebar-menu , .side-bar-menu.active .logo , .side-bar-menu.active .menu-btns {
    opacity: 1;
}

.side-bar-menu.active:after {
    transform: translateX(0%);
}


/* Section Background */
#contact-form1 {
    font-family: 'Poppins', sans-serif;
}

/* Flex rows */
#contact-form1 .flex {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

#contact-form1 .flex p {
    flex: 1;
    margin: 0;
}

/* Single full width field */
#contact-form1 .singel p {
    margin: 0 0 20px 0;
}

/* Input & Textarea Styling */
#contact-form1 input[type="text"],
#contact-form1 input[type="email"],
#contact-form1 textarea {
    width: 100%;
    padding: 18px 22px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Textarea different radius */
#contact-form1 textarea {
    border-radius: 20px;
    resize: none;
    height: 180px;
}

/* Focus Effect */
#contact-form1 input:focus,
#contact-form1 textarea:focus {
    border-color: #999;
    background: #fff;
}

/* Remove default CF7 spacing */
#contact-form1 p {
    margin-bottom: 0;
}

/* Hide label (optional, because placeholder used) */
#contact-form1 label {
    display: none;
}

/* Submit Button */
#contact-form1 .wpcf7-submit {
    width: 100%;
    padding: 18px;
    border-radius: 30px;
    border: none;
    background: #1f2523;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

#contact-form1 .wpcf7-submit:hover {
    background: #000;
}

/* Spinner alignment */
#contact-form1 .wpcf7-spinner {
    display: none;
}


#ct-discritiption-bullets .elementor-shortcode {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#ct-discritiption-bullets .elementor-shortcode * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ct-discritiption-bullets .elementor-shortcode h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3em;
    color: #2B2E2C;
}

#ct-discritiption-bullets .elementor-shortcode ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#ct-discritiption-bullets .elementor-shortcode ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #000;
    padding-left: 12px;
    position: relative;
}

#ct-discritiption-bullets .elementor-shortcode ul li::before {
    content: "";
    left: 0;
    top: 10px;
    --size: 7px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #000;
    position: absolute;
}

#ct-discritiption-bullets .elementor-shortcode div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#ct-add-tocard .variations , #ct-add-tocard .variations * {
    background: #ff000000;
    margin: 0;
    padding: 0;
}

#ct-add-tocard label {
    font-family: 'Poppins';
    font-size: 20px;
    display: inline;
    color: #000;
    font-weight: 500;
}

#ct-add-tocard .woo-selected-variation-item-name {
    background: #cc7a4c;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    width: fit-content;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'DM Sans';
    line-height: 2em;
    min-width: 70px;
    display: flex;
    justify-content: center;
}

#ct-add-tocard .label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

#ct-add-tocard .variable-items-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#ct-add-tocard .variable-items-wrapper li {
    background: #000000;
    border: none !important;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1;
    font-weight: 500;
}

#ct-add-tocard .reset_variations {
    background-color: #70371C;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    line-height: 1;
    margin-top: 15px;
}

#ct-add-tocard .variable-items-wrapper li.selected {
    background: #b7c7be;
    color: #000;
}


.qib-button-wrapper {
    border-radius: 30px;
    overflow: hidden;
    margin: 0 !important;
    border: 3px solid #000;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.qib-button-wrapper * {
    margin: 0 !important;
    border: none !important;
}

.qib-button-wrapper .qib-button {
    background: #ff000000 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: normal !important;
    height: auto !important;
}

#ct-add-tocard .variations .woo-variation-items-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

#ct-add-tocard .reset_variations {
    margin: 0;
}

.woocommerce-variation-add-to-cart {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {font-family: "DM Sans", Sans-serif !important;font-size: 20px !important;border-radius: 30px !important;background: #000 !important;padding: 0px 45px !important;height: 49px;opacity: 1 !important;}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0 !important;
}

#ct-share .elementor-widget-image {
    margin: 0;
    display: flex;
    align-items: center;
}

#ct-share .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    align-items: center;
    gap: 20px;
}

#ct-share .elementor-share-btn__icon {
    background: #ffffff !important;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    transition: 0.3s ease-in-out all;
}

#ct-share .elementor-share-btn {
    background: #ff000000 !important;
    color: #000;
}

#ct-share .elementor-share-btn__icon * {
    color: #000 !important;
    fill: #000 !important;
}

#ct-share .elementor-share-btn__icon:hover {
    background: #000 !important;
}

#ct-share .elementor-share-btn__icon:hover * {
    fill: #fff !important;
    transition: 0.1s ease-in-out all;
}

.qib-button-wrapper button.qib-button {
    line-height: 1 !important;
    padding: 0 !important;
    font-family: 'DM Sans';
}

#ct-pr-pop{
	pointer-events:none;
}

.swal2-styled {
    color: #fff !important;
    background: #000 !important;
    border: none !important;
}

.ct-back-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct-back-btn a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: 'DM Sans';
    font-size: 16px;
    padding: 8px 30px;
    margin: 0;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
    text-decoration: none !important;
}

.ct-back-btn a:hover {
    background: #000;
    border-color: #000;
}

#custom-register-container .clr-form {
    display: block !important;
}

#otp-timer {
    color: #fff !important;
}

.woocommerce-account {
    overflow: unset !important;
}

#acount , #registration {
	display:none;
}

/* Modern WooCommerce Cart CSS - Black & White Theme */
/* Use ID #cart-page for specificity */

#cart-page {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

#cart-page h1,
#cart-page h2,
#cart-page h3,
#cart-page th,
#cart-page .cart_totals h2,
#cart-page .coupon label,
#cart-page .wc-proceed-to-checkout .button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Cart table container */
#cart-page .e-cart__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#cart-page .e-cart__column-start {
  flex: 2;
  min-width: 300px;
}

#cart-page .e-cart__column-end {
  flex: 1;
  min-width: 280px;
}

/* Cart table */
#cart-page .shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  margin-bottom: 0px;
}

#cart-page .shop_table thead th {
  background: #f7f7f7;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 12px;
  border-bottom: 1px solid #e0e0e0;
}

#cart-page .shop_table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

#cart-page .shop_table tbody tr:last-child {
  border-bottom: none;
}

#cart-page .shop_table td {
  padding: 20px 12px;
  vertical-align: middle;
}

/* Product remove button */
#cart-page .product-remove .remove {
  color: #999 !important;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

#cart-page .product-remove .remove:hover {
  color: #000 !important;
  transform: scale(1.2);
}

/* Product image */
#cart-page .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#cart-page .product-thumbnail img:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: scale(1.02);
}

/* Product name */
#cart-page .product-name a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'DM Sans', sans-serif;
}

#cart-page .product-name a:hover {
  color: #555;
  text-decoration: underline;
}

/* Price and subtotal */
#cart-page .product-price .amount,
#cart-page .product-subtotal .amount {
  font-weight: 600;
  color: #222;
  font-family: 'DM Sans', sans-serif;
}

/* Quantity input styling */
#cart-page .qib-button-wrapper {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 40px;
  border: 1px solid #ddd;
  overflow: hidden;
  width: fit-content;
}

#cart-page .qib-button {
  background: transparent;
  border: none;
  width: 36px;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #333 !important;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart-page .qib-button:hover {
  background: #333;
  color: #fff;
}

#cart-page .quantity .wqpmb_input_text {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-family: 'DM Sans', sans-serif;
  background: #ffffff1a !important;
}

/* Actions row (update cart) */
#cart-page .actions {
  background: #fafafa;
  padding: 20px !important;
}

#cart-page .actions .button {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#cart-page .actions .button:hover:not(:disabled) {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

#cart-page .actions .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #aaa;
  box-shadow: none;
}

/* Coupon section */
#cart-page .coupon {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 25px;
  margin-top: 20px;
}

#cart-page .coupon .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

#cart-page .coupon-col-start {
  flex: 1 1 200px;
}

#cart-page .coupon-col-start input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 40px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#cart-page .coupon-col-start input:focus {
  border-color: #111;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

#cart-page .coupon-col-end {
  flex: 0 0 auto;
}

#cart-page .e-apply-coupon {
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#cart-page .e-apply-coupon:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Cart totals column */
#cart-page .e-cart__column-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 30px 25px;
}

#cart-page .cart_totals h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #111;
}

#cart-page .cart_totals table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0px;
}

#cart-page .cart_totals th,
#cart-page .cart_totals td {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'DM Sans', sans-serif;
}

#cart-page .cart_totals th {
  font-weight: 600;
  color: #333;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

#cart-page .cart_totals td {
  text-align: right;
  font-weight: 500;
  color: #111;
}

#cart-page .order-total th,
#cart-page .order-total td {
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}

#cart-page .order-total td strong .amount {
  font-weight: 700;
  color: #000;
}

/* Checkout button */
#cart-page .wc-proceed-to-checkout .button {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  border: none;
  cursor: pointer;
}

#cart-page .wc-proceed-to-checkout .button:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Empty cart message */
#cart-page .wc-empty-cart-message {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
}

#cart-page .cart-empty {
  font-size: 22px;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

#cart-page .return-to-shop .button {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#cart-page .return-to-shop .button:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Animation for cart items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#cart-page .cart_item {
  animation: fadeInUp 0.4s ease-out;
}

#cart-page .cart_item:nth-child(1) { animation-delay: 0.05s; }
#cart-page .cart_item:nth-child(2) { animation-delay: 0.1s; }
#cart-page .cart_item:nth-child(3) { animation-delay: 0.15s; }
#cart-page .cart_item:nth-child(4) { animation-delay: 0.2s; }
#cart-page .cart_item:nth-child(5) { animation-delay: 0.25s; }

/* Optional hover effect on table rows */
#cart-page .cart_item:hover {
  background: #fcfcfc;
  transition: background 0.2s;
}

#cart-page .e-shop-table.e-cart-section {
    padding: 0 !important;
    border: none;
    margin-bottom: 0px !important;
}

#cart-page .quantity.wqpmb_quantity {
    display: flex;
    align-items: center;
}

#cart-page  .e-cart-totals {
    padding: 0;
    border: none;
}

/* Modern WooCommerce Checkout CSS - Black & White Theme */
/* Use ID #checkout-page for specificity */

#checkout-page {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

#checkout-page h1,
#checkout-page h2,
#checkout-page h3,
#checkout-page th,
#checkout-page .woocommerce-billing-fields h3,
#checkout-page #order_review_heading,
#checkout-page .e-checkout-secondary-title,
#checkout-page .place-order button,
#checkout-page .coupon-container-grid button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#checkout-page .e-checkout__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#checkout-page .e-checkout__column-start {
  flex: 2;
  min-width: 300px;
}

#checkout-page .e-checkout__column-end {
  flex: 1;
  min-width: 320px;
  position: sticky;
  top: 20px;
}

/* Billing form sections */
#checkout-page .woocommerce-billing-fields,
#checkout-page .woocommerce-shipping-fields,
#checkout-page .woocommerce-additional-fields {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}

#checkout-page .woocommerce-billing-fields h3,
#checkout-page .woocommerce-shipping-fields h3,
#checkout-page .woocommerce-additional-fields h3 {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #111;
  font-size: 22px;
}

/* Form rows */
#checkout-page .form-row {
  margin-bottom: 20px;
}

#checkout-page .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

#checkout-page .form-row .required {
  color: #111;
  text-decoration: none;
}

#checkout-page .input-text,
#checkout-page select,
#checkout-page textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#checkout-page .input-text:focus,
#checkout-page select:focus,
#checkout-page textarea:focus {
  border-color: #111;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* Select2 styling */
#checkout-page .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 18px;
  background: #fff;
}

#checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  color: #333;
  font-family: 'DM Sans', sans-serif;
}

#checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px;
}

#checkout-page .select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Order review column */
#checkout-page .e-checkout__column-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 30px 25px;
}

#checkout-page #order_review_heading {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #111;
}

/* Order review table */
#checkout-page .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#checkout-page .shop_table th,
#checkout-page .shop_table td {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'DM Sans', sans-serif;
}

#checkout-page .shop_table th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

#checkout-page .shop_table td {
  color: #333;
}

#checkout-page .product-name {
  font-weight: 500;
}

#checkout-page .product-quantity {
  font-weight: 600;
  color: #111;
}

#checkout-page .product-total .amount,
#checkout-page .cart-subtotal .amount,
#checkout-page .order-total .amount {
  font-weight: 700;
  color: #000;
}

#checkout-page .order-total th,
#checkout-page .order-total td {
  font-size: 18px;
  border-bottom: none;
  padding-top: 20px;
}

/* Coupon box */
#checkout-page .e-coupon-box {
  background: #fafafa;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

#checkout-page .e-checkout-secondary-title {
  font-size: 14px;
  color: #333;
  margin: 0;
  text-align: center;
}

#checkout-page .e-show-coupon-form {
  color: #111;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}

#checkout-page .e-show-coupon-form:hover {
  color: #555;
}

#checkout-page .coupon-container-grid {
  display: flex;
  gap: 10px;
  align-items: center;
}

#checkout-page .coupon-col-1 {
  flex: 1;
}

#checkout-page .coupon-col-2 {
  flex: 0 0 auto;
}

#checkout-page .coupon-container-grid .input-text {
  padding: 12px 16px;
}

#checkout-page .e-apply-coupon {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-width: 99px;
}

#checkout-page .e-apply-coupon:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Payment methods */
#checkout-page #payment {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #eee;
}

#checkout-page .wc_payment_methods {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#checkout-page .wc_payment_method {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

#checkout-page #checkout-page .payment_method_cod label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

#checkout-page .payment_method_cod input[type="radio"] {
  margin-right: 12px;
  accent-color: #111;
}

#checkout-page .payment_box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  border-left: 3px solid #111;
}

/* Place order button */
#checkout-page .place-order {
  margin-top: 25px;
}

#checkout-page .button.alt {
  display: block;
  width: 100%;
  background: #111 !important;
  color: #fff;
  border: none;
  padding: 18px 20px !important;
  border-radius: 50px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

#checkout-page .button.alt:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Privacy policy text */
#checkout-page .woocommerce-privacy-policy-text {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.6;
}

#checkout-page .woocommerce-privacy-policy-text a {
  color: #111;
  text-decoration: underline;
}

#checkout-page .cart_item {
  animation: slideInRight 0.3s ease-out;
}

#checkout-page .cart_item:nth-child(1) { animation-delay: 0.05s; }
#checkout-page .cart_item:nth-child(2) { animation-delay: 0.1s; }
#checkout-page .cart_item:nth-child(3) { animation-delay: 0.15s; }

/* Optional product image styling (if any image appears in checkout, though typically not) */
#checkout-page .product-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s;
}

#checkout-page .product-thumbnail img:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#checkout-page .col-1 {
    padding: 0px !important;
    border: none !important;
}

#checkout-page .e-checkout__order_review {
    padding: 0px !important;
    border: none !important;
}

#checkout-page .e-coupon-anchor label {
    text-align: center;
    max-width: 230px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

#checkout-page .e-coupon-anchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#checkout-page .woocommerce-shipping-fields {
    display: none !important;
}

body.woocommerce-checkout {
    overflow: unset !important;
}

/* Modern WooCommerce Order Received Page CSS - Black & White Theme */
/* Target the .woocommerce-order container - if wrapped with an ID, prefix selectors accordingly */

.woocommerce-order {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.woocommerce-order h1,
.woocommerce-order h2,
.woocommerce-order h3,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-overview__order strong,
.woocommerce-order .woocommerce-order-overview__date strong,
.woocommerce-order .woocommerce-order-overview__total strong,
.woocommerce-order .woocommerce-order-overview__payment-method strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Thank you message */
.woocommerce-order .woocommerce-notice {
  background: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  font-size: 18px;
  color: #111;
  border-left: 4px solid #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  animation: fadeInDown 0.4s ease-out;
}

/* Order overview list */
.woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 25px 30px;
  margin: 0 0 30px 0;
  list-style: none;
  animation: fadeInUp 0.4s ease-out;
}

.woocommerce-order .woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Poppins', sans-serif;
}

.woocommerce-order .woocommerce-order-overview li strong {
  font-size: 18px;
  color: #111;
  margin-top: 5px;
  text-transform: none;
}

/* Order details section */
.woocommerce-order .woocommerce-order-details {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
  animation: fadeInUp 0.4s ease-out 0.1s both;
}

.woocommerce-order .woocommerce-order-details__title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #111;
}

/* Order details table */
.woocommerce-order .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-order .shop_table th,
.woocommerce-order .shop_table td {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
}

.woocommerce-order .shop_table th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.woocommerce-order .shop_table td {
  color: #333;
}

.woocommerce-order .product-name a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.woocommerce-order .product-name a:hover {
  color: #555;
  text-decoration: underline;
}

.woocommerce-order .product-quantity {
  font-weight: 600;
  color: #111;
}

.woocommerce-order .product-total .amount,
.woocommerce-order tfoot .amount {
  font-weight: 700;
  color: #000;
}

.woocommerce-order tfoot th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #111;
}

.woocommerce-order tfoot td {
  font-weight: 600;
}

.woocommerce-order tfoot tr:last-child th,
.woocommerce-order tfoot tr:last-child td {
  border-bottom: none;
  font-size: 18px;
  padding-top: 20px;
}

/* Customer details section */
.woocommerce-order .woocommerce-customer-details {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
  padding: 30px;
  animation: fadeInUp 0.4s ease-out 0.2s both;
  margin: 0 !important;
}

.woocommerce-order .woocommerce-column__title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #111;
}

.woocommerce-order address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  font-family: 'DM Sans', sans-serif;
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin: 0;
}

.woocommerce-order .woocommerce-customer-details--email {
  margin-top: 15px;
  font-weight: 600;
  color: #111;
  display: none;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effect on table rows */
.woocommerce-order .order_item:hover {
  background: #fcfcfc;
  transition: background 0.2s;
}

/* Optional: style for any payment instructions */
.woocommerce-order p:not(.woocommerce-notice) {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 12px;
  border-left: 3px solid #111;
  margin-bottom: 0px !important;
  font-size: 15px;
  color: #333;
  position: unset !important;
}

.single-product .woocommerce-message {
    border-color: #ca794b;
    max-width: 1400px;
    margin: 20px auto;
    border-radius: 20px !important;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
}

.single-product .woocommerce-message::before {
    color: #70371c;
}

.single-product .woocommerce-message .wc-forward {
    background: #000 !important;
    color: #fff !important;
    font-family: 'DM Sans';
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 40px !important;
    padding: 10px 25px !important;
    transition: 0.3s ease-in-out all;
}

.single-product .woocommerce-message .wc-forward:hover {
    background: #70371c !important;
}

.ct-acordian * {
    margin: 0;
    padding: 0 !important;
}

.ct-acordian .elementor-accordion-item {
    border-top: 1px solid #fff !important;
}

.ct-acordian .elementor-accordion-item .elementor-tab-title {
    padding: 25px 0 !important;
}

.ct-acordian .elementor-accordion-item:nth-last-child(1) {
    border-bottom: 1px solid #fff !important;
}

.ct-acordian .elementor-accordion-item .elementor-tab-content {
    padding-bottom: 15px !important;
}

 #labx-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102vh;
    z-index: 9999;
    background: #000000a3;
    backdrop-filter: blur(10px);
	 pointer-events: none;
    opacity: 0;
}

#labx-menu.active{
	pointer-events: auto;
    opacity: 1;
}

#labx-menu .menu-box-wrapper {
max-width: 95%;
    position: absolute;
    right: 0;
    top: 1vh;
    height: 98dvh;
    transform: translate(100%, 0%);
    background: #efeeee;
    border-radius: 20px 0px 0px 20px;
    width: 450px;
    overflow: hidden;
    transition: 0.5s ease-in-out all;
}

#labx-menu.active .menu-box-wrapper {
	transform: translate(0%, 0%);
}

#labx-menu .menu-box-wrapper .menu-scrolling {
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
}

#labx-menu .menu-box-wrapper .menu-scrolling::-webkit-scrollbar {
    width:0px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right img {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right .close {
    --size: 16px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .left {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body span {
    font-size: 18px;
    font-family: 'DM Sans';
    color: #757070;
    font-weight: 400;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body ul li {
    list-style: none;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body ul li a {
    font-family: 'DM Sans';
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    transition: 0.3s ease-in-out all;
    border-radius: 10px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body ul li a:hover {
    background: #efeeee;
    padding: 10px 20px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products span {
    font-size: 18px;
    font-family: 'DM Sans';
    color: #757070;
    font-weight: 400;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing a {
    background: #efeeee;
    border-radius: 10px;
    padding: 20px;
    display: block;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing a .product-title {
    font-family: 'DM Sans';
    color: #000;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing a img {
    margin: -15% 0% -5% 0%;
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right .cart {
    transform: translateY(-2px);
}

#labx-menu .menu-box-wrapper .menu-scrolling .top-bar .right .close {
    cursor: pointer;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products {
    height: 100%;
}

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

.single-pr-slider h2 {
    font-size: 20px !important;
}

.custom-payment-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    font-family: sans-serif;
    color: #333;
}

.custom-payment-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.important-note {
    font-size: 14px;
    color: #555;
}

.instruction-row {
    margin: 15px 0;
    font-size: 16px;
}

.step-num {
    color: #666;
    margin-right: 8px;
}

.order-id-highlight {
    font-weight: bold;
    background: #fdfd96; /* Light yellow highlight for order number */
    padding: 2px 5px;
}

.small-text {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-top: 10px;
}

.support-text {
    margin-top: 15px;
    font-size: 14px;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.woocommerce-order {
    display: flex;
    flex-direction: column;
}

.woocommerce-order .woocommerce-notice {
    order: 1;
}

.custom-payment-box {
    order: 2;
}

.woocommerce ul.order_details {
    order: 3;
}

.woocommerce-order p:not(.woocommerce-notice) {
    display: none !important;
}

.woocommerce-order .woocommerce-order-details {
    order: 4;
}

.woocommerce-order .woocommerce-customer-details {
    order: 5;
}

.custom-payment-box p:not(.woocommerce-notice) {
    display: block !important;
}

.order-id-highlight {
    background: #000 !important;
    color: #fff;
    padding: 3px 10px;
    font-family: 'DM Sans';
    font-size: 16px;
    border-radius: 6px;
}

li.woocommerce-order-overview__payment-method.method {
    display: none !important;
}

.woocommerce-order .woocommerce-order-overview {
    justify-content: center;
}



.menu-panel{
position:absolute;
width:100%;
top:60px;
left:100%;
transition:0.35s;
background:#fff;
	height:100%;
}

.menu-panel.active{
left:0;
}

.main-menu{
left:0;
}

.submenu-top{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
margin-bottom:15px;
}

.back-btn{
cursor:pointer;
}

.has-submenu a{
display:flex;
justify-content:space-between;
align-items:center;
}

.main-menu{
	position:relative !important;
	top:0px !important;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body ul li a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.submenu-top .back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-panel {
    top: 0;
    z-index: 10;
}

#stock {
    width: fit-content;
    margin: -15px auto 5px auto;
	z-index:5;
}

.custom-product-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.custom-product-item .product-content {
    position: relative;
    background: #cc7a4c;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    padding-bottom: 80px;
}

.custom-product-item .product-content * {
    text-align: center;
    margin: 0;
}

.custom-product-item .product-content  .product-name {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.custom-product-item .product-content img {
    width: 100%;
}

.custom-product-item .product-content .product-images {
    min-height: auto;
    position: unset;
}

.custom-product-item .product-content .product-images .main-image {
    position: unset;
    margin: -20px 0;
}

.custom-product-item .product-content .product-images .hover-image {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.custom-product-item .product-content .product-images .hover-image .product-hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.custom-product-item .product-content .product-price-wrap {
    position: relative;
    z-index: 4;
}

.custom-product-item .product-content .product-button-wrap {
    position: relative;
    z-index: 3;
}

.custom-product-item .product-content .product-price-wrap .product-price {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.custom-product-item .product-section {
    height: 100%;
}

.custom-product-item .product-section .product-container {
    height: 100%;
}

.custom-shop-display {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.custom-product-item .product-content  .product-button-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
	    display: flex;
    justify-content: center;
}

.woocommerce-cart .woocommerce-shipping-destination {
    display: none !important;
}

.custom-product-item .product-content .product-button-wrap button , .custom-product-item .product-content .product-button-wrap a {
    background: #ff000000 !important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px 30px !important;
    font-family: 'DM Sans';
    font-size: 13px !important;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
    height: auto !important;
    width: fit-content;
    color: #fff !important;
	    display: block;
}

.custom-product-item .product-content .product-button-wrap button:hover, .custom-product-item .product-content .product-button-wrap a:hover {
    background: #000 !important;
    border-color: #000;
}

.custom-category-tabs li a {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
}



.custom-product-item .product-content:hover .product-images .hover-image {
    opacity: 1;
}

.custom-shop-display .custom-product-item:nth-child(even) .product-content {
    background: #70371c;
}




.elementor-menu-cart__main {
  font-family: 'DM Sans', sans-serif;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  padding: 24px 20px;
  color: #1a1a1a;
  box-sizing: border-box;
}

.elementor-menu-cart__main *,
.elementor-menu-cart__main *::before,
.elementor-menu-cart__main *::after {
  box-sizing: inherit;
}

/* Close Button */
.elementor-menu-cart__close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent !important;
  border: none;
  border-radius: 50%;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-menu-cart__close-button:hover {
  background: #f2f2f2;
}

.elementor-menu-cart__close-button::before,
.elementor-menu-cart__close-button::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 2px;
}

.elementor-menu-cart__close-button::before {
  transform: rotate(45deg);
}

.elementor-menu-cart__close-button::after {
  transform: rotate(-45deg);
}

/* Products List */
.elementor-menu-cart__products {
  margin: 15px -20px 20px -20px;
  padding: 0 20px;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 #f0f0f0;
}

.elementor-menu-cart__products::-webkit-scrollbar {
  width: 5px;
}

.elementor-menu-cart__products::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 10px;
}

/* Cart Item */
.elementor-menu-cart__product {
  display: flex;
  align-items: center !important;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  flex-direction: row;
  justify-content: center;
}

.elementor-menu-cart__product:last-of-type {
  border-bottom: none;
}

/* Product Image */
.elementor-menu-cart__product-image {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-menu-cart__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Product Name */
.elementor-menu-cart__product-name {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
}

.elementor-menu-cart__product-name a {
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: color 0.15s ease;
}

.elementor-menu-cart__product-name a:hover {
  color: #666666;
  text-decoration: none;
}

/* Product Price & Quantity */
.elementor-menu-cart__product-price {
  font-size: 14px;
  color: #4d4d4d;
  padding: 0;
  height: 100%;
  display: contents;
}

.elementor-menu-cart__product-price .quantity {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}

.elementor-menu-cart__product-price .product-quantity {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 10px;
}

.elementor-menu-cart__product-price .amount {
  font-weight: 600;
  color: #1a1a1a;
}

/* Remove Button */
.elementor-menu-cart__product-remove {
  text-align: end;
  position: relative !important;
  display: flex;
  transform: none;
  top: 50% !important;
  bottom: unset !important;
  --size: 18px;
  width: var(--size);
  height: var(--size);
}

.elementor-menu-cart__product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  transition: background 0.2s ease;
  text-indent: -9999px;
  overflow: hidden;
}

.elementor-menu-cart__product-remove a::before,
.elementor-menu-cart__product-remove a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #8c8c8c;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}

.elementor-menu-cart__product-remove a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.elementor-menu-cart__product-remove a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.elementor-menu-cart__product-remove a:hover {
  background: #f2f2f2;
}

.elementor-menu-cart__product-remove a:hover::before,
.elementor-menu-cart__product-remove a:hover::after {
  background-color: #1a1a1a;
}

/* Subtotal */
.elementor-menu-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 20px;
  font-size: 16px;
  border-top: 2px solid #f0f0f0;
  margin-top: 8px;
}

.elementor-menu-cart__subtotal strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.elementor-menu-cart__subtotal .amount {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
}

/* Footer Buttons */
.elementor-menu-cart__footer-buttons {
  display: flex;
  gap: 12px;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  background: #000 !important;
}

/* View Cart Button */
.elementor-button--view-cart {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.elementor-button--view-cart:hover {
  background: #000 !important;
  color: #ffffff !important;
  border-color: #1a1a1a;
}

/* Checkout Button */
.elementor-button--checkout {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

.elementor-button--checkout:hover {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Ensure no outlines on focus (but keep accessibility) */
.elementor-menu-cart__main a:focus-visible,
.elementor-menu-cart__main button:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.ajax-success-message{
	display:none !important;
}

.elementor-menu-cart__products {
    max-height: 60dvh;
}

.elementor-menu-cart__footer-buttons .elementor-button {
    color: #fff !important;
}

/* Responsive */

@media (max-width: 1300px) {
	#hero-banner #banner-pr-box p {
    font-size: 14px;
	}
	
		#gap .elementor-container.elementor-column-gap-custom, #gap .elementor-container.elementor-column-gap-default {
			gap: 15px;
	}

	
	.theme-slider .swiper-pagination {
    max-width: calc(100% - 270px);
}
	
	.custom-shop-display {
    grid-template-columns: repeat(3, 1fr);
}
	

}

@media (max-width: 1000px) {
		.process-section #ct-box:before {
    opacity: 0;
}
	
		#hero-banner .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}
	
	#about-banner {
    height: 350px;
}
	
		.custom-shop-display {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
	#gap .elementor-container.elementor-column-gap-custom, #gap .elementor-container.elementor-column-gap-default {
    gap: 30px;
}
	
		.custom-shop-display {
    grid-template-columns: repeat(1, 1fr);
}
		#hero-banner .elementor-image-box-wrapper {
			padding: 0 15px 20px 15px;
	}

	#hero-banner .elementor-image-box-img {
			margin-bottom: 10px;
	}

	.inner-padding .elementor-container.elementor-column-gap-default {
			padding: 0px;
	}
	
		#gap .elementor-container.elementor-column-gap-custom , #gap .elementor-container.elementor-column-gap-default {
			gap: 20px;
	}
	.rounding-product {
    height: 156px;
    width: 61px;
    background-size: contain;
    mask-size: contain;
}

.rounding-product:before {
    top: 81px;
    background-size: 100px;
}

#home-nimated-pr .elementor-widget-html {
    transform: translate(-50%, -65%) scale(1.3);
}

#home-nimated-pr.second .elementor-widget-html {
    transform: translate(-50%, -54%) scale(1.2) !important;
}
	
	.process-section #ct-box:before{
		display:none;
	}
	
	#slider .swiper-slide {
    filter: blur(0px);
    scale: 1 !important;
    transition: none !important;
}

#slider h3 {
    opacity: 1;
}

.theme-slider .swiper-pagination {
    max-width: 100%;
    transform: translateX(0px);
    margin-top: 30px;
    width: calc(100% - 100px) !important;
}

.theme-slider .elementor-swiper-button * {
    font-size: 25px;
}

.theme-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 38px !important;
}

.theme-slider .elementor-swiper-button {
    bottom: -7px !important;
    transform: translateX(0px) !important;
}
	
	#about-banner {
    height: 200px;
}
	
	.br br{
		display:none;
	}
	
	#about-second .elementor-widget-button {
    margin: 15px 0 0 0;
}
	
	#mission .elementor-column.elementor-col-25 .elementor-widget-wrap.elementor-element-populated:before {
    display: none !important;
}
	
	#mobile-header #mobile-right .elementor-widget-button {
    margin: 0;
}

#mobile-header #mobile-right .elementor-widget-wrap.elementor-element-populated {
    gap: 13px;
}

#mobile-header #mobile-right .elementor-widget-image {
    display: flex;
}
	
	.side-bar-menu .logo a img {
    width: 120px;
}

.side-bar-menu .logo {
    padding-bottom: 20px;
}

.side-bar-menu .sidebar-menu li a {
    font-size: 15px;
    padding: 13px 30px;
}

.side-bar-menu .menu-btns a {
    font-size: 12px;
    padding: 8px 30px;
}

.side-bar-menu {
    max-width: 95%;
}
	
	.process-section .elementor-container.elementor-column-gap-default {
    justify-content: center;
}
	
	#ct-add-tocard label {
    font-size: 16px;
    text-align: center;
}

#ct-add-tocard .label {
    justify-content: center;
}

#ct-add-tocard .woo-selected-variation-item-name {
    display: none;
}

#ct-add-tocard .variations .woo-variation-items-wrapper {
    justify-content: center;
    flex-direction: row;
}

#ct-add-tocard .reset_variations {
    position: absolute;
    font-size: 12px;
    padding: 5px 20px;
    right: 0;
}

#ct-add-tocard .variable-items-wrapper li {
    font-size: 14px;
}

#ct-add-tocard .variable-items-wrapper {
    max-width: 150px;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
    opacity: 0 !important;
}

.woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 13px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 14px;
    height: auto;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 14px !important;
    height: 37px;
}

#ct-discritiption-bullets .elementor-shortcode h4 {
    font-size: 18px;
    text-align: center;
}

#ct-discritiption-bullets .elementor-shortcode ul li {
    text-align: center;
    font-size: 13px;
    padding-left: 0px;
}

#ct-discritiption-bullets .elementor-shortcode ul li::before {
    opacity: 0;
}
	
	.ct-bullet-point * {
    text-align: center;
}

.ct-bullet-point .elementor-icon-list-icon {
    display: none;
}
	
	#acount .woocommerce-MyAccount-navigation{
		position:unset;
	}
	
	#acount * {
    font-size: 13px !important;
    text-align: center !important;
    align-items: center !important;
}
	
	#acount .password-input button {
    width: fit-content;
}
	
	#ct-ll-form .elementor-widget-shortcode .clr-form {
    padding: 25px !important;
}

.clr-form h3 {
    text-align: center !important;
    font-size: 20px !important;
}

.clr-form input[type="text"], .clr-form input[type="email"], .clr-form input[type="password"] {
    font-size: 14px !important;
    text-align: center !important;
    height: 30px !important;
    width: 100%;
}

.clr-form button {
    font-size: 14px !important;
    text-align: center !important;
    height: 40px !important;
    padding: 0px !important;
    width: 100% !important;
}

.clr-form p {
    font-size: 13px;
    max-width: 200px;
}

.clr-form form {
    align-items: center !important;
}

.password-wrapper {
    width: 100% !important;
}
	
	#acount .shop_table td {
    text-align: right !important;
}

#acount .shop_table .button {
    text-align: center !important;
    margin-top: 15px !important;
}
	#acount .shop_table.order_details * {
    text-align: center !important;
}
	
	#acount .woocommerce-message::before {
    opacity: 0 !important;
}
	
	#cart-page .e-cart__container {
    flex-direction: column;
  }

  #cart-page .shop_table thead {
    display: none;
  }

  #cart-page .shop_table tbody tr {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 16px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }

  #cart-page .shop_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    text-align: right;
  }

  #cart-page .shop_table td:last-child {
    border-bottom: none;
  }

  #cart-page .shop_table td::before {
    content: attr(data-title);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 0.03em;
  }

  #cart-page .product-thumbnail {
    justify-content: center;
  }

  #cart-page .product-thumbnail::before {
    display: none;
  }

  #cart-page .product-thumbnail img {
    width: 100px;
    height: 100px;
  }

  #cart-page .actions {
    flex-direction: column;
    gap: 15px;
  }

  #cart-page .actions .button {
    width: 100%;
  }

  #cart-page .coupon .form-row {
    flex-direction: column;
  }

  #cart-page .coupon-col-start {
    width: 100%;
    flex: none;
  }

  #cart-page .coupon-col-end {
    width: 100%;
  }

  #cart-page .e-apply-coupon {
    width: 100%;
  }

  #cart-page .cart_totals table {
    font-size: 15px;
  }

		#cart-page .wc-proceed-to-checkout .button {
			font-size: 12px;
		}

		#cart-page .shop_table tbody tr {
			padding: 0 15px;
			margin-bottom: 0px;
	}

	#cart-page .shop_table tbody {
			display: flex;
			flex-direction: column;
			gap: 20px;
	}

	#cart-page .e-cart-totals {
			margin: 0;
	}

	#cart-page .shop_table td * {
			font-size: 14px;
	}
	
		#cart-page .return-to-shop .button {
			font-size: 12px;
	}

	#cart-page .cart-empty {
			font-size: 12px;
	}

	#cart-page .wc-empty-cart-message {
			padding: 20px !important;
	}
	
	#checkout-page .e-checkout__container {
    flex-direction: column;
  }

  #checkout-page .woocommerce-billing-fields,
  #checkout-page .woocommerce-shipping-fields,
  #checkout-page .woocommerce-additional-fields {
    padding: 20px;
  }

  #checkout-page .form-row {
    flex-direction: column;
  }

  #checkout-page .coupon-container-grid {
    flex-direction: column;
  }

  #checkout-page .coupon-col-1,
  #checkout-page .coupon-col-2 {
    width: 100%;
  }

  #checkout-page .e-apply-coupon {
    width: 100%;
  }

  #checkout-page .shop_table th,
  #checkout-page .shop_table td {
    padding: 12px 0;
  }

  #checkout-page .order-total th,
  #checkout-page .order-total td {
    font-size: 16px;
  }

  /* Animation for order items */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#checkout-page .e-checkout__container {
    gap: 0px;
}

#checkout-page .e-checkout__column-end {
    position: unset;
    max-width: 100% !important;
    min-width: auto !important;
}

#checkout-page {
    padding: 0px;
}

#checkout-page .e-checkout__column-start {
    max-width: 100%;
    min-width: auto !important;
}   
	
	#checkout-page #payment {
    margin: 0 !important;
}

#checkout-page .e-checkout__column-inner {
    padding: 30px 15px;
}

#checkout-page * {
    font-size: 13px !important;
}

#checkout-page .form-row.place-order {
    margin: 0;
}
	
	.woocommerce-order {
    padding: 15px;
  }

  .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .woocommerce-order .woocommerce-order-overview li {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }

  .woocommerce-order .woocommerce-order-overview li strong {
    font-size: 16px;
    margin-top: 0;
  }

  .woocommerce-order .woocommerce-order-details,
  .woocommerce-order .woocommerce-customer-details {
    padding: 20px;
  }

  .woocommerce-order .shop_table th,
  .woocommerce-order .shop_table td {
    padding: 12px 0;
    font-size: 14px;
  }

  .woocommerce-order tfoot tr:last-child th,
  .woocommerce-order tfoot tr:last-child td {
    font-size: 16px;
  }

  .woocommerce-order address {
    padding: 15px;
  }
	
	.woocommerce-order {
    padding: 0;
	}

	.woocommerce ul.order_details li {
			margin: 0 !important;
	}

	.woocommerce ul.order_details li strong {
			font-size: 11px !important;
	}
	
	.single-product .woocommerce-message {
    max-width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    gap: 10px;
    padding: 20px 20px !important;
	}

	.single-product .woocommerce-message::before {
			display: none;
	}
	
	#contact-form1 .flex {
    flex-direction: column;
}
	
	.ct-acordian .elementor-accordion-item .elementor-tab-title {
    padding: 15px 0 !important;
}

.ct-acordian .elementor-accordion-item .elementor-tab-title * {
    font-size: 16px !important;
    line-height: 1.3em;
    max-width: 70%;
}

.ct-acordian .elementor-accordion-item .elementor-tab-title  a {
    max-width: 224px;
    display: inline-block;
}

.ct-acordian .elementor-accordion-item * {
    text-align: center;
}

.ct-acordian .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
    display: none;
}

.ct-acordian .elementor-accordion-item .elementor-tab-content {
    font-size: 14px !important;
    max-width: 300px;
    margin: 0 auto;
}
	
	#pr-text * {
    text-align: center !important;
}

#pr-text :where(h1,h2,h3,h4,h5,h6) {
    font-size: 18px !important;
}

#pr-text :where(p,li,a,span) {
    font-size: 14px !important;
}

#pr-text ul {
    margin: 0;
    padding: 0;
}

#pr-text ul li {
    list-style: none;
}
	
	#labx-menu .menu-box-wrapper .menu-scrolling .body ul li a {
    font-size: 15px;
    padding: 10px 0;
}

#labx-menu .menu-box-wrapper .menu-scrolling .body span {
    font-size: 16px;
}
#ct-add-tocard .variable-items-wrapper {
    justify-content: center !important;
}
	
	#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing a .product-title {
    font-size: 12px;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing div {
    height: 100%;
}

#labx-menu .menu-box-wrapper .menu-scrolling .bottom-products .menu-pr-slider-showing a {
    height: 100%;
    padding: 14px;
}
	
	nav.elementor-pagination {
    justify-content: center;
    display: flex;
    margin-top: 30px !important;
}
	
	.single-pr-slider h2 {
    font-size: 16px !important;
}
	
	#shop-page-tabs .elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
}

#shop-page-tabs .elementor-tabs-wrapper {
    margin-bottom: 15px;
}
	
	.woocommerce div.product p.stock {
    font-size: 12px;
    text-align: center;
}
	
	#cart-page #shipping_method * {
    font-size: 12px !important;
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 0;
}

#cart-page .shop_table td::before {
    margin: 0 !important;
}

#cart-page #shipping_method .woocommerce-Price-amount.amount {margin-left: 5px;font-weight: 600;}

#cart-page #shipping_method .woocommerce-Price-amount.amount * {
    font-size: 11px !important;
}
	
	#cart-page #shipping_method {
    width: 100%;
    display: flex;
    justify-content: end;
}
	
	#cart-page #shipping_method .woocommerce-Price-amount.amount * {
    display: flex;
    line-height: 1;
}
	
	#cart-page #shipping_method .woocommerce-Price-amount.amount{
		transform:translatey(1px)
	}

#cart-page .shop_table {
    border-radius: 17px;
}
	
	header {
    position: relative;
    z-index: 10;
}

#content {
    position: relative;
    z-index: 5;
}

.elementor-menu-cart__main {
    z-index: 999;
    min-height: 100dvh;
}

.elementor-menu-cart__container {
    min-height: 500vh;
    height: 100%;
}
	
	#mobile-header #mobile-right .elementor-widget-image {
    margin: 0;
}
/* Stock badges on custom shop product cards */
.custom-product-item .stock-badge-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 6 !important;
}

.custom-product-item .stock-badge {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 5px 18px 4px 18px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: "DM Sans", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    position: relative !important;
    z-index: 6 !important;
    transform: none !important;
}

.custom-product-item .stock-badge .stock-text {
    display: inline-block !important;
    color: #ffffff !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-product-item .stock-badge * {
    color: #ffffff !important;
}

.custom-product-item .in-stock-badge,
.custom-product-item .out-of-stock-badge {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.custom-product-item .stock-dot {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    min-height: 7px !important;
    flex: 0 0 7px !important;
    border-radius: 50% !important;
    background: #22c55e !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    box-shadow:
        0 0 6px #22c55e,
        0 0 12px rgba(34, 197, 94, .75),
        0 0 20px rgba(34, 197, 94, .35) !important;
}

/* Close the legacy mobile breakpoint before global Product Cards V2 rules. */
}
	
	/* =========================================================
   LABX PRODUCT CARDS V2
   Append this entire block to the END of the child style.css.
   It is scoped to .custom-shop-display so it will not restyle
   Elementor product widgets elsewhere on the website.
   ========================================================= */

.custom-shop-display {
  --labx-card-brown: #70371c;
  --labx-card-brown-hover: #5d2c16;
  --labx-card-cream: #e8e0d4;
  --labx-card-ink: #302c29;
  --labx-card-radius: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
}

.custom-shop-display .custom-product-item,
.custom-shop-display .product-section,
.custom-shop-display .product-container {
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.custom-shop-display .custom-product-item .product-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--labx-card-brown);
  border: 1px solid rgba(112, 55, 28, .12);
  border-radius: var(--labx-card-radius);
  box-shadow: 0 10px 28px rgba(65, 34, 19, .10);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease;
}

.custom-shop-display .custom-product-item:nth-child(even) .product-content {
  background: var(--labx-card-brown);
}

@media (hover: hover) and (pointer: fine) {
  .custom-shop-display .custom-product-item .product-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(65, 34, 19, .16);
  }
}

.custom-shop-display .stock-badge-wrap {
  position: relative !important;
  z-index: 7 !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 22px 0 10px !important;
  padding: 0 20px !important;
}

.custom-shop-display .stock-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 13px !important;
  color: #fff !important;
  background: rgba(0, 0, 0, .72) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 999px !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
}

.custom-shop-display .stock-badge,
.custom-shop-display .stock-badge * {
  color: #fff !important;
}

.custom-shop-display .stock-dot {
  display: inline-block !important;
  flex: 0 0 7px !important;
  width: 7px !important;
  height: 7px !important;
  min-width: 7px !important;
  min-height: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #4ade80 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, .16) !important;
}

.custom-shop-display .out-of-stock-badge {
  background: rgba(20, 20, 20, .82) !important;
}

.custom-shop-display .product-name-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
}

.custom-shop-display .product-content .product-name {
  position: relative;
  z-index: 3;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: clamp(19px, 1.55vw, 25px) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em;
  text-align: center;
  overflow-wrap: anywhere;
}

.custom-shop-display .product-formats-wrap {
  min-height: 25px;
  margin: 2px 0 18px !important;
  padding: 0 22px;
}

.custom-shop-display .product-formats {
  color: rgba(255, 255, 255, .9) !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.custom-shop-display .product-content .product-images {
  position: relative !important;
  isolation: isolate;
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 1 / 1.16;
  margin: 0 !important;
  overflow: hidden;
  background: var(--labx-card-cream);
}

.custom-shop-display .product-category-wrap {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0 !important;
  padding: 9px 16px !important;
  color: var(--labx-card-ink);
  background: rgba(220, 211, 197, .92);
  backdrop-filter: blur(5px);
}

.custom-shop-display .product-category {
  color: var(--labx-card-ink) !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.custom-shop-display .product-images .main-image,
.custom-shop-display .product-images .hover-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
}

.custom-shop-display .product-images .main-image {
  z-index: 1;
  opacity: 1;
}

.custom-shop-display .product-images .hover-image {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.custom-shop-display .product-images .product-main-img,
.custom-shop-display .product-images .product-hover-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: scale(1.001);
  transition: transform .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .custom-shop-display .custom-product-item.has-hover .product-content:hover .hover-image {
    opacity: 1;
  }

  .custom-shop-display .custom-product-item .product-content:hover .product-main-img,
  .custom-shop-display .custom-product-item .product-content:hover .product-hover-img {
    transform: scale(1.025);
  }
}

.custom-shop-display .stars {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 20px 0 8px !important;
  padding: 0 24px !important;
  overflow: hidden;
}

.custom-shop-display .stars img {
  display: block;
  width: auto !important;
  max-width: 150px !important;
  height: 24px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.custom-shop-display .product-price-wrap {
  position: relative;
  z-index: 4;
  min-height: 39px;
  margin: 0 !important;
  padding: 0 22px !important;
}

.custom-shop-display .product-content .product-price-wrap .product-price {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -.02em;
  text-align: center;
}

.custom-shop-display .product-price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.custom-shop-display .product-content .product-button-wrap {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 20px 22px 26px !important;
  transform: none !important;
}

.custom-shop-display .product-content .product-button-wrap .product-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 150px;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 10px 24px !important;
  color: #fff !important;
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, .9) !important;
  border-radius: 999px !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.custom-shop-display .product-content .product-button-wrap .product-btn:hover {
  color: var(--labx-card-brown) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.custom-shop-display .product-content .product-button-wrap .product-btn:focus-visible,
.custom-shop-display .product-content:focus-within {
  outline: 3px solid rgba(255, 255, 255, .88);
  outline-offset: -5px;
}

.custom-shop-display .product-content .product-button-wrap .out-of-stock-btn {
  cursor: not-allowed;
  opacity: .62;
}

@media (max-width: 1300px) {
  .custom-shop-display {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .custom-shop-display {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-shop-display .product-content .product-name {
    font-size: 21px !important;
  }

  .custom-shop-display .product-content .product-price-wrap .product-price {
    font-size: 21px !important;
  }
}

@media (max-width: 560px) {
  .custom-shop-display {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .custom-shop-display .custom-product-item {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .custom-shop-display .custom-product-item .product-content {
    border-radius: 24px;
  }

  .custom-shop-display .product-name-wrap {
    min-height: 48px;
  }

  .custom-shop-display .product-content .product-images {
    aspect-ratio: 1 / 1.08;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-shop-display .product-content,
  .custom-shop-display .product-images *,
  .custom-shop-display .product-btn {
    transition: none !important;
  }
}

/* =========================================================
   LABX SHOP — TWO-COLUMN MOBILE CATALOGUE
   Keep this block at the very end of style.css
   ========================================================= */

@media (max-width: 560px) {

  .custom-shop-display {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch;
  }

  .custom-shop-display .custom-product-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .custom-shop-display .product-section,
  .custom-shop-display .product-container {
    width: 100% !important;
    min-width: 0 !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-shop-display .custom-product-item .product-content {
    width: 100%;
    min-width: 0;
    height: 100%;
    border-radius: 16px;
  }

  /* Stock badge */

  .custom-shop-display .stock-badge-wrap {
    margin: 14px 0 8px !important;
    padding: 0 7px !important;
  }

  .custom-shop-display .stock-badge {
    gap: 4px !important;
    max-width: 100%;
    padding: 5px 7px !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }

  .custom-shop-display .stock-dot {
    flex: 0 0 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
  }

  /* Product name and formats */

  .custom-shop-display .product-name-wrap {
    min-height: 42px;
    padding: 0 7px;
  }

  .custom-shop-display .product-content .product-name {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
  }

  .custom-shop-display .product-formats-wrap {
    min-height: 18px;
    margin: 3px 0 10px !important;
    padding: 0 7px;
  }

  .custom-shop-display .product-formats {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  /* Product image */

  .custom-shop-display .product-content .product-images {
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.1;
  }

  .custom-shop-display .product-category-wrap {
    min-height: 32px;
    padding: 6px 7px !important;
  }

  .custom-shop-display .product-category {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .custom-shop-display .product-images .product-main-img,
  .custom-shop-display .product-images .product-hover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  /* Rating */

  .custom-shop-display .stars {
    min-height: 23px;
    margin: 11px 0 5px !important;
    padding: 0 7px !important;
  }

  .custom-shop-display .stars img {
    width: auto !important;
    max-width: 100px !important;
    height: 17px !important;
  }

  /* Price */

  .custom-shop-display .product-price-wrap {
    min-height: 27px;
    padding: 0 7px !important;
  }

  .custom-shop-display
  .product-content
  .product-price-wrap
  .product-price {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  /* Product button */

  .custom-shop-display .product-content .product-button-wrap {
    width: 100% !important;
    margin: auto 0 0 !important;
    padding: 11px 7px 15px !important;
  }

  .custom-shop-display
  .product-content
  .product-button-wrap
  .product-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 37px !important;
    padding: 8px 5px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    white-space: normal;
    text-align: center;
  }
}

