/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

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

/* SKU PRODUCTION TIME CONDITION */


.delivery-copy {
margin-bottom: 12px;
font-size: 12px;
color: #555;
font-style: italic;
}

.product-delivery-note .delivery-title {
display: block;
font-weight: 600;
margin-bottom: 4px;
color: #212930;
}

.delivery-instock {
display: inline;
}

/* Toggle for custom items */
.is-custom .delivery-custom {
display: inline;
}

.is-custom .delivery-instock {
display: none;
}

.checkout-steps .btn-sm.btn.secondary {
	padding: 0.25rem 0.5rem;
}

@media (min-width: 1200px) {
  .checkout-page-fields form#checkout-form {
      max-width: 50%;
  }
}

/* END */

/* LOGIN ANNOUNCEMENT */
.announcement-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: transform .3s ease, box-shadow .3s ease;
}

.announcement-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.announcement-icon {
  flex-shrink: 0;
}

.announcement-content h4 {
  margin: 0 0 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.announcement-content p {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.5;
}

.announcement-content .note {
  color: #6b7280;
  font-style: italic;
}

.announcement-title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333 !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .announcement-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .announcement-icon {
    margin-bottom: 12px;
  }

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


/* ANNOUNCEMENT BANNER */

/* GENERAL */

.form-check-input:checked {
    background-color: #6ac64b;
}

input.btn.secondary.outline.btn-apply.button {
    border: 1px solid #cbe1d1;
    background: #cbe1d1;
    color: #212930;
}

input.btn.secondary.outline.btn-apply.button:hover {
    border: 1px solid #6ac64b;
    background: #6ac64b;
    color: #fbfeff;
}

body {
letter-spacing: -.48px;
background-image: linear-gradient(189deg, #e6f0e5 11%, #fbfeff 22%);
}

.form-select {
border: 1px solid #b7bcc2 !important;
border-radius: 40px;
font-weight: 400;
font-size: 16px;
color: #212930 !important;
}

.sign-in-form .form-control {
padding: 12px 20px;
border: 1px solid #b7bcc2 !important;
border-radius: 40px;
font-weight: 300;
font-size: 16px;
color: #212930 !important;
}

i.fa.fa-solid.fa-eye, i.fa.fa-solid.fa-eye-slash {
bottom: 15px;
}

.regform i.fa.fa-solid.fa-eye, .regform i.fa.fa-solid.fa-eye-slash {
top: 43px;
}

.product-thumbnail:hover a h5{
color:#6ac64b !important;
}

ul.pagination {
margin: 2rem 0;
}

.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
font-size: 16px;
line-height: 30px;
color: #212930 !important;
}

h2.truncated {
line-height: 30px;
color: #212930 !important;
}

.current-price {
color: #212930;
}

span.select2-selection.select2-selection--single {
border: 1px solid #42ace2 !important;
border-radius: 10px;
}

/* Production option amount */
input.form-control.amount {
border-radius: 10px;
border: 1px solid #42ace2 !important;
}

/* add to cart button */

input.btn.primary.add-to-cart {
background-color: #6ac64b;
font-size: 16px;
font-weight: 700;
color: #FFFFFF;
padding: 10px 25px;
border-radius: 78px;
border-color: #6ac64b;
}

input.btn.primary.add-to-cart:hover {
background-color: #cbe1d1;
color: #212930;
border-color: #cbe1d1;
}


/* Production option quantity */
input.form-control.quantity.ui-spinner-input {
border: 1px solid #b7bcc2 !important;
border-radius: 40px;
}

.btn {
font-weight: 600;
}

.btn.secondary {
border-radius: 78px;
padding: 11px 30px;
}

.cred-note {
    padding: 16px;
    background: #cbe1d1;
    border-radius: 20px;
    color: #212930 !important;
    margin: 1rem 0 !important;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .product-page-main .prod_option_block .product-personalization label, .product-page-main .prod_option_block .personalization-groups label {
        width: 30%;
    }
}

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

/*-------------------*/
/* TOP NAV */


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

/*-------------------*/
/* HEADER */

.navbar.header-navbar {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto auto;
align-items: center;
column-gap: 0px;
}

.navbar-brand.logo-container {
grid-column: 1;
grid-row: 1 / span 2;
display: flex;
align-items: center;
padding-right: 0;
}

/* Top utility nav (Home / FAQ / Login / Cart) */
.top-bar-nav {
grid-column: 2;
grid-row: 1;
width: 100%;
display: block;
}

/* Categories + search */
.headerLinks {
grid-column: 2;
grid-row: 2;
width: 100%;
}

/* Keep categories aligned nicely */
.headerLinks .navbar-nav {
display: flex;
align-items: center;
}

/* Search stays on the right */
.headerLinks form {
margin-left: auto;
}

/* Prevent logo from shrinking */
.logo-container img {
max-height: 100px;
width: auto;
}


/* Ensure all header content appears above the gradient */
/*.header-container * {
position: relative;
z-index: 1;
}
*/
/* Top nav bar remains transparent so gradient shows */
.top-bar-nav {
background: transparent;
}

/* Logo also floats on gradient */
.logo-container,
.navbar-brand {
background: transparent;
}

.logo-container {
margin: 0;
}

.header-container.sticky-header {
box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

/*-------------------*/
/* CATEGORY NAV */

.mobile-slider {
padding-left: 20px;
padding-right: 20px;
height: 100dvh;
}

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

a.dropdown-item:hover {
color: #6ac64b !important;
opacity: 1 !important;
padding: 0;
}

.mobile-slider a.main-cat {
color: #707377;
border-bottom: 1px solid #eef2f6;
padding: 9px 0 10px !important;
}

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

/*-------------------*/
/* CONTENT */

.giveaway-banner {
  display: none;
}

body.promo-giveaway-page .giveaway-banner {
  display: block;
}

.giveaway-banner {
  background-color: #cde1cb;
  padding: 36px;
  border-radius: 16px;
}

.giveaway-subtext {
    line-height: 22px;
}


.product-list,
.product-list-home,
.related-products-thumbnails,
.recently-viewed-products-thumbnails {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin: 1rem !important;
margin-right: 1rem !important;
padding-right: 0;
}

.product-thumbnail {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
padding: 16px;
margin: 0 !important;
width: auto !important;
transition: transform .2s ease, box-shadow .2s ease;
}

.product-thumbnail:hover {
transform: translateY(-20px);
box-shadow: 0 10px 30px rgba(0,0,0,.1);
}


.thumbnail-img-container {
background: #fff;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.thumbnail-img-container img {
max-height: 180px;
width: auto;
object-fit: contain;
}

.thumbnail-description-container {
text-align: center;
}

.thumbnail-description-container h5 {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin-bottom: 6px;
color: #1a1a1a;
}

.thumbnail-description-container .card-text {
font-size: 16px;
font-weight: 700;
color: #0d4b8b; /* Jani-King blue */
margin: 0;
}

.product-thumbnail a {
text-decoration: none;
color: inherit;
}

/* size chart button link modification */
.quantity-discount > button,
.quantity-discount > button:focus, .size-chart > button,
.size-chart > button:hover, .size-chart > button:focus {
color: #000 !important;
}

.size-chart .btn-link,
.quantity-discount .btn-link {
text-decoration: none !important;
  font-weight: 400;
}

.size-chart .btn-link:hover,
.quantity-discount > button:hover {
text-decoration: underline !important;
      color: #6ac64b !important;
}


/* Enable overlay on each slide */
.carousel-item {
position: relative;
}

/* Dark overlay layer */
.carousel-item::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.15); /* adjust darkness */
z-index: 1;
}

/* Keep image visible under overlay */
.carousel-item img {
position: relative;
z-index: 0;
}

/* Keep caption & button above overlay */
.carousel-caption {
position: absolute;
z-index: 2;
}

.carousel-item .btn.primary {
font-weight:500;
}

.featured-categories-container {
background-color: #FBFEFF;
padding: 5rem 0 !important;

}

.featured-products-container {
  background-image: linear-gradient(#e6f0e5, #fff);
}

.featured-categories-container h2,
.featured-products-container h2{
text-align: center !important;
font-size: 56px;
font-weight: 400;
line-height: 56px;
color: #212930 !important;
letter-spacing: -1.68px;
}
.featured-categories-inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.featured-categories-inner .box {
width: calc((100% - 60px) / 3);
margin-bottom: 20px;
box-shadow: 0 12px 16px -4px #00000014,0 4px 6px -2px #00000008;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
padding: 0;
transition: .3s;
}

.box-content {
padding: 20px;
}

.featured-categories-inner img {
max-width: 100%;
}
.featured-categories-inner span {
display: block;
font-size: 20px;
font-weight: bold;
color: #333333;
}


.featured-categories-inner .btn.secondary svg {
background-color: #1fec85;
border-radius: 20px;
width: 14px;
height: 14px;
margin-left: 4px;
padding: 3px;
}
.featured-categories-inner .btn.secondary svg path {
fill: #3378c6 !important;
}


/* Only round the top corners of the image */
.featured-categories-inner .box img {
width: 100%;
display: block;
}

/* Card shape */
.featured-categories-inner .box {
overflow: hidden;
position: relative;
}

/* Image base */
.featured-categories-inner .box img {
width: 100%;
display: block;
transition: transform 0.6s ease, filter 0.4s ease;
}


/* Keeps overlay locked inside rounded edges */
.featured-categories-inner .box .box-content {
position: relative;
z-index: 2;
background: #fff;
}

span.blue-text {
color: #006699;
}

.featured-categories-inner .box a:hover,
.featured-categories-inner .box a:hover span{
text-decoration: none;
color: #006699;
}

.box {
position: relative;
overflow: hidden;
}

.box img {
display: block;
width: 100%;
height: auto;
}

/* Overlay */
.box::after {
content: "";
position: absolute;
inset: 0;
background: rgba(106, 198, 75, 0.25);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}

/* Hover state */
.box:hover::after {
opacity: 1;
}

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

/*-------------------*/
/* PRODUCT THUMBS */

.main-img-container {
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}

.product-page-main .images-wrapper ul li .small-thumb {
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}

.product-page-main .images-wrapper ul li {
border: none;
}

.ratio::before {
padding-top: 0;
}

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

/*-------------------*/
/* PRODUCT */

.prod_option_block .product-personalization .form-item {
    align-items: center;
}

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

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */

.footer-container .wrapper {
    padding: 46px 24px 40px !important;
}

/* Main 2-column brand grid */
.footer-brand-grid {
display: grid;
grid-template-columns: auto 1fr;
column-gap: 20px;
align-items: start;
}

/* Left column (logo) */
.footer-brand-logo img {
display: block;
max-width: 100%;
}

/* Right column content */
.footer-brand-content {
display: flex;
flex-direction: column;
}

/* Copyright */
.footer-copy {
font-size: 14px;
font-weight: 300;
color: #FFFFFF;
line-height: 26px;
margin-bottom: 10px;
}

/* Address */
.footer-address {
font-size: 14px;
line-height: 26px;
margin-bottom: 8px !important;
font-weight: 300;
}

/* Email + phone */
.footer-brand-content p {
margin-bottom: 0;
}

/* Social icons row */
.footer-social {
display: flex;
gap: 0px;
padding: 0;
list-style: none;
margin-top: 12px;
}

.footer-social .nav-link {
padding: 0.5rem .8rem;
border-radius: 10%;
}

.footer-social .nav-link:hover, .footer-social .nav-link:focus {
color: #45596D !important;
background: #fff;
}

.footer-container a:hover svg {
fill: #45596D !important;
}

.footer-social svg {
height: 20px;
fill: #fff;
opacity: 0.9;
transition: 0.2s ease;
}

.footer-social a:hover svg {
opacity: 1;
transform: translateY(-2px);
}

.footer-nav-t {
font-size: 18px !important;
font-weight: 500;
}

.footer-container a {
color: #ffffff;
fill: #ffffff;
font-weight: 300 !important;
font-size:16px;
}

.footer-container a:hover {
color: #6ac64b;
}

.footer-mobile-only { display: none; }

.footer-container .links.pages li a {
padding-left: 0;
}

.copyright-section,
.mobile-copyright-section {
border-top: 1px solid #6a7279 !important;
}
.copyright-section p{
padding-top: 23px;
font-weight: 300;
line-height: 22px;
}




/* Mobile stacking */



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


/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media (min-width: 1200px) {
h2, .h2 {
font-size: 27px;
font-weight: 700;
}

h4, .h4 {
font-size: 20px;
}

.thumbnail-img-container {
padding: 17px;
/*aspect-ratio: 1 / 1*/
}


}


@media screen and (max-width: 1200px){
.featured-categories-inner {
justify-content: center;
}

.featured-categories-inner .box {
width: calc((100% - 15px) / 2);
}


}


.mobile-slider::before {
content: none !important;
}

@media (max-width: 991px) {
  
svg #filter {
  fill: #000;
}  
  
button#mobile-slider-button {
background-color: #cde1cb;
border-radius: 40px;
width: 40px;
height: 40px;
}

.header-container nav.navbar > button svg {
width:20px;
}


.footer-mobile-only { display: block; }

.footer-mobile-only {
padding: 35px 8px 35px 8px;
text-align: center;
}

.footer-mobile-social {
display: flex;
justify-content: center;
gap: 16px;
list-style: none;
padding: 0;
margin: 16px 0px 50px 0px;
}

.footer-mobile-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
text-align: left;
}

img.footer-logo {
height: 100%;
height: auto;
max-width: 250px;
}

.left-copy {
text-align: center;
}

.address-copy {
font-size: 12px;
}

.footer-container a svg {
height: 1.5rem;
width: 1.5rem;
}

.mobile-slider li > a {
font-size: 16px;
font-weight: 500;
}

.mobile-slider-overlay {
background-color: transparent;
}

.navbar.header-navbar {
display: flex;
}

.product-list, .product-list-home, .related-products-thumbnails, .recently-viewed-products-thumbnails {
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
  
  .featured-categories-container h2, .featured-products-container h2 {
    text-align: center !important;
    letter-spacing: -.96px;
    font-size: 32px;
    line-height: 36px;
    color: #212930 !important;
  }
}

@media (max-width: 768px) {
.product-list {
gap: 16px;
}

.thumbnail-img-container img {
max-height: 140px;
}

.featured-categories-container {
padding: 3rem 1rem !important;
}

.featured-categories-inner {
flex-direction: column;
gap: 20px;
}

.featured-categories-inner .box {
width: 100%;
max-width: 420px;
margin: 0 auto;
}

.box-content {
padding: 16px;
}

.featured-categories-inner span {
font-size: 18px;
}

.featured-categories-inner .btn.secondary {
width: 100%;
text-align: center;
padding: 10px 16px;
}



}


@media screen and (max-width: 660px){

.mobile-slider {
max-height: 100%;
}

}

@media screen and (max-width: 340px){

}

@media (hover: none) {
.featured-categories-inner .box:hover img {
transform: scale(1);
}
}


/* =========================
PAGES – FAQS
========================= */

.faq-wrapper {
padding: 40px 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
color: #333333;
line-height: 1.6;
font-size: 16px;
min-height: 60vh;
}

.faq-title {
margin: 40px 0 20px;
color: #006699;
font-size: 27px;
font-weight: bold;
line-height: 30px;
}

.faq-subtitle {
font-size: 20px;
line-height: 28px;
font-weight: bold;
color: #2c3e50;
}

/* =========================
ACCORDION – BASE
========================= */

.accordion {
width: 100%;
}

.accordion-item {
border-radius: 6px;
overflow: hidden;
border: 1px solid #e2e6ea !important;
margin-bottom: 20px;
}

.accordion-button {
padding: 16px 20px;
font-weight: 600;
color: #2c3e50;
text-align: left;
align-items: flex-start;
}

.accordion-button:not(.collapsed) {
background-color: #f4f7f9;
color: #006699;
}

.accordion-button span {
display: block;
width: 100%;
word-break: break-word;
}

.accordion-body {
padding: 18px 22px;
}

.accordion-body p {
margin-bottom: 14px;
}

.accordion-body a {
word-break: break-word;
}

/* Headings spacing */
h3 {
padding: 0 10px;
}

/* =========================
CONTACT ACCORDION
========================= */

#contactAccordion {
width: 100%;
}

#contactAccordion .accordion-body p {
margin-bottom: 12px;
}

/* =========================
RESPONSIVE – TABLET
========================= */

@media (max-width: 991px) {
.accordion-button {
padding: 14px 16px;
}

.accordion-button span {
font-size: 18px !important;
line-height: 26px !important;
}

.accordion-body {
font-size: 15px;
}
}

/* =========================
RESPONSIVE – MOBILE
========================= */

@media (max-width: 575px) {
.accordion-button span {
font-size: 16px !important;
line-height: 24px !important;
}

.accordion-body {
font-size: 14px;
padding: 14px 16px;
}

h3 {
font-size: 22px !important;
line-height: 28px !important;
}

/* Reduce outer vertical padding */
div[style*="padding: 40px 0"] {
padding: 24px 0 !important;
}

.mobile-copyright-section {
text-align:center;
}
}

/* =========================
RESPONSIVE – VERY SMALL
========================= */

@media (max-width: 375px) {
.accordion-button span {
font-size: 15px !important;
}

.accordion-body {
font-size: 13.5px;
}
}