.elementor-69 .elementor-element.elementor-element-228e3c94{--display:flex;--min-height:1080px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-69 .elementor-element.elementor-element-9f35ad8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:justify;font-family:"Inter", Sans-serif;font-weight:400;}.elementor-69 .elementor-element.elementor-element-9f35ad8.elementor-element{--align-self:center;}/* Start custom CSS for text-editor, class: .elementor-element-9f35ad8 *//* === CART QUANTITY – NATIVE SPINNER STYLE === */
.woocommerce-cart .quantity{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* input */
.woocommerce-cart .quantity input.qty{
  width: 70px !important;
  height: 40px !important;
  padding-right: 26px !important; /* oklar için yer */
  text-align: center !important;
  border-radius: 10px !important;
}

/* ortak ok stili */
.woocommerce-cart .qty-js-minus,
.woocommerce-cart .qty-js-plus{
  position: absolute !important;
  right: 6px !important;

  width: 18px !important;
  height: 18px !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;
  color: #fff !important;

  font-size: 10px !important;
  line-height: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;
}

/* üst ok */
.woocommerce-cart .qty-js-plus{
  top: 6px !important;
}

/* alt ok */
.woocommerce-cart .qty-js-minus{
  bottom: 6px !important;
}

/* hover hissi */
.woocommerce-cart .qty-js-minus:hover,
.woocommerce-cart .qty-js-plus:hover{
  opacity: 0.7;
}

/* tema kaynaklı eski saçmalıkları kapat */
.woocommerce-cart .quantity .plus,
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .qty-button{
  display: none !important;
}/* End custom CSS */