.elementor-kit-15{--e-global-color-primary:#EBEBEB;--e-global-color-secondary:#3D3D3D;--e-global-color-text:#EFEFEF;--e-global-color-accent:#C7C7C7;--e-global-typography-primary-font-family:"PloniBold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"PloniLight";--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"PloniRegular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"plonibold";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:radial-gradient(at top right, #A9A9A9 0%, #EAEAEA 100%);}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 h1{color:#F3F3F3;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h2{color:#000000;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* כותרת האודות */
.about-title {
  direction: rtl;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

/* המילה LOWKEY – צבע כסף קבוע */
.about-title .lowkey-word {
  position: relative;
  background: linear-gradient(90deg, #bcbcbc, #e6e6e6, #c8c8c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  overflow: hidden;
}

/* מצב ברירת מחדל – אין הברקה, רק טקסט כסוף */
.about-title .lowkey-word::after {
  content: "";
  position: absolute;
  top: 0;
  right: -150%;
  width: 110%; /* זה מה שאמרת שנראה בול */
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.9) 50%,
    transparent 100%
  );
  transform: skewX(25deg);
  opacity: 0; /* מוסתר עד שנפעיל אותו */
}

/* כשנוסיף את הקלאס shine – ההברקה תתנגן פעם אחת */
.about-title .lowkey-word.shine::after {
  opacity: 1;
  animation: lowkey-shine 1.4s forwards;
}

@keyframes lowkey-shine {
  0% {
    right: -150%;
  }
  100% {
    right: 0%;
  }
}

/* מעגל את המסגרת החיצונית וחותך את מה שבולט */
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
    border-radius: 50% !important;
    overflow: hidden !important; /* זה הקסם - חותך את הריבוע הפנימי לפי העיגול */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* צל עדין */
}

/* מוודא שגם הצבע הפנימי עצמו מקבל פקודת עיגול ליתר ביטחון */
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item span,
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color {
    border-radius: 50% !important;
}

/* תיקון קטן למצב שנבחר (selected) כדי שהוי (V) או המסגרת לא יראו מוזר */
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected {
    box-shadow: 0 0 0 2px #000 !important; /* מסגרת שחורה בעת בחירה - שנה צבע לפי הטעם */
    transform: scale(1.1); /* אפקט הגדלה קטן כשבוחרים - אופציונלי */
}
/* 1. מירכוז הכותרות (מידה, צבע) */
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations label {
    text-align: center !important;
    display: block !important; /* מכריח את הכותרת לתפוס את כל הרוחב כדי להתמרכז */
    width: 100%;
}

/* 2. מירכוז האזור שעוטף את הכפתורים */
.woocommerce div.product form.cart .variations td {
    display: block !important;
    text-align: center !important;
}

/* 3. מירכוז הכפתורים עצמם (הכי חשוב עבור התוסף) */
.woo-variation-swatches .variable-items-wrapper {
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 15px; /* מרווח קטן כדי שלא יהיה צפוף */
}

/* 4. הסתרת הכפתור "נקה" או מירכוזו (אופציונלי - אם מופיע לך קישור 'נקה') */
.reset_variations {
    display: block !important;
    margin: 10px auto !important;
    text-align: center !important;
    float: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PloniBold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lowkeyfashion.online/wp-content/uploads/2025/11/PloniBlack.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PloniLight';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lowkeyfashion.online/wp-content/uploads/2025/11/PloniLight.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PloniRegular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lowkeyfashion.online/wp-content/uploads/2025/11/PloniRegular.woff2') format('woff2');
}
/* End Custom Fonts CSS */