@charset "UTF-8";
/**
 * Styles WooCommerce complets pour les pages e-commerce
 * Inclut tous les styles : panier, checkout, compte, produits, etc.
 * 
 * Note: Les styles minimaux sont déjà chargés via main.css
 * Ce fichier contient uniquement les styles supplémentaires pour les pages e-commerce
 */
.add-to-basket-button {
  background: var(--wp--preset--gradient--gradient-blue);
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--heading);
  cursor: pointer;
}
@media (min-width: 768px) {
  .column-price {
    display: none;
  }
}
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}
.wapf {
  font-family: var(--wp--preset--font-family--body);
}
.wapf-swatch, .wapf-swatch--text {
  max-width: 250px;
  flex-shrink: 0;
  background: var(--wp--preset--color--aikow-white) !important;
  border-radius: 1rem !important;
  margin: 0 !important;
  color: var(--wp--preset--color--aikow-black) !important;
  border-color: var(--wp--preset--color--aikow-white) !important;
  overflow: visible !important;
}
.wapf-swatch label, .wapf-swatch--text label {
  padding: 1.5rem !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .wapf-swatch, .wapf-swatch--text {
    max-width: 190px;
  }
}
@media (max-width: 768px) {
  .wapf-swatch--text {
    max-width: 100%;
    width: 100%;
  }
}
.wapf-swatch-wrapper {
  display: flex !important;
  overflow-x: scroll;
  flex-wrap: nowrap !important;
  gap: 1rem;
  padding: 1rem 0;
}
.wapf-checked {
  border: 2px dashed var(--wp--preset--color--aikow-primary) !important;
  position: relative;
}
.wapf-checked:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21.167" cy="21.6333" r="20.666" fill="%2325DABA"/><path d="M11.9248 22.403L17.383 28.9008L30.409 14.3658" stroke="%23FCFCFC" stroke-width="5.23674" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  background-size: contain;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.wapf-radios, .wapf-checkboxes {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem;
}
.wapf-radio, .wapf-checkbox {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
}
.wapf-radio label, .wapf-checkbox label {
  padding: 1.5rem;
  display: block;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .wapf-radio, .wapf-checkbox {
    width: 100%;
  }
}
.wapf input[type=checkbox], .wapf input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wapf-field-input {
  margin-top: 1rem;
}
.wapf-field-input input, .wapf-field-input textarea {
  border: 0;
  border-radius: 1rem;
  padding: 1rem;
}
.wapf-field-input input:focus-visible, .wapf-field-input textarea:focus-visible {
  outline: dashed 2px var(--wp--preset--color--aikow-primary);
}
.label-above .wapf-field-label {
  font-weight: 800;
  margin: 1rem 0;
}
.single_add_to_cart_button {
  width: 79%;
  background: var(--wp--preset--gradient--gradient-blue);
  color: var(--wp--preset--color--aikow-black);
  border-radius: 0.5rem;
  margin-bottom: 0 !important;
}
.wapf-product-totals {
  width: 100%;
  border-top: dashed 3px #000;
  padding-top: 24px;
}
.quantity {
  width: fit-content;
  margin-bottom: 0 !important;
  flex: 1;
}
.quantity input {
  border: 0;
  border-radius: 0.5rem;
  font-size: 1rem !important;
  width: 100% !important;
}
.quantity input:focus-visible {
  outline: dashed 2px var(--wp--preset--color--aikow-primary);
}
.wp-block-group.is-layout-flow.wp-container-core-group-is-layout-4.wp-block-group-is-layout-flow {
  width: 100%;
}
@media (max-width: 768px) {
  .sticky-mobile {
    background: var(--wp--preset--color--aikow-white);
    box-shadow: 0 -21px 35px #32d7c317;
    position: fixed;
    z-index: 10000;
    bottom: 67px;
    width: 100%;
    padding: 1rem;
    left: 0;
  }
  .sticky-mobile .column-price {
    padding-top: 1.4rem;
  }
  .sticky-mobile .column-price .wc-block-grid__product-price {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .sticky-mobile:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
  .wc-block-components-radio-control__label-group {
    flex-direction: column;
  }
}
.woocommerce div.product form.cart {
  display: flex !important;
}
.bw-parcel-name-0 {
  font-weight: bold;
}
.bw-select-parcel {
  color: var(--wp--preset--color--aikow-darkblue-02);
}
.wc-block-components-radio-control__tooltip-icon {
  stroke: var(--wp--preset--color--aikow-primary);
}
.wp-block-woocommerce-cart-items-block {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
  padding: 1rem;
  font-family: var(--wp--preset--font-family--heading);
}
@media (min-width: 768px) {
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: calc(65% - 0.5rem);
  }
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
  padding: 1rem;
  font-family: var(--wp--preset--font-family--heading);
}
@media (min-width: 768px) {
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: calc(35% - 0.5rem);
  }
}
.wc-block-components-sidebar-layout {
  gap: 1rem;
}
.woocommerce-account main .woocommerce {
  max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  background: var(--wp--preset--color--aikow-white);
  padding: 0;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  border: dashed 2px var(--wp--preset--color--aikow-white);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: var(--wp--preset--color--aikow-black);
  padding: 1rem;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  border: dashed 2px var(--wp--preset--color--aikow-primary);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
  border: dashed 2px var(--wp--preset--color--aikow-black);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
  text-decoration: none;
}
.woocommerce-MyAccount-content {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
  padding: 1rem;
}
.wc-block-checkout__main {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
  padding: 2rem !important;
  font-family: var(--wp--preset--font-family--heading);
}
.wc-block-checkout__main .wc-block-checkout__actions {
  padding-bottom: 0 !important;
}
.woocommerce-order-received main {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem;
  padding: 2rem !important;
  font-family: var(--wp--preset--font-family--heading);
  max-width: var(--wp--style--global--content-size);
  margin: 2rem auto;
}
.woocommerce-order-received .wc-block-order-confirmation-status {
  margin: 2rem 0 4rem 0;
  text-align: center;
}
.woocommerce-order-received .wc-block-order-confirmation-status p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.woocommerce-order-received .wc-block-order-confirmation-status:before {
  content: "🎉";
  font-size: 3rem;
}
.woocommerce-order-received .wc-block-order-confirmation-totals__table a {
  color: var(--wp--preset--color--aikow-black);
  font-weight: 600;
}
.woocommerce-order-received .wc-block-order-confirmation-totals table {
  border-style: dashed !important;
  border: 2px solid #121212;
  margin-bottom: 4rem;
}
.woocommerce-order-received .wc-block-order-confirmation-totals table td, .woocommerce-order-received .wc-block-order-confirmation-totals table th {
  border-style: dashed !important;
}
.woocommerce-order-received .wc-block-order-confirmation-shipping-address, .woocommerce-order-received .wc-block-order-confirmation-billing-address {
  border-style: dashed !important;
}
.woocommerce-cart .wc-block-mini-cart__button::after {
  width: 2.8rem;
  opacity: 1;
}
.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 {
  border: 3px dashed var(--wp--preset--color--aikow-black);
  box-shadow: unset !important;
}
.wc-block-components-panel__button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14.25L15 8.25M19.5 4.75699V21.75L15.75 20.25L12 21.75L8.25 20.25L4.5 21.75V4.75699C4.5 3.649 5.30608 2.70014 6.40668 2.57241C8.24156 2.35947 10.108 2.25 12 2.25C13.892 2.25 15.7584 2.35947 17.5933 2.57241C18.6939 2.70014 19.5 3.649 19.5 4.75699ZM9.75 9H9.7575V9.0075H9.75V9ZM10.125 9C10.125 9.20711 9.95711 9.375 9.75 9.375C9.54289 9.375 9.375 9.20711 9.375 9C9.375 8.79289 9.54289 8.625 9.75 8.625C9.95711 8.625 10.125 8.79289 10.125 9ZM14.25 13.5H14.2575V13.5075H14.25V13.5ZM14.625 13.5C14.625 13.7071 14.4571 13.875 14.25 13.875C14.0429 13.875 13.875 13.7071 13.875 13.5C13.875 13.2929 14.0429 13.125 14.25 13.125C14.4571 13.125 14.625 13.2929 14.625 13.5Z' stroke='%23130F0C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
#sendcloudshipping_service_point_select {
  background-color: var(--wp--preset--color--aikow-primary);
  border-radius: 4px;
  border-width: 0;
  color: var(--wp--preset--color--aikow-black);
  font-family: var(--wp--preset--font-family--body);
  font-style: normal;
  font-weight: 700;
  padding: 0.5rem 1rem;
  transition: all ease 0.2s;
}
#sendcloudshipping_service_point_select:hover {
  opacity: 0.8;
}
.woocommerce-Addresses h2 {
  font-size: 1.5rem;
  text-align: left;
}
.woocommerce-Addresses address {
  padding: 0 var(--wp--style--root--padding-left);
}
.woocommerce-account .addresses .title .edit {
  float: unset;
  color: var(--wp--preset--color--aikow-black);
}
.woocommerce-MyAccount-content {
  font-family: var(--wp--preset--font-family--body);
}
.woocommerce-MyAccount-content a {
  color: var(--wp--preset--color--aikow-black);
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.woocommerce-MyAccount-content a:hover {
  color: var(--wp--preset--color--aikow-primary);
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell .wp-element-button {
  background-color: unset;
  padding: unset;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.woocommerce-MyAccount-content input {
  border-radius: 8px;
  border: solid 1px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
  width: max-content;
  flex: 2;
}
.wp-block-woocommerce-product-summary, .product-presentation {
  width: 100%;
}
.woocommerce-variation-price {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--body);
}
.wc-block-cart-items {
  padding: 1rem;
}
.woocommerce-form-login, .woocommerce-form-register {
  background: var(--wp--preset--color--aikow-white);
  border-radius: 1rem !important;
  border: 0px !important;
}
table.variations {
  font-family: var(--wp--preset--font-family--body);
}
table.variations select {
  border: 0 !important;
  background-color: var(--wp--preset--color--white) !important;
  border-radius: 1rem !important;
  height: 60px !important;
}
#aikow-emballage-options-container .bw-parcel-point {
  display: none !important;
}
.bw-parcel-point {
  background-color: rgba(42, 218, 190, 0.16) !important;
  border-radius: 0.5rem;
}
.postid-244629 .wp-block-site-logo {
  background: url("https://outdoorfix.fr/wp-content/themes/aikowstudio/assets/images/logo_blockout.png") no-repeat center center;
  background-size: contain;
  width: 300px;
  height: 30px;
}
.postid-244629 .wp-block-site-logo a {
  display: none;
}
.postid-244629 .header__desktop-menu {
  background-color: var(--wp--preset--color--aikow-black) !important;
}
.postid-244629 .header, .postid-244629 .scrolled .header__desktop-menu {
  background-color: var(--wp--preset--color--aikow-black) !important;
}
@media (min-width: 768px) {
  .postid-244629 .header__mobile-menu > nav {
    display: none;
  }
}
.postid-244629 .header__desktop-menu > .wp-block-buttons {
  display: none;
}
@media (max-width: 782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    bottom: 69px;
  }
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 1rem;
}
