/*
Theme Name: Berneez
Theme URI: https://shopkeeper.getbowtied.com
Description: This is the Child Theme for Shopkeeper - a Hassle-free Worpress Theme with great design and extensive functionality.
Author: Get Bowtied
Author URI: https://getbowtied.com
Template: shopkeeper
Version: 2.0
*/
/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
section {
  background: white;
}

.home section {
  background: transparent;
}

section {
  background: white;
}

.home section {
  background: transparent;
}

#home-banner {
  padding: 5rem;
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
}
#home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #home-banner {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  #home-banner {
    min-height: 500px;
    height: 70vh;
  }
}
#home-banner .banner-content {
  position: relative;
}
#home-banner .cta-banner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #home-banner .cta-banner {
    flex-direction: row;
  }
}
#home-banner .cta-banner .berneez-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 1.1rem;
  font-family: inherit;
  color: #b0ede0;
  background: transparent;
  border: 2px solid #ace6d8;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  outline: none;
  z-index: 2;
  width: 100%;
}
#home-banner .cta-banner .berneez-btn:hover, #home-banner .cta-banner .berneez-btn:focus {
  background: #6e837c;
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 1024px) {
  #home-banner .cta-banner .berneez-btn {
    min-width: 150px;
    max-width: 250px;
    font-size: 1.5rem;
  }
}
#home-banner h1, #home-banner h2 {
  color: white;
  z-index: 1;
}

#home-cta-cards {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
#home-cta-cards .card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
#home-cta-cards .card-container .card {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#home-cta-cards .card-container .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 1 auto;
}
#home-cta-cards .card-container .card h2 {
  background: rgba(255, 255, 255, 0.9);
  color: #6f847d;
  padding: 0.4em 1em;
  border-radius: 8px;
  margin-top: 1em;
  margin-bottom: 1rem;
  display: inline-block;
  z-index: 2;
  width: 90%;
  text-align: center;
  position: relative;
  flex: 0 0 auto;
}
#home-cta-cards .card-container .card:hover {
  opacity: 0.95;
  transform: scale(1.01);
}
#home-cta-cards .card-container .card:hover h2 {
  background: #6f847d;
  color: #ffffff;
}
@media (max-width: 992px) {
  #home-cta-cards {
    padding-top: 3rem;
  }
  #home-cta-cards .card-container {
    grid-template-columns: 1fr;
  }
}

#home-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#home-about .about-us-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  #home-about .about-us-container {
    grid-template-columns: 1fr 1fr;
  }
}
#home-about .about-us-container .about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home-about .about-us-container .about-us-content h2 {
  color: white;
  margin-bottom: 1rem;
}
#home-about .about-us-container .about-us-content p {
  color: white;
  margin-bottom: 2rem;
  font-size: 20px;
}
#home-about .about-us-container .about-us-content .cta-buttons {
  display: flex;
  gap: 1rem;
}
#home-about .about-us-container .about-us-content .cta-buttons .btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 1.1rem;
  font-family: inherit;
  color: #f3a455;
  background: transparent;
  border: 2px solid #003398;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  outline: none;
  z-index: 2;
}
#home-about .about-us-container .about-us-content .cta-buttons .btn:hover, #home-about .about-us-container .about-us-content .cta-buttons .btn:focus {
  background: #F8F005;
  border-color: #fa1414;
  color: #fa1414;
}
#home-about .about-us-container .about-us-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-about .about-us-container .about-us-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header {
  background-color: rgb(255, 255, 255);
  color: black;
  transition: transform 0.3s ease;
  will-change: transform;
}
.site-header.hide-on-scroll {
  transform: translateY(-100%);
}

.site-tools > ul > li > a > span, .main-navigation > ul > li > a {
  color: black;
}

.main-navigation > ul > li a {
  font-size: 1.2rem;
}
.main-navigation > ul > li:last-child a {
  border-right: none;
}

.site-tools ul {
  text-align: right;
}

.main-navigation {
  display: flex;
  justify-content: flex-start;
}

.site-header-sticky.sticky {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.site-header-sticky.sticky.hide-on-scroll {
  transform: translateY(-100%);
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

section {
  background: white;
}

.home section {
  background: transparent;
}

a:not(:has(img)):hover {
  opacity: 1;
}

.about-entry {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
}
.about-entry h1 {
  color: #b0ede0;
}
.about-entry row {
  position: relative;
}
.about-entry.row::before {
  content: "";
  position: absolute; /* Position the overlay absolutely within the parent */
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69); /* Semi-transparent black overlay */
  z-index: 1;
}
.about-entry .about-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.about-entry .about-entry-content p {
  font-size: 1.25rem;
}

.about-sections {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  padding: 40px 20px 20px;
}
.about-sections .about-section {
  text-align: center;
}
.about-sections .about-section img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/300; /* or 1.67 */
  object-fit: cover; /* or contain, depending on your preference */
}
.about-sections .about-section h2 {
  margin-top: 10px;
}
.about-sections .about-section p {
  margin-top: 5px;
  font-size: 20px;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .about-sections {
    grid-template-columns: 1fr;
  }
}

.team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}
.team-members .team-member {
  position: relative;
  overflow: hidden;
}
.team-members .team-member h3 {
  color: #000000;
}
.team-members .team-member img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.team-members .team-member .team-member-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.team-members .team-member:hover img {
  transform: scale(1.1);
}
.team-members .team-member:hover .team-member-info {
  opacity: 1;
}
@media (max-width: 768px) {
  .team-members {
    grid-template-columns: 1fr;
  }
}

.about-sections, .team-members {
  background: rgba(253, 253, 253, 0.7215686275);
}

.stack-container {
  max-width: 1000px;
  margin: 0 auto;
}
.stack-container .card-0 {
  --offset: 20px;
  --top: calc((0 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-1 {
  --offset: 20px;
  --top: calc((1 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-2 {
  --offset: 20px;
  --top: calc((2 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-3 {
  --offset: 20px;
  --top: calc((3 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-4 {
  --offset: 20px;
  --top: calc((4 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-5 {
  --offset: 20px;
  --top: calc((5 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-6 {
  --offset: 20px;
  --top: calc((6 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-7 {
  --offset: 20px;
  --top: calc((7 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-8 {
  --offset: 20px;
  --top: calc((8 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-9 {
  --offset: 20px;
  --top: calc((9 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card {
  width: 100%;
  height: 70vh;
  margin-bottom: 20px;
  border-radius: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.7s ease, box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.stack-container .card:hover {
  transform: scale(1.03);
  box-shadow: 3px 10px 13px rgba(0, 0, 0, 0.5);
}
.stack-container .card .card-content {
  background: rgba(30, 30, 30, 0.85);
  color: #fff;
  padding: 2rem;
  border-radius: 0 0 45px 45px;
}
.stack-container .card .card-content h3 {
  margin-top: 0;
  color: #b0ede0;
}
.stack-container .card .card-content .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #ff4757;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
}
.stack-container .card .card-content .btn:hover {
  background-color: #ff1428;
}

.contact-banner {
  background-color: #f0fcfa;
  padding: 60px 0;
  text-align: center;
}
.contact-banner .contact-links-wrapper {
  text-align: center;
}
.contact-banner .contact-links-inner {
  display: inline-block;
  text-align: left;
}
.contact-banner .social-link {
  color: #000;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.contact-banner .social-link:hover {
  color: #6f847d;
}

.faq-section {
  padding: 60px 0;
}
.faq-section .faq-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .faq-section .faq-columns {
    grid-template-columns: 1fr;
  }
}
.faq-section .faq-columns .faq-column {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-columns .faq-column h2 {
  margin-bottom: 20px;
  text-align: center;
}

.accordion-item {
  border-bottom: 1px solid #eee;
}
.accordion-item .accordion-input {
  display: none;
}
.accordion-item .accordion-header {
  display: block;
  width: 100%;
  padding: 15px;
  background: none;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.accordion-item .accordion-header:hover {
  color: #6f847d !important;
}
.accordion-item .accordion-header::after {
  content: "+";
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 15px;
}
.accordion-item .accordion-input:checked + .accordion-header::after {
  transform: rotate(45deg);
}
.accordion-item .accordion-input:checked ~ .accordion-content {
  max-height: 500px;
  padding: 15px;
}

#primary {
  background: white;
}

.woocommerce-product-gallery__wrapper div#product-gallery {
  width: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex; /* Enable flexbox layout */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}
.woocommerce-product-gallery__wrapper div#product-gallery + div#product-gallery {
  display: none; /* Hide the duplicate ID element */
}
.woocommerce-product-gallery__wrapper div#product-gallery img.zoomImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

form.variations_form.cart .custom-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* replaces margin on children */
}
form.variations_form.cart .custom-radio {
  display: inline-flex; /* or flex if you prefer */
  margin: 0; /* important: remove 0 10px */
  cursor: pointer;
}
form.variations_form.cart .custom-radio input {
  display: none;
}
form.variations_form.cart .custom-radio span {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f7f7f7;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
form.variations_form.cart .custom-radio span:hover {
  background-color: #e7e7e7;
}
form.variations_form.cart .custom-radio input:checked + span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
form.variations_form.cart .single_variation_wrap {
  margin-top: 16px;
}
form.variations_form.cart label.custom-radio:first-child {
  margin-left: 0;
}

.post_tags a:hover, .widget .tagcloud a:hover, .widget_shopping_cart .buttons a.view_cart, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_product_categories ul li.current-cat > a:before, .woocommerce-page .widget_product_categories ul li.current-cat > a:before, .widget_product_categories ul li.current-cat > a:before, .widget_product_categories ul li a:hover:before, .widget_layered_nav ul li a:hover:before, input[type=radio]:checked:after, .input-radio:checked:after, input[type=checkbox]:checked:after, .input-checkbox:checked:after, .return-to-shop .button.wc-backward {
  border-color: #6f847d;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus, .widget_shopping_cart .buttons .button.wc-forward.checkout {
  background: #6f847d !important;
}

.widget_shopping_cart .buttons a.view_cart, .widget.widget_price_filter .price_slider_amount .button, .products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward, body.gbt_classic_notif .woocommerce-info .button, .url:hover, .product_infos .yith-wcwl-wishlistexistsbrowse a:hover, .wc-block-grid__product-add-to-cart .wp-block-button__link, .products .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before, .catalog-ordering span.select2-container .selection:hover .select2-selection__rendered, .catalog-ordering .select2-container .selection:hover .select2-selection__arrow:before, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions .button:hover, .woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  color: #6f847d !important;
}
.widget_shopping_cart .buttons a.view_cart:hover, .widget.widget_price_filter .price_slider_amount .button:hover, .products a.button:hover, .woocommerce .products .added_to_cart.wc-forward:hover, .woocommerce-page .products .added_to_cart.wc-forward:hover, body.gbt_classic_notif .woocommerce-info .button:hover, .url:hover:hover, .product_infos .yith-wcwl-wishlistexistsbrowse a:hover:hover, .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .products .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before:hover, .catalog-ordering span.select2-container .selection:hover .select2-selection__rendered:hover, .catalog-ordering .select2-container .selection:hover .select2-selection__arrow:before:hover, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions .button:hover:hover, .woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button:hover:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover:hover {
  color: #b0ede0 !important;
}

.product_infos .yith-wcwl-wishlistaddedbrowse a:hover, .shipping-calculator-button:hover, .products a.button:hover, .woocommerce .products .added_to_cart.wc-forward:hover, .woocommerce-page .products .added_to_cart.wc-forward:hover, .products .yith-wcwl-wishlistexistsbrowse:hover a, .products .yith-wcwl-wishlistaddedbrowse:hover a, .order-number a:hover, .post-edit-link:hover, .getbowtied_ajax_load_button a:not(.disabled):hover, .getbowtied_blog_ajax_load_button a:not(.disabled):hover {
  color: #b0ede0;
}

.variations select {
  display: none !important;
}

@media screen and (min-width: 64.0625em) {
  .page-template-default .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.retail-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.retail-container h2, .retail-container p {
  color: white;
}
.retail-container p {
  margin-bottom: 0;
}
.retail-container a {
  color: #f3a455;
}
.retail-container img {
  max-height: 150px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .retail-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer {
  background-color: #414141;
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 101;
}
.site-footer ul {
  margin-left: 0;
}
.site-footer ul li {
  list-style: none;
}
.site-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-footer .footer-container .footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .footer-container .footer-column .footer-logo img {
  max-width: 150px;
}
.site-footer .footer-container .footer-column .footer-menu, .site-footer .footer-container .footer-column .footer-legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-container .footer-column .footer-menu a, .site-footer .footer-container .footer-column .footer-legal-menu a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.site-footer .footer-container .footer-column .footer-social-icons {
  display: flex;
  gap: 10px;
}
.site-footer .footer-container .footer-column .footer-social-icons .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

#why-us {
  background: rgba(90, 150, 130, 0.3411764706);
  padding: 60px 15px 40px;
  text-align: center;
  margin: 0;
  width: 100%;
}
#why-us .why-us-title {
  font-size: 2.5rem;
  margin-bottom: 18px;
  color: #000;
}
#why-us .why-us-text {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.18rem;
  color: #444;
}
#why-us .why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 35px;
}
#why-us .why-us-item {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(60, 60, 60, 0.06);
  padding: 28px 12px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why-us .why-us-item .why-us-icon {
  margin-bottom: 14px;
}
#why-us .why-us-item .why-us-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
#why-us .why-us-item .why-us-item-title {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#why-us .why-us-item .why-us-link {
  margin-top: auto;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}
#why-us .why-us-item .why-us-link:hover {
  color: black;
}
@media (max-width: 991px) {
  #why-us .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #why-us .why-us-grid {
    grid-template-columns: 1fr;
  }
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

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