@import "variables.css";

.pewc-preset-style .pewc-radio-image-wrapper.checked,
.pewc-preset-style .pewc-checkbox-image-wrapper.checked,
.pewc-preset-style .checked .pewc-hex {
  border-color: var(--ink-secondary);
}

.pewc-preset-style .pewc-radio-image-wrapper:hover,
.pewc-preset-style .pewc-checkbox-image-wrapper:hover,
.pewc-preset-style:hover .pewc-hex {
  border-color: var(--ink-secondary);
}

.pewc-field-label {
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink-dark);
  font-weight: 600;
}

.pewc-product-extra-groups .pewc-item.required-field .required,
.pewc-product-extra-groups.show-required .pewc-item.required-field .required {
  display: inline;
  visibility: visible;
  color: #dc3545;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  color: var(--ink-dark);
  font-weight: 600;
}

.ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 8px;
}

.yith-wapo-block
  .yith-wapo-addon.yith-wapo-addon-type-label
  .yith-wapo-option
  div.label
  .label-container-display:hover {
  border: 2px solid var(--ink-secondary);
  transition: var(--ink-transition);
}

.yith-wapo-block
  .yith-wapo-addon.yith-wapo-addon-type-label
  .yith-wapo-option.selected
  div.label
  .label-container-display {
  border: 2px solid var(--ink-secondary);
  background: var(--ink-neutral);
}

.yith-wapo-block
  .yith-wapo-addon.yith-wapo-addon-type-label
  .yith-wapo-option.selected
  div.label
  .label-container-display:after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--ink-secondary)
    url(/wp-content/plugins/yith-woocommerce-advanced-product-options-premium/assets/css/../img/icon-check.png)
    center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
}

.select_option_colorpicker .yith_wccl_value,
.select_option_image .yith_wccl_value,
.select_option_label .yith_wccl_value {
  border: 1px solid var(--ink-border);
  transition: var(--ink-transition);
}

.yith-wapo-block .yith-wapo-addon .addon-header {
  justify-content: center;
  align-items: center;
  white-space: nowrap !important;
  font-weight: bold;
  color: var(--ink-dark);
  text-transform: uppercase;
  margin-top: 50px;
}

.yith-wapo-block .yith-wapo-addon .addon-header::before,
.yith-wapo-block .yith-wapo-addon .addon-header::after {
  background: rgba(45, 91, 132, 0.4);
  content: "";
  align-items: center;
  height: 2px;
  width: 100%;
  margin-right: 10px;
}

.select_box_label.select_box.attribute_pa_taille span.yith_wccl_value {
  min-width: 45px !important;
  width: auto !important;
  padding: 3px;
}

.select_box_label.select_box.attribute_pa_taille .yith_wccl_value_wrapper,
.select_box_label.select_box.attribute_pa_taille_enfant
  .yith_wccl_value_wrapper {
  width: auto !important;
  height: auto !important;
}

.wphp-grid {
  display: inline-block;
}

.wphp-width-100,
.wphp-product-option-selector,
.wphp-product-country-selector {
  margin-bottom: 20px;
}

.woocommerce-js input[type="number"] {
  max-width: 100%;
  min-height: 36px;
  border: 1px solid var(--ink-border);
  border-radius: 4px;
  padding: 8px 12px;
  transition: var(--ink-transition);
}

.woocommerce-js input[type="number"]:focus {
  border-color: var(--ink-secondary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(97, 206, 112, 0.1);
}

label,
legend {
  color: var(--ink-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.wpgb-variations .wpgb-swatch {
  transition: var(--ink-transition);
}

.wpgb-variations .wpgb-swatch:hover {
  transform: scale(1.05);
  box-shadow: var(--ink-shadow-md);
}

.wpgb-variations .btn-inkside {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 5px;
  border-radius: 999px;
  border: 2px dotted #c8c8c8;
  background: white;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c8c8c8;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  transition: var(--ink-transition);
}

.wpgb-variations .btn-inkside:hover {
  background: var(--ink-neutral);
  border-color: var(--ink-secondary);
  color: var(--ink-secondary);
}

.wpgb-variations .btn-inkside .btn-icon svg {
  display: block;
  color: inherit;
}

.wp-grid-builder .wpgb-card-22 .wpgb-block-4 {
  margin-bottom: -10px;
}

.elementor-2833 .elementor-element.elementor-element-81343e4 .quantity .qty {
  width: 80px;
}
