/*========== Colors ========================================*/
:root {
  --lightBlue1: #F2FDFF;
  --lightBlue2: #D9EEF2;
  --lightBlue3: #C6E6EC;
  --medBlue1: #BDE8EC;
  --medBlue2: #9CDDE2;
  --medBlue3: #61C8D1;
  --darkBlue1: #323B52;
  --darkBlue2: #1D2230;
  --darkBlue3: #000000;

  --orange: #FF895A;
  --yellow: #FFEC40;
  --pink: #FF5A95;
  --green: #34DA9E;

  --highlight: var(--orange);
  --lightHighlight: rgba(255, 137, 90, .2);
}



/*========== Flag Classes ==================================== */
.flag {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3px 30px 3px 10px;
}
.title-flag {
  width: fit-content;
}
.green {
  background-image: url(https://coastalcloud.us/wp-content/uploads/2024/03/greenFlag.svg);
}
.pink {
  background-image: url(https://coastalcloud.us/wp-content/uploads/2025/01/pink_flag_25.svg);
}
.orange {
  background-image: url(https://coastalcloud.us/wp-content/uploads/2024/03/orangeFlag.svg);
}
/*========== Fonts =========================================*/
h1, h2, h3, h4, h5, a, a:link, a:visited, li, span, p {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-weight: 800;
  color: var(--darkBlue1);
}
  /*========== Alerts ==========*/ 
  .alert, .alert--error, .flash, .alert--information, .flash--information {
  color: var(--highlight);
  background: var(--lightHighlight);
  border-left: 3px solid var(--highlight);
  box-shadow: none;
  border-radius: 0;
  padding-left: 13px;
  }
  .flash--information h2, .alert h1, .alert--info * {
  color: var(--highlight);
  }
  .flash.flash--success {
  color: green;
  background: rgba(0, 128, 0, .15);
  border-left: 3px solid green;
  }
  .product-landing .product__ordering .alert--error {
  display: none;
  }
/*========== Hide Homepage Elements=========================*/
.slider.owl-carousel {
  display: none;
}
.homepage__callouts > h2 {
  display: none;
}
.homepage__secondary-callouts {

}
.homepage__content {
  display: none;
}

/*========== Header =======================================*/
.header-wrapper {
  background: var(--lightBlue1);
  padding-block: 35px;
  border-bottom: 1px solid var(--lightBlue3);
}
.header--site li a, .header--site li a:link, .header--site li a:visited, .header--site li .cart-indicator a i, #mainNav li a, header.header--site .cart-indicator .cart-content-count, .categories-title{
  color: var(--darkBlue1);
  font-size: 18px;
  font-weight: bold;
}
.container--header header.header--site {
  grid-template: 1fr / auto 1fr auto;
  padding-top: 0;
}
header.header--site .header__content {
  display: none;
}

/*-- logo --*/
header.header--site .logo-space {
  grid-area: 1/1/2/2;
  }
header.header--site .logo-space img {
  max-width: 185px;
}

/*-- dropdown --*/
header.header--site .categories-dropdown {
  grid-area: 1/2/2/3;
  justify-self: center;
  position: relative;
  margin-top: -20px;
  padding: 20px 20px 0;
  width: clamp(150px, 12vw, 200px);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  z-index: 10;
}
 header.header--site .categories-dropdown:hover {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
}
header.header--site .categories-dropdown .categories-title {
  padding: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
    align-items: center;
  border-radius: 15px;
}
.categories-dropdown .categories-title i {
  float: right;
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: -2px;
}
header.header--site .categories-dropdown .categories-title i.fa-chevron-up {
  display: none;
}
header.header--site .categories-dropdown .categories-list {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  transform: translateY(100%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: var(--lightBlue1);
  padding: 12px 20px 20px;
  width: 100%;
}
 header.header--site .categories-dropdown:hover .categories-list {
  display: block;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
}
header.header--site .categories-dropdown .categories-title:hover + .categories-list {
  display: block;
}
header.header--site .categories-dropdown:hover .categories-title {
  background: var(--darkBlue1);
  color: white;
}
header.header--site .categories-dropdown:hover .categories-title i.fa-chevron-down {
  display: none;
}
header.header--site .categories-dropdown:hover .categories-title i.fa-chevron-up {
  display: flex;
}
header.header--site .categories-dropdown li.category {
  display: block;
  border-radius: 15px;
}
header.header--site .categories-dropdown li.category:hover {
  background: var(--yellow);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
}
header.header--site .categories-dropdown li.category a:link, header.header--site .categories-dropdown li.category a:visited {
  height: 100%;
  display: block;
  padding: 12px;
  transition: none;
}
header.header--site .categories-dropdown li.category a:link:hover, header.header--site .categories-dropdown li.category a:visited:hover, header.header--site .categories-dropdown li.category a:hover {
  color: var(--darkBlue1);
}
/*-- search --*/
header.header--site .search-box {
  display: none;
}

/*-- main nav --*/
header.header--site .nav--site {
  grid-area: 1/2/2/3;
  display: none;
  justify-self: center;
}
#mainNav {
  max-width: fit-content;
  }
#mainNav li {
  margin-block: 0;
  margin-inline: clamp(8px, 1vw, 15px);
  }
.header--site #mainNav li a:link, #mainNav li a:visited, .container--header header.header--site li a, .header--site li .cart-indicator a i, header.header--site .cart-indicator .cart-content-count, .categories-title, .container--header header.header--site li a:link, .container--header header.header--site li a:visited {
  font-size: clamp(12px, 1vw, 18px);
}

/*-- user nav --*/
header.header--site .nav--user {
  grid-area: 1/3/2/4;
  }
.container--header header.header--site .nav--user .nav-list.horizontal li {
  padding: 0;
  margin-inline: clamp(8px, 1vw, 15px);
}

/*========== Hero =========================================*/
.homepage__callouts {
  display: none;
}
#heroImage {
  height: 450px;
  width: 100%;
}
#heroImage .hero-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hero-wrapper .hero-content {
  width: var(--container-max-width);
  height: 100%;
  margin: 0 auto;

  display: grid;
  grid-template: 1fr / 2fr 1fr;
  align-items: center;
}
.hero-wrapper h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 66px;

  color: white;
}

.hero-wrapper .green-flag {
background-image: url('https://coastalcloud.us/wp-content/uploads/2025/01/pink_flag_25.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3px 30px 3px 10px;
    display: inline-block;
    margin-top: 2px !important;
    color: var(--darkBlue1);
}

@media only screen and (max-width: 1439px) {
  .hero-wrapper .hero-content {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}

/*========== Body =========================================*/
body {
  background: white;
  overflow-x: hidden;

  grid-template: auto auto 1fr auto / 1fr;
}
.container#bodyContainer {
  background: white;
}

/*========== Cards =========================================*/
.homepage__secondary-callouts {
 margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 32px; 
}
.homepage__secondary-callouts .callouts-title h2 {
  text-align: left;
  font-size: min(48px, 5vw); 
  font-weight: 800;
  color: var(--darkBlue1);
}
.homepage__secondary-callouts .callouts-title *{
  line-height: 25px;
}
.homepage__secondary-callouts .callouts .callout {
  background: var(--darkBlue1);
  height: 350px;
  border-radius: 15px;
  overflow: hidden;

  display: grid;
  grid-template: auto 1fr / 1fr;
}
.homepage__secondary-callouts .callout__image {
  box-shadow: none;
  grid-area: 2/1/3/2;
}
.homepage__secondary-callouts .callout__image img {
  height: 100%;
  object-fit: cover;
} 
.homepage__secondary-callouts .callout__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-block: 16px;
}
.homepage__secondary-callouts .callout__title a:link, .homepage__secondary-callouts .callout__title a:visited {
 font-size: min(22px, 4vw);
  font-weight: 700;
  color: white;

  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3px 30px 3px 10px;
  transition: .25s;
}
.homepage__secondary-callouts .callout:nth-child(1) .callout__title a:link, .homepage__secondary-callouts .callout:nth-child(1) .callout__title a:visited,  .homepage__secondary-callouts .callout:nth-child(3) .callout__title a:link, .homepage__secondary-callouts .callout:nth-child(3) .callout__title a:visited{
  color: var(--darkBlue1);
}
.homepage__secondary-callouts .callout:nth-child(1) .callout__title a:link {
  background-image: url(https://coastalcloud.us/wp-content/uploads/2024/03/greenFlag.svg);
}
.homepage__secondary-callouts .callout:nth-child(2) .callout__title a:link {
  background-image: url('https://coastalcloud.us/wp-content/uploads/2025/01/pink_flag_25.svg');
}
.homepage__secondary-callouts .callout:nth-child(3) .callout__title a:link {
  background-image: url(https://coastalcloud.us/wp-content/uploads/2024/03/greenFlag.svg);
}

@media only screen and (min-width: 1200px) {
  .homepage__secondary-callouts .callout:hover .callout__title a {
    padding-right: 60px;
  }
}

/*========== Page Titles =====================================*/
#bodyContainer .page__title {
  margin: 16px 0 0 0;
}
.page__title h1 {
  font-weight: 800;
  font-size: 60px;
  text-align: left;
  color: var(--darkBlue1);
}

/*========== Product Landing Page ==========*/
.product__ordering .alert.alert--error {
  display: none;
}

/*========== Category Page ==================================*/
#standardView.products--grid, .limited-qty-section.products--grid {
  gap: 32px;
}
.product__info .product__copy, .products.products--grid .product__info .product__cta {
  display: none;
}
#standardView .product, .limited-qty-section .product {
  background: var(--darkBlue1);
  padding: 16px;
  border-radius: 15px;
}
.product .product__image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.product .product__info .product__title h3 a {
  color: white;
  font-weight: 400;
}


/*==== Limited Quantity ====*/
.limited-qty-banner {
  background var(--pink);
  color: var(--darkBlue1);
  border-radius: 15px;
  }

/*========== Buttons =======================================*/
.btnCTA, button.button.button--theme--primary {
  background: var(--yellow);
  border: 2px solid var(--yellow);
  color: var(--darkBlue1);
}
/*========== Checkout ==========*/
#shippingTotal {
  display: none;
}
#billingAndPayment > div:nth-child(1) {
  margin-bottom: 50px;
}

#billingAndPayment > div > div:nth-child(1) {
  display: none;
}
#paymentZero {
  margin-bottom: 24px;
}
#finalizeOrder > div:nth-child(1) > div:nth-child(2) {
  display: none;
}
/*========== Order Submitted ==========*/
.order-summary .order-details dl dt.hide:nth-child(7), .order-summary .order-details dl dd.hide:nth-child(8), .order-view .shipment-details dl dt.hide:nth-child(3), .order-view .shipment-details dl dd.hide:nth-child(4) {
  display: none;
}
/*========== Footer ========================================*/
.footer-wrapper {
  background: var(--darkBlue1);
  border: none;

  align-self: end;
}
footer.footer--site .footer-nav li a, footer.footer--site p, footer.footer--site .nav-list li a {
  color: white;
}

/*========== User Impersonation Styling=========================*/
.imp-container-parent {
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .imp-container {
        background: black;
        color: white;
        font-size: .75rem;
        padding: .5rem;
        display: flex;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }
    select#userToImpersonate {
        width: 100%;
    }

/*========== SALE Banner ==========*/
figure.product.sale {
 position: relative;
 overflow: hidden;
}

figure.product.sale::before {
  position: absolute;
  width: 100%;
  height: 10%;
  content: 'SALE';
  background: var(--orange);
  color: white;
    top: 10%;
    left: -30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .45);
}

/*========== COMING SOON Banner ==========*/
figure.product.soon {
 position: relative;
 overflow: hidden;
}

figure.product.soon::before {
  position: absolute;
  width: 100%;
  height: 10%;
  content: 'COMING SOON';
  background: var(--orange);
  color: white;
    top: 10%;
    left: -30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .45);
}