@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//3octombrie.ro/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(108,25,39);
	--wd-title-font-style: italic;
	--wd-entities-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(108,25,39);
	--wd-alternative-color: rgb(247,245,238);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(108,25,39);
	--btn-accented-bgcolor-hover: rgb(155,21,21);
	--btn-font-weight: 400;
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(99,118,84);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.wd-popup.popup-quick-view {
	--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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);
}
}


.wedding-countdown{
  --bg: transparent;
  --text: #f7f5ee;
  --bubble: #970f1c;         /* sage */
  --label: rgba(255,255,255,.9);
  --shadow: rgba(0,0,0,.12);

  background: var(--bg);
  color: var(--text);
  text-align: center;
}

.wc-title{
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 22px;
}

.wc-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  justify-items: center;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
}

.wc-unit{ display: grid; gap: 10px; justify-items: center; }

.wc-bubble{
  width: clamp(86px, 9vw, 130px);
  height: clamp(86px, 9vw, 130px);
  border-radius: 999px;
  background: var(--bubble);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px var(--shadow);
}

.wc-num{
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: 0.02em;
}

.wc-label{
  color: var(--label);
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.04em;
}

.wc-done{
  margin-top: 16px;
  font-size: 18px;
}

/* Mobil: 2 pe rând, arată mult mai bine */
@media (max-width: 520px){
  .wc-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.hidden-fields-container{
display:none;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  .wd-gallery-item a[data-index="10"] {
    display: none !important;
  }
}@media (max-width: 576px) {
	

/* layout mobil pentru countdown */
@media (max-width: 768px){

  /* grila mai compactă */
  .wedding-countdown .wc-grid{
    display:grid;
    grid-template-columns: repeat(2, 1fr); /* 2 pe rând */
    gap:14px; /* spațiu mai mic între ele */
    max-width:320px;
    margin:0 auto;
  }

  /* cercurile mai mari */
  .wedding-countdown .wc-bubble{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
  }

  /* numărul din interior */
  .wedding-countdown .wc-num{
    font-size:28px;
    font-weight:600;
  }

  /* eticheta (Zile/Ore/etc) */
  .wedding-countdown .wc-label{
    margin-top:6px;
    font-size:14px;
  }

}
}

