/* 
 Theme Name:   Barra-B Theme
 Theme URI:    
 Description:  for Barra-B
 Author:       Vivas Media
 Author URI:   
 Template:     flatsome
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap');

/* Ensure Flatsome icon font is registered even if inline CSS is stripped */
@font-face {
  font-family: "fl-icons";
  font-display: block;
  src: url("../flatsome/assets/css/icons/fl-icons.eot");
  src:
    url("../flatsome/assets/css/icons/fl-icons.eot#iefix") format("embedded-opentype"),
    url("../flatsome/assets/css/icons/fl-icons.woff2") format("woff2"),
    url("../flatsome/assets/css/icons/fl-icons.ttf") format("truetype"),
    url("../flatsome/assets/css/icons/fl-icons.woff") format("woff"),
    url("../flatsome/assets/css/icons/fl-icons.svg#fl-icons") format("svg");
}

:root {
  --mid-blue: #0043a1;
  --deep-blue: #041328;
  --light-blue: #179BD7;
  --warm-orange: #FF7700;
  --cream: #EFE4D6;
  --dark-cream: #F9F5F0;
  --white: #FFFFFF;
  --light-green: #4fdd7e;
  --green: #357a4c;
  --burgundy: #2D0E08;
  font-family: "Nunito Sans", sans-serif;
}

.burgundy-bg {
  background-color: var(--burgundy);
}

.mid-blue-bg {
  background-color: var(--mid-blue);
} 

.deep-blue-bg {
  background-color: var(--deep-blue);
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-size: 3.5em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.75rem;
}

h4, h5, h6 { 
  font-weight: 500;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase;
}

#logo {
  padding-left:20px;
}

.nav > li > a > i.icon-search {
  font-size: 2.75em;
}

.nav > li.has-icon > a > i {
    margin: 0 0.1em;
}
.nav > li > a > i {
    font-size: 2.75em;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 3px;
    background-color: var(--warm-orange);
}


[data-icon-label]:after {
    background-color: var(--mid-blue);
    font-size: 0.9375rem;
    height: 24px;
    letter-spacing: -.5px;
    line-height: 24px;
    min-width: 24px;
}

.home-section-title {
  border: none;
  color: var(--deep-blue);
  text-align: center;
  margin: 0 auto;
}

.home-section-title .section-title {
  display: block;
  color:inherit;
}

.home-section-title b {
  display: none;
}

.button, .button.big {
  font-family: "Nunito Sans", sans-serif;
  padding: 0.5em 1em;
  border-radius:0.25rem;
  font-weight: 900;
}

.button.primary, .button.primary.big {
  background: linear-gradient(to bottom, #0B274B, #041328);
  border: none;
  transition: background 0.3s ease;
}

.button.primary:hover, .button.primary.big:hover {
  background: linear-gradient(to bottom, #274b82, #1c355a);
}

/* Responsive breakpoints */

/* Phone */
@media (max-width: 767px) {
  h1, h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.75em;
  }

  #logo {
    padding-left: 12px;
  }

  .nav > li > a > i.icon-search,
  .nav > li > a > i {
    font-size: 1.75em;
  }

  .button, .button.big  {
    padding: 0.75em 1.25em;
    font-size: 0.95rem;
  }
  p {
    font-size: 1rem;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  h1, h2 {
    font-size: 2.75em;
  }

  h3 {
    font-size: 2em;
  }

  #logo {
    padding-left: 16px;
  }

  p {
    font-size: 1.125rem;
  }

  .nav > li > a > i.icon-search,
  .nav > li > a > i {
    font-size: 2.15em;
  }
}

/* Desktop */
@media (min-width: 1024px) and (max-width: 1439px) {
  h1, h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 2.25em;
  }
  .button.big  {
    font-size: 1.125rem;
  }

  p {
    font-size: 1.125rem;
  }
}

/* Large desktop */
@media (min-width: 1440px) {
  h1, h2 {
    font-size: 4.25em;
  }

  h3 {
    font-size: 2.5em;
  }

 .button.big  {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.25rem;
  }
}

.barramundi-difference {
  margin-bottom:0;
}
.barramundi-difference h4 {
  font-weight: 600;
};

.section-header-kangaroo-leather {
  top:-30px;
  position: relative;
  background-image: url("/wp-content/uploads/2026/03/kangaroo-leather-header.webp");
  height: 80px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-header-kangaroo-leather {
    height: 100px;
  }
}

@media (min-width: 1024px)  {
  .section-header-kangaroo-leather {
    height: 120px;
  }
}

.kangaroo-image-link {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 2rem auto 0;
  overflow: hidden;
  border-radius: 50%;
}

.kangaroo-leather-header {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding: 2rem 0 0 0;
}

.kangaroo-leather-header img {
  height: 44px;
  width: 80px !important;
  padding-right:0.75rem;
}

.kangaroo-leather-title {
  height:80px;
}

.kangaroo-leather-title .col-inner .img {
  margin: 0;
  width: auto !important;
}
@media (max-width: 600px) {
.kangaroo-leather-title .col-inner .text h3 {
font-size: 1.5rem;
}
}
  
.kangaroo-leather-title .col-inner .text {
  margin: 0;
}
  .kangaroo-leather-title .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.home-icons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 2rem;
  flex-direction: column;
}

.home-icons .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-icons .col-inner .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height:80%;
}


.home-icons > * {
  display: flex;
  align-items: center;
  justify-content: center;
height: auto;
}

.home-icons img {
  max-width: 135px;
}

@media (min-width: 768px) {
  .home-icons img {
    max-width: 150px;
  }
  .home-icons {
    margin-top: 2rem;
  }
}

.latest-product-img {
  margin: 0;
   width: 100%;
    height: auto;
}

.latest-product-home-img {
  margin: 0;
  padding: 0;
}


@media (min-width: 850px) {
  .latest-product-img {
    max-width: 600px;
    margin: 3rem auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .latest-product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

.social-icons {
  display: flex;
  height: auto;
  width: 100% !important;
  margin: 2rem auto !important;
  align-items: center;
}

.social-icon.img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  text-align: center;
}

.social-icon.img img {
  width: 64px;
  height: 64px;
  margin:1rem auto 0 auto;
}

@media (max-width: 549px) {
.social-icon.img img {
    width: 94px;
    height: 94px;
    margin: 0.25rem auto 0 auto;
}
}

@media (min-width: 767px) {
  .social-icon.img img {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1079px) {
.social-icons {
  width:80% !important;
}
}

@media (min-width: 1280px)  {
  .social-icon.img img {
    width: 88px;
    height: 88px;
  }
}

.social-section {
  padding-top: 3rem !important;
}

.payment-icon {
  padding: 0 8px;
  height: 48px;
  width:auto;
}

.ux-menu-link__link {
  border-bottom: none;
  min-height: auto;
  color: #FFF;
}

.ux-menu-link__link .ux-menu-link__text {
  color: var(--white);
  transform: color 0.3s ease;
}

.footer-text-location p {
  margin-bottom: 0;
}

.footer-text-location a {
   color: var(--white); 
}
.footer-logo {
  max-width: 200px;
}

a.mail-link, span.icon-envelop:before {
  color: var(--white) !important;
}

.ux-menu-link__link:hover .ux-menu-link__text {
  color: var(--light-blue);
}

.footer-small-menu {
  color: var(--white);
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
  border-bottom: none;
}

#footer section {
  padding: 0 2rem;
}

#footer h5 {
  padding-bottom:1rem;
}

/* FORM */

.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1rem auto 0 auto;
}

.wpcf7 {
  display: flex;
  justify-content: space-around;
}
.wpcf7 .wpcf7-form-control {
  padding: 0 1rem;
}

.wpcf7 .wpcf7-form-control-wrap input {
  height: 3.5rem;
  max-width: 320px;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid var(--cream) !important;
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  padding: 1rem;
  color: var(--deep-blue) !important;
  background-color: var(--white);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.11);
}

.wpcf7 .wpcf7-form-control.wpcf7-submit.button {
font-family: "Nunito Sans", sans-serif;
  padding: 0.5em 1em;
  border-radius:0.25rem;
  font-weight: 900;
  background: linear-gradient(to bottom, #0B274B, #041328);
  border: none;
  transition: background 0.3s ease;
}

.wpcf7-response-output {
  border: none !important;
  background-color: var(--green);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  border-radius: 0.25rem !important;
  margin: 0 !important;
}


.barrabx-product-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.barrabx-product-actions .button {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	border-radius: 0;
}

.barrabx-product-actions .barrabx-quick-view {
	background: #59c3b3;
	border-color: #59c3b3;
	color: #fff;
}

.barrabx-product-actions .barrabx-add-to-cart {
	background: #2f4969;
	border-color: #2f4969;
	color: #fff;
}

.barrabx-product-actions .button:hover {
	opacity: 0.92;
}

/* comment */