/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Child theme for Hello Elementor
Version: 1.0
*/

/* Your custom CSS goes below this line */

/* ICON AND TEXT BUTTONS */
 .ttc-button span.elementor-button-text {
    background: black;
    padding: 10px 20px;
    border-radius: 50px;
}

.ttc-button-white span.elementor-button-text {
	 background: white;
    padding: 10px 20px;
    border-radius: 50px;
	color:black;
}


.button-icon-black span.elementor-button-icon {
    background: #F7F7F7;
		box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
		border-radius: 1000px;
    padding: 13px 20px;
}




/* SECTION GRADIENTS */
.grad-section-middle{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF9 19.32%, #FFFBF0 50%, #FFFFFF 100%);
}

/* MIXED TEXT */
.sec-text{
    font-family: "Figtree";
    font-weight:200;
}

.prim-text{
	font-family: "Recife Display", Sans-serif;
    font-weight:200;
}


/* FILTER HEADING AND ICON */
.wpc-filter-set-widget-title h2 {
    font-family: "Figtree" !important;
    font-size: 18px !important;
    color: #1A1A1A;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.wpc-filter-set-widget-title h2::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 14px;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/2026/01/Filter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -4px;
}

.wpc-filters-widget-top-container {
    background: transparent;
}


.wpc-filters-widget-top-container:before {
    background: transparent;
}

/* SUB FILTER HEADINGS */
.wpc-filter-title{
    color: #3b443a;
    font-size: 16px;
    font-family: "Figtree" !important;
    margin-top: 20px;
font-weight:400;
}

.wpc-filters-section {
    border-bottom: 1px solid 666666;
    margin-bottom: 0px;
}

/* FILTER ITEMS */
.wpc-term-item a{
    font-size: 15px !important;
    color: #3B443A !important;
    font-family:  "Figtree" !important;
	font-weight:200 !important;
   
}

/* filter editor */
.wpc-edit-filter-set {
    display: none !important;
}


/* CHECKBOX */
.wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]{
    border-color: #D1AE28;
}

.wpc-filters-main-wrap input[type=checkbox], .wpc-filters-main-wrap input[type=radio] {
    border: 1px solid #d1b028 !important;
}

.wpc-term-item-content-wrapper input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 4px;
    top: 1px;
    position: absolute;
    width: 4px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
    background-color: #d1b028 !important;
}

.wpc-filters-main-wrap input[type=checkbox]:checked {
    background: #d2af28 !important;
    border-color: #d2af28 !important;
}

.wpc-filters-main-wrap input[type=checkbox] {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    min-width: 15px;
}

.wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled > div > input[type=checkbox]:after {
    background-color: #d1b028 !important;
}

.wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled > div > input[type=checkbox]:after{
	border-color: #fff;
}

/* BRAND - CATEGORY PILLS */
.sb-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 14px 0;
}


.sb-pill {
    display: flex;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 6px 18px;
    border-radius: 50px;
    color: #ffff;
    align-items: center;
    transition: all 0.15s ease;
    white-space: nowrap;
    background: #b98b72;
}

.sb-pill:hover,
.sb-pill--active {
    background: #83533b;
    color: #fff;
    border-color: #3b443a;
}


.sb-pill img {
    height: auto;
    width: 70px;
    object-fit: contain;
}



/* Show only Reset All chip, hide individual filter chips */
.wpc-widget-top-inside .wpc-filter-chips-list li:not(:first-child) {
    display: none !important;
}

/* Normal chips */
.wpc-filter-chips-list .wpc-filter-chip:not(.wpc-chip-reset-all) a {
    background:  #D1AE28;
    color: #FFF !important;
    padding: 10px 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: "Figtree" !important;
    text-transform: uppercase;
    text-decoration: none !important;
}


.wpc-filters-main-wrap ul.children {
    margin-left: 0px;
}

/* Reset chip */
.wpc-filter-chips-list .wpc-chip-reset-all a {
    color: black !important;
    background: transparent !important;
	font-family: "Figtree" !important;
    text-transform: uppercase;
    padding: 0 !important;
    text-decoration: none !important;
	border:none !important;
}

.wpc-widget-top-inside {
    background: transparent;
    position: absolute;
    right: 0;
    top: 10px;
}

.wpc-filters-main-wrap .wpc-term-count-0:not(.wpc-has-not-empty-children) input[type=checkbox]:after, .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-disabled > div > input[type=checkbox]:after {
    background-color: #3b443a;
}

li.wpc-no-filter-terms {
    color: black;
}

.wpc-filter-has-brands, span.wpc-term-count {
    display: none !important;
}

/* hide reset from prod grid */
.wpc-custom-selected-terms.wpc-show-on-mobile ul li:first-child {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 480px) {
/* Brand & Category pills — horizontal scroll on mobile only */
    .sb-brand-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
	
	.sb-pill {
    font-size: 13px;
	}
    .sb-brand-pills::-webkit-scrollbar {
        display: none;
    }

    .sb-pill {
        flex-shrink: 0;
    }
}

/* LEGAL PAGES */
.legal-content h1{
    font-size: 26px;
    margin-top:30px;
}

.legal-content h2{
    font-size: 20px;
    margin-top:20px;
}

.legal-content h3{
    font-size: 18px;
    margin-top:10px;
}


/* MOVING TEXT */

.m-scroll {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    white-space: nowrap;
}

/* Shared img styles */
.m-scroll img {
   width:10%;
}

/* RIGHT TO LEFT SECTION */
.m-scroll-rtl > div {
    display: flex;
    animation: scroll-rtl 20s linear infinite;
	align-items: center;
    gap: 4em;
}

@keyframes scroll-rtl {
    from { transform: translateX(0%); }
    to { transform: translateX(-50%); }
}


@media (min-width: 320px) and (max-width: 480px) {
  
  .m-scroll img {
    width: 26%;
}

.m-scroll-rtl > div {
    gap: 2em;
}
  
}

/*  MENU FILTER */
.filter-pill li span{
padding: 2px 12px;
background: #FFFFFF;
border: 0.5px solid #D9D9D9;
border-radius: 29px;
	
}

.filter-pill ul{
    gap:8px;
}

.filter-pill ul li{
    margin: 0px !important;
}


/* FEATURED PRODUCTS */
.prod-img .elementor-widget-theme-post-featured-image.elementor-widget-image img {
    width: 318px !important;
    height: 318px !important;
    object-fit: contain !important;
    align-items: center;
    display: flex;
    justify-content: flex-start;
        background: #f0f0f0 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
	.prod-img .elementor-widget-theme-post-featured-image.elementor-widget-image img {
			height: 174px !important;
	}
}



/* BUTTON ANIMATIONS */

.animate-btn .elementor-button {
  overflow: hidden !important;
  position: relative !important;
}

.animate-btn span.elementor-button-text,
.animate-btn .elementor-button-icon {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.animate-btn:hover span.elementor-button-text {
  transform: translateX(var(--btn-text-slide)) !important;
}

.animate-btn:hover .elementor-button-icon {
  transform: translateX(calc(-1 * var(--btn-icon-slide))) !important;
}


/* SIMPLE ANIMATE BUTTON */
.animate-btn-simple .elementor-button {
  overflow: hidden !important;
  position: relative !important;
}

.animate-btn-simple .elementor-button-icon {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.animate-btn-simple:hover .elementor-button-icon {
  transform: translateX(var(--btn-icon-right)) !important;
}


/* ============================================
   KEYFRAMES - defined outside @media
   ============================================ */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    transform: translateX(0);
    opacity: 0.85;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ============================================
   MOBILE MENU - SLIDE IN FROM LEFT + SCROLL LOCK
   ============================================ */
@media (min-width: 320px) and (max-width: 480px) {

  .web-header .e-n-menu {
    flex-direction: row-reverse !important;
  }

  .web-header .e-n-menu-wrapper {
    background: #fff !important;
    animation: slideInFromLeft 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left center;
  }

  .web-header div#menubar-903 {
    min-height: 90vh;
  }

  .web-header .e-n-menu-title {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-bottom: 16px !important;
  }

  .web-header li.e-n-menu-item {
    border-bottom: 1px solid #EDEDED;
  }
}

/* ============================================
   BODY SCROLL LOCK
   ============================================ */
body.e-n-menu-open,
html.e-n-menu-open body,
body.menu-open,
html.menu-open body {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
}

body.menu-open {
  overflow: hidden !important;
}


