:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(212,175,55);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgba(249,170,0,0.96);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(218,60,60);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://cindycoutour.com/wp-content/uploads/2021/07/cindycoutour-slider-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(12,12,12);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(249,249,249);
}

.product-grid-item img,
.wd-product img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100%;
}
.category-grid-item img,
.wd-product img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100%;
}

/* ===== CC SHOP FILTER — start (added by Claude) ===================== */
:root{
  --cc-gold:#D4AF37;
  --cc-gold-dim:#8A7326;
  --cc-gold-wash:rgba(212,175,55,.12);
  --cc-ink:#FFFFFF;
  --cc-ink-2:rgba(255,255,255,.72);
  --cc-muted:rgba(255,255,255,.45);
  --cc-line:rgba(255,255,255,.14);
  --cc-line-soft:rgba(255,255,255,.08);
}

/* 1. Widget rhythm and titles */
.wd-sidebar .sidebar-widget,
.filters-area .sidebar-widget{
  padding-bottom:26px; margin-bottom:26px;
  border-bottom:1px solid var(--cc-line-soft);
}
.wd-sidebar .sidebar-widget:last-child,
.filters-area .sidebar-widget:last-child{ border-bottom:0; margin-bottom:0; }
.wd-sidebar .widget-title,
.filters-area .widget-title{
  font-size:11px !important; font-weight:600 !important;
  letter-spacing:.18em !important; text-transform:uppercase;
  color:var(--cc-muted) !important; margin-bottom:14px !important;
  padding-bottom:10px; border-bottom:1px solid var(--cc-line); position:relative;
}
.wd-sidebar .widget-title::after,
.filters-area .widget-title::after{
  content:""; position:absolute; left:0; bottom:-1px;
  width:28px; height:1px; background:var(--cc-gold);
}

/* 2. Active filters -> removable chips */
.widget_layered_nav_filters ul{ display:flex; flex-wrap:wrap; gap:6px; list-style:none; margin:0; padding:0; }
.widget_layered_nav_filters ul li{ margin:0 !important; padding:0 !important; border:0 !important; float:none !important; }
.widget_layered_nav_filters ul li a{
  display:inline-flex; align-items:center; gap:7px;
  padding:6px 10px !important; background:var(--cc-gold-wash);
  border:1px solid var(--cc-gold-dim); border-radius:2px;
  color:var(--cc-gold) !important; font-size:11px !important; font-weight:600;
  letter-spacing:.08em; text-transform:uppercase; line-height:1.2;
  transition:background-color .16s ease, border-color .16s ease;
}
.widget_layered_nav_filters ul li a::after{ content:"\00d7"; font-size:14px; line-height:1; opacity:.75; }
.widget_layered_nav_filters ul li a:hover{ background:rgba(212,175,55,.22); border-color:var(--cc-gold); }
.widget_layered_nav_filters ul li a::before{ display:none !important; }

/* 3. Category list */
.widget_product_categories ul.product-categories{ list-style:none; margin:0; padding:0; }
.widget_product_categories ul.product-categories li.cat-item{ border:0; padding:0; margin:0; }
.widget_product_categories ul.product-categories li.cat-item > a{
  display:flex; align-items:baseline; justify-content:space-between; gap:10px;
  padding:9px 0 !important; color:var(--cc-ink-2) !important; font-size:14px;
  border-bottom:1px solid var(--cc-line-soft);
  transition:color .16s ease, padding-left .16s ease;
}
.widget_product_categories ul.product-categories li.cat-item:last-child > a{ border-bottom:0; }
.widget_product_categories ul.product-categories li.cat-item > a:hover{ color:var(--cc-gold) !important; padding-left:4px !important; }
.widget_product_categories .count{
  flex:0 0 auto; font-size:11px !important; font-weight:600; letter-spacing:.04em;
  color:var(--cc-muted) !important; font-variant-numeric:tabular-nums;
}
.widget_product_categories li.current-cat > a{ color:var(--cc-gold) !important; font-weight:700; }
.widget_product_categories ul.product-categories ul.children{ margin:0 0 0 14px; padding:0; border-left:1px solid var(--cc-line-soft); }
.widget_product_categories ul.children li.cat-item > a{ padding-left:12px !important; font-size:13px; }

/* 4. Size swatches */
.woodmart-woocommerce-layered-nav ul.wd-swatches-filter{ display:flex !important; flex-wrap:wrap; gap:6px; margin:0; padding:0; }
.woodmart-woocommerce-layered-nav li.wd-swatch-wrap{ margin:0 !important; padding:0 !important; }
.woodmart-woocommerce-layered-nav .wd-swatch.wd-text{
  min-width:44px !important; height:auto !important; padding:8px 10px !important;
  border:1px solid var(--cc-line) !important; border-radius:2px !important;
  background:transparent !important;
  transition:border-color .16s ease, background-color .16s ease, color .16s ease;
}
.woodmart-woocommerce-layered-nav .wd-swatch.wd-text .wd-swatch-text,
.woodmart-woocommerce-layered-nav .wd-swatch.wd-text > span{
  font-size:12px !important; font-weight:600; letter-spacing:.06em; line-height:1.1; color:var(--cc-ink) !important;
}
.woodmart-woocommerce-layered-nav .wd-swatch-wrap:hover .wd-swatch.wd-text{ border-color:var(--cc-gold-dim) !important; }
.woodmart-woocommerce-layered-nav li.chosen .wd-swatch.wd-text{ background:var(--cc-gold) !important; border-color:var(--cc-gold) !important; }
.woodmart-woocommerce-layered-nav li.chosen .wd-swatch.wd-text .wd-swatch-text,
.woodmart-woocommerce-layered-nav li.chosen .wd-swatch.wd-text > span{ color:#141110 !important; }

/* 5. Stock status */
.wd-widget-stock-status ul{ list-style:none; margin:0; padding:0; }
.wd-widget-stock-status ul li{ margin:0; padding:0; }
.wd-widget-stock-status ul li a{
  display:block; padding:9px 0 !important; font-size:14px;
  color:var(--cc-ink-2) !important; border-bottom:1px solid var(--cc-line-soft);
  transition:color .16s ease, padding-left .16s ease;
}
.wd-widget-stock-status ul li:last-child a{ border-bottom:0; }
.wd-widget-stock-status ul li a:hover{ color:var(--cc-gold) !important; padding-left:4px !important; }
.wd-widget-stock-status ul li.chosen a{ color:var(--cc-gold) !important; font-weight:700; }

/* 6. Price slider */
.widget_price_filter .ui-slider .ui-slider-range{ background:var(--cc-gold) !important; }
.widget_price_filter .ui-slider .ui-slider-handle{
  background:var(--cc-gold) !important; border:2px solid #141110 !important;
  width:14px !important; height:14px !important; border-radius:50%;
  box-shadow:0 0 0 1px var(--cc-gold);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content{ background:var(--cc-line) !important; }
.widget_price_filter .price_label{ font-size:12px; color:var(--cc-muted); font-variant-numeric:tabular-nums; }
.widget_price_filter .button{ font-size:11px !important; letter-spacing:.12em; text-transform:uppercase; }

/* 7. Accessibility + motion */
.wd-sidebar a:focus-visible,
.filters-area a:focus-visible{ outline:2px solid var(--cc-gold); outline-offset:2px; }
@media (prefers-reduced-motion:reduce){
  .wd-sidebar *, .filters-area *{ transition:none !important; }
}

/* 8. Tablet / mobile drawer */
@media (max-width:1024px){
  .wd-sidebar .sidebar-widget,
  .filters-area .sidebar-widget{ padding-bottom:20px; margin-bottom:20px; }
  .woodmart-woocommerce-layered-nav .wd-swatch.wd-text{ min-width:52px !important; padding:11px 12px !important; }
  .widget_product_categories ul.product-categories li.cat-item > a,
  .wd-widget-stock-status ul li a{ padding:12px 0 !important; }
}
/* ===== CC SHOP FILTER — end ======================================== */
