/*
Theme Name: B31
Theme URI: https://accolade.coop/
Template: hello-elementor
Author: Accolade Coop
Author URI: https://accolade.coop/
Description: Thème pour le site B31
Version: 1.0.1737985972
Updated: 2025-01-27 14:52:52

*/

/* ==========================================================================
   1. GLOBAL & BASE STYLES
   ========================================================================== */
html {
  background: #000;
}

body {
  font-family: "Big Shoulder Display", Sans-serif;
  font-size: 18px;
}

a {
  color: #000;
}

.txtbg {
  background: #000;
  color: #fff;
  padding: 4px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* ==========================================================================
   2. HEADER & NAVIGATION
   ========================================================================== */
.header-right-control {
  background: #000;
  color: #fff;
  min-height: 83px;
}

.header-main .header-element.my-account-box > a span,
.header-main .header-element.my-account-box > a:hover span {
  color: #fff;
}

.header-main .header-element.cart_box > a svg,
.header-main .header-element.cart_box > a svg.fm-icon,
.header-main .header-element.cart_box > a:hover svg,
.header-main .header-element.cart_box > a:hover svg.fm-icon,
.header-main .header-element.search_box.form .fm-search-form button[type="submit"] svg {
  fill: #fff;
}

.header-main .header-element > a {
  display: flex;
  align-items: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 5px;
}

.site-header .main-navigation > .nav-menu > ul > li > a,
.site-header .main-navigation > ul > li > a {
  line-height: 22px;
}

.main-navigation ul.nav-menu {
  display: flex;
}

.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .header-right-control .search_box.form .fm-search-form .search_text_input {
  text-align: right;
  font-size: 22px;
  text-transform: uppercase;
}

/* ==========================================================================
   3. WOOCOMMERCE: PRODUCT LOOP & ARCHIVE
   ========================================================================== */
.post-type-archive-product main {
  max-width: 1440px !important;
  margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Big Shoulder Display", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  color: #000;
  padding: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  font-weight: 400;
  line-height: 30px;
  font-size: 25px;
  color: #000;
  font-family: "Big Shoulder Display", Sans-serif;
}

.woocommerce ul.products.products-grid-style li.product .product-infos .woocommerce-loop-product__title,
.woocommerce-LoopProduct-link .woocommerce-loop-product__link {
  font-family: "Big Shoulder Display", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.woocommerce ul.products.products-grid-style li.product .product-infos .woocommerce-loop-product__title {
  font-size: 30px;
  font-weight: 900;
}

.woocommerce ul.products.products-grid-style li.product .product-infos .price {
  font-weight: 400;
  line-height: 30px;
  font-size: 25px;
}

.woocommerce ul.products.products-grid-style li.product .product-infos .product-item-cat-link {
  font-size: 20px;
  font-family: "Big Shoulder Display", Sans-serif;
}

/* Grid Styles Hover Effects */
.woocommerce ul.products.products-grid-style.product-item-style-1 li.product .product-infos:hover > a.button {
  transform: translateY(-100%) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce ul.products.products-grid-style.product-item-style-1 li.product:hover .product-infos > a.button {
  transform: translateY(0);
  visibility: visible;
  opacity: 0;
}

.woocommerce ul.products.products-grid-style.product-item-style-1 li.product:hover .product-infos .price {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.woocommerce ul.products.products-grid-style.product-item-style-1 li.product .product-infos:hover .price {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(-20px) !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  font-family: "Big Shoulder Display", Sans-serif;
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: 0 0;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: 0 0;
}

/* ==========================================================================
   4. WOOCOMMERCE: SINGLE PRODUCT PAGE
   ========================================================================== */
.single-product #content .type-product .product-container .product-main .product-info h1.product_title {
  font-size: 55px;
  font-weight: 900;
  color: #000;
  margin-bottom: 18px;
  line-height: 60px;
}

.single-product #content .type-product .product-container .product-main .product-info .price {
  font-size: 50px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
  font-size: 2.5em;
  font-weight: 500;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 1.25em;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations tr td.label label {
  font-size: 25px;
}

.single-product #content,
.single-product .product-footer {
  padding: 0;
}

.single-product .product-main .product-content {
  padding: 0;
  margin: 0;
  border: none;
}

.single-product #content .type-product .product-container .product-main .product-content::before {
  border: none;
}

.woocommerce-variation-availability {
  display: none;
}

/* ==========================================================================
   5. WOOCOMMERCE: CART & CHECKOUT
   ========================================================================== */
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: flex !important;
}

.woocommerce table.cart .product-thumbnail::before,
.woocommerce-page #content table.cart .product-thumbnail::before,
.woocommerce-page table.cart .product-thumbnail::before {
  display: none !important;
}

.woocommerce table.cart .product-thumbnail a,
.woocommerce-page #content table.cart .product-thumbnail a,
.woocommerce-page table.cart .product-thumbnail a {
  margin: auto !important;
}

.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  max-height: 100px;
  object-fit: cover;
  object-position: bottom;
}

.header-element.cart_box .cart_box_content li.woocommerce-mini-cart-item img.attachment-woocommerce_thumbnail {
  max-width: 100%;
  height: auto;
  max-height: 86px;
  object-fit: cover;
  object-position: bottom;
}

.woocommerce-cart input[type="search"] {
  background: 0 0;
}

/* ==========================================================================
   6. WOOCOMMERCE: BUTTON STYLES
   ========================================================================== */
/* Standard Button State */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

/* Hover State */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #fff;
  color: #000;
}

/* Disabled State */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
  color: #fff;
}

/* Disabled Hover State */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
  background-color: #fff;
}

/* Alt Button Disabled Styles */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #000;
  color: #fff;
}

/* ==========================================================================
   7. WOOCOMMERCE: SWATCHES & VARIATIONS
   ========================================================================== */
.color-variable-item:not(.radio-variable-item).disabled {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: none !important;
}

.single_variation_wrap .woocommerce-variation-price .price {
  display: flex !important;
  margin-right: 10px;
}

.single_variation_wrap {
  flex-direction: row !important;
  align-items: center !important;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item) {
  border: 1px solid #d7d7d7;
}

.single-product #content .type-product .product-container .product-main .product-info form.cart button.single_add_to_cart_button {
  min-width: 165px;
  margin: 0 0 15px 0;
}

.woocommerce ul.products.products-grid-style li.product .variations_form ul.variations > li ul.variable-items-wrapper > li.variable-item.color-variable-item {
  border-radius: 0;
}

.woocommerce ul.products.products-grid-style li.product .variations_form ul.variations > li ul.variable-items-wrapper > li {
  margin: 2px;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item span.variable-item-span-color {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: 100px;
  flex: 0 0 100px;
}

.single-product #content .type-product .product-container .product-main .product-info form.cart .quantity {
  min-width: 100px;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item {
  padding: 5px;
}

.woocommerce ul.products.products-grid-style li.product .variations_form ul.variations > li ul.variable-items-wrapper > li.variable-item.color-variable-item {
  box-shadow: none !important;
}

.woocommerce ul.products.products-grid-style li.product .variations_form ul.variations > li ul.variable-items-wrapper > li.variable-item.color-variable-item.selected,
.woocommerce ul.products.products-grid-style li.product .variations_form ul.variations > li ul.variable-items-wrapper > li.variable-item.color-variable-item.selected:hover {
  box-shadow: 0 0 0 2px #000 !important;
}

.single-product #content .type-product.product-type-variable .product-container .product-main .product-info form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 1px #000 !important;
}

/* ==========================================================================
   8. EXTERNAL PLUGINS & WIDGETS (BAPF / ELEMENTOR / SLIDERS)
   ========================================================================== */
/* BAPF Filters */
.bapf_sfilter label {
  font-family: "Big Shoulder Display", Sans-serif;
}

.bapf_sfilter .bapf_body > ul {
  margin-left: 0 !important;
  padding-left: 0;
}

.bapf_sfilter.bapf_srch .bapf_form {
  max-width: 850px;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_search {
  font-family: "Big Shoulder Display", Sans-serif;
  font-size: 18px;
  text-transform: initial;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_input {
  font-size: 18px;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_input:focus {
  border: none !important;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
  padding: 8px 30px;
  background-color: #000;
  font-family: "Big Shoulder Display", Sans-serif;
  border: 1px solid #000;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.bapf_sfilter ul li {
  display: inline-flex;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  margin-right: 20px;
  border: 1px solid #000;
  margin-bottom: 0;
}

.bapf_srch.bapf_button_icon .bapf_input {
  height: 48px;
  min-width: 250px !important;
  margin-right: 20px;
}

.bapf_srch.bapf_button_icon span.bapf_search {
  top: 5px;
  right: 25px;
  margin-right: 5px;
}

.bapf_srch.bapf_button_icon span.bapf_search {
	border: none !important;
}

.bapf_hideckbox li input:checked + label:hover,
.bapf_hideckbox li input:checked + label:hover a,
.bapf_hideckbox li label:hover,
.bapf_hideckbox li label:hover a {
  color: #000;
}

.bapf_srch.bapf_button_icon span.bapf_search:hover {
  color: #000 !important;
  background: #fff !important;
}

.bapf_hideckbox li label:hover {
  color: #fff;
}

.bapf_hideckbox li input:checked + label,
.bapf_hideckbox li input:checked + label a {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

/* BAPF Labels */
.bapf_term_papier-a2 label:after {
  content: " - 20€";
  font-weight: 900;
}

.bapf_term_affiche-30-40 label:after {
  content: " - 35€";
  font-weight: 900;
}

.bapf_term_dibond-a3 label:after, .e-filter-item[data-filter="dibond-a3"]:after {
  content: " - 49,90€";
  font-weight: 900;
  margin-left: 5px;
}

.bapf_term_dibond-a2 label:after, .e-filter-item[data-filter="dibond-a2"]:after {
  content: " - 79,90€";
  font-weight: 900;
  margin-left: 5px;
}

.bapf_term_mug label:after, .e-filter-item[data-filter="mug"]:after {
  content: " - 24,90€";
  font-weight: 900;
  margin-left: 5px;
}

.bapf_term_t-shirt label:after, .e-filter-item[data-filter="t-shirt"]:after {
  content: " - 34,90€";
  font-weight: 900;
  margin-left: 5px;
}

/* B31 Format Overrides */
.b31productpageheader3040[class*="format[affiche-30-40]"],
.b31productpageheadera2[class*="format[papier-a2]"],
.b31productpageheaderdibonda2[class*="format[dibond-a2]"],
.b31productpageheaderdibonda3[class*="format[dibond-a3]"] {
  display: block;
}

/* Elementor Widgets */
.elementor-slideshow__description,
.elementor-slideshow__title {
  visibility: hidden;
}

#inner-slider {
  display: flex;
  gap: 10px;
}

.letter-section {
  flex-basis: 0;
  flex-grow: 1;
}

.letter-section ul li {
  padding: 5px;
}

.letter-section ul li a {
  line-height: 1;
  font-size: 17px;
}

header .e-search-input {
  background: #000;
  z-index: 1;
}

header .e-search-input-wrapper {
  background: #000;
  z-index: 1;
  color: #fff;
  opacity: 1;
  --borderWidth: 2px;
  position: relative;
}

header .e-search-input-wrapper:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #fff, #fff, #fff, #fff, #000, #000, #000, #000);
  z-index: 0;
  animation: animatedgradient 9s ease infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 100% 50%;
  }
  22.22% {
    background-position: 0 50%;
  }
  77.77% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Other Extras */
.tm-extra-product-options .tc-active .tc-label-wrap {
  color: #000;
}

.b31-offset-background {
  background-position: calc(100% - -450px) !important;
}

/* ==========================================================================
   9. TABLES & UTILITIES
   ========================================================================== */
.wpDataTablesWrapper table.wpDataTable > thead > tr > th,
.wpDataTablesWrapper table.wpDataTable > tbody > tr > td,
.wpDataTablesWrapper table.wpDataTable > tfoot > tr > td {
  border: none !important;
}

table tbody tr:hover > td,
table tbody tr:hover > th,
table tbody > tr:nth-child(2n + 1) > td,
table tbody > tr:nth-child(2n + 1) > th {
  background-color: transparent;
}

/* ==========================================================================
   10. MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */
@media screen and (max-width: 991px) {
  .single-product #content .type-product .product-container .product-main .product-info h1.product_title {
    font-size: 35px;
    text-align: center;
  }
  .single-product #content .type-product .product-container .product-main .product-info .price {
    font-size: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 929px) {
  .bapf_hideckbox li input:checked + label,
  .bapf_sfilter.bapf_ckbox label {
    width: 100%;
    display: block !important;
  }
  .bapf_sfilter ul li {
    margin: 0 0 5px 0 !important;
  }
  .bapf_sfilter ul li:last-child {
    margin: 0 !important;
  }
  .bapf_sfilter .bapf_body > ul {
    display: grid;
  }
  .bapf_sfilter {
    margin-bottom: 5px;
  }
}