.wtrr-h-wrap {
  padding-top: 150px !important;
}

/* ============================================================
   HOME PAGE (ID: 3163) FINAL CLEANUP
   ============================================================ */
/* 1. REMOVE THE 1.2rem TOP MARGIN GAP */
/* This specifically kills the margin-block-start found in your inspector */
.page-id-3163 :root :where(.is-layout-flow) > .alignfull:first-child,
.page-id-3163 :root :where(.is-layout-flow) > header:first-child,
.page-id-3163 .entry-content > :first-child {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Ensure the main container and blocks have zero padding at the very top */
.page-id-3163 .wp-site-blocks,
.page-id-3163 .entry-content {
  padding-top: 0 !important;
}

/* 2. LOGO SIZE (ORIGINAL COLORS KEPT) */
.page-id-3163 .wp-block-site-logo img {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
}

/* 3. HEADER TEXT & ICON COLORS (#202025) */
/* Menu Links */
.page-id-3163 .wp-block-navigation .wp-block-navigation-item__label {
  color: #202025 !important;
  font-weight: 700;
}

/* Icons (Account, Cart, and Mobile Toggle) */
.page-id-3163 .wc-block-customer-account__account-icon,
.page-id-3163 .wc-block-mini-cart__icon,
.page-id-3163 .wp-block-navigation__responsive-container-open svg {
  color: #202025 !important;
  fill: #202025 !important;
}

/* Cart Badge Number */
.page-id-3163 .wc-block-mini-cart__badge {
  background-color: #202025 !important;
  color: #ffffff !important;
}

/* 4. STICKY HEADER FIX */
.page-id-3163 .is-position-sticky {
  top: 0 !important;
  z-index: 9999 !important;
}

.page-id-3163 .wtrr-root {
  margin-top: -1.2rem;
}

.wtrr-h-wrap {
  padding-top: 150px !important;
}

/* ============================================================
   GLOBAL CLEANUP
   ============================================================ */
/* 1. REMOVE THE 1.2rem TOP MARGIN GAP */
:root :where(.is-layout-flow) > .alignfull:first-child,
:root :where(.is-layout-flow) > header:first-child,
.entry-content > :first-child {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Ensure the main container and blocks have zero padding at the very top */
.wp-site-blocks,
.entry-content {
  padding-top: 0 !important;
}

/* 2. LOGO SIZE */
.wp-block-site-logo img {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
}

/* 3. HEADER TEXT & ICON COLORS */
.wp-block-navigation .wp-block-navigation-item__label {
  color: #202025 !important;
  font-weight: 700;
}

.wc-block-customer-account__account-icon,
.wc-block-mini-cart__icon,
.wp-block-navigation__responsive-container-open svg {
  color: #202025 !important;
  fill: #202025 !important;
}

.wc-block-mini-cart__badge {
  background-color: #202025 !important;
  color: #ffffff !important;
}

/* 4. STICKY HEADER FIX */
.is-position-sticky {
  top: 0 !important;
  z-index: 9999 !important;
}

.wtrr-root {
  margin-top: -1.2rem;
}

.wtrr-final-master {
  background-color: #ffffff !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
}

.wtrr-master-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.wtrr-master-accent {
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #04D9FF 33.33%, #FF6600 33.33%, #FF6600 66.66%, #00FF00 66.66%);
}

.wtrr-master-banner {
  padding: 45px 0;
  border-bottom: 1px solid #f2f2f2;
}

.wtrr-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wtrr-banner-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wtrr-master-icon {
  background-color: #04D9FF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wtrr-master-icon img {
  width: 24px;
  filter: brightness(0);
}

.wtrr-banner-text h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 19px;
  margin: 0;
  color: #111;
  letter-spacing: 0.5px;
}

.wtrr-banner-text p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  color: #666;
  margin: 3px 0 0 0;
}

.wtrr-master-btn {
  background: #111;
  color: #fff !important;
  padding: 16px 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none !important;
  border-radius: 4px;
  transition: 0.3s;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.wtrr-master-btn:hover {
  background: #FF6600;
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.25);
  transform: translateY(-3px);
}

.wtrr-master-mid {
  padding: 40px 0;
}

.wtrr-master-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr 1.4fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.wtrr-master-h {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900;
  font-size: 16px;
  color: #111;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wtrr-master-h::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background: #111;
}

.underline-cyan::after {
  background: #04D9FF !important;
}

.underline-orange::after {
  background: #FF6600 !important;
}

.underline-green::after {
  background: #00FF00 !important;
}

.wtrr-master-body {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  font-family: "Source Sans 3", sans-serif;
}

.wtrr-master-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wtrr-master-menu li {
  margin-bottom: 14px;
}

.wtrr-master-menu a {
  text-decoration: none !important;
  color: #111;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: 0.2s ease;
}

.wtrr-master-menu a:hover {
  color: #FF6600;
  border-color: #FF6600;
}

.wtrr-social-list {
  text-align: right;
}

.wtrr-master-bottom {
  background: #fcfcfc;
  border-top: 1px solid #f0f0f1;
  padding: 40px 0;
}

.wtrr-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wtrr-master-copy {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}

.wtrr-master-payments {
  display: flex;
  gap: 20px;
}

.wtrr-master-payments img {
  height: 32px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s;
}

.wtrr-master-payments img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 991px) {
  .wtrr-banner-flex {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .wtrr-banner-left {
    flex-direction: column;
  }
  .wtrr-master-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .wtrr-master-h {
    display: inline-block !important;
    text-align: left;
    width: auto;
    margin-bottom: 20px;
    font-size: 15px !important;
  }
  .wtrr-master-h::after {
    left: 0 !important;
    transform: none !important;
    width: 30px !important;
  }
  .wtrr-about-col {
    grid-column: span 2;
    text-align: left;
    margin-bottom: 10px;
  }
  .wtrr-social-col {
    grid-column: span 2;
    text-align: left;
    margin-top: 20px;
  }
  .wtrr-social-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin-top: 10px;
    text-align: left;
  }
  .wtrr-social-list li {
    margin: 0 !important;
  }
  .wtrr-master-menu a {
    font-size: 14px !important;
  }
  .wtrr-master-menu a:hover {
    padding-left: 0;
  }
  .wtrr-bottom-flex {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .wtrr-master-payments {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .wtrr-master-grid {
    grid-template-columns: 1fr;
  }
  .wtrr-social-list {
    gap: 15px !important;
  }
}
@media (min-width: 992px) {
  .wtrr-social-list {
    text-align: left;
  }
}
.archive .transparent.sticky + .wp-block-group {
  padding-top: 150px !important;
}

/* 
   Target Category/Archive pages only.
   Select the DIV immediately following the Header inside the site wrapper.
*/
/* Apply to all pages EXCEPT the homepage */
body:not(.home) .wp-site-blocks > header.wp-block-template-part + .wp-block-group {
  padding-top: 150px !important;
}

@media (max-width: 782px) {
  /* Apply to all pages EXCEPT the homepage */
  body:not(.home) .wp-site-blocks > header.wp-block-template-part + .wp-block-group {
    padding-top: 120px !important;
  }
}
/* Fix the Dropdown Overlap */
.variations td.value select {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 40px 10px 15px !important; /* Extra padding on the right for the arrow */
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  /* Custom arrow to ensure it doesn't overlap text */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px auto;
}

/* Style the "SIZE" Label */
.variations th.label {
  padding-right: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #000;
}

/* Add space between rows */
.variations tr {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: black;
}

.single-product form.cart .reset_variations {
  top: 5px !important;
}

.wp-site-blocks header.transparent,
.desktop-header {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .wp-site-blocks header.transparent,
  .desktop-header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
  }
}
@media (min-width: 992px) {
  .wtrr-fb {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s ease;
    height: 85% !important;
    left: -5% !important;
  }
}