Smokey Droëwors

£3.50

  • Free shipping over $ 120

  • Delivers in: 3-7 Working Days

SKU: DRO-SMOKEYCategories: Droëwors
Weight 0.1 kg

Reviews

There are no reviews yet.

Be the first to review “Smokey Droëwors”

Your email address will not be published. Required fields are marked *

/* -- The root styles must go in the element of the structure with the name "Add to cart". --*/ 

.single-product-2__add-cart{
  /* Styles for when the product is sold individually */
  &:has(.input-text[type="hidden"]){
    .woocommerce-variation-add-to-cart, .cart{
      flex-direction: column;
    }
  }

  /*-- Styles applied to the container containing the quantity form and the button may vary depending on whether it has variations or not. --*/
  .variations_button, .cart:not(:has(.variations_button)){
    display:flex;
    gap: var(--brxw-space-s);

    /*-- Button styles "Add to cart" --*/
    .button{
      margin-top:0;
      flex: 1;
    }
  }
}

/*-------------------------------------------------*/


/* -- The root styles must go in the element of the structure with the name "Product tabs". --*/ 

.single-product-2__product-tab{

  /*-- Styles of Tabs That Are Not Currently Selected --*/
  .tabs li:not(.active) a{
    color: var(--brxw-color-neutral-trans-40);
  }
}