/* ===============================
   RESET FOCUS (ok cum e)
================================ */
:where(.wp-site-blocks *:focus) {
  outline: 2px solid transparent !important;
}

/* ===============================
   VARIABILE DE BAZĂ
================================ */
:root {
  --aw-bg-light: #ffffff;
  --aw-fg-light: #111111;

  --aw-bg-dark: #121212;
  --aw-fg-dark: #e9ecef;

  /* default = light */
  --wp--preset--color--background: var(--aw-bg-light);
  --wp--preset--color--foreground: var(--aw-fg-light);

  --aw-cart-border-light: hsla(0,0%,7%,.22);
  --aw-cart-border-dark: rgba(255,255,255,.15);
  --hb-primary: #c19b76!important;
  --wp--primary: #c19b76!important;
    --wp--preset--color--primary: #c19b76!important;
}

/* ===============================
   DARK MODE – CHEIA ABSOLUTĂ
================================ */
html[data-color-scheme="dark"] {
  --wp--preset--color--background: var(--aw-bg-dark);
  --wp--preset--color--foreground: var(--aw-fg-dark);
}

/* ===============================
   MINI CART – FĂRĂ body.dark-mode
================================ */
.wc-block-components-totals-wrapper {
  border-top: 1px solid var(--aw-cart-border-light);
  padding: 16px 0;
}

html[data-color-scheme="dark"] 
.wc-block-components-totals-wrapper {
  border-top-color: var(--aw-cart-border-dark);
}

/* ===============================
   WOO MINI CART – VARIABLES
   (CHEIA ABSOLUTĂ)
================================ */

/* LIGHT MODE */
:root {
  --wc-block-components-background-color: #ffffff;
  --wc-block-components-panel-background-color: #ffffff;
  --wc-block-components-text-color: #111111;
  --wc-block-components-border-color: hsla(0,0%,7%,.22);
}

/* DARK MODE */
html[data-color-scheme="dark"] {
  --wc-block-components-background-color: #121212;
  --wc-block-components-panel-background-color: #121212;
  --wc-block-components-text-color: #e9ecef;
  --wc-block-components-border-color: rgba(255,255,255,.15);
}




.aw-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HERO */
.aw-hero {
  background: linear-gradient(180deg,#f5f7fb,#ffffff);
  padding: 80px 0;
}

.aw-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.aw-hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.aw-hero p {
  color: #6b7280;
  margin: 20px 0;
}

/* BUTTONS */
.aw-buttons {
  display: flex;
  gap: 15px;
}

.aw-btn {
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.aw-btn-primary {
  background: #e11d2e;
  color: #fff;
}

.aw-btn-secondary {
  border: 1px solid #cbd5e1;
  color: #1e293b;
}

.aw-btn-blue {
  background: #2563eb;
  color: #fff;
}

/* SERVICES */
.aw-services {
  background: #f8fafc;
  padding: 60px 0;
}

.aw-services h2 {
  text-align: center;
  margin-bottom: 40px;
}

.aw-services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.aw-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* WHY */
.aw-why {
  padding: 60px 0;
}

.aw-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.aw-list li {
  margin-bottom: 10px;
}

.aw-testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.stars {
  color: #f59e0b;
}

/* FORM */
.aw-form {
  background: #0f172a;
  color: #fff;
  padding: 60px 0;
}

.aw-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.aw-form-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
}

/* RESPONSIVE */
@media(max-width:768px){
  .aw-hero-grid,
  .aw-services-grid,
  .aw-why-grid,
  .aw-form-grid{
    grid-template-columns: 1fr;
  }
}









.woocommerce-page form .form-row label {
    margin-bottom: 0;
}

label[for="payment_method_netopiapayments"] img {
    content: url("https://ro.adrianwebdesign.com/wp-content/uploads/2026/01/bg-white.png") !important;
    max-height: 32px; /* Ajustează dimensiunea dacă este necesar */
    width: auto;
}

.wc-block-components-notice-banner.is-info {
    background-color: #fff5f5;
    color: #ff5c5c;
	border: 1px solid #ff5c5c;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #ff5c5c;
}


.woocommerce-checkout .validate-required label .required {
	color: #d63638!important;
	font-weight: 700!important;
}

.woocommerce-checkout label .required + .optional,
.woocommerce-checkout label .optional {
	display: none;
}


div.payment_box.payment_method_netopiapayments p {
	padding: 10px!important;
}

.dcw-right-column-order {
   border: 1px solid  rgba(32, 7, 7, 0.8)!important;
}

.woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
	 border: 1px solid  rgba(32, 7, 7, 0.8);
}

body.dark-mode .woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
	  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.woocommerce-checkout .woocommerce-input-wrapper select {
    height: 48px!important;
}

.woocommerce-checkout .woocommerce-input-wrapper input {
    height: 48px!important;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
	margin: 0;
	padding:0;
}
.woocommerce-checkout .col-1 {
    flex: 0 0 50%!important;
}

.woocommerce-checkout .col-2 {
    flex: 0 0 50%!important;
}

.dcw-back-to-cart {
    display: block;
    width: 100%;
    box-sizing: border-box;
	text-align: center;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
	width: 100%;
}
body.dark-mode .dcw-back-to-cart {
    color: #aaa;
}

body.dark-mode .dcw-back-to-cart:hover {
    color: #ff5c5c;
}

body.dark-mode .dcw-back-to-cart {
	 border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.dcw-back-to-cart {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    color: #888;
    text-decoration: none;
	  border: 1px solid  rgba(32, 7, 7, 0.8);
	padding: 0.6rem 1rem;
	border-radius: 6px;
		margin-top: 6px;
    margin-bottom: 18px;
}

.dcw-back-to-cart:hover {
    color: #ff5c5c;
    text-decoration: underline;
}



body.dark-mode .woocommerce #place_order {
    background-color: #fff;
    color: #ff5c5c;
}


body.dark-mode div.woocommerce-additional-fields h3 {
	color: #fff;
}
body.dark-mode div.woocommerce-billing-fields h3 {
	color: #fff;
}




body.dark-mode #payment_method_netopiapayments {
	accent-color: #ff5f5f;
}

#payment_method_netopiapayments {
	accent-color: #212121;
}

body.dark-mode h3.dcw-order-title {
	color:#fff;
}
body.dark-mode .dcw-right-column-order {
    background: rgba(255, 255, 255, 0.05)!important;
}

/* doar pentru câmpurile PJ */
.woocommerce-checkout .dcw-business .optional {
	display: none;
}

span.optional {
	display: none;
}

h3#order_review_heading {
	display: none!important;
}

body.dark-mode #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background:rgba(255, 255, 255, 0.05) !important;
    border: 1px solid 1px solid hsla(0, 0%, 100%, 0.12)!important;
}







#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}


/* Iconuri card */
#radio-control-wc-payment-method-options-netopiapayments__label::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 22px;
    margin-right: 20px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/04/Visa.svg'),
                      url('https://upload.wikimedia.org/wikipedia/commons/2/2a/Mastercard-logo.svg');
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
}


body.dark-mode #wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background: rgba(255, 255, 255, 0.03)!important;
    border: 1px solid hsla(0, 0%, 100%, 0.12);
}


/* Evidențiere metoda Netopia */
#wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border: 1px solid #ff5c5c;
     background: rgba(255, 255, 255, 0.03)!important;
    border-radius: 6px;
}

/* Titlu metodă */
#wc-block-components-radio-control-accordion-option--checked-option-highlighted
.wc-block-components-radio-control__label {
    font-weight: 700;
    font-size: 16px;
    color: #1e7e34;
}

/* Descriere */
#wc-block-components-radio-control-accordion-option--checked-option-highlighted
.wc-block-components-radio-control-accordion-content {
    font-size: 14px;
}


.wp-block-latest-posts__featured-image {
    position: relative;
}

body.dark-mode .wp-block-latest-posts__featured-image .latest-post-category {
	color: #ff5c5c;
}

.wp-block-latest-posts__featured-image .latest-post-category {
    position: absolute;
    top: 10px;
    right: 10px;
   background-color: var(--wp--preset--color--contrast);
    border-radius: .33rem;
    border-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-size: 12px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* container + link */
.wp-block-post-featured-image,
.wp-block-post-featured-image a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    line-height: 0;
    margin-bottom: 5px !important;
}

/* imagine */
.wp-block-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

/* hover zoom */
.wp-block-post-featured-image:hover img {
    transform: scale(1.08);
}



:root :where(.wp-block-quote) {
   background: rgba(255, 255, 255, 0.03)!important;
}

.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    line-height: 0;
	margin-bottom: 5px!important;
}

.wp-block-latest-posts__featured-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.wp-block-latest-posts__featured-image:hover img {
    transform: scale(1.08);
}


.wp-block-latest-posts__post-title {
	
	font-weight:600;
	 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.wp-block-latest-posts__read-more {
	display: none!important;
}

body.dark-mode button.cf7-submit-full {
	color: #ff5c5c!important;
}

body.dark-mode div.iiw-hotspot {
background: rgba(255, 255, 255, 0.5)!important;
backdrop-filter: blur(6px)!important;
}

body.dark-mode h3.iiw-popover-title {
	color: #111;
}

body.dark-mode div.iiw-popover {
  background: #fff;
}

body.dark-mode .bg-dm {
  background: rgba(255, 255, 255, 0.03);
}

.iiw-hotspot-icon {
    position: absolute;
    top: 50%;
    left: calc(50% + 4px);
    transform: translate(-50%, -50%);
}


.iiw-examples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .iiw-examples-grid {
        grid-template-columns: 1fr;
    }
}

.iiw-examples-grid li {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}


/* Containerul tău */
.iiw-container-left {
    width: 100%;
    text-align: left;
}

/* Anulează orice centrare internă */
.iiw-container-left .iiw-frontend,
.iiw-container-left .iiw-image-stage,
.iiw-container-left .iiw-image-wrapper {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Asigură poziționare corectă */
.iiw-container-left .iiw-image-wrapper {
    display: block !important;
}

/* Imaginea propriu-zisă */
.iiw-container-left .iiw-image {
    display: block;
    margin-left: 0;
    margin-right: auto;
}



li svg {
    vertical-align: middle;
    margin-right: 8px;
}





@media (max-width: 768px) {
  .hero-laptop-wrapper::before {
    display: none!important;
    animation: none!important;
  }
}



/* Mini Cart Woo Blocks – adus deasupra tuturor */
.wc-block-mini-cart,
.wc-block-mini-cart__drawer,
.wc-block-components-modal__screen-overlay {
    z-index: 9999 !important;
}




.variations select {
    color: #ff5c5c!important;
    border-color: #ff5c5c;
}


.mdc-checkbox__native-control:focus-visible + .mdc-checkbox__background {
    outline: 2px solid #ff5c5c!important;
    outline-offset: 2px;
}


.mdc-checkbox__checkmark-path {
    stroke: #ffffff !important;
}


#cookiescript_badge {
	left: 25px!important;
	bottom: 30px!important;
	 z-index: 9998 !important;
}

#cookiescript_badgeimage .cookiescriptlogo {
    fill: #ffffff !important;
}


#cookiescript_readmore, #cookiescript_description a {
    color: #ff5c5c!important;
}


@media (max-width: 781px) {
    .aw-hamburger__panel .is-layout-flex {
        gap: 0 !important;
    }
	span.wc-block-mini-cart__quantity-badge {
		margin-top: 5px!important;
	}
	p.woocommerce-result-count {
		display: none!important;
	}
   
}

@media (max-width: 781px) {
    .wp-block-navigation .wp-block-navigation-item {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}






.wc-block-components-notice-banner.is-success {
	background-color: #fff5f5;
  border: 1px solid #ffd6d6;
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #ff5c5c!important;
}

/* Ascunde pe mobil (sub 768px) */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Ascunde pe desktop (de la 768px în sus) */
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}




/* LIGHT MODE – background alb controlat */
body:not(.dark-mode) .wp-block-aw-blocks-digit-counter,
body:not(.dark-mode) .slot-counter-container {
	background-color: rgba(255, 255, 255, 0.05)!important;
	border-radius: 6px;
}

.brtlr6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.brblr6 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

:where(.wp-site-blocks *:focus) {
    outline: none !important;
}



.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.pswp__bg {
  background: rgba(0,0,0,0.85) !important;
}


/* Container thumbnails */
.flex-control-nav.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px; /* spațiu între carduri */
  margin-top: 5px!important;
}

/* Eliminăm stilurile vechi FlexSlider */
.flex-control-nav.flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
}

/* Card thumbnail */
.flex-control-nav.flex-control-thumbs img {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Container imagine produs */
.woocommerce-product-gallery__image {
  border-radius: 6px;
  overflow: hidden; /* CHEIA */
}

/* Imaginea normală */
.woocommerce-product-gallery__image img {
  border-radius: 6px;
}

/* Imaginea de zoom */
.woocommerce-product-gallery__image .zoomImg {
  border-radius: 6px;
}












.step-number {
  flex: 0 0 80px;
  max-width: 80px;
}

@media (max-width: 781px) {
  .step-number {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
  }
}


.aw-qna-block.open .aw-qna-answer {
    margin-top: 12px;
}


.aw-hamburger__close-x {
  position: relative;
  width: 18px;
  height: 18px;
}

.aw-hamburger__close-x::before,
.aw-hamburger__close-x::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;

  width: 18px;
  height: 2px;
  background: #000;

  transform-origin: center;
}

.aw-hamburger__close-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.aw-hamburger__close-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



/* Imagine */
.image-red-overlay img {
  transition: transform 0.7s ease;
  transform-origin: center center;
  border-radius: inherit;
}

/* Zoom la hover */
.image-red-overlay:hover img {
  transform: scale(1.05);
}

.br6 {
	border-radius: 6px!important;
}

.image-red-overlay {
    position: relative;
    overflow: hidden;
}

.image-red-overlay img {
    display: block;
    width: 100%;
    height: auto;
}

.image-red-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ff0000;
    mix-blend-mode: multiply;
    opacity: 0.85;
    pointer-events: none;
}



.step-number {
    background-color: #fff5f5;
    transition: background-color 0.4s ease;
}

.step-number.is-active {
    background-color: #ff5c5c;
}

/* nuclear option – garantat */
.step-number.is-active * {
    color: #fff !important;
    fill: #ffffff !important;
	background-color: #ff5c5c;
	border-radius: 6px;
}



body.dark-mode a {
  color: #ff5c5c;
}


body.dark-mode div.slot-counter-container {
	border-radius: 6px
}

body.dark-mode 
.scroll-velocity-wrapper 
.parallax:first-child 
.scroller,
body.dark-mode 
.scroll-velocity-wrapper 
.parallax:first-child 
.scroller * {
  color: #ffffff !important;
}



/* Permite marginile negative pe blocurile full-width */
.wp-block-group.alignfull {
  overflow: visible !important;
}

.has-global-padding.custom-class {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	  padding-left: 0 !important;
    padding-right: 0 !important;
}

html, body {
    overflow-x: hidden!important;
}

body.dark-mode.woocommerce div.product form.cart .variations select {
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  border-radius: 4px;

}


.woocommerce div.product form.cart .variations select {
  border: 1px solid rgba(0, 0, 0, .1);
}


/* DEFAULT – desktop */
.has-global-padding > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* MOBILE */
@media (max-width: 768px) {
  .has-global-padding > .alignfull {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}



/* default */
.show-mobile {
  display: none !important;
}

/* mobile */
@media (max-width: 900px) {
  .show-mobile {
    display: flex !important;
  }
}

	
.hero-laptop-wrapper img {
  position: relative;
  z-index: 2;
}


.hero-laptop-wrapper::before {
  content: "";
  position: absolute;

  width: 850px;
  height: 300px;

  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);

  z-index: 0;

  background: #ff0000;
  opacity: 0.25;
  filter: blur(80px);

  animation: blobMorph 22s cubic-bezier(.4,0,.2,1) infinite;
}



@keyframes blobMorph {
  0% {
    clip-path: path(
      "M144.2,52.8
       C154.9,66.5,159.5,83.2,162.2,102.7
       C165,122.2,165.9,144.5,155.2,153.2
       C144.5,162,122.2,157.3,101.2,156
       C80.2,154.8,60.4,157.1,44.6,148.3
       C28.8,139.6,17,119.8,16,99
       C15,78.2,24.8,56.4,40.6,42.8
       C56.4,29.1,78.2,23.6,97.5,26.2
       C116.8,28.7,133.5,39.2,144.2,52.8Z"
    );
  }

  50% {
    clip-path: path(
      "M139.8,55.1
       C151.7,69.2,161.1,84.6,163.3,102.2
       C165.6,119.8,160.8,139.6,148.9,150.6
       C137,161.6,118.5,163.8,98.7,165.1
       C78.9,166.4,57.8,166.8,43.6,155.8
       C29.4,144.8,22.2,122.4,22.5,100.3
       C22.9,78.2,30.8,56.4,45.2,42.5
       C59.6,28.6,79.8,22.6,98.2,24.4
       C116.7,26.2,133.5,35.5,139.8,55.1Z"
    );
  }

  100% {
    clip-path: path(
      "M144.2,52.8
       C154.9,66.5,159.5,83.2,162.2,102.7
       C165,122.2,165.9,144.5,155.2,153.2
       C144.5,162,122.2,157.3,101.2,156
       C80.2,154.8,60.4,157.1,44.6,148.3
       C28.8,139.6,17,119.8,16,99
       C15,78.2,24.8,56.4,40.6,42.8
       C56.4,29.1,78.2,23.6,97.5,26.2
       C116.8,28.7,133.5,39.2,144.2,52.8Z"
    );
  }
}




div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
	 border: 1px solid #eee!important;
}


body.dark-mode .link-email {
	color:#fff!important;
}

.link-email {
	text-decoration: underline!important;
}



.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 500; 

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
}

/* SVG wrapper */
.progress-circle {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
}

/* CANAL (background) */
.progress-circle .progress-bg {
    fill: none;
    stroke: rgba(0,0,0,0.12); /* tentă deschisă */
    stroke-width: 4;
}

/* PROGRES (fill) */
/* PROGRES (fill) */
.progress-circle .progress-bar {
    fill: none;
    stroke: #e11b1e;            /* culoare progres */
    stroke-width: 4;

    stroke-dasharray: 308;
    stroke-dashoffset: 308;

    stroke-linecap: round;      /* opțional, arată mai premium */
    transition: stroke-dashoffset 0.1s linear;
}



/* săgeată */
.progress-wrap .arrow {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #e11b1e;
	  padding-top: 3px!important;
	 transition: transform 0.3s ease;
}

/* hover */
.progress-wrap:hover .arrow {
    transform: translateY(-3px);
}

/* dark mode */
body.dark-mode .progress-circle path {
    stroke: rgba(255,255,255,0.3);
}

body.dark-mode .progress-wrap .arrow {
    color: rgba(255,255,255,0.8);
}




/* stil general mesaj Contact Form 7 */
.wpcf7 .wpcf7-response-output {
    border-width: 1px !important;
    border-style: solid;
    border-radius: 6px!important;
}

/* mesaj trimis */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff5c5c !important;
}

/* mesaje eroare */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
}


/* Checkbox GDPR – mărire + culoare */
.wpcf7 input[type="checkbox"][name="gdpr-consent"] {
    width: 18px;
    height: 18px;
    accent-color: #ff5c5c; /* roșu modern */
    cursor: pointer;
}

/* ================================
   CF7 – FLEXBOX REAL (FINAL)
   ================================ */

.cf7-flex-row {
    display: flex !important;
    gap: 20px;
    width: 100%;
}

.cf7-flex-col {
    flex: 1;
}

/* Mobile */
@media (max-width: 768px) {
    .cf7-flex-row {
        flex-direction: column;
        gap: 16px;
    }
}

/* ================================
   INPUTURI
   ================================ */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    box-sizing: border-box;
	  font-family: 'Urbanist', sans-serif;

}

/* ================================
   BUTON
   ================================ */

.cf7-submit-full {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
	 font-weight: 400!important;
	 font-family: 'Urbanist', sans-serif;
}

.cf7-submit-full:hover {
    opacity: 75%;
}

body.dark-mode .cf7-submit-full {
    background-color: rgba(255, 255, 255, 0.05);
    color:  var(--wp--preset--color--primary)!important;
    border: 1px solid var(--aw-btn-border);
    box-shadow: none;

    transition: background-color .2s ease,
                color .2s ease,
                border-color .2s ease;
}

/* ================================
   DARK MODE
   ================================ */

body.dark-mode .wpcf7 input,
body.dark-mode .wpcf7 textarea {
    background: #111;
    border-color: rgba(255,255,255,0.2);
    color: #eee;
}

body.dark-mode .cf7-submit-full {
    background: #fff;
    color: #000;
}









.icon-mail {
  width: 36px;
  height: 36px;
  background: transparent!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-mail svg {
  width: 36px!important; 
  height: 36px!important; 
  color: #fff;important; 
}


body.dark-mode .border-bottom-dashed {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

body.dark-mode .border-dashed {
  border: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

body.dark-mode .border-bottom-solid {
	border-bottom: 1px solid  rgba(255, 255, 255, 0.18) !important;
}

body.dark-mode .border-top-solid {
	border-top: 1px solid  rgba(255, 255, 255, 0.18) !important;
}

body.dark-mode .border-solid {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.br6px {
	border-radius: 6px;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
    text-decoration: none !important;
}


/* Container imagine */
.wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 6px;
}

/* Imagine */
.wp-block-post-featured-image img {
  transition: transform 0.7s ease;
  transform-origin: center center;
  border-radius: inherit;
}

/* Zoom la hover */
.wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}




body.dark-mode .wp-block-search__button {
  background-color: #1f1f1f;
  color: #ffffff;
  border: 1px solid #3a3a3a;
}

body.dark-mode .wp-block-search__button:hover {
  background-color: #2a2a2a;
  border-color: #555;
}

body.dark-mode .wp-block-search__button:focus-visible {
  outline: 2px solid #4f8cff;
  outline-offset: 2px;
}


.mtcustom {
	margin-top: 60px
}
.step-item {
  display: flex;
  align-items: center; 
  gap: 5px;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-text {
  line-height: 1.4;
}

.aw-breadcrumbs a {
  color: #ff5c5c;
}

.aw-breadcrumbs a:hover {
  color: #e54848;
}


body.dark-mode .license-highlight {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

body.dark-mode .license-text strong {
  color: #ffffff;
}

body.dark-mode .license-text span {
  color: rgba(255, 255, 255, 0.7);
}

/* iconul rămâne accent (brand) */
body.dark-mode .license-icon {
  background-color: #ff5c5c;
}


.license-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff5f5;
  border: 1px solid #ffd6d6;
  border-radius: 6px;
  padding: 14px 16px;
  margin: 18px 0;
}

/* ICON */
.license-icon {
  width: 40px!important;
  height: 40px!important;
  min-width: 40px!important;
  background-color: #ff5c5c;
  border-radius: 6px;
  background-image: url("https://ro.adrianwebdesign.com/wp-content/uploads/2026/01/certificate2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

/* TEXT */
.license-text {
  line-height: 0.4;
}

.license-text strong {
  display: block;
  font-size: 15px;
  color: #000;
  margin-bottom: 2px;
}

.license-text span {
  display: block;
  font-size: 13px;
  color: #666;
}





.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
	 border: 1px solid #eee !important;
}

.wc-block-components-totals-coupon__button:not([disabled]) {
     background-color: #111111!important;     
    border: 1px solid #111111!important;
    border-radius: 6px!important;
    padding: 0.6rem 1rem;
    font-size: 16px;
    line-height: 1.2;
    box-shadow: none;
    transition: background-color .2s ease,
                border-color .2s ease,
                transform .05s ease;
}

body.dark-mode
.wc-block-components-totals-coupon__button:not([disabled]) {
    background-color: rgba(255,255,255,0.05) !important;
    border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
    color: #ffffff !important;

    box-shadow: none;
}


body.dark-mode
.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: #ff5c5c!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border: none;
}

body.dark-mode
.wp-block-woocommerce-checkout-actions-block
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button:focus,
body.dark-mode
.wp-block-woocommerce-checkout-actions-block
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button:hover {
    background-color: rgb(99, 99, 99)!important;
}

.wc-block-components-checkout-place-order-button:hover {
   opacity:0.75!important;
}

body.dark-mode
.wp-block-woocommerce-checkout-actions-block
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button {
   color: #ff5c5c!important;
}


.wp-block-woocommerce-checkout-actions-block
.wc-block-checkout__actions_row
.wc-block-components-checkout-place-order-button {
   color: #ffffff!important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}

/* =========================================
   CHECKOUT – PLACE ORDER (LIGHT MODE)
========================================= */

body.woocommerce-checkout:not(.dark-mode)
.wc-block-components-checkout-place-order-button {
    background-color: #111111;        /* buton clar, contrast bun */
    border: 1px solid #111111;
    border-radius: 6px;               /* rotunjire discretă */
    padding: 0.6rem 1rem;
    font-size: 16px;
    line-height: 1.2;
    box-shadow: none;
    transition: background-color .2s ease,
                border-color .2s ease,
                transform .05s ease;
}

body.woocommerce-checkout:not(.dark-mode)
.wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout:not(.dark-mode)
.wc-block-components-checkout-place-order-button:focus-visible {
    background-color: #000000;
    border-color: #000000;
    outline: none;
}
body.woocommerce-checkout:not(.dark-mode)
.wc-block-components-checkout-place-order-button:active {
    transform: translateY(1px);
}

body.woocommerce-checkout:not(.dark-mode)
.wc-block-components-checkout-place-order-button:focus-visible {
    outline: 2px solid rgba(0,0,0,.25);
    outline-offset: 2px;
}



body.woocommerce-checkout
.wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12) !important;
}




body.dark-mode
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12) !important;
}


body.dark-mode
.wc-block-components-textarea,
body.dark-mode
.wc-block-components-textarea:focus {
    background-color: transparent !important;
    border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}


body.dark-mode
.wc-block-components-radio-control--highlight-checked
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body.dark-mode
.wc-block-components-radio-control--highlight-checked
label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.12) !important;
    border-radius: 4px;
}

.wc-block-components-radio-control--highlight-checked
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px #eee;
    border-radius: 4px;
}


/* HEADER – complet transparent pe checkout */
body.dark-mode.woocommerce-checkout header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.wc-block-components-address-form__email input,
.wc-block-components-address-form__email input:focus {
    border: 1px solid #eee!important;
    box-shadow: none;
	background-color: transparent!important;
}

body.dark-mode
.wc-block-components-address-form__email input,
body.dark-mode
.wc-block-components-address-form__email input:focus {
    border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/* =========================================================
   DARK MODE – PALETĂ GLOBALĂ
========================================================= */

body.dark-mode {
  color-scheme: dark;

  /* Fundaluri */
  --dm-bg-page:        #0f1115;
  --dm-bg-input:       #1c2130;

  /* Text */
  --dm-text-main:      #e6e8ec;
  --dm-text-muted:    #b6bccb;
  --dm-text-soft:     rgba(255,255,255,.65);

  /* Borduri */
  --dm-border-soft:   rgba(255,255,255,.12);
  --dm-border-strong: rgba(255,255,255,.18);

  /* Accent */
  --dm-accent:        var(--wp--preset--color--primary);
}

/* =========================================================
   PREFERS COLOR SCHEME – FALLBACK
========================================================= */

@media (prefers-color-scheme: dark) {

  body:not(.light-mode) {
    background-color: var(--dm-bg-page);
    color: var(--dm-text-main);
  }
}

/* =========================================================
   CHECKOUT – FUNDAL GENERAL
========================================================= */

body.woocommerce-checkout,
body.woocommerce-checkout .wp-site-blocks {
  background-color: var(--dm-bg-page) !important;
  color: var(--dm-text-main);
}

.wp-block-woocommerce-checkout {
  background: transparent;
}



/* =========================================================
   TITLURI & DESCRIERI
========================================================= */

.wc-block-components-title,
.wc-block-components-checkout-step__title {
  color: var(--dm-text-main);
}

.wc-block-components-checkout-step__description {
  color: var(--dm-text-soft);
}

/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.wc-block-components-text-input input,
.wc-blocks-components-select__select,
.wc-block-components-textarea textarea {
  background-color: var(--dm-bg-input);
  color: #ffffff;
  border: 1px solid var(--dm-border-strong);
  border-radius: 8px;
}

.wc-block-components-text-input label,
.wc-blocks-components-select__label {
  color: var(--dm-text-muted);
}

::placeholder {
  color: var(--dm-text-soft);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--dm-accent);
  outline: none;
}

/* =========================================================
   RADIO / CHECKBOX
========================================================= */

input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--dm-accent);
}

/* =========================================================
   PAYMENT METHOD
========================================================= */

.wc-block-components-radio-control__option {
  background-color: var(--dm-bg-surface);
  border: 1px solid var(--dm-border-soft);
  border-radius: 10px;
}

.wc-block-components-radio-control__option-checked {
  border-color: var(--dm-accent);
}

/* =========================================================
   ORDER SUMMARY
========================================================= */

.wc-block-components-product-name,
.wc-block-components-product-price__value {
  color: var(--dm-text-main);
}


/* =========================================================
   CUPON
========================================================= */

.wc-block-components-totals-coupon__button:not([disabled]) {
  background-color: var(--dm-accent);
  color: #fff;
  border-color: transparent;
}

.wc-block-components-totals-coupon__button[disabled] {
  background-color: rgba(255,255,255,.08);
  color: rgba(255,255,255,.45);
  border-color: rgba(255,255,255,.15);
}

/* =========================================================
   PLACE ORDER
========================================================= */

.wc-block-components-checkout-place-order-button {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
}


/* =========================================================
   LOGO DARK MODE
========================================================= */

body.dark-mode .custom-logo {
  content: url("https://ro.adrianwebdesign.com/wp-content/uploads/2025/12/Logo-recent-300x300-w.png");
}

/* =========================================================
   NAVIGATION – UNDERLINE CUSTOM
========================================================= */

.wp-block-navigation a {
  position: relative;
  text-decoration: none;
}

.wp-block-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width .3s ease;
}

.wp-block-navigation a:hover::after,
.wp-block-navigation .current-menu-item > a::after {
  width: 100%;
}









@media (prefers-color-scheme: dark) {

  /* Background real */
  body.woocommerce-checkout,
  body.woocommerce-checkout .wp-site-blocks {
    background-color: #0f1115 !important;
    color: #e6e8ec;
  }

  /* Checkout container */
  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    background: transparent;
  }

  /* Carduri */
  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .wc-block-components-sidebar {
    background-color: #161a22;
    border-color: #2a2f3a;
  }

  /* Inputuri */
  body.woocommerce-checkout 
  .wc-block-components-text-input input,
  body.woocommerce-checkout 
  .wc-blocks-components-select__select {
    background-color: #1c2130;
    color: #ffffff;
    border-color: #32384a;
  }

  /* Labels */
  body.woocommerce-checkout 
  .wc-block-components-text-input label {
    color: #b6bccb;
  }

  /* Order summary */
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    background-color: #121621;
  }

  /* Place Order */
  body.woocommerce-checkout 
  .wc-block-components-checkout-place-order-button {
    background-color: #ffffff;
    color: #000000;
  }

}









/* Dark mode – separatoare între produse */
body.dark-mode 
.wc-block-cart-items__row {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12)!important;
}

/* opțional: elimină border-ul de pe ultimul produs */
body.dark-mode 
.wc-block-cart-items__row:last-child {
  border-bottom: none!important;
}




body.dark-mode .wc-block-components-totals-coupon__button:not([disabled]) {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border-color: transparent;
}


body.dark-mode .wc-block-components-totals-coupon__button[disabled] {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}


.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 1px solid hsla(0, 0%, 7%, .22)!important;
}

/* Dark mode */
body.dark-mode .wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15) !important;
}

li svg {
  vertical-align: middle;
  margin-right: 6px;
}


.flex-control-nav.flex-control-thumbs li {
    margin-right: 6px!important;
	  margin-top: 6px!important;

}

.woocommerce div.product div.images .flex-control-thumbs li img {
	 border-radius: 6px!important;
}

.flex-control-nav.flex-control-thumbs li:last-child {
    margin-right: 0!important;
}


/* implicit: ascunde mobile */
.show-mobile {
  display: none !important;
}

/* desktop */
@media (min-width: 901px) {
  .show-desktop {
    display: flex !important;
  }
}

/* mobile */
@media (max-width: 900px) {
  .show-desktop {
    display: none !important;
  }

  .show-mobile {
    display: flex !important;
  }
}


/* =========================
   HAMBURGER – DARK MODE FIX COMPLET
   ========================= */

/* Panoul principal */
body.dark-mode .aw-hamburger__panel {
  background-color: #1e1e1e!important;
  color: #e9ecef;
}

/* Orice grup / coloană din interior */
body.dark-mode .aw-hamburger__panel .wp-block-group,
body.dark-mode .aw-hamburger__panel .wp-block-columns,
body.dark-mode .aw-hamburger__panel .wp-block-column {
  background: transparent !important;
  color: inherit;
}

/* Navigație */
body.dark-mode .aw-hamburger__panel .wp-block-navigation {
  background: transparent !important;
}

/* Mini cart – drawer */
body.dark-mode .aw-hamburger__panel .wc-block-mini-cart__drawer,
body.dark-mode .aw-hamburger__panel .wc-block-components-drawer__content {
  background-color: #121212 !important;
  color: #e9ecef;
}

/* Overlay intern WC (uneori rămâne alb) */
body.dark-mode .aw-hamburger__panel .wc-block-components-drawer__screen-overlay {
  background: transparent !important;
}

body.dark-mode .aw-hamburger .aw-hamburger__panel .aw-hamburger__header {
    border-bottom:  1px solid rgba(255, 255, 255, 0.05)!important;
}

.aw-hamburger .aw-hamburger__panel .aw-hamburger__header {
	border-bottom: 1px solid #1b1a2733 !important;

}

body.dark-mode .aw-hamburger .aw-hamburger__panel .aw-hamburger__header .aw-hamburger__close {
	background-color: #1e1e1e!important;
  color: #e9ecef; 
}

.aw-hamburger .aw-hamburger__panel .aw-hamburger__header .aw-hamburger__close {
  color: #111111; 
}

.aw-hamburger .aw-hamburger__btn {
	color: #111111; 
}

body.dark-mode .aw-hamburger .aw-hamburger__btn {
	color: #e9ecef; 
}

.woocommerce-product-gallery__image img.wp-post-image {
  border-radius: 6px!important;
}

.woocommerce-product-gallery__image img.wp-post-image {
  border-radius: 6px!important;
}

/* Desktop */
@media (min-width: 901px) {
  footer .nav-desktop {
    display: block !important;
  }

  footer .nav-mobile {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 900px) {
  footer .nav-desktop {
    display: none !important;
  }

  footer .nav-mobile {
    display: flex !important;
  }
}




@media (min-width: 901px) {
	.aw-dark-toggle {
    margin-top: 8px!important;
}
}
	
@media (max-width: 900px) {

  .nav-mobile
  .wp-block-group.is-content-justification-right.is-nowrap.is-layout-flex {
    gap: 0 !important;
    margin-bottom: 20px;
  }

}

/* Mini Cart – dimensiune mai mare pe mobil */
@media (max-width: 900px) {

    .wc-block-mini-cart__button {
        min-width: 48px!important;
        min-height: 48px!important;
    }

    .wc-block-mini-cart__icon {
        width: 40px !important;
        height: 40px !important;
    }

    .wc-block-mini-cart__badge {
        font-size: 13px !important;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media (max-width: 900px) {

    .nav-mobile button,
    .nav-mobile .wc-block-mini-cart__button {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


@media (max-width: 900px) {

    .nav-mobile .wc-block-mini-cart {
        display: flex;
        align-items: center;
    }

    .nav-mobile .wc-block-mini-cart__button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px; /* touch friendly */
			margin-top: 8px!important;
    }

}


/* Aliniere verticală corectă pe mobil */
@media (max-width: 900px) {

    .nav-mobile .wp-block-group.is-nowrap.is-layout-flex {
        align-items: center;
    }

}

/* Ascunde mini-cart din hamburger panel */
.aw-hamburger__panel .wc-block-mini-cart {
    display: none !important;
}

/* =========================
   NAVIGATION VISIBILITY
   ========================= */

/* Desktop default */
.nav-desktop {
    display: block;
}

.nav-mobile {
    display: none;
}

/* Mobile < 901px */
@media (max-width: 900px) {
    .nav-desktop {
        display: none !important;
    }

    .nav-mobile {
        display: block !important;
    }
}





body.dark-mode div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
	 background-color: rgba(255, 255, 255, 0.03);
	border: 1px solid  rgba(255, 255, 255, 0.18) !important;
}

.quantity {
    border: 1px solid rgba(255, 255, 255, 0.05)!important;
    height: 40px!important;
}

body.dark-mode .single_add_to_cart_button,
body.dark-mode .single_add_to_cart_button.button,
body.dark-mode button.single_add_to_cart_button {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--aw-btn-text);

  border: 1px solid var(--aw-btn-border);
  box-shadow: none;

  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.dark-mode .single_add_to_cart_button:hover,
body.dark-mode .single_add_to_cart_button:focus-visible {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--wp--preset--color--primary);
  color: var(--aw-btn-text);
  outline: none;
}


body.dark-mode .woocommerce-ordering select.orderby {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--wp--preset--color--foreground);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;

  padding: 8px 36px 8px 12px;
  font-size: 14px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
}



body.dark-mode .wc-block-mini-cart__badge {
  background-color: rgba(255, 255, 255, 0.08); /* puțin mai vizibil */
  color: var(--wp--preset--color--foreground);

  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;

  font-weight: 600;
}

body.dark-mode .wc-block-components-product-button__button {
  background-color: rgba(255, 255, 255, 0.05); 
  color: var(--aw-btn-text);

  border: 1px solid var(--aw-btn-border);
  box-shadow: none;

  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.dark-mode .wc-block-components-product-button__button:hover,
body.dark-mode .wc-block-components-product-button__button:focus-visible {
  background-color: rgba(255, 255, 255, 0.08); /* puțin mai închis */
}


/* elimină underline-ul nativ */
.wp-block-navigation a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* underline custom */
.wp-block-navigation-item > a {
  position: relative;
}

.wp-block-navigation-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width .25s ease;
}

.wp-block-navigation-item > a:hover::after,
.wp-block-navigation-item > a.active-link::after {
  width: 100%;
}



.quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	height: 38px;
}

.quantity button {
	width: 36px;
	height: 38px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	color: #333;
}

.quantity button:hover {
	background: #f5f5f5;
}

.quantity input.qty {
	width: 50px;
	text-align: center;
	border: none;
	font-size: 14px;
	-moz-appearance: textfield;
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* Containerul imaginii – ascunde surplusul + păstrează border radius */
.wc-block-components-product-image {
    overflow: hidden;
    position: relative;
    border-radius: .33rem; /* colțuri rotunjite */
}

/* Imagine normală */
.wc-block-components-product-image img {
    transition: transform 0.7s ease;
    transform-origin: center center;
    border-radius: .33rem; /* opțional, pentru a nu vedea vreo mică margine */
}

/* Imagine zoom la hover */
.wc-block-components-product-image:hover img {
    transform: scale(1.05);
}


/* Mai mult spațiu între produsele WooCommerce (bloc Product Collection) */
.wc-block-product-template__responsive.columns-3 li.wc-block-product {
  margin-bottom: 30px; /* spațiu între rânduri */
}


/* Stilizare dropdown sorting WooCommerce */
.woocommerce .woocommerce-ordering select.orderby {
  border: 1px solid #ccc; /* bordură gri deschis */
  padding: 6px 12px; /* puțin spațiu interior pentru text */
  border-radius: 6px; /* colțuri ușor rotunjite */
  background-color: #fff; /* fundal alb curat */
  color: #666;
  font-size: 14px;
}

/* opțional: efect hover/focus */
.woocommerce .woocommerce-ordering select.orderby:focus {
  border-color: #999;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}


.woocommerce a.added_to_cart {
	margin-top: 0!important;
	padding-top: 0!important;
}


/* ===== Header fix și transparent ===== */
.lightdm {
  background: rgba(255, 255, 255, 0.05); /* alb semi-transparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* Stil unitar pentru linkuri din meniu */
.wp-block-navigation a {
  position: relative;
  text-decoration: none;
}

/* Linia de sub link la hover și activ */
.wp-block-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; /* distanța față de text – ajustează după caz */
  width: 0;
  height: 1px; /* grosimea liniei */
  background-color: currentColor;
  transition: width 0.3s ease;
}

/* Hover și activ – aceeași poziție și stil */
.wp-block-navigation a:hover::after,
.wp-block-navigation .current-menu-item > a::after {
  width: 100%;
  bottom: -1px; /* aceeași valoare ca mai sus */
}


.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
    border-radius: .33rem;
}

/* Asigură-te că meniul responsive stă deasupra conținutului */
.wp-block-navigation__responsive-container {
  z-index: 10000 !important;
}


.wc-block-mini-cart__badge {
    font-size: 16px;
	font-weight: 400; 
}

.border-right-dashed {
	border-right: 1px dashed #1b1a2733!important;
}

.border-left-dashed {
	border-left: 1px dashed #1b1a2733!important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #1b1a2733!important;
}

.border-top-dashed {
	border-top: 1px dashed #1b1a2733!important;
}

.border-bottom-solid {
	border-bottom: 1px solid  #eee!important;
}

.border-top-solid {
	border-top: 1px solid  #eee!important;
}

.border-dashed {
	border: 1px dashed #1b1a2733!important;
}

.border-solid {
	border: 1px solid #1b1a2733!important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
  max-width: 100% !important;
}