/*!
 * Theme Name: Berkshire Products
 * Theme URI: https://berkshireproducts.com
 * Description: Custom Child Theme using Astra Parent
 * Author: AntelopeMark
 * Author URI: https://markg.design
 * Template: astra
 * Version: 1.0
 * */
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/berkshire-products/assets/fonts/poppins-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/berkshire-products/assets/fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/berkshire-products/assets/fonts/poppins-medium-webfont.woff2") format("woff2"), url("/wp-content/themes/berkshire-products/assets/fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/berkshire-products/assets/fonts/poppins-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/berkshire-products/assets/fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/berkshire-products/assets/fonts/poppins-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/berkshire-products/assets/fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFCF9;
  color: #020305;
  text-rendering: optimizeLegibility;
}

ul, ol {
  padding-left: 1rem;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
  border: 1px solid #dbdbdb;
  background-color: transparent;
}

button, a {
  cursor: pointer;
}

*:focus {
  outline: 2px solid #d5b096;
  outline-offset: 2px;
}

h1, .h1 {
  font-size: clamp(2rem, 2.5rem + 0.25vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(1.75rem, 2rem + 0.25vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}

h3, .h3 {
  font-size: clamp(1.5rem, 1.75rem + 0.25vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1.25rem, 1.5rem + 0.25vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}

h5, .h5 {
  font-size: clamp(1.125rem, 1.25rem + 0.25vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
}

h6, .h6 {
  font-size: clamp(1rem, 1.125rem + 0.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}

p {
  font-size: clamp(0.875rem, 1rem + 0.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.disclaimer {
  font-size: clamp(0.75rem, 0.875rem + 0.25vw, 1.125rem);
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.menu-text, .header--menu-shop,
.header--menu-knowledge, .header--menu-shop ul.menu li.menu-item a,
.header--menu-knowledge ul.menu li.menu-item a, .header--menu-shop ul.menu li.menu-item .sub-menu li.menu-item a,
.header--menu-knowledge ul.menu li.menu-item .sub-menu li.menu-item a, .header--account-cart .header--account-link, .header--account-cart .header--cart .header--cart-btn {
  font-weight: 600;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #FFFCF9;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.menu-text:hover, .header--menu-shop:hover,
.header--menu-knowledge:hover, .header--menu-shop ul.menu li.menu-item a:hover,
.header--menu-knowledge ul.menu li.menu-item a:hover, .header--menu-shop ul.menu li.menu-item .sub-menu li.menu-item a:hover,
.header--menu-knowledge ul.menu li.menu-item .sub-menu li.menu-item a:hover, .header--account-cart .header--account-link:hover, .header--account-cart .header--cart .header--cart-btn:hover {
  color: rgb(255, 252.6, 250.2);
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

q {
  display: inline;
  font-style: italic;
}

q::before {
  content: open-quote;
  font-style: normal;
}

q::after {
  content: close-quote;
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  appearance: none;
  border-radius: 0;
}

input[type=text] {
  border-radius: 0.25rem;
  height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid #112232;
}

.btn, .header--account-cart .header--account-btn {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn span, .header--account-cart .header--account-btn span {
  font-weight: 600;
}
.btn--light, .header--account-cart .header--account-btn {
  background: #d5b096;
  color: #112232;
}
.btn--light:hover, .header--account-cart .header--account-btn:hover {
  background: rgb(202.6285714286, 156.4918367347, 124.0714285714);
  color: rgb(39.4805970149, 78.9611940299, 116.1194029851);
}
.btn--dark {
  background: #112232;
  color: #d5b096;
}
.btn--dark:hover {
  background: rgb(15.3, 30.6, 45);
  color: rgb(221.4, 191.8, 171);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0.125rem;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 1.25rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.9375rem 1.4375rem;
}

.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-margins {
  margin: 0;
}

.align-right {
  text-align: right;
  justify-content: flex-end;
}

.align-left {
  text-align: left;
  justify-content: flex-start;
}

.align-center {
  text-align: center;
  justify-content: center;
}

.skip-link {
  clip-path: inset(100%);
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9375rem 1.4375rem;
  z-index: 100000;
  right: auto;
}

@keyframes announcementScroll {
  0% {
    transform: translateX(-100%);
    opacity: 100%;
  }
  75% {
    opacity: 100%;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #112232;
  color: #FFFCF9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  z-index: 900;
}
.header--sticky .header--sticky-nav {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: stretch;
  width: 100%;
  padding: 0 1.5rem;
  height: 3rem;
}
.header--sticky .header--sticky-nav .header--nav-left {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: stretch;
  flex: 1;
}
.header--sticky .header--sticky-nav .header--nav-left .header--menu-shop, .header--sticky .header--sticky-nav .header--nav-left .header--menu-knowledge {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: stretch;
  margin-right: 1rem;
}
.header--sticky .header--sticky-nav .header--nav-left .header--search {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  margin-left: 0.5rem;
}
.header--sticky .header--sticky-nav .header--nav-right {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-content: stretch;
  flex: 1;
}
.header--sticky .header--sticky-nav .header--nav-right .header--account, .header--sticky .header--sticky-nav .header--nav-right .header--woo-cart {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-content: stretch;
  margin-left: 1rem;
}
.header--sticky .header--sticky-nav .vertical-separator {
  width: 0.0625rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0.5rem;
}

.header--menu-knowledge {
  margin-left: 0.25rem;
}

.header--menu-shop,
.header--menu-knowledge {
  margin-right: 0.25rem;
}
.header--menu-shop ul.menu,
.header--menu-knowledge ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.header--menu-shop ul.menu li.menu-item,
.header--menu-knowledge ul.menu li.menu-item {
  position: relative;
}
.header--menu-shop ul.menu li.menu-item a,
.header--menu-knowledge ul.menu li.menu-item a {
  padding: 0.5rem 1rem;
}
.header--menu-shop ul.menu li.menu-item .sub-menu,
.header--menu-knowledge ul.menu li.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #112232;
  border-radius: 0.3125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 12.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.header--menu-shop ul.menu li.menu-item .sub-menu li.menu-item,
.header--menu-knowledge ul.menu li.menu-item .sub-menu li.menu-item {
  display: block;
}
.header--menu-shop ul.menu li.menu-item .sub-menu li.menu-item a,
.header--menu-knowledge ul.menu li.menu-item .sub-menu li.menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.header--menu-shop ul.menu li.menu-item .sub-menu li.menu-item a:hover,
.header--menu-knowledge ul.menu li.menu-item .sub-menu li.menu-item a:hover {
  background: rgb(15.3, 30.6, 45);
}
.header--menu-shop ul.menu li.menu-item:hover > .sub-menu,
.header--menu-knowledge ul.menu li.menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 899px) {
  .header--menu-shop ul.menu,
  .header--menu-knowledge ul.menu {
    gap: 0.5rem;
  }
}
@media (max-width: 599px) {
  .header--menu-shop ul.menu,
  .header--menu-knowledge ul.menu {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header--search {
  position: relative;
  width: 13.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
}
.header--search .header--search-form {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  background: #FFFCF9;
  border: 1px solid rgb(39.4805970149, 78.9611940299, 116.1194029851);
  border-radius: 0.25rem;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.5rem;
  overflow: hidden;
}
.header--search .header--search-input {
  display: flex;
  flex: 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: stretch;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #020305;
  padding: 0 0.375rem 0 0;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header--search .header--search-clear {
  display: flex;
  flex: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375rem;
  border-radius: 0.25rem;
  transition: background 0.2s ease-in-out;
}
.header--search .header--search-clear .header--search-icon-clear {
  width: 0.875rem;
  height: 0.875rem;
  fill: #020305;
}
.header--search .header--search-clear:hover {
  background: #B3001B;
}
.header--search .header--search-clear:hover .header--search-icon-clear {
  fill: #FFFCF9;
}
.header--search .header--search-clear.visible {
  display: flex;
}
.header--search .header--search-submit {
  display: flex;
  flex: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375rem;
  margin-left: 0.3125rem;
  border-radius: 0.25rem;
  transition: background 0.2s ease-in-out;
}
.header--search .header--search-submit .header--search-icon {
  width: 1rem;
  height: 1rem;
  fill: #020305;
}
.header--search .header--search-submit:hover {
  background: #285D2B;
}
.header--search .header--search-submit:hover .header--search-icon {
  fill: #FFFCF9;
}
.header--search .header--search-input.has-value + .header--search-clear {
  display: flex;
}

.header--account-cart {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-content: stretch;
  gap: 0.125rem;
}
.header--account-cart .header--account {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: stretch;
}
.header--account-cart .header--account-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}
.header--account-cart .header--account-btn:hover {
  background: rgb(202.6285714286, 156.4918367347, 124.0714285714);
  color: #112232;
}
.header--account-cart .header--account-btn-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  fill: #112232;
}
.header--account-cart .header--account-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.header--account-cart .header--account-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
  fill: #FFFCF9;
  transition: fill 0.3s ease-in-out;
}
.header--account-cart .header--account:hover .header--account-cart .header--account-icon {
  fill: rgb(255, 252.6, 250.2);
}
.header--account-cart .header--cart {
  display: flex;
  flex: 0 0 auto auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  gap: 0.5rem;
  position: relative;
}
.header--account-cart .header--cart .header--cart-btn {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: stretch;
  gap: 0.375rem;
  padding: 0 1rem 0 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.header--account-cart .header--cart .header--cart-btn:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.header--account-cart .header--cart .header--cart-icon {
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFFCF9;
}
.header--account-cart .header--cart .header--cart-count {
  color: #FFFCF9;
  font-size: 1rem;
  font-weight: 600;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(24%, -10%);
  animation: fadeInOut 0.3s ease-in-out;
}
@media (max-width: 899px) {
  .header--account-cart .header--cart .header--cart-btn {
    padding: 0.375rem 0.625rem;
  }
  .header--account-cart .header--cart .header--cart-icon {
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .header--account-cart .header--cart .header--cart-count {
    font-size: 0.625rem;
    width: 1rem;
    height: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
  overflow: auto;
  pointer-events: none;
}
.modal--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  background: #FFFCF9;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
  width: min(90%, 25rem);
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.modal .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.modal .modal-close svg {
  width: 100%;
  height: 100%;
  fill: #020305;
  transition: fill 0.2s ease-in-out;
}
.modal .modal-close:hover svg {
  fill: #B3001B;
}
.modal .modal-body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: stretch;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
@media (max-width: 899px) {
  .modal .modal-content {
    max-width: 21.875rem;
    padding: 1rem;
  }
}
.modal:not(.modal--open) {
  display: none;
}

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