.bc-container{
  width: 100%;
}

@media (min-width: 640px){
  .bc-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .bc-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .bc-container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .bc-container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .bc-container{
    max-width: 1536px;
  }
}

.quantity input{
  height: 40px;
  width: 60px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  text-align: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single_add_to_cart_button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
}

.single_add_to_cart_button i{
  margin-left: 0.5rem;
}

.woocommerce-product-gallery{
  position: relative;
  width: 100%;
}

.woocommerce-product-gallery .onsale{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.woocommerce-product-gallery__trigger{
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.woocommerce-product-gallery__trigger span,
    .woocommerce-product-gallery__trigger img,
    .woocommerce-product-gallery__trigger svg{
  display: none;
}

.woocommerce-product-gallery__trigger::before{
  content: "\f00e";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
  overflow: hidden !important;
  border-radius: 0.75rem;
}

.woocommerce-product-gallery__image img{
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-control-thumbs{
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
}

.flex-control-thumbs li{
  width: 70px;
  flex-shrink: 0;
  cursor: pointer;
}

.flex-control-thumbs img{
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-control-thumbs .flex-active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.woocommerce-tabs .tabs li a{
  display: inline-block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 67 67 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-tabs .tabs li.active a{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.woocommerce-tabs .tabs li a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.cart{
  display: flex;
  flex-direction: column;
}

.single_add_to_cart_button{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
  opacity: 0.9;
}

.variations select{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.variations{
  margin-bottom: 0.75rem;
  width: 100%;
}

.variations select[name*="color"]{
  display: none;
}

.variations .bc-variation-row{
  margin-bottom: 0.5rem;
  display: flex;
  width: auto !important;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.variations .bc-variation-group{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.variations .bc-variation-pagination{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  bottom: 4px !important;
}

.variations .bc-variation-pagination .bc-variation-pagination-ui{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.variations .bc-variation-pagination .bc-variation-pagination-ui.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.variations .bc-color-swatch{
  height: 100%;
  max-width: 5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.variations .bc-color-swatch img{
  width: 100%;
}

.variations .bc-color-swatch .bc-price{
  padding: 0.25rem;
}

.variations .bc-color-swatch .bc-sale-price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .variations .bc-color-swatch .bc-sale-price{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.variations .bc-color-swatch .bc-regular-price{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

@media (min-width: 640px){
  .variations .bc-color-swatch .bc-regular-price{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.variations .bc-color-swatch.active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 67 67 / var(--tw-border-opacity, 1));
}

.variations .reset_variations{
  display: block;
  width: 100%;
}

.variations .bc-variation-ui{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.75rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .variations .bc-color-variation .bc-variation-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    width: 100%;
  }

  .variations .bc-color-variation .bc-variation-group {
    display: contents;
  }

  .variations .bc-color-variation .bc-color-swatch {
    max-width: 5.5rem;
    width: 100%;
  }
}

.variations .bc-attr-pill{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.variations .bc-attr-pill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.variations .bc-attr-pill.active{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.variations tbody tr{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.variations tbody tr th{
  width: 80px;
  text-align: left;
  font-weight: 600;
}

.variations tbody tr td{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.variations .reset_variations{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

#csw_check_pincode{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(37 67 67 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
  padding: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#csw_pincode{
  height: 34px;
  width: auto;
  max-width: 200px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  text-align: left;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page div.product div.images{
  width: 100% !important;
}

.woocommerce ul.products::before{
  display: none;
}

.woocommerce div.product div.images img{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.woocommerce .bc-tab-details h2{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce .bc-tab-details > h2:first-child{
  display: none;
}

.bc-pointer-events-none{
  pointer-events: none;
}

.bc-pointer-events-auto{
  pointer-events: auto;
}

.bc-invisible{
  visibility: hidden;
}

.bc-fixed{
  position: fixed;
}

.bc-absolute{
  position: absolute;
}

.bc-relative{
  position: relative;
}

.bc-sticky{
  position: sticky;
}

.bc-inset-0{
  inset: 0px;
}

.bc-bottom-1{
  bottom: 0.25rem;
}

.bc-bottom-full{
  bottom: 100%;
}

.bc-left-0{
  left: 0px;
}

.bc-left-1\/2{
  left: 50%;
}

.bc-left-3{
  left: 0.75rem;
}

.bc-left-\[-15px\]{
  left: -15px;
}

.bc-left-\[-20px\]{
  left: -20px;
}

.bc-right-0{
  right: 0px;
}

.bc-right-2{
  right: 0.5rem;
}

.bc-right-4{
  right: 1rem;
}

.bc-right-\[-15px\]{
  right: -15px;
}

.bc-top-0{
  top: 0px;
}

.bc-top-1\/2{
  top: 50%;
}

.bc-top-3{
  top: 0.75rem;
}

.bc-top-\[128px\]{
  top: 128px;
}

.bc-top-\[35\%\]{
  top: 35%;
}

.bc-top-\[50\%\]{
  top: 50%;
}

.bc-z-10{
  z-index: 10;
}

.bc-z-20{
  z-index: 20;
}

.bc-z-30{
  z-index: 30;
}

.bc-z-\[100\]{
  z-index: 100;
}

.bc-col-span-1{
  grid-column: span 1 / span 1;
}

.bc-col-span-12{
  grid-column: span 12 / span 12;
}

.bc-col-span-full{
  grid-column: 1 / -1;
}

.bc-mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.bc-mb-0{
  margin-bottom: 0px;
}

.bc-mb-10{
  margin-bottom: 2.5rem;
}

.bc-mb-2{
  margin-bottom: 0.5rem;
}

.bc-mb-3{
  margin-bottom: 0.75rem;
}

.bc-mb-4{
  margin-bottom: 1rem;
}

.bc-mb-5{
  margin-bottom: 1.25rem;
}

.bc-mb-6{
  margin-bottom: 1.5rem;
}

.bc-mb-8{
  margin-bottom: 2rem;
}

.bc-mt-1{
  margin-top: 0.25rem;
}

.bc-mt-12{
  margin-top: 3rem;
}

.bc-mt-16{
  margin-top: 4rem;
}

.bc-mt-20{
  margin-top: 5rem;
}

.bc-mt-3{
  margin-top: 0.75rem;
}

.bc-mt-4{
  margin-top: 1rem;
}

.bc-mt-6{
  margin-top: 1.5rem;
}

.bc-mt-8{
  margin-top: 2rem;
}

.bc-mt-auto{
  margin-top: auto;
}

.bc-line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bc-block{
  display: block;
}

.bc-inline-block{
  display: inline-block;
}

.bc-flex{
  display: flex;
}

.bc-grid{
  display: grid;
}

.bc-hidden{
  display: none;
}

.bc-aspect-square{
  aspect-ratio: 1 / 1;
}

.bc-h-10{
  height: 2.5rem;
}

.bc-h-12{
  height: 3rem;
}

.bc-h-20{
  height: 5rem;
}

.bc-h-24{
  height: 6rem;
}

.bc-h-8{
  height: 2rem;
}

.bc-h-9{
  height: 2.25rem;
}

.bc-h-auto{
  height: auto;
}

.bc-h-full{
  height: 100%;
}

.bc-min-h-8{
  min-height: 2rem;
}

.\!bc-w-auto{
  width: auto !important;
}

.bc-w-10{
  width: 2.5rem;
}

.bc-w-12{
  width: 3rem;
}

.bc-w-20{
  width: 5rem;
}

.bc-w-24{
  width: 6rem;
}

.bc-w-8{
  width: 2rem;
}

.bc-w-9{
  width: 2.25rem;
}

.bc-w-\[280px\]{
  width: 280px;
}

.bc-w-full{
  width: 100%;
}

.bc-min-w-8{
  min-width: 2rem;
}

.bc-max-w-2xl{
  max-width: 42rem;
}

.bc-max-w-\[1400px\]{
  max-width: 1400px;
}

.bc-max-w-\[1440px\]{
  max-width: 1440px;
}

.bc-flex-shrink-0{
  flex-shrink: 0;
}

.bc-shrink-0{
  flex-shrink: 0;
}

.bc-flex-grow{
  flex-grow: 1;
}

.bc-border-collapse{
  border-collapse: collapse;
}

.-bc-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc--translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc--translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc--translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc-transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bc-spin{
  to{
    transform: rotate(360deg);
  }
}

.bc-animate-spin{
  animation: bc-spin 1s linear infinite;
}

.bc-cursor-not-allowed{
  cursor: not-allowed;
}

.bc-cursor-pointer{
  cursor: pointer;
}

.bc-list-none{
  list-style-type: none;
}

.bc-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.bc-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bc-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bc-flex-col{
  flex-direction: column;
}

.bc-flex-wrap{
  flex-wrap: wrap;
}

.bc-items-end{
  align-items: flex-end;
}

.bc-items-center{
  align-items: center;
}

.bc-items-stretch{
  align-items: stretch;
}

.bc-justify-center{
  justify-content: center;
}

.bc-justify-between{
  justify-content: space-between;
}

.bc-gap-0\.5{
  gap: 0.125rem;
}

.bc-gap-1{
  gap: 0.25rem;
}

.bc-gap-10{
  gap: 2.5rem;
}

.bc-gap-12{
  gap: 3rem;
}

.bc-gap-2{
  gap: 0.5rem;
}

.bc-gap-3{
  gap: 0.75rem;
}

.bc-gap-4{
  gap: 1rem;
}

.bc-gap-5{
  gap: 1.25rem;
}

.bc-gap-6{
  gap: 1.5rem;
}

.bc-gap-8{
  gap: 2rem;
}

.bc-gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.bc-gap-y-1{
  row-gap: 0.25rem;
}

.bc-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.bc-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.bc-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.bc-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.bc-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.bc-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.bc-divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.bc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.bc-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.bc-overflow-hidden{
  overflow: hidden;
}

.bc-overflow-x-auto{
  overflow-x: auto;
}

.bc-overflow-y-auto{
  overflow-y: auto;
}

.bc-whitespace-nowrap{
  white-space: nowrap;
}

.bc-rounded{
  border-radius: 0.25rem;
}

.bc-rounded-2xl{
  border-radius: 1rem;
}

.bc-rounded-\[10px\]{
  border-radius: 10px;
}

.bc-rounded-\[16px\]{
  border-radius: 16px;
}

.bc-rounded-\[5px\]{
  border-radius: 5px;
}

.bc-rounded-full{
  border-radius: 9999px;
}

.bc-rounded-lg{
  border-radius: 0.5rem;
}

.bc-rounded-md{
  border-radius: 0.375rem;
}

.bc-rounded-sm{
  border-radius: 0.125rem;
}

.bc-rounded-xl{
  border-radius: 0.75rem;
}

.bc-border{
  border-width: 1px;
}

.bc-border-4{
  border-width: 4px;
}

.bc-border-b{
  border-bottom-width: 1px;
}

.bc-border-t{
  border-top-width: 1px;
}

.bc-border-\[\#254343\]{
  --tw-border-opacity: 1;
  border-color: rgb(37 67 67 / var(--tw-border-opacity, 1));
}

.bc-border-\[\#E5AF4D\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.bc-border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.bc-border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bc-border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bc-border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.bc-border-t-transparent{
  border-top-color: transparent;
}

.bc-bg-\[\#1F3939\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 57 57 / var(--tw-bg-opacity, 1));
}

.bc-bg-\[\#254343\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
}

.bc-bg-\[\#B91C4E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 78 / var(--tw-bg-opacity, 1));
}

.bc-bg-\[\#E5AF4D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
}

.bc-bg-\[\#F8F6F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 241 / var(--tw-bg-opacity, 1));
}

.bc-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bc-bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bc-bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bc-bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bc-bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bc-bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bc-bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bc-bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bc-bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bc-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
}

.bc-bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bc-bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bc-bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
}

.bc-bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bc-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bc-bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bc-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.bc-p-1{
  padding: 0.25rem;
}

.bc-p-10{
  padding: 2.5rem;
}

.bc-p-2{
  padding: 0.5rem;
}

.bc-p-4{
  padding: 1rem;
}

.bc-p-5{
  padding: 1.25rem;
}

.bc-p-6{
  padding: 1.5rem;
}

.bc-px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bc-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.bc-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bc-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.bc-px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.bc-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bc-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bc-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.bc-py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bc-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bc-py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.bc-py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bc-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.bc-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bc-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.bc-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.bc-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bc-pb-6{
  padding-bottom: 1.5rem;
}

.bc-pl-1\.5{
  padding-left: 0.375rem;
}

.bc-pr-3{
  padding-right: 0.75rem;
}

.bc-pt-2{
  padding-top: 0.5rem;
}

.bc-pt-20{
  padding-top: 5rem;
}

.bc-pt-4{
  padding-top: 1rem;
}

.bc-text-left{
  text-align: left;
}

.bc-text-center{
  text-align: center;
}

.bc-text-right{
  text-align: right;
}

.bc-align-top{
  vertical-align: top;
}

.bc-font-inter{
  font-family: Inter, sans-serif;
}

.bc-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.bc-text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.bc-text-\[10px\]{
  font-size: 10px;
}

.bc-text-\[12px\]{
  font-size: 12px;
}

.bc-text-\[18px\]{
  font-size: 18px;
}

.bc-text-\[24px\]{
  font-size: 24px;
}

.bc-text-\[32px\]{
  font-size: 32px;
}

.bc-text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.bc-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bc-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.bc-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bc-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.bc-font-bold{
  font-weight: 700;
}

.bc-font-medium{
  font-weight: 500;
}

.bc-font-semibold{
  font-weight: 600;
}

.bc-uppercase{
  text-transform: uppercase;
}

.bc-leading-\[26px\]{
  line-height: 26px;
}

.bc-leading-\[32px\]{
  line-height: 32px;
}

.bc-leading-none{
  line-height: 1;
}

.bc-leading-relaxed{
  line-height: 1.625;
}

.bc-leading-tight{
  line-height: 1.25;
}

.bc-tracking-tight{
  letter-spacing: -0.025em;
}

.bc-tracking-wide{
  letter-spacing: 0.025em;
}

.bc-tracking-widest{
  letter-spacing: 0.1em;
}

.bc-text-\[\#1877F2\]{
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#254343\]{
  --tw-text-opacity: 1;
  color: rgb(37 67 67 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#25D366\]{
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#565761\]{
  --tw-text-opacity: 1;
  color: rgb(86 87 97 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#B91C4E\]{
  --tw-text-opacity: 1;
  color: rgb(185 28 78 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#E5AF4D\]{
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.bc-text-\[\#E60023\]{
  --tw-text-opacity: 1;
  color: rgb(230 0 35 / var(--tw-text-opacity, 1));
}

.bc-text-accent{
  --tw-text-opacity: 1;
  color: rgb(40 65 121 / var(--tw-text-opacity, 1));
}

.bc-text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.bc-text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.bc-text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.bc-text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.bc-text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.bc-text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.bc-text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.bc-text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bc-text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.bc-text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.bc-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.bc-text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.bc-text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.bc-text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.bc-text-primary{
  --tw-text-opacity: 1;
  color: rgb(37 67 67 / var(--tw-text-opacity, 1));
}

.bc-text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.bc-text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.bc-text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.bc-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.bc-text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.bc-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bc-text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.bc-underline{
  text-decoration-line: underline;
}

.bc-line-through{
  text-decoration-line: line-through;
}

.bc-decoration-gray-400{
  text-decoration-color: #9ca3af;
}

.bc-opacity-0{
  opacity: 0;
}

.bc-opacity-100{
  opacity: 1;
}

.bc-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.04\)\]{
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bc-transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bc-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bc-transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bc-transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bc-transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bc-delay-100{
  transition-delay: 100ms;
}

.bc-duration-300{
  transition-duration: 300ms;
}

.bc-duration-500{
  transition-duration: 500ms;
}

.bc-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.images.nickx_product_images_with_video, .woocommerce div.product div.images.woocommerce-product-gallery {
  max-height: unset !important;
}

.nswiper-button-next, .nswiper-button-prev{
  border-radius:100%;
  height: 50px !important;
  width: 50px !important;
}

.nswiper-button-prev.thumb_arrow, .nswiper-button-next.thumb_arrow{
  border-radius:100%;
  height: 30px !important;
  width: 30px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  overflow: auto !important;
}

.bc-product-prev.swiper-button-disabled, .bc-product-next.swiper-button-disabled{
  opacity: 0.9;
  background-color: #f2f2f2;
  box-shadow: none;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
  background-color: #254343 !important;
  color: #E5AF4D !important;
  border-radius: 100% !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before{
  color: #E5AF4D !important;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
  background-color: #254343 !important;
  color: #E5AF4D !important;
  border-radius: 100% !important;
  height:30px !important;
  top: 50% !important;
}

@media (max-width: 600px) {
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    height:30px !important;
    width:30px !important;
    line-height:30px !important;
  }

  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{
    top: 30% !important;
  }
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  border: 1px solid #E5AF4D !important;
  border-radius: 12px;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border: 1px solid #E5AF4D !important;
  border-radius: 12px;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow {
  right: 10px !important;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
  left :10px !important;
}

@media (max-width: 1023px) {
  .woo-variation-product-gallery {
    margin-bottom: 0px !important;
  }
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail > div {
  background-color: #fff !important;
  border: 1px solid #E5AF4D !important;
  border-radius: 12px;
}

.woo-variation-gallery-slider .slick-slide {
  margin-right:2px !important;
}

.woocommerce div.product form.cart .variations {
  border-bottom: 1px solid #eee;
}

.reset_variations{
  display: none;
}

/* Related products slider - equal height cards */

.related-products-slider .swiper-slide {
  height: auto;
}

.related-products-slider .swiper-slide > div {
  height: 100%;
}

.related-products-slider .swiper-slide li {
  height: 100%;
}

.woocommerce table.shop_attributes th{
  text-align: left;
}

.woocommerce-variation-description{
  display: none !important;
}

.woocommerce #review_form #respond textarea {
  border: 1px solid #e9e6ed
}

#commentform #submit{
  background-color: #254343 !important;
  color: #fff !important;
}

.hover\:bc-border-\[\#1877F2\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(24 119 242 / var(--tw-border-opacity, 1));
}

.hover\:bc-border-\[\#25D366\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 211 102 / var(--tw-border-opacity, 1));
}

.hover\:bc-border-\[\#E5AF4D\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.hover\:bc-border-\[\#E60023\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(230 0 35 / var(--tw-border-opacity, 1));
}

.hover\:bc-border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bc-border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.hover\:bc-bg-\[\#1877F2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-\[\#254343\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-\[\#25D366\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-\[\#9a1742\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 23 66 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-\[\#E5AF4D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-\[\#E60023\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 35 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 67 67 / var(--tw-bg-opacity, 1));
}

.hover\:bc-bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 175 77 / var(--tw-bg-opacity, 1));
}

.hover\:bc-text-\[\#254343\]:hover{
  --tw-text-opacity: 1;
  color: rgb(37 67 67 / var(--tw-text-opacity, 1));
}

.hover\:bc-text-\[\#E5AF4D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

.hover\:bc-text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:bc-shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bc-shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bc-border-\[\#E5AF4D\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(229 175 77 / var(--tw-border-opacity, 1));
}

.focus\:bc-outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:bc-ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bc-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bc-ring-\[\#E5AF4D\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 175 77 / var(--tw-ring-opacity, 1));
}

.focus\:bc-ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.active\:bc-scale-90:active{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc-group[open] .group-open\:bc-rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bc-group[open] .group-open\:bc-bg-primary\/10{
  background-color: rgb(37 67 67 / 0.1);
}

.bc-group[open] .group-open\:bc-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(229 175 77 / var(--tw-text-opacity, 1));
}

@keyframes bc-fadeUp{
  0%{
    opacity: 0;
    transform: translateY(40px);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.bc-group:hover .group-hover\:bc-animate-fadeUp{
  animation: bc-fadeUp .8s ease-out forwards;
}

.bc-group:hover .group-hover\:bc-opacity-100{
  opacity: 1;
}

@media (max-width: 600px){
  .max-\[600px\]\:bc-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-\[600px\]\:bc-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 600px){
  .min-\[600px\]\:bc-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
  .sm\:bc-left-\[-20px\]{
    left: -20px;
  }

  .sm\:bc-right-\[-20px\]{
    right: -20px;
  }

  .sm\:bc-mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:bc-mt-12{
    margin-top: 3rem;
  }

  .sm\:bc-h-10{
    height: 2.5rem;
  }

  .sm\:bc-w-10{
    width: 2.5rem;
  }

  .sm\:bc-w-40{
    width: 10rem;
  }

  .sm\:bc-w-60{
    width: 15rem;
  }

  .sm\:bc-flex-row{
    flex-direction: row;
  }

  .sm\:bc-gap-12{
    gap: 3rem;
  }

  .sm\:bc-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:bc-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:bc-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:bc-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:bc-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px){
  .md\:bc-flex{
    display: flex;
  }

  .md\:bc-hidden{
    display: none;
  }

  .md\:bc-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:bc-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:bc-flex-row{
    flex-direction: row;
  }

  .md\:bc-items-center{
    align-items: center;
  }

  .md\:bc-justify-between{
    justify-content: space-between;
  }

  .md\:bc-p-10{
    padding: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:bc-visible{
    visibility: visible;
  }

  .lg\:bc-static{
    position: static;
  }

  .lg\:bc-relative{
    position: relative;
  }

  .lg\:bc-z-\[0\]{
    z-index: 0;
  }

  .lg\:bc-col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:bc-col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:bc-col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:bc-col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:bc-block{
    display: block;
  }

  .lg\:bc-flex{
    display: flex;
  }

  .lg\:bc-grid{
    display: grid;
  }

  .lg\:bc-hidden{
    display: none;
  }

  .lg\:bc-h-auto{
    height: auto;
  }

  .lg\:bc-w-1\/4{
    width: 25%;
  }

  .lg\:bc-w-3\/4{
    width: 75%;
  }

  .lg\:bc-w-full{
    width: 100%;
  }

  .lg\:bc-translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:bc-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:bc-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:bc-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:bc-grid-cols-\[2fr_1fr\]{
    grid-template-columns: 2fr 1fr;
  }

  .lg\:bc-flex-row{
    flex-direction: row;
  }

  .lg\:bc-gap-10{
    gap: 2.5rem;
  }

  .lg\:bc-gap-12{
    gap: 3rem;
  }

  .lg\:bc-bg-transparent{
    background-color: transparent;
  }

  .lg\:bc-p-0{
    padding: 0px;
  }

  .lg\:bc-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:bc-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:bc-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:bc-text-\[16px\]{
    font-size: 16px;
  }
}
