/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/woocommerce.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
button,
.Button,
.MyAccount__dashboard .woocommerce-Message a {
  cursor: pointer;
}
button:not(.Button--no-style), .Button:not(.Button--no-style), .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style){
  display: inline-block;
  border-radius: 28px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(232, 202, 34, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button:not(.Button--no-style):hover, .Button:not(.Button--no-style):hover, .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 56, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  button:not(.Button--no-style), .Button:not(.Button--no-style), .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style){
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  button:not(.Button--no-style), .Button:not(.Button--no-style), .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style){
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
button--secondary:not(.Button--no-style), .Button--secondary:not(.Button--no-style){
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style):hover, .Button--secondary:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style), .Button--outline:not(.Button--no-style){
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.4);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):hover, .Button--outline:not(.Button--no-style):hover{
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
}
button--text:not(.Button--no--style), .Button--text:not(.Button--no--style){
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}
button--text:not(.Button--no--style):hover, .Button--text:not(.Button--no--style):hover{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(61, 61, 56, var(--tw-text-opacity));
}
button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 56, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button--color:not(.Button--no-style):hover, .Button--color:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 56, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  button.single_add_to_cart_button {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
button.single_add_to_cart_button svg {
  margin-left: 20px;
  display: none;
}
button.single_add_to_cart_button.is-adding svg {
  display: block;
}
.MyAccountLogin__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .MyAccountLogin__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.MyAccountLogin input[type=radio],
.MyAccountLogin input[type=checkbox] {
  border: 1px solid #e0e0dc;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 12px !important;
}
.MyAccountLogin input[type=radio]:checked,
.MyAccountLogin input[type=checkbox]:checked {
  background-color: #1D1D1B;
}
.MyAccountLogin input[type=password], .MyAccountLogin input[type=text], .MyAccountLogin input[type=email] {
  width: 100%;
  border-radius: 8px;
  padding: 23px 20px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: white;
}
.MyAccountLogin input[type=text]:focus,
.MyAccountLogin [type=email]:focus,
.MyAccountLogin [type=url]:focus,
.MyAccountLogin [type=password]:focus,
.MyAccountLogin [type=number]:focus,
.MyAccountLogin [type=date]:focus,
.MyAccountLogin [type=datetime-local]:focus,
.MyAccountLogin [type=month]:focus,
.MyAccountLogin [type=search]:focus,
.MyAccountLogin [type=tel]:focus,
.MyAccountLogin [type=time]:focus,
.MyAccountLogin [type=week]:focus,
.MyAccountLogin [multiple]:focus,
.MyAccountLogin textarea:focus,
.MyAccountLogin select:focus {
  box-shadow: 0px 0px 0px 2px #e8ca22;
}
.MyAccountLogin__column {
  padding: 0;
}
@media (min-width: 1024px) {
  .MyAccountLogin__column {
    padding: 50px;
  }
}
.MyAccountLogin__title {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.MyAccountLogin__text {
  line-height: 30px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 35px;
}
.MyAccountLogin .woocommerce-form,
.MyAccountLogin .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.MyAccountLogin .woocommerce-form input[type=checkbox],
.MyAccountLogin .woocommerce-form .woocommerce-privacy-policy-text,
.MyAccountLogin .form-row input[type=checkbox],
.MyAccountLogin .form-row .woocommerce-privacy-policy-text {
  margin: 25px 0;
}
.MyAccountLogin__button {
  width: 100%;
  margin-top: 15px;
  background-color: #404058;
}
.MyAccountLogin .password-input {
  width: 100%;
}
.MyAccountLogin .woocommerce-LostPassword {
  margin-top: 15px;
}
.woocommerce-account {
  background-color: #fafafa;
}
.MyAccount__dashboard {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .MyAccount__dashboard {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin: 0;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-Message {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.MyAccount__dashboard .woocommerce-Message a {
  margin-top: 15px;
}
.MyAccount .password-input {
  width: 100%;
}
.MyAccount .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}
.MyAccount .woocommerce-form-row label {
  padding: 5px 0;
}
.MyAccount .woocommerce-form-row input {
  width: 100%;
  border-radius: 0px;
}
.MyAccount .button {
  margin-top: 15px;
}
.woocommerce-checkout {
  background-color: #fafafa;
}
.Checkout input[type=radio],
.Checkout input[type=checkbox] {
  border: 1px solid #e0e0dc;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 12px;
}
.Checkout__grid {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .Checkout__grid {
    flex-direction: row;
  }
}
.Checkout h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.Checkout #customer_details {
  color: #1D1D1B;
}
.Checkout #customer_details .form-row {
  display: flex;
  flex-direction: column;
  position: relative;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio]),
.Checkout #customer_details .form-row textarea,
.Checkout #customer_details .form-row .select2 {
  width: 100%;
  border-radius: 8px;
  padding: 23px 20px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: white;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio]) *,
.Checkout #customer_details .form-row textarea *,
.Checkout #customer_details .form-row .select2 * {
  border: none;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .Checkout #customer_details .form-row textarea::-moz-placeholder, .Checkout #customer_details .form-row .select2::-moz-placeholder {
  opacity: 0;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .Checkout #customer_details .form-row textarea:-ms-input-placeholder, .Checkout #customer_details .form-row .select2:-ms-input-placeholder {
  opacity: 0;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio])::placeholder,
.Checkout #customer_details .form-row textarea::placeholder,
.Checkout #customer_details .form-row .select2::placeholder {
  opacity: 0;
}
.Checkout #customer_details .form-row input:not([type=checkbox]):not([type=radio]) .select2-selection__arrow,
.Checkout #customer_details .form-row textarea .select2-selection__arrow,
.Checkout #customer_details .form-row .select2 .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.Checkout #customer_details .form-row input[type=text]:focus,
.Checkout #customer_details .form-row [type=email]:focus,
.Checkout #customer_details .form-row [type=url]:focus,
.Checkout #customer_details .form-row [type=password]:focus,
.Checkout #customer_details .form-row [type=number]:focus,
.Checkout #customer_details .form-row [type=date]:focus,
.Checkout #customer_details .form-row [type=datetime-local]:focus,
.Checkout #customer_details .form-row [type=month]:focus,
.Checkout #customer_details .form-row [type=search]:focus,
.Checkout #customer_details .form-row [type=tel]:focus,
.Checkout #customer_details .form-row [type=time]:focus,
.Checkout #customer_details .form-row [type=week]:focus,
.Checkout #customer_details .form-row [multiple]:focus,
.Checkout #customer_details .form-row textarea:focus,
.Checkout #customer_details .form-row select:focus {
  box-shadow: 0px 0px 0px 2px #e8ca22;
}
.Checkout #customer_details .form-row :-moz-placeholder {
  color: transparent;
}
.Checkout #customer_details .form-row label:not(.woocommerce-form__label-for-checkbox) {
  position: absolute !important;
  left: 24px !important;
  transform: translateY(-50%);
  top: 50% !important;
  background-color: white;
  padding: 0 4px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #A3A396 !important;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  clip: unset !important;
}
.Checkout #customer_details .form-row label:not(.woocommerce-form__label-for-checkbox) abbr {
  text-decoration: none !important;
  color: #E8CA22;
}
.Checkout #customer_details .form-row b {
  border-color: #E8CA22 transparent transparent transparent !important;
  margin-left: -23px !important;
}
.Checkout #customer_details .form-row[\:has\(input\:not\(\:-moz-placeholder-shown\)\)] label:not(.woocommerce-form__label-for-checkbox), .Checkout #customer_details .form-row[\:has\(textarea\:not\(\:-moz-placeholder-shown\)\)] label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout #customer_details .form-row[\:has\(input\:not\(\:-ms-input-placeholder\)\)] label:not(.woocommerce-form__label-for-checkbox), .Checkout #customer_details .form-row[\:has\(textarea\:not\(\:-ms-input-placeholder\)\)] label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout #customer_details .form-row[\:has\(input\:not\(\:placeholder-shown\)\)] label:not(.woocommerce-form__label-for-checkbox),
.Checkout #customer_details .form-row[\:has\(textarea\:not\(\:placeholder-shown\)\)] label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout #customer_details .form-row:has(input:not(:-moz-placeholder-shown)) label:not(.woocommerce-form__label-for-checkbox), .Checkout #customer_details .form-row:has(textarea:not(:-moz-placeholder-shown)) label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout #customer_details .form-row:has(input:not(:-ms-input-placeholder)) label:not(.woocommerce-form__label-for-checkbox), .Checkout #customer_details .form-row:has(textarea:not(:-ms-input-placeholder)) label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout #customer_details .form-row:has(input:not(:placeholder-shown)) label:not(.woocommerce-form__label-for-checkbox),
.Checkout #customer_details .form-row:has(textarea:not(:placeholder-shown)) label:not(.woocommerce-form__label-for-checkbox) {
  top: 8px !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  left: 12px !important;
}
.Checkout .woocommerce-checkout-review-order {
  background-color: white;
  border-bottom: 16px;
  padding-top: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.Checkout .woocommerce-checkout-review-order .wc_payment_methods,
.Checkout .woocommerce-checkout-review-order .form-row > .woocommerce-terms-and-conditions-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
.Checkout .woocommerce-checkout-review-order #order_review_heading,
.Checkout .woocommerce-checkout-review-order .shop_table {
  padding-left: 32px;
  padding-right: 32px;
}
.Checkout .woocommerce-checkout-review-order #order_review_heading tfoot,
.Checkout .woocommerce-checkout-review-order .shop_table tfoot {
  padding-left: 32px;
  padding-right: 32px;
}
.Checkout .woocommerce-checkout-review-order #order_review_heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.Checkout .woocommerce-checkout-review-order button#place_order {
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 24px 32px;
}
.Checkout table {
  width: 100%;
}
.Checkout table thead,
.Checkout table tbody {
  display: flex;
  flex-direction: column;
}
.Checkout #order_review {
  color: #1D1D1B;
}
@media (min-width: 1344px) {
  .Checkout #order_review {
    min-width: 520px;
    margin-top: -132px;
  }
}
.Checkout #order_review ul li {
  list-style: none;
}
.Checkout #order_review ul li label {
  margin-left: 10px;
}
.Checkout #order_review .woocommerce-shipping-methods li {
  padding: 16px 24px;
  border-radius: 8px;
  border: 2px solid #E0E0DC;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: white;
}
.Checkout #order_review .woocommerce-shipping-methods [type=checkbox]:checked,
.Checkout #order_review .woocommerce-shipping-methods [type=radio]:checked {
  background-color: #E8CA22;
}
.Checkout #order_review .woocommerce-shipping-methods label {
  font-weight: 500;
  color: #66665E;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Checkout #order_review .woocommerce-shipping-methods .amount {
  font-weight: 600;
}
.Checkout #order_review .wc_payment_method {
  padding: 16px 24px;
  background-color: white;
  border-radius: 8px;
  border: 2px solid #E0E0DC;
  position: relative;
}
.Checkout #order_review .wc_payment_method [type=checkbox]:checked,
.Checkout #order_review .wc_payment_method [type=radio]:checked {
  background-color: #E8CA22;
}
.Checkout #order_review .wc_payment_method img {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.Checkout #order_review .wc_payment_method label {
  font-weight: 500;
  color: #66665E;
}
.Checkout #order_review .payment_box {
  padding: 24px;
  background-color: rgba(232, 202, 34, 0.16);
  border-radius: 12px;
  margin-bottom: 16px;
}
.Checkout #order_review .payment_box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #E8CA22;
}
.Checkout #order_review .woocommerce-privacy-policy-text {
  display: none;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label {
  display: flex;
  align-items: center;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper [type=checkbox]:checked, .Checkout #order_review .woocommerce-terms-and-conditions-wrapper [type=radio]:checked {
  background-color: #1D1D1B;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper span {
  color: #66665E;
  font-size: 14px;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper a {
  color: #E8CA22;
  font-weight: bold;
}
.Checkout__orderSummary {
  width: 100%;
  margin: 25px 0 0 0;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #F0F0F0;
}
.Checkout__orderSummary tr {
  width: 100%;
  display: flex;
  margin: 10px 0;
  flex-direction: column;
}
.Checkout__orderSummary th,
.Checkout__orderSummary td {
  line-height: 32px;
  font-size: 1.125rem;
}
.Checkout__orderSummary th {
  text-align: left;
  font-weight: 600;
  color: #1D1D1B;
  font-size: 18px;
  margin-bottom: 16px;
}
.Checkout__orderSummary .cart-subtotal {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.Checkout__orderSummary .cart-subtotal .amount {
  font-weight: 600;
}
.Checkout__orderSummary .order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 24px;
}
.Checkout__orderSummary .order-total * {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.Checkout__orderSummary .order-total .amount {
  color: #E8CA22;
}
.Checkout__orderSummary .order-total .includes_tax {
  font-size: 16px !important;
}
.Checkout__orderSummary .order-total .includes_tax * {
  font-size: 16px !important;
}
.Checkout .woocommerce-checkout-payment {
  padding-top: 32px;
}
.Checkout .woocommerce-checkout-payment h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 0 32px;
}
.Checkout__orderItem {
  display: flex;
  padding: 24px 32px;
  align-items: center;
  border-bottom: 2px solid #F0F0F0;
}
.Checkout__orderItemImage {
  width: 80px;
  margin-right: 32px;
}
.Checkout__orderItem .product-total {
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  color: #E8CA22;
}
.Checkout__orderItem .product-name {
  font-weight: 600;
}
.Checkout__orderItem .product-name > .product-quantity {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}
.Checkout__orderItem .product-name > .product-quantity strong {
  color: #A3A396;
  font-weight: 600;
}
.Checkout__orderItem .variation {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #A3A396;
}
.Checkout__orderItem .variation dt {
  display: none;
}
.Checkout__orderItem .variation p {
  margin-bottom: 0;
}
.Checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Checkout .woocommerce-billing-fields__field-wrapper .form-row {
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .Checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.Checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
    flex-basis: 49%;
  }
}
.Checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .Checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    flex-basis: 49%;
  }
}
.Checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
.Checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  flex-basis: 100%;
}
.Checkout #ship-to-different-address {
  background-color: white;
  padding: 24px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #1D1D1B;
}
.Checkout #ship-to-different-address span {
  color: #1D1D1B;
}
.Checkout h2 {
  font-size: 24px;
  margin-bottom: 32px;
}
.Checkout .coupon-wrapper {
  background-color: #F7F7F7;
  padding: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .Checkout .coupon-wrapper {
    padding: 4px 4px 4px 24px;
  }
}
@media (max-width: 650px) {
  .Checkout .coupon-wrapper {
    width: 100%;
  }
  .Checkout .coupon-wrapper input {
    max-width: 140px;
  }
}
.Checkout .coupon-wrapper .coupon-error-notice {
  position: absolute;
  bottom: -36px;
  left: 0;
  background-color: white;
  padding: 4px 12px;
  background-color: red;
  color: white;
}
.Checkout .coupon-wrapper button {
  background-color: white;
  color: #1D1D1B;
  font-weight: bold;
  padding: 12px 24px;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .Checkout .coupon-wrapper button {
    font-size: 16px;
  }
}
.Checkout .coupon-wrapper p {
  margin-bottom: 0;
}
.Checkout .coupon-wrapper button:hover {
  background-color: #E8CA22;
  color: white;
}
.Checkout .coupon-wrapper input {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #F7F7F7;
}
.select2-dropdown {
  border: 2px solid #E8CA22 !important;
  border-radius: 8px !important;
}
.select2-dropdown .select2-search__field {
  border-color: #E8CA22 !important;
}
.select2-selection__rendered {
  color: #1D1D1B !important;
  font-size: 16px !important;
  font-weight: 500;
}
form.woocommerce-checkout, .woocommerce-notices-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  form.woocommerce-checkout, .woocommerce-notices-wrapper {
    padding: 0 16px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-left: 16px;
  margin-right: 16px;
  background-color: white;
  border-radius: 16px;
}
@media (min-width: 1344px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle {
    width: 760px;
    margin-left: calc((100% - 1312px) / 2);
  }
}
body.woocommerce-checkout .showlogin {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 32px 40px;
  border-radius: 16px;
}
body.woocommerce-checkout .showlogin p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #A3A396;
}
body.woocommerce-checkout .showlogin span {
  font-size: 14px;
  color: #1D1D1B;
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form {
  padding: 32px 40px 24px;
}
body.woocommerce-checkout .woocommerce-form input:not([type=checkbox]):not([type=radio]) {
  border-radius: 8px;
  padding: 12px 24px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background-color: #F0F0F0;
  box-shadow: none !important;
  outline: none !important;
}
body.woocommerce-checkout .woocommerce-form input[type=radio], body.woocommerce-checkout .woocommerce-form input[type=checkbox] {
  border: 1px solid #e0e0dc;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 12px;
}
body.woocommerce-checkout .woocommerce-form input[type=radio]:checked, body.woocommerce-checkout .woocommerce-form input[type=checkbox]:checked {
  background-color: #1D1D1B;
}
#billing_invoice_ask_field {
  margin-bottom: 24px;
}
#billing_invoice_ask_field label {
  background: transparent !important;
}
@media (min-width: 1024px) {
  .cross-sells .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.ArchiveProduct {
  background-color: #fafafa;
}
.ArchiveProduct .woocommerce-products-header-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.ArchiveProduct .woocommerce-products-header-wrapper .woocommerce-products-header {
  height: 300px;
  max-width: 1792px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .ArchiveProduct .woocommerce-products-header-wrapper .woocommerce-products-header {
    height: 400px;
  }
}
.ArchiveProduct .woocommerce-products-header-wrapper .woocommerce-products-header h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}
.ArchiveProduct .archive-categories-slider {
  border-radius: 16px;
  overflow: hidden;
}
.ArchiveProduct .archive-categories-slider .swiper-slide {
  height: auto;
}
.ArchiveProduct .singleCategory {
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.ArchiveProduct .singleCategory * {
  transition: all 0.2s ease-in-out;
}
.ArchiveProduct .singleCategory img {
  filter: brightness(0);
}
.ArchiveProduct .singleCategory.current {
  pointer-events: none;
}
.ArchiveProduct .singleCategory:hover,
.ArchiveProduct .singleCategory.current {
  background-color: #E8CA22;
}
.ArchiveProduct .singleCategory:hover *,
.ArchiveProduct .singleCategory.current * {
  color: white;
}
.ArchiveProduct .singleCategory:hover img,
.ArchiveProduct .singleCategory.current img {
  filter: brightness(0) invert(1);
}
.ArchiveProduct__container {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.ArchiveProduct__container.show-filters {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .ArchiveProduct__container.show-filters {
    flex-direction: row;
    gap: 96px;
  }
}
@media (min-width: 768px) {
  .ArchiveProduct__sidebar {
    min-width: 360px;
  }
}
.ArchiveProduct__sidebar-heading {
  padding-bottom: 24px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #F0F0F0;
}
.ArchiveProduct__sidebar-heading h3 {
  margin-bottom: 0;
}
.ArchiveProduct__sidebar-heading .clear__all {
  margin-bottom: 0;
}
.ArchiveProduct__sidebar-heading .clear__all .bapf_button {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 12px !important;
  color: #E8CA22 !important;
  border: none !important;
}
.ArchiveProduct .products {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  .ArchiveProduct .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .ArchiveProduct .products.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.ArchiveProduct .orderby {
  background-color: white;
  border: none;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: 16px 48px 16px 24px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 28px;
  color: #1D1D1B;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710px%27%20height%3D%276px%27%20viewBox%3D%270%200%2010%206%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fchevron-down%3C%2Ftitle%3E%3Cg%20id%3D%27Project%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%272-Kategoria%27%20transform%3D%27translate%28-1582%2C%20-841%29%27%20fill%3D%27%23A3A396%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27dropdown%27%20transform%3D%27translate%281352%2C%20816%29%27%3E%3Cg%20id%3D%27icons%2Fui%2Fchevron-down%27%20transform%3D%27translate%28230%2C%2025%29%27%3E%3Cpath%20d%3D%27M0.292893219%2C0.292893219%20C0.683417511%2C-0.0976310729%201.31658249%2C-0.0976310729%201.70710678%2C0.292893219%20L5%2C3.585%20L8.29289322%2C0.292893219%20C8.65337718%2C-0.0675907428%209.22060824%2C-0.0953202783%209.61289944%2C0.209704612%20L9.70710678%2C0.292893219%20C10.0976311%2C0.683417511%2010.0976311%2C1.31658249%209.70710678%2C1.70710678%20L5.70710678%2C5.70710678%20C5.31658249%2C6.09763107%204.68341751%2C6.09763107%204.29289322%2C5.70710678%20L0.292893219%2C1.70710678%20C-0.0976310729%2C1.31658249%20-0.0976310729%2C0.683417511%200.292893219%2C0.292893219%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px 6px;
  background-position-x: 92%;
  width: 100%;
}
@media (min-width: 768px) {
  .ArchiveProduct .orderby {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ArchiveProduct .woocommerce-ordering {
  width: 100%;
}
@media (min-width: 768px) {
  .ArchiveProduct .woocommerce-ordering {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.FiltersContainer > div {
  margin-bottom: 30px;
}
.FiltersContainer .bapf_head h3 {
  font-size: 16px;
  color: #1D1D1B;
  font-weight: 600;
  margin-bottom: 16px;
}
.FiltersContainer .bapf_body ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.FiltersContainer .bapf_body li label {
  color: #A3A396 !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  padding: 10px 16px !important;
  background-color: white !important;
  border-radius: 8px !important;
  display: block !important;
}
.FiltersContainer .bapf_body li:hover label,
.FiltersContainer .bapf_body li.checked label {
  color: white !important;
  background-color: #E8CA22 !important;
}
.tax-producenci .archive-categories-slider .swiper-slide a img {
  display: none;
}
.AddedToCartPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(200, 200, 209, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.AddedToCartPopup.open {
  opacity: 1;
  pointer-events: all;
}
.AddedToCartPopup__inner {
  max-width: 332px;
  width: 100%;
  padding: 32px;
  background-color: #fff;
}
.AddedToCartPopup .variation:first-of-type {
  display: none;
}
.AddedToCartPopup .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.AddedToCartPopup .variation dt {
  display: none;
}
.AddedToCartPopup .variation p {
  margin-bottom: 0;
}
.AddedToCartPopup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
}
.AddedToCartPopup__heading span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1D1D1B;
}
.AddedToCartPopup__heading svg {
  width: 30px;
  height: 30px;
}
.AddedToCartPopup__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AddedToCartPopup__btn, .AddedToCartPopup__continue {
  text-align: center;
  padding: 1rem 2rem;
  width: 100%;
  cursor: pointer;
}
.AddedToCartPopup__btn {
  background-color: #3D3D38;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
}
.AddedToCartPopup__continue {
  color: #3D3D38;
  background-color: transparent;
}
.AddedToCartPopup .popup-image {
  width: 100%;
}
.Badge {
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 5px;
}
.Badge--onsale {
  align-items: center;
  color: #E8CA22;
  padding: 0 10px;
}
.Badge--onsale em {
  font-size: 0.75rem;
  font-style: normal;
  margin-left: 7px;
}
.Badge--delivery-time, .Badge--return-time {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}
.Badge--flexible {
  font-size: 0.75rem;
}
.woocommerce-cart main {
  background-color: #fafafa;
}
.cart-discount {
  border-bottom: 4px solid #fafafa;
}
.Cart {
  width: 100%;
}
.Cart form {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.Cart__products-table {
  width: 100%;
}
.Cart__products-table thead {
  display: none;
}
.Cart__products-table thead tr {
  background-color: white;
}
.Cart__products-table thead tr th {
  font-weight: 400;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .Cart__products-table thead tr th {
    padding: 20px;
  }
}
.Cart__products-table tbody tr:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.Cart__products-table tbody tr.cart_item:not(:last-of-type) {
  border-bottom: 4px solid #fafafa;
}
.Cart__products-table tbody tr {
  background-color: white;
}
.Cart__products-table tbody tr:last-of-type {
  border-bottom: none;
}
.Cart__products-table tbody tr td.product-price, .Cart__products-table tbody tr td.product-subtotal {
  font-weight: 700;
}
.Cart__products-table tbody tr td.product-remove .remove {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1B;
}
.Cart__products-table tbody tr td.product-remove .remove .remove__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #E0E0DC;
  border-radius: 100%;
  background-color: white;
  background-image: url(../b9b71518403abcfb7087.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-remove .remove .remove__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.Cart__products-table tbody tr td.product-remove .remove:hover .remove__icon {
  background-color: #E0E0DC;
}
.Cart__products-table tbody tr td.product-price {
  display: none;
}
.Cart__products-table tbody tr td.product-name a {
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 2px;
  display: inline-block;
}
.Cart__products-table tbody tr td.product-name .variation {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-name .variation {
    gap: 12px;
  }
}
.Cart__products-table tbody tr td.product-name .variation dt {
  display: none;
}
.Cart__products-table tbody tr td.product-name .variation dd {
  color: #A3A396;
  font-size: 14px;
  font-weight: 600;
}
.Cart__products-table tbody tr td.product-name .variation dd p {
  margin-bottom: 0;
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap {
  display: flex;
  align-items: center;
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: white;
  border: 1px solid #E0E0DC;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton-plus:hover {
  background-color: #E0E0DC;
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton-plus {
  background-image: url(../4e330913ac2e9ac93099.svg);
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton-minus {
  background-image: url(../c69f52ddee22079fc818.svg);
  background-color: #E0E0DC;
  margin-right: 32px;
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap .quantityButton-minus:hover {
  background-color: white;
}
.Cart__products-table tbody tr td.product-quantity .inner-wrap input {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  color: #1D1D1B;
  font-weight: 600;
  max-width: 36px;
}
.Cart__products-table tbody tr td.product-remove, .Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
  float: left;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-remove, .Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
    float: none;
    padding: 48px 16px;
  }
}
.Cart__products-table tbody tr td.product-subtotal {
  color: #E8CA22;
  font-size: 18px;
  font-weight: 600;
}
.Cart__products-table tbody tr td.product-thumbnail {
  width: 80px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail {
    width: 100px;
  }
}
.Cart__products-table tbody tr td.product-thumbnail img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail img {
    max-width: 100px;
  }
  .Cart__products-table tbody tr td.product-thumbnail {
    padding: 20px;
    width: 200px;
  }
  .Cart__products-table tbody tr td.product-thumbnail img {
    max-width: 80px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail img {
    max-width: 100px;
  }
}
.Cart__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.Cart__actions button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Cart__actions {
    align-items: center;
    flex-direction: row;
  }
  .Cart__actions button {
    margin-top: 0;
  }
}
.Cart__collaterals {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Cart__collaterals {
    min-width: 416px;
  }
}
.Cart__collaterals .cross-sells {
  order: 2;
}
.Cart__collaterals .cross-sells h2 {
  margin-bottom: 30px;
}
.Cart__totals {
  margin-bottom: 100px;
  order: 1;
}
.Cart__totals h2 {
  padding: 32px 32px 24px;
  background-color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-weight: 600;
  font-size: 24px;
  color: #1D1D1B;
  border-bottom: 4px solid #fafafa;
  margin-bottom: 0;
}
.Cart__totals ul li {
  align-items: center;
  display: flex;
  list-style: none;
}
.Cart__totals ul li label {
  margin-left: 10px;
}
.Cart__totals table {
  width: 100%;
  background-color: white;
}
.Cart__totals table tbody {
  color: #1D1D1B;
}
.Cart__totals table tbody tr th,
.Cart__totals table tbody tr td {
  padding: 20px 24px;
}
.Cart__totals table tbody tr th strong,
.Cart__totals table tbody tr td strong {
  font-weight: 600;
}
.Cart__totals table tbody tr td {
  text-align: right;
}
.Cart__totals table tbody tr th {
  text-align: left;
  vertical-align: top;
  width: 150px;
}
.Cart__totals table tbody .cart-subtotal {
  border-bottom: 4px solid #fafafa;
}
.Cart__totals table tbody .cart-subtotal td {
  font-weight: 600;
}
.Cart__totals table tbody .order-total {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .Cart__totals table tbody .order-total {
    font-size: 24px;
  }
}
.Cart__totals table tbody .order-total td {
  color: #E8CA22;
}
.Cart__totals table tbody .order-total strong {
  font-weight: 600;
}
.Cart__totals .Button, .Cart__totals .MyAccount__dashboard .woocommerce-Message a, .MyAccount__dashboard .woocommerce-Message .Cart__totals a {
  margin-top: 4px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.Cart__actions .coupon {
  background-color: #F7F7F7;
  padding: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .Cart__actions .coupon {
    padding: 4px 4px 4px 24px;
  }
}
@media (max-width: 650px) {
  .Cart__actions .coupon {
    width: 100%;
  }
  .Cart__actions .coupon input {
    max-width: 140px;
  }
}
.Cart__actions .coupon .coupon-error-notice {
  position: absolute;
  bottom: -36px;
  left: 0;
  background-color: white;
  padding: 4px 12px;
  background-color: red;
  color: white;
}
.Cart__actions .coupon button {
  background-color: white;
  color: #1D1D1B;
  font-weight: bold;
  padding: 12px 24px;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .Cart__actions .coupon button {
    font-size: 16px;
  }
}
.Cart__actions .coupon button:hover {
  background-color: #E8CA22;
  color: white;
}
.Cart__actions .coupon input {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #F7F7F7;
}
.Cart__actions button {
  padding: 12px 24px;
}
.Cart .cart-desc-container {
  display: flex;
  background-color: white;
  gap: 16px;
  align-items: center;
  padding: 32px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Cart .cart-desc-container {
    gap: 32px;
  }
}
.Cart .cart-desc-container .cart-desc-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.Cart .cart-desc-container .cart-desc-item p {
  margin-bottom: 0;
  color: #E8CA22;
  font-weight: 600;
}
.CartCheckoutBreadcrumbs {
  align-items: center;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.CartCheckoutBreadcrumbs__item {
  background-color: white;
  display: none;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .CartCheckoutBreadcrumbs__item {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.CartCheckoutBreadcrumbs__item p {
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1B;
  margin-bottom: 2px;
}
.CartCheckoutBreadcrumbs__item span {
  font-size: 12px;
  font-weight: 600;
  color: #E8CA22;
}
.CartCheckoutBreadcrumbs__item-active {
  display: flex !important;
  background-color: #E8CA22;
}
.CartCheckoutBreadcrumbs__item-active img {
  filter: brightness(0) invert(100%);
}
.CartCheckoutBreadcrumbs__item-active p {
  color: white;
}
.CartCheckoutBreadcrumbs__item-active span {
  color: white;
}
.CartItem {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5fa;
  margin: 32px 0;
  padding-bottom: 32px;
}
.CartItem__wrapper {
  padding: 0 24px;
  flex-grow: 1;
}
.CartItem__attributes {
  margin: 10px 0;
  font-size: 0.875rem;
}
.CartItem__attributes .variation:last-of-type {
  display: none;
}
.CartItem__image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .CartItem__image {
    width: 112px;
    height: 112px;
  }
}
.CartItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
.CartItem__title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 10px;
  color: #1D1D1B;
}
.CartItem__meta {
  flex-grow: 1;
}
.CartItem__pricePerSingle {
  color: #1D1D1B;
  line-height: 24px;
  font-weight: bold;
  font-size: 1rem;
}
.CartItem__quantity {
  font-size: 0.875rem;
}
.CartItem__total {
  font-weight: 700;
  padding-top: 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .CartItem__total {
    font-size: 1rem;
  }
}
.SidebarCart {
  max-width: 568px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.4s ease;
}
.SidebarCart.is-loading::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  z-index: 10000;
}
.SidebarCart.active {
  transform: translateX(0);
}
.SidebarCart__footer, .SidebarCart__content, .SidebarCart__heading {
  padding-left: 64px;
  padding-right: 64px;
}
.SidebarCart__footer {
  border-top: 1px solid #ecedf0;
  padding-top: 40px;
  padding-bottom: env(safe-area-inset-bottom);
  margin-bottom: 40px;
}
.SidebarCart__content {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow-y: auto;
  height: calc(100vh - 352px);
}
.SidebarCart__heading {
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
  border-bottom: 1px solid #ecedf0;
  align-items: center;
  justify-content: space-between;
}
.SidebarCart__heading svg {
  width: 16px;
  height: 16px;
}
@font-face {
  font-family: "WooCommerce";
  src: url(../cd71280e5037e6e0690e.eot);
  src: url(../cd71280e5037e6e0690e.eot?#iefix) format("embedded-opentype"), url(../555c0019f9ab47548bc3.woff) format("woff"), url(../34650ef5aff7fe29f6b8.ttf) format("truetype"), url(../5003ea50646b111ad19b.svg#woocommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "star";
  src: url(../2593128f94a599b8656f.eot);
  src: url(../2593128f94a599b8656f.eot?#iefix) format("embedded-opentype"), url(../8ab6da8ce4d274edf643.woff) format("woff"), url(../8d84c8b61459cad9bd55.ttf) format("truetype"), url(../486bfe4fbf01c0dbb3d3.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
.star-rating {
  display: block;
  font-family: star;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 105px;
  overflow: hidden;
  position: relative;
}
.star-rating::before {
  color: #d3ced2;
  content: "sssss";
  font-family: star;
  left: 0;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: right;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span::before {
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.ThankYouPage {
  padding-bottom: 96px;
}
.ThankYouPage__success-info {
  margin-bottom: 32px;
  background-color: white;
  padding: 20px;
  display: flex;
  border-radius: 6px;
  gap: 12px;
  color: #E8CA22;
  font-weight: 500;
  align-items: center;
}
.ThankYouPage__success-info .icon__wrapper {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: rgba(232, 202, 34, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ThankYouPage .ThankYouPage__order-details-wrapper {
  padding: 32px 48px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 16px 16px -14px rgba(0, 0, 0, 0.3);
}
.ThankYouPage .ThankYouPage__order-details-wrapper h3 {
  font-weight: 600;
  margin-bottom: 24px;
}
.ThankYouPage .ThankYouPage__order-details-wrapper p {
  font-size: 12px;
  font-weight: 600;
  color: #A3A396;
}
.ThankYouPage .ThankYouPage__order-details-wrapper strong {
  font-weight: 500;
  color: #66665E;
}
.ThankYouPage__order-details {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ThankYouPage__order-details {
    gap: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.ThankYouPage__order-details > div > p {
  margin-bottom: 15px;
}
.ThankYouPage__order-details > div > strong {
  display: block;
}
.ThankYouPage__order-details .order-cost .amount {
  font-size: 24px;
  font-weight: 600;
  color: #E8CA22;
}
.ThankYouPage__details {
  display: none;
}
.ThankYouPage__details h2 {
  margin-bottom: 30px;
}
.ThankYouPage__details-table {
  width: 100%;
}
.ThankYouPage__details-table thead {
  display: none;
}
.ThankYouPage__details-table tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
.ThankYouPage__details-table tbody tr td {
  float: left;
  width: 100%;
}
.ThankYouPage__details-table tbody tr td.product-name div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.ThankYouPage__details-table tbody tr td.product-name div img {
  margin-bottom: 15px;
  max-width: 150px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td.product-name div {
    align-items: center;
    flex-direction: row;
  }
  .ThankYouPage__details-table tbody tr td.product-name div img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.ThankYouPage__details-table tbody tr td:first-of-type {
  padding-top: 20px;
}
.ThankYouPage__details-table tbody tr td:last-of-type {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td {
    float: none;
    padding: 20px;
    width: auto;
  }
  .ThankYouPage__details-table tbody tr td:first-of-type {
    padding-top: 20px;
  }
  .ThankYouPage__details-table tbody tr td:last-of-type {
    padding-bottom: 20px;
  }
}
.ThankYouPage__details-table-tfoot {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table-tfoot {
    padding-left: 50%;
  }
}
@media (min-width: 1024px) {
  .ThankYouPage__details-table-tfoot {
    padding-left: 50%;
  }
}
.ThankYouPage__details-table-tfoot tfoot tr th,
.ThankYouPage__details-table-tfoot tfoot tr td {
  padding: 20px;
}
.ThankYouPage__details-table-tfoot tfoot tr th {
  text-align: left;
  vertical-align: top;
}
.ThankYouPage__customer-details {
  margin-top: 32px;
}
.ThankYouPage__customer-details address {
  margin-top: 20px;
}
.ThankYouPage__customer-details .woocommerce-columns {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .ThankYouPage__customer-details .woocommerce-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ThankYouPage__customer-details .woocommerce-columns .woocommerce-column {
  background-color: white;
  padding: 32px;
  border-radius: 16px;
  color: #1D1D1B;
}
.ThankYouPage__customer-details .woocommerce-columns .woocommerce-column h2 {
  font-size: 12px;
  color: #A3A396;
  font-weight: 600;
}
.WoocommerceNotice {
  margin: 15px 0;
  padding: 15px;
  color: #fff;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.WoocommerceNotice.woocommerce-error{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-info{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 56, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-message{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}
.LoopProduct {
  background-color: #fff;
  position: relative;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
}
.LoopProduct:hover, .LoopProduct:active {
  z-index: 10;
}
.LoopProduct:hover > a.button, .LoopProduct:active > a.button {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.LoopProduct:hover .add-to-wishlist-container, .LoopProduct:active .add-to-wishlist-container {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.LoopProduct .woocommerce-LoopProduct-link {
  padding: 40px 16px 24px 16px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
}
.LoopProduct .woocommerce-LoopProduct-link img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.LoopProduct .woocommerce-LoopProduct-link h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
  color: #1D1D1B;
}
.LoopProduct .added_to_cart {
  display: none;
}
.LoopProduct a:first-of-type {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.LoopProduct > a.button {
  background-color: #E8CA22;
  color: #3D3D38;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  line-height: 18px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  visibility: hidden;
  width: 100%;
  text-align: center;
  border-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.LoopProduct .price {
  font-size: 1.125rem;
  align-items: center;
  color: #E8CA22;
  display: flex;
  font-weight: 400;
  justify-content: center;
  gap: 8px;
  margin: auto 0 20px;
  padding: 0 20px;
  text-align: center;
}
.LoopProduct .price bdi {
  font-size: 1.125rem;
  font-weight: 600;
}
.LoopProduct .price del {
  color: #a7a7a7;
  order: 2;
}
.LoopProduct .price del bdi {
  font-size: 0.875rem;
}
.LoopProduct .price ins {
  font-weight: 600;
  order: 1;
  text-decoration: none;
}
.LoopProduct .price ins bdi {
  color: #E8CA22;
}
.LoopProduct__badges {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  justify-content: center;
}
.LoopProduct .add-to-wishlist-container {
  height: 48px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 300ms linear;
  visibility: hidden;
  width: 48px;
}
.LoopProduct .add-to-wishlist-container > div {
  background-color: #fff;
  border-radius: 2px;
  height: 100%;
}
.LoopProduct .add-to-wishlist-container > div a {
  display: block;
  height: 48px !important;
  width: 48px !important;
}
.LoopProduct .star-rating::before,
.LoopProduct .star-rating span::before {
  left: 20px;
}
.LoopProduct:hover {
  box-shadow: 40px 40px 64px -24px rgba(104, 104, 163, 0.1);
}
.exist_brands .SingleProductContainer form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.exist_brands .woocommerce-simple-availability-wrapper {
  border-radius: 0 !important;
}
.SingleProductContainer .product-brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 32px 22px 24px;
  margin-bottom: 4px;
  background-color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.SingleProductContainer .product-brands p {
  margin-bottom: 0;
  font-weight: 600;
  color: #1D1D1B;
}
.SingleProductContainer .product-brands ul {
  margin-bottom: 0;
  display: flex;
  gap: 4px;
}
.SingleProductContainer .product-brands ul li {
  margin-bottom: 0;
  font-weight: 500;
  color: #3D3D38;
}
.SingleProductContainer form {
  border-radius: 16px;
  overflow: hidden;
}
.SingleProductContainer form > div {
  width: 100%;
}
.SingleProductContainer form .variations {
  width: 100%;
}
.SingleProductContainer .product-type-simple form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.SingleProductContainer .product-type-simple .woocommerce-simple-availability-wrapper {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.SingleProductContainer .woocommerce-product-details__short-description {
  color: #3D3D38;
}
.SingleProductContainer__delivery-time, .SingleProductContainer__return-time {
  margin-top: 16px;
}
.SingleProductContainer .fpf-fields-config-wrapper {
  display: none;
}
.SingleProductContainer .woocommerce-product-gallery {
  position: relative;
}
.SingleProductContainer .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.SingleProductContainer .product_title {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 600;
  color: #1D1D1B;
}
.SingleProductContainer .woocommerce-product-rating {
  margin-top: 20px;
}
.SingleProductContainer .price {
  font-size: 0.875rem;
  color: #1D1D1B;
  display: flex;
  font-weight: 600;
  justify-content: flex-start;
  margin: 20px 0;
  gap: 16px;
}
.SingleProductContainer .price bdi {
  font-size: 1.125rem;
  font-weight: 600;
}
.SingleProductContainer .price del {
  color: #a7a7a7;
  order: 1;
}
.SingleProductContainer .price del bdi {
  font-size: 0.875rem;
}
.SingleProductContainer .price ins {
  font-weight: 600;
  order: 2;
  text-decoration: none;
}
.SingleProductContainer .price ins bdi {
  color: #1D1D1B;
}
.SingleProductContainer .woocommerce-product-details__short-description {
  margin: 30px 0;
}
.SingleProductContainer .qty-section {
  background-color: white;
  padding: 20px 32px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.SingleProductContainer .qty-section p {
  margin-bottom: 0;
  font-weight: 600;
  color: #1D1D1B;
}
.SingleProductContainer .qty-section .qty-wrapper {
  display: flex;
  align-items: center;
}
.SingleProductContainer .qty-section .qty-wrapper .increase-qty,
.SingleProductContainer .qty-section .qty-wrapper .decrease-qty {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: white;
  border: 1px solid #E0E0DC;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .SingleProductContainer .qty-section .qty-wrapper .increase-qty,
.SingleProductContainer .qty-section .qty-wrapper .decrease-qty {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.SingleProductContainer .qty-section .qty-wrapper .increase-qty:hover {
  background-color: #E0E0DC;
}
.SingleProductContainer .qty-section .qty-wrapper .increase-qty {
  background-image: url(../4e330913ac2e9ac93099.svg);
}
.SingleProductContainer .qty-section .qty-wrapper .decrease-qty {
  background-image: url(../c69f52ddee22079fc818.svg);
  background-color: #E0E0DC;
  margin-right: 32px;
}
.SingleProductContainer .qty-section .qty-wrapper .decrease-qty:hover {
  background-color: white;
}
.SingleProductContainer .qty-section .qty-wrapper input {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  color: #1D1D1B;
  font-weight: 600;
  max-width: 45px;
}
.SingleProductContainer form.variations_form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.SingleProductContainer .product_meta {
  margin-top: 30px;
}
.SingleProductContainer .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.SingleProductContainer table.variations {
  position: relative;
}
.SingleProductContainer table.variations tr {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background-color: white;
  flex-direction: column;
  padding: 8px 8px 8px 24px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .SingleProductContainer table.variations tr {
    flex-direction: row;
    align-items: center;
  }
}
.SingleProductContainer table.variations th label {
  white-space: nowrap;
  color: #1D1D1B;
  font-weight: 600;
}
@media (min-width: 768px) {
  .SingleProductContainer table.variations .variable-items-wrapper {
    justify-content: flex-end;
  }
}
.SingleProductContainer table.variations .woo-selected-variation-item-name {
  display: none !important;
}
.SingleProductContainer table.variations .button-variable-item {
  padding: 8px 16px !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #f7f7f7 !important;
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .SingleProductContainer table.variations .button-variable-item {
    padding: 16px 24px !important;
  }
}
.SingleProductContainer table.variations .button-variable-item .variable-item-span {
  font-weight: 600;
  font-size: 14px;
  color: #a3a396;
}
.SingleProductContainer table.variations .button-variable-item.selected {
  background-color: #E8CA22 !important;
}
.SingleProductContainer table.variations .button-variable-item.selected .variable-item-span {
  color: white;
}
.SingleProductContainer table.variations .button-variable-item:hover {
  background-color: #E8CA22 !important;
}
.SingleProductContainer table.variations .button-variable-item:hover .variable-item-span {
  color: white;
}
.SingleProductContainer table.variations .wvs-has-image-tooltip:after,
.SingleProductContainer table.variations [data-wvstooltip]:after {
  display: none !important;
}
.SingleProductContainer table.variations .reset_variations {
  display: none !important;
}
.SingleProductContainer .summary .single_add_to_cart_button {
  width: 100%;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper,
.SingleProductContainer .woocommerce-variation-price-wrapper,
.SingleProductContainer .woocommerce-simple-availability-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 32px 22px 24px;
  margin-bottom: 4px;
  background-color: white;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper p,
.SingleProductContainer .woocommerce-variation-price-wrapper p,
.SingleProductContainer .woocommerce-simple-availability-wrapper p {
  margin-bottom: 0;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper p:first-of-type,
.SingleProductContainer .woocommerce-variation-price-wrapper p:first-of-type,
.SingleProductContainer .woocommerce-simple-availability-wrapper p:first-of-type {
  font-weight: 600;
  color: #1D1D1B;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock {
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock::before,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock::before,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock.out-of-stock::before,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock.out-of-stock::before,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock.out-of-stock::before {
  background-color: #ff0000;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock.in-stock::before,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock.in-stock::before,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock.in-stock::before {
  background-color: #51b851;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock.out-of-stock::after,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock.out-of-stock::after,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock.out-of-stock::after {
  content: "Niedostępny";
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .stock.in-stock::after,
.SingleProductContainer .woocommerce-variation-price-wrapper .stock.in-stock::after,
.SingleProductContainer .woocommerce-simple-availability-wrapper .stock.in-stock::after {
  content: "Dostępny";
  color: #51b851;
  font-size: 16px;
  font-weight: 600;
}
.SingleProductContainer .woocommerce-variation-availability-wrapper .price,
.SingleProductContainer .woocommerce-variation-price-wrapper .price,
.SingleProductContainer .woocommerce-simple-availability-wrapper .price {
  margin: 0;
}
.SingleProductContainer .product-description ul, .SingleProductContainer .product-description ol, .SingleProductContainer .woocommerce-product-details__short-description ul, .SingleProductContainer .woocommerce-product-details__short-description ol {
  list-style: auto;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .SingleProductContainer .upsells .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.WoocommerceTabs {
  margin-top: 24px;
}
.WoocommerceTabs .WoocommerceTabs__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  display: block !important;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #f0f0f0;
}
.WoocommerceTabs .WoocommerceTabs__panel h2 {
  display: none;
}
.WoocommerceTabs .WoocommerceTabs__panel .product-description {
  color: #3D3D38;
}
.WoocommerceTabs .WoocommerceTabs__panel .product-sku {
  color: #A3A396;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.WoocommerceTabs .WoocommerceTabs__panel .shop_attributes {
  text-align: left;
}
.WoocommerceTabs .WoocommerceTabs__panel .shop_attributes tr {
  border-bottom: 8px solid transparent;
}
.WoocommerceTabs .WoocommerceTabs__panel .shop_attributes th {
  padding-right: 24px;
}
.WoocommerceTabs .WoocommerceTabs__panel .woocommerce-product-attributes-item__value p {
  margin-bottom: 0;
}
.WoocommerceTabs .WoocommerceTabs__accordion-tab {
  width: 100%;
  text-align: left;
  background-color: white;
  cursor: pointer;
  margin-bottom: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.WoocommerceTabs .WoocommerceTabs__accordion-button {
  width: 100%;
  padding: 24px 24px 24px 24px;
  text-align: left;
  background-color: white;
  font-weight: 600;
  text-transform: none;
  color: #1D1D1B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
.WoocommerceTabs .WoocommerceTabs__accordion-button:hover {
  background-color: #f0f0f0;
}
.WoocommerceTabs .WoocommerceTabs__accordion-button[aria-expanded=true] {
  background-color: #f0f0f0;
}
.WoocommerceTabs .WoocommerceTabs__accordion-button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.WoocommerceTabs .WoocommerceTabs__accordion-button[aria-expanded=true] svg path {
  fill: #1d1d1b;
}
.WoocommerceTabs .downloads-list a {
  font-weight: 600;
}
.SingleProductContainer__gallery .single-product-slider {
  border-radius: 16px;
}
.SingleProductContainer__gallery .single-product-slider-thumbnails .swiper-thumbnail {
  border-radius: 16px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.single-product-slider-thumbnails .swiper-btn-next,
.archive-categories-slider .swiper-btn-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 32px;
  background-color: #E8CA22;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 50px 24px rgba(255, 255, 255, 0.932);
}
.single-product-slider-thumbnails .swiper-btn-next:not(.swiper-button-disabled):hover,
.archive-categories-slider .swiper-btn-next:not(.swiper-button-disabled):hover {
  background-color: #1D1D1B;
}
.single-product-slider-thumbnails .swiper-btn-next.swiper-button-disabled,
.archive-categories-slider .swiper-btn-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0;
  z-index: 0;
}
.archive-categories-slider .swiper-btn-next {
  right: 8px;
  box-shadow: none;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .archive-categories-slider .swiper-btn-next {
    display: none;
  }
}

/*# sourceMappingURL=woocommerce.css.map*/