/** Shopify CDN: Minification failed

Line 238:0 Unexpected "}"

**/
@media only screen and (min-width: 769px) {
.medium-up--three-fifths {
    width: 70%;
	}	
}
@media only screen and (min-width: 769px) {
.medium-up--two-fifths {
    width: 30%;
	}
}


.bold_option_element, .bold_option_element input, .bold_option_element select, .bold_option_element textarea {
    width: 100%;
}
.label, label:not(.variant__button-label):not(.text-label) {
    letter-spacing: .1em;
   /* font-size: 1.2em; */
}

.color-swatch {
  max-width:36px;
  max-height:36px;
}

/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  width: 100%;
  overflow: visible; /* [1.2] Hide the overflowing of child elements */
  cursor: pointer;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}

@media screen and (min-width: 769px) {
.lg\:w-2\/5  {

    width: 40%;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 5px 8px 19px #ccc;
	}
}


.site-nav__dropdown a:hover {
  color:#0091DA;
}

@media only screen and (min-width: 600px) {
  .sms-text-message {
	display:none;
  }
}

.sms-text-message{
	margin: 0 auto;
  	text-align: center;
  	font-size: 1.2em;
}

@media only screen and (max-width: 750px) {
#shopify-section-template--16710968770780 {
display: none;
}
}

.rte-setting a:not(.btn):not(.spr-summary-actions-newreview):after, .rte a:not(.btn):not(.spr-summary-actions-newreview):after {

    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 0px solid currentColor; 
    transition: width .5s ease; 
}
.installimg-container {
  position: relative;
  width: 100%;
}

.installimg-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.installimg-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.installimg-container:hover .installimg-image {
  opacity: 0.3;
}

.installimg-container:hover .installimg-middle {
  opacity: 1;
}

.installimg-text {
  background-color: #0092dd;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.active-color {
  border: 2px solid black;
}

.flex.flex-col.w-6.h-6.mr-2.mb-2.rounded.relative {
  height: 2.5rem;
  width: 3.26rem;
}

button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--left {
  display: none;
}

button.btn.btn--body.btn--circle.pswp__button.pswp__button--arrow--right {
  display: none;
}

/* =============================================
   Sub-collection image navigation - button cues
   Mobile-first
   ============================================= */

/* Card frame */
.collection-item {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/* ---- Title as button (mobile-first) ---- */
.collection-item__title--overlaid-box > span {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid currentColor;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--colorTextBody, #000);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

/* Plain overlaid variant (no box) — give it a bg pill too */
.collection-item__title--overlaid > span {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  text-shadow: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Arrow indicator */
.collection-item__title span::after {
  content: " \203A";
  display: inline-block;
  margin-left: 6px;
  font-size: 1.3em;
  line-height: 0;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* ---- Touch / hover states ---- */
.collection-item:active {
  transform: scale(0.97);
}

.collection-item:hover .collection-item__title--overlaid-box > span,
.collection-item:hover .collection-item__title--overlaid > span {
  background-color: var(--colorTextBody, #000);
  color: var(--colorBody, #fff);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.collection-item:hover .collection-item__title span::after {
  transform: translateX(4px);
}

/* ---- Desktop enhancements ---- */
@media only screen and (min-width: 769px) {

  .collection-item:hover {
    border-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
  }

  .collection-item__title--overlaid-box > span,
  .collection-item__title--overlaid > span {
    padding: 10px 24px;
    font-size: 0.85em;
    letter-spacing: 0.12em;
  }
}
}