/*
Theme Name: zetheme
Description: This is a child theme for https://webtocdocao.com Theme
Author: UX Themes webtocdocao.com
Template: flatsome
Version: 3.20
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.Form-contact label {
    background: #e1e1e1;
    border-radius: 3px;
}
.Form-contact label span {
    width: calc(100% - 40px);
    float: right;
    font-size: 13px;
    line-height: 13px;
}
.Form-contact label i {
    float: left;
    width: 40px;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
}
.formlienhe{
		padding: 4px 10px;
    border-radius: 3px;
    background: #095252;
    color: #f3f4f5;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.formlienhe a{
		color: #f3f4f5;
		font-size:13px;
				
}
/* ?n toàn b? thông báo admin */
.wp-admin .notice,
.wp-admin .updated,
.wp-admin .error,
.wp-admin .update-nag {
  display: none !important;
}
/*************** ADD style  

html, body {
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}


.section {
  min-height: 100vh;
  scroll-snap-align: start;
}

 ***************/
.fade-img-apple {
  position: relative;
  perspective: 1400px;
  overflow: visible;
}

/* L?p ánh sáng gi? */
.fade-img-apple::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(
    ellipse at 70% 30%,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.05) 40%,
    transparent 60%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.fade-img-apple img {
  display: block;
  width: 100%;
  opacity: 0;
  filter: blur(6px);
  transform-origin: 50% 50%;
  transform:
    scale(1.08)
    translate3d(0, 40px, -200px);
  will-change: transform, filter, opacity;
}



body.home .banner .container {
  max-width: 100%;
}


/* Khi scroll t?i */


.archive #wrapper {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}


.archive .page-wrapper {
  position: relative;
  z-index: 2;
}


.archive #wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-image: url("https://vuongthaovienjp.com/wp-content/uploads/2025/12/lightray_left_1.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: 0.35;
  filter: blur(2px);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.single-product .product-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.single-product .product-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 120%;
  height: 100%;

  background-image: url("https://vuongthaovienjp.com/wp-content/uploads/2025/12/lightray_left_1.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;

  opacity: 0.35;
  filter: blur(2px);
  mix-blend-mode: screen;

  pointer-events: none;
  z-index: 1;
}
.single-product .product-container > * {
  position: relative;
  z-index: 2;
}


/**
 *  list pro duct
 */

.product-small .box-image {
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid #EDBF25;
  background: #000;
}
.product-small .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-small:hover .box-image img {
  transform: scale(1.06);
}

.product-small {
  transition: transform 0.4s ease;
}

.product-small:hover {
  transform: translateY(-6px);
}

.product-small .box-text-products{
  display: none;
}
.product-small .box-image::after {
  content: attr(aria-label);
}
.product-small .box-image {
  position: relative;
}

.product-small .box-image::after {
  content: attr(data-title);
  position: absolute;
  bottom: 18px;
  left: 18px;

  padding: 8px 16px;
  background: rgba(15, 40, 20, 0.9);
  color: #e6c15a;

  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;

  backdrop-filter: blur(6px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


.product-images .product-gallery-slider a img {
    border: 2px solid #dd9933;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f3e5c4;
}
.product-info h1{
    color: var(--fs-color-secondary);
}


/* ===============================
   SIDEBAR WRAPPER
=============================== */
/* ===============================
   SHOP SIDEBAR – OUTER WRAPPER
=============================== */

#shop-sidebar {
  position: relative;
  padding: 28px 22px;
  border-radius: 36px;

  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--fs-color-secondary) 85%, #ffffff) 0%,
    var(--fs-color-secondary) 100%
  );

  box-shadow:
    0 30px 70px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.25);

  overflow: hidden;
}

#shop-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(255,255,255,0.35),
      transparent 60%
    );

  pointer-events: none;
  border-radius: inherit;
}
#shop-sidebar {
  isolation: isolate;
}



#shop-sidebar,
#shop-sidebar .sidebar-inner {
  background: transparent;
}

#shop-sidebar .widget_woof {
  background: var(--fs-color-secondary);
  border-radius: 28px;
  padding: 22px 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}

/* ===============================
   TITLE
=============================== */

.widget_woof .widget-title,
.widget_woof .widget-title-shop-sidebar {
  color: #1b2b16;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.widget_woof .is-divider {
  display: none;
}

/* ===============================
   FILTER CARD
=============================== */

.woof_meta_slider_container,
.woof_container {
  background: color-mix(in srgb, var(--fs-color-secondary) 65%, #ffffff);
  border-radius: 20px;
  padding: 14px 14px 18px;
  margin-bottom: 14px;
}

/* ===============================
   LABEL
=============================== */

.woof_container label,
.woof_meta_slider_container label {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #2b3518;
  font-weight: 600;
  text-transform: uppercase;
}

/* ===============================
   SLIDER
=============================== */

.woof .ui-slider-horizontal {
  height: 8px;
  background: color-mix(in srgb, var(--fs-color-secondary) 45%, #000);
  border-radius: 999px;
  border: none;
}

.woof .ui-slider-range {
  background: #1b2b16;
}

/* Handle */
.woof .ui-slider-handle {
  width: 22px;
  height: 22px;
  background: var(--fs-color-secondary);
  border: 3px solid #fff;
  border-radius: 50%;
  top: -7px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}

/* ===============================
   RANGE VALUE
=============================== */

.woof .woof_range_slider {
  color: #1b2b16;
  font-size: 13px;
  margin-top: 6px;
}

/* ===============================
   DROPDOWN
=============================== */

.woof select {
  background: color-mix(in srgb, var(--fs-color-secondary) 55%, #fff);
  border-radius: 999px;
  border: none;
  padding: 10px 14px;
  font-size: 14px;
  color: #1b2b16;
}

/* ===============================
   MATCH ANY / ALL (TOGGLE)
=============================== */

.woof_radio_term {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.woof_radio_term input[type="radio"] {
  appearance: none;
  width: 44px;
  height: 24px;
  background: color-mix(in srgb, var(--fs-color-secondary) 45%, #000);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

.woof_radio_term input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.woof_radio_term input[type="radio"]:checked::after {
  left: 22px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,
.irs--round .irs-bar{
    background-color: #D5AE30 !important;
   
}
.irs--round .irs-handle{
     border: 4px solid #D5AE30 !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    border-top-color: #D5AE30 !important;
}
/* ===============================
   RESET BUTTON
=============================== */
.woof_submit_search_form,
.woof_reset_search_form {
  background: color-mix(in srgb, var(--fs-color-secondary) 60%, #fff);
  border-radius: 999px;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  color: #1b2b16;
  border: none;
  width: 100%;
  display:block;
}

/* ===============================
   TEXT COLOR – BLACK
=============================== */

/* Tiêu d? t?ng filter (Đu?ng kính g?c, Chi?u cao, …) */
#shop-sidebar .woof_container_inner h4,
#shop-sidebar .woof_container label,
#shop-sidebar .woof_meta_slider_container label {
  color: #1b1b1b;
}

/* Giá tr? min – max (1, 100) */
#shop-sidebar .woof_range_slider,
#shop-sidebar .woof_range_slider * {
  color: #1b1b1b;
}

/* S? du?i slider (1 26 51 75 100) */
#shop-sidebar .ui-slider-pips,
#shop-sidebar .ui-slider-pips * {
  color: #1b1b1b;
}

/* Text trong dropdown */
#shop-sidebar select,
#shop-sidebar option {
  color: #1b1b1b;
}

/* Match any / Match all */
#shop-sidebar .woof_radio_term label {
  color: #1b1b1b;
}

/* Reset / T́m ki?m */
#shop-sidebar .woof_reset_search_form,
#shop-sidebar .woof_submit_search_form {
  color: #1b1b1b;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE 

.fade-img-3d.is-visible img {
  opacity: 1;
  filter: blur(0);
  transform:
    translate(0, 0)
    translate3d(0, 0, 0)
    scale(1)
    rotateX(0deg);
}


 ***************/


}
