/** Shopify CDN: Minification failed

Line 2117:1 Expected "}" to go with "{"

**/
.content {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 40px);
}
.content.content--tiny {
  max-width: 400px;
}
.content.content--small {
  max-width: 800px;
}
.content.content--big {
  max-width: 1200px; 
}
.content.content--huge {
  max-width: 1400px;
}
.content.content--full {
  max-width: none;
  width: 100%;
}

.visuallyhidden {
  position: absolute;
  border: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  clip: rect(0 0 0 0);
}
.hidden,
.hide {
  display: none;
}

select,input {
      border: 2px solid #ccc;
}

 select{-webkit-appearance:none;    background-color: white;}
 
#Quantity {
width:75px;
}

.yotpo-label-container.yotpo-pB9 {
  border:none;
}

.testimonials.yotpo-testimonials-tabs {
  border:none;
}

.bundle__builder-checkout {
  padding-top: 20px;
    text-align: center;
}

.bundle__builder-checkout .btn {
  width:100%;
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}

@media only screen and (min-width: 1000px) {

  .content {
    width: calc(100% - 80px);
  }
  .content.content--full {
    width: calc(100% - 80px);
  }

}
@media only screen and (max-width: 480px) {
   .text-lg {
    font-size:22px!important;
  }
  h2.product__title {
    font-size: 22px!important;
  }
  .content {
    margin-top: 0 !important;
  }

  .selector-wrapper.js {
    display: flex;
    flex-direction: column;
  }

 #SingleOptionSelector-1 {
padding: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
 }
  
}
/*-- -------------------------- -->
<---     Classes - Commerce     -->
<--- -------------------------- -*/
/* shop-related pages */
/* note to keep the .product class ABOVE .bundle__builder - the cascade is important here */
#shopify-section-bundle-6-products .content.copy {
  pointer-events: none;
}

.product {
  background-color: #fff;
}
.product .product__grid {
  display: block;
  grid-template-columns: 1fr;
}
.product .product__grid .grid__item {
  display: block;
  align-content: start;
  width: 100%;
  float: left;
}
.product .product__grid .visible-mobile {
  display: grid;
  grid: "title price" auto "reviews reviews" auto/max-content max-content;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .visible-desktop {
    display: block;
  }
 
}
@media only screen and (min-width: 768px) {
  .product .product__grid .visible-mobile {
    display: none;
  }
}
.product .product__grid .product__price {
  text-align: right;
}
.product .product__images {
  margin: 0 0 20px;
}
.product .product__images-grid {
  display: none;
  gap: 10px;
}
.product .product__images .images__featured {
  display: block;
  height: auto;
  width: 100%;
}
.product .product__images .images__list {
  position: relative;
  display: block;
  margin: 10px 0 0;
  height: 100%;
  width: 100%;
  float: left;
  padding: 0;
}
.product .product__images .images__list .list__item {
  margin: 0 10px 0 0;
  width: 100%;
  float: left;
}
.product .product__images .images__list .list__item a {
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
}
.product .product__images .images__list-slide {
  margin: 0 10px 0 0;
}
.product .product__images .images__list-next, .product .product__images .images__list-prev {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin: 0;
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 6px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.product .product__images .images__list-next:before {
  content: "";
  font-size: 0;
}
.product .product__images .images__list-prev {
  left: -20px;
}
.product .product__images .images__list-prev:before {
  content: "";
  font-size: 0;
}
.product .product__images .images__list-next {
  right: -20px;
}
.product .product__images .slick-dots {
  display: none!important;
}
.product .product__title {
  margin: 0;
}
.product .spr-badge {
  margin: 0 0 20px;
}
.product .product__price {
  letter-spacing: 4px;
  font-family: alternate-gothic-no-2-d, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #003057;
}
.product .product__description {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 30px;
}
.product .product__copy .wrapper {
  float: none;
}
.product .product__tags {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
}
.product .product__btns .btn {
  font-size: 14px;
}
.product .product__btns .btn--add-item {
  width: 220px;
}
.product .product__btns .btn.btn--bundle-next:not(.btn--bundle-next--added) {
  border: none;
  margin-top: 5px;
  background-color: transparent;
  color: #96c9e6;
}
.product .product__sizing,
.product .product__social {
  margin: 20px 0 0;
  text-align: center;
}
.product .product__sizing {
  font-size: 14px;
  line-height: 30px;
}
.product .product__sizing a {
  font-weight: 500;
  color: #003057;
}
.product .product__form .form__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  width: 100%;
}
.product .product__form .form__list li {
  flex-grow: 1;
  list-style: none;
}
.product .product__form .form__list li:last-child {
  margin: 0;
}
.product .product__form .list__item select,
.product .product__form .list__item input {
  flex-grow: 1;
  padding: 10px;
}
.product .product__form label span {
  text-transform: none;
  letter-spacing: 0;
  font-family: proxima-nova, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #4a4a4a;
}
.product .product__form .color_select + .color__colors {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  float: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.product .product__form .color_select + .color__colors .colors__item {
  display: block;
}
.product .product__form .color_select + .color__colors .colors__item .color__swatch {
  margin-right: 8px;
}
.colors__item--fog .color__swatch {
    background-color: #D9D9D9;
}
.colors__item--slate .color__swatch {
    background-color: #525D6B;
}
.product .product__form .color__colors {
  position: static;
  display: block;
  border: none;
  margin: 0;
  background-color: #fff;
  width: 100%;
  float: none !important;
  box-shadow: none;
}
.product .product__form .color__colors .colors__item {
    display: flex !important;
    align-items: center;
    padding: 5px;
}
.color__colors .colors__item > span {
    text-transform: capitalize;
}
.product .product__form .color__colors .colors__item .color__swatch {
  display: inline-block;
  border: 2px solid #f8f8f8;
  border-radius: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  text-indent: -9000px;
}
.product .product__form .color__colors .colors__item .color__swatch:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.product .product__form .color__colors .colors__item .color__swatch.active {
  border-color: #000;
}
.product .product__form .color__colors .colors__item:last-child {
  margin: 0;
}
.product .product__form .color__colors .additional__colors .features .features__grid .grid__item:last-child {
  margin: 0;
}
.product .product__note {
  transform: translateY(-15px);
  width: max-content;
  line-height: 1.2;
  clear: both;
}
.product .product__tabs .benefits-mobile {
  flex-direction: column;
}
.product .product__tabs .wrapper, .product .product__tabs.wrapper {
  display: block;
}
.product .product__tabs .accordion_container {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 20px;
}
.product .product__tabs .accordion_head {
  border-top: 1px solid #e3e3e3;
  padding: 14px 0 10px;
  font: 18px proxima-nova, Open Sans, Helvetica, Arial, sans-serif;
  line-height: normal;
  line-height: 30px;
  color: #003057;
  cursor: pointer;
}
.product .product__tabs .plusminus {
  float: right;
}
.product .product__tabs .product__sizetable-wrapper {
  overflow-x: scroll;
}
.product .product__tabs .features {
  float: none;
  padding: 20px 0;
}
.product .product__tabs .features .wrapper {
  float: none;
}
.product .product__tabs .features .content {
  width: 100%;
}
.product .product__tabs .features .features__grid {
  justify-content: space-around;
  align-items: flex-start;
}
.product .product__tabs .features .grid__item {
  margin: 0;
  min-width: 30%;
  width: auto;
  padding: 0 !important;
}
.product .product__tabs .features.features--vertical .features__grid li svg {
  margin: 0 auto 10px;
  height: 70px;
}
.product .additional__colors {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
label.additional_text {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-family: var(--alternate-font-family);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #003057;
  margin: 0 0 15px;
}
.additional__colors .color-swatch {
  float: left;
  margin: 0 15px 0 0;
}
.product .product__sizetable {
  border-collapse: collapse;
  margin: 0 0 20px;
  width: 100%;
  float: left;
}
.product .product__sizetable tr {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.product .product__sizetable tr:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.product .product__sizetable tr:nth-child(2n) {
  color: #96c9e6 !important;
}
.product .product__sizetable tr:nth-child(2n) > td {
  font-weight: 700;
  color: #96c9e6 !important;
}
.product .product__sizetable tr:nth-child(odd) {
  color: #003057 !important;
}
.product .product__sizetable tr:nth-child(odd) > td {
  font-weight: 700;
  color: #003057 !important;
}
.product .product__sizetable td {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.product .product__sizetable th {
  display: none;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.product .product__sizetable.table--labels tr {
  background-color: #fff;
}
.product .product__sizetable.table--labels tr:first-child {
  display: none;
}
.product .product__sizetable td {
  color: #003057;
}
.product .product__sizetable tr:nth-child(2n) {
  background-color: #fff;
}
.product .product__sizetable.table--labels tr {
  background-color: #fff;
}
.product .product__sizetable.table--labels tr th {
  display: table-cell;
  text-transform: uppercase;
}
.product .product__sizetable.table--labels tr td:before {
  content: attr(data-label);
}
.product .as-seen-img {
  width: 85%;
}
.product .as-seen-in-list {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.bundle__builder {
  display: flex;
  align-items: flex-start;
  margin-bottom: 65px;
    justify-content: center;
}
.bundle__builder-tabs {
  flex-grow: 1;
}
@media only screen and (min-width: 64rem) {
    .bundle__builder-tabs {
  max-width: min(60rem, calc(100% - 40px));
    }
}

  .bundle__builder-tabs .tabs li.has-item:after {
    position: absolute;
    top: -15px;
    left: 50%;
    content: attr(data-quantity);
    transform: translateX(-50%);
    display: block;
    border-radius: 50%;
    background-color: #96c9e6;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }


.bundle__builder-tabs .tabs {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;


  z-index: 99;
  position: sticky;
  top: 80px;
  background: #fff;
  overflow-x: scroll;
  padding-top: 20px;
  white-space: nowrap;
  line-height: 17px;
  -ms-overflow-style: none;
  scrollbar-width: none;

}
.bundle__builder-tabs .tabs li {
  display: inline-block;
    position: relative;
    margin: 0;
  
  flex-grow: 1;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  background: none;
  padding: 8px 32px;
  color: #909090;
  cursor: pointer;
  text-align: center;
}
.bundle__builder-tabs .tabs li.current {
  border-bottom: 1px solid #003057;
  font-weight: bolder;
  color: #003057;
}
.bundle__builder-tabs #tab-1 .btn--bundle-prev {
  display: none;
}
.bundle__builder .tab-content {
  display: none;
  background: none;
  padding: 0;
}
.bundle__builder .tab-content.current {
  display: inherit;
}
.bundle__builder-summary {
  margin-left: 50px;
  background: white;
  max-width: 400px;
  min-width: auto;
  padding: 40px;
  text-align: center;
}
.bundle__builder-summary-title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.2;
}
.bundle__builder-summary-price {
  margin-bottom: 30px;
  font-size: 36px;
  color: #003057;
}
.bundle__builder-summary-price .current {
  margin-right: 10px;
  font-weight: 700;
}
.bundle__builder-summary-price.no-discount del {
  display: none;
}
.bundle__builder-summary .progress-bar {
  position: relative;
  border-radius: 25px;
  margin-bottom: 15px;
  background-color: #96c9e6;
  height: 30px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.bundle__builder-summary .progress-bar-inner {
  border: 1px solid #e2e2e2;
  margin-right: -2px;
  background-color: #fff;
  height: 30px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #96c9e6;
  text-align: left;
}
.bundle__builder-summary .progress-bar.full .progress-bar-inner {
  position: absolute;
  right: 10px;
  background-color: #96c9e6;
  color: #fff;
  border-color: transparent;
}
.bundle__builder-summary .progress-bar-scale {
  transform: translateX(12.5%);
  display: flex;
  font-size: 12px;
  line-height: 2.2;
  font-weight: 700;
  color: #e2e2e2;
}
.bundle__builder-summary .progress-bar-scale span {
  position: relative;
  width: 25%;
}
.bundle__builder-summary .progress-bar-scale span:last-child {
  display: none;
}
.bundle__builder-summary .progress-bar-scale span:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  background-color: #e2e2e2;
  height: 5px;
  width: 1px;
}
.bundle__builder-subheading {
  margin-bottom: 45px;
  letter-spacing: 0;
}
.bundle__builder-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bundle__builder .bundle-item {
  margin-bottom: 20px;
  margin-left: 8%;
  width: 28%;
}
.bundle__builder .bundle-item:nth-child(3n+1) {
  margin-left: 0;
}
.bundle__builder .bundle-item-image {
  position: relative;
  border: 1px dashed #ccc;
  padding-bottom: 100%;
}
.bundle__builder .bundle-item-image-remove {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  background-color: #96c9e6;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.bundle__builder .bundle-item-image-container {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.bundle__builder .bundle-item-image-container img {
  position: absolute;
  display: block;
  border: 1px solid #96c9e6;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bundle__builder .bundle-item-image-quantity {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  display: block;
  border: 1px solid #96c9e6;
  border-radius: 50%;
  background-color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #96c9e6;
}
.bundle__builder .bundle-item-title {
  margin-top: 8px;
  font-size: 12px;
  line-height: 22px;
}
.bundle__builder .bundle-item-title.product-name {
  display: none;
}
.bundle__builder .bundle-item.has-item .bundle-item-title {
  display: none;
}
.bundle__builder .bundle-item.has-item .bundle-item-title.product-name {
  display: block;
}
.bundle__builder .bundle-item:not(.has-item) .bundle-item-image-quantity,
.bundle__builder .bundle-item:not(.has-item) .bundle-item-image-remove {
  display: none;
}
.bundle__builder .bundle-item:not(.has-item) .bundle-item-image-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "+";
  transform: translate(-50%, -50%);
  display: block;
}
.bundle__builder .bundle__builder-checkout .btn {
  font-size: 20px;
  font-weight: 700;
}
.bundle__builder .product {
  background-color: transparent;
  padding: 0 !important;
}
.bundle__builder .product .product__grid {
  display: flex;
  column-gap: 0;
  min-width:0px;
}
.bundle__builder .product .product__grid .product-gallery__link {
  width: 100% !important;
}
.bundle__builder .product__copy {
  width: 63% !important;
  padding: 25px;
}
.bundle__builder .product__images {
  align-items: center;
  /* border: 1px solid #f8f8f8; */
  width: 37% !important;
}
.bundle__builder .product__price, .bundle__builder .product__title {
    font-size: var(--text-h2);
    letter-spacing: 0;
    font-family: var(--heading-font-family);
    font-weight: 700;
    line-height: 1.1em;
}
.bundle__builder sale-price.text-lg {
  font-size: var(--text-lg);
  line-height: 1.6;
}
.bundle__builder .product__form .form__list {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 15px;
    margin-bottom: 25px;
    gap: 10px;
}
.bundle__builder .product__sizing {
  text-align: left;
}
.bundle__builder .product__sizing + .product__sizing {
  margin-top: 0;
}
.bundle__builder .product__btns {
  display: flex;
  flex-wrap: wrap;
}
.bundle__builder .product__btns .btn--bundle-prev {
  width: fit-content;
}
.bundle__builder .product .product__grid .visible-mobile {
  grid: "title price" auto "reviews reviews" auto/auto auto;
}
.bundle__builder .product .product__grid .product__price {
  margin: 0;
}
.bundle__builder .product .product__grid .product__note {
  margin-top: 26px;
  width: 100%;
  word-wrap: break-word;
  grid-area: reviews;
}

.bundle__builder .yotpo a.text-m {
white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  text-align: start;
  font-family: Nunito Sans !important;
  font-style: normal !important;
  font-weight: 700;
  color: rgb(44, 44, 44) !important;
}


.collection .all__tags.wrapper {
  text-align: center;
}
.collection__all .all__tags ul {
  margin: 0;
  padding: 0;
}
.collection__all .all__tags ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
}
.collection .but-wrapper {
  display: inline-grid;
  align-items: end;
}
.collection .but-wrapper.but-pro-1267082887225 {
  display: inline-grid;
  align-items: end;
  margin: 15px 0;
}
.collection__nav {
  z-index: 1;
  position: sticky;
  top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: -120px;
  margin-right: -10px;
  margin-left: -10px;
  background: white;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  list-style: none;
}
.collection__nav li {
  margin: 0 10px;
  font-size: 16px;
}
.collection__nav li a {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #003057;
}

.color__colors {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: 1px solid #b9b9b9;
  float: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.color_select {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 2px solid #ccc;
  background-image: url(arrow-down.svg);
  background-color: #fff;
  background-position: calc(100% - 10px);
  background-size: auto 10px;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 6px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  min-width: 130px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.color_select .color__swatch {
  display: inline-block;
  border: 2px solid #f8f8f8;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  text-indent: -9000px;
}
.color_select .color__swatch:hover {
  box-shadow: none !important;
}
.color_select .color__swatch-title {
  flex-grow: 1;
  margin-top: 12px;
  margin-left: 8px;
  line-height: 1;
  cursor: pointer;
  pointer-events: none;
  text-transform: capitalize;
}
.colors__item {
  display: flex;
  cursor: pointer;
}

.account {
  font-size: 14px;
  line-height: 24px;
}
.account .account__header {
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .account .account__header {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .account .account__header {
    margin: 0 0 80px 0;
  }
}
.account .account__header .header__title {
  margin: 0;
}
.account .account__header .header__subtitle {
  line-height: 14px;
}
@media only screen and (min-width: 1000px) {
  .account .account__grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 40px;
    align-content: start;
  }
}
@media only screen and (min-width: 1000px) {
  .account .account__grid .grid__item {
    display: inline-grid;
  }
}

.shopify-challenge__container {
  margin: 0 auto;
  max-width: 500px;
  padding: 250px 0;
}

@media only screen and (min-width: 600px) {
  #shopify-section-product .product__title {
    margin-right: 10px;
    float: left;
    font-size: 36px;
    line-height: 1.4;
  }
  #shopify-section-product .product__price {
    margin: 0;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1.4;
    text-align: right;
  }
  .product .product__grid {
    grid-gap: 40px;
    margin-top: 40px;
  }
  .product .product__grid .grid__item:last-child {
    padding: 0 0 0 40px;
  }
  .product .product__tags {
    font-size: 14px;
    line-height: 14px;
  }
  .product .product__form .form__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product .product__form .list__item label {
    letter-spacing: 0;
    font-size: 26px;
  }
  .product .product__form .list__item select {
    background-position: calc(100% - 10px);
    padding: 9px 34px 12px 6px;
    font-size: 18px;
    line-height: inherit;
    color: #000;
  }
  .product .product__form .list__item option {
    color: #000;
  }
  .product .product__form .list__item option[value=default] {
    font-size: 18px;
    color: #000;
  }
  .product .product__form .list__item--color {
    position: relative;
    width: 100%;
  }
  .product .product__form .list__item--color, .product .product__form .list__item--size {
    flex-grow: 1;
  }
  .product .product__form .list__item--quantity input {
    padding: 15px 15px 14px;
    font-size: 18px;
  }
  .product .product__form--odd .list__item--color, .product .product__form--odd .list__item--full {
    grid-column: 1/span 2;
  }
  .product .product__form--odd .list__item .colors__item {
    margin-bottom: 0;
  }
  .product.product--lightbox {
    margin: 0 0 40px;
  }
  .product .product__sizing {
    text-align: left;
  }
  .product .product__sizing + .product__sizing {
    margin-top: 0;
  }
  .product .product__sizetable {
    border: 1px solid rgba(204, 204, 204, 0);
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .product .product__sizetable tr {
    margin: 0;
    width: auto;
    float: none;
  }
  .product .product__sizetable tr:nth-child(2n) {
    background-color: #f8f8f8;
  }
  .product .product__sizetable td {
    border-right: 1px solid rgba(204, 204, 204, 0);
    border-bottom: 1px solid #ccc;
    width: auto;
    float: none;
    padding: 10px;
  }
  .product .product__sizetable th {
    display: table-cell;
    border-right: 1px solid rgba(204, 204, 204, 0);
    border-bottom: 1px solid #ccc;
    width: auto;
    float: none;
    padding: 10px;
  }
  .product .product__sizetable.table--labels tr td:before {
    content: "";
  }
  .product .product__sizetable.table--labels tr:first-child {
    display: table-row;
  }
  .product .product__sticky-colomn-desktop {
    position: sticky;
    top: 100px;
  }
  .collection .collection__all .all__tags ul {
    margin: 0 0 40px;
  }
  .collection .collection__all .all__tags ul li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .product .product__grid .grid__item {
    width: 49%;
  }
  .product .product__images {
    margin: 0;
  }
  .product .product__images-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product__images-slider {
    display: none;
  }
  .product .product__images .images__list-next, .product .product__images .images__list-prev {
    background-color: transparent;
    height: 20px;
    width: 20px;
    color: #000;
  }
  .product .product__form .form__list {
    grid-gap: 20px;
  }
  .bundle__builder .product__form .list__item--quantity input {
    padding: 10px 15px 11px;
  }
}
@media only screen and (min-width: 1000px) {
  .product {
    margin: 0;
    /* padding: 185px 0 80px !important; */
  }
  .product .product__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    margin-top: 0;
  }
  .product .product__grid .product__images {
    width: 70%;
  }
  .product .product__grid .product__copy {
    width: 30%;
  }
  .product .product__grid .product__images-slider {
    display: none;
  }
  .product .product__grid .product-gallery__link {
    display: block;
    width: calc(50% - 5px) !important;
  }
  .product .product__form .form__list li {
    margin: 0;
  }
  .product .product__form .list__item select {
    padding: 10px 34px 11px 6px;
  }
  .product .product__form .list__item .color__colors,
  .product .product__form .list__item .additional__colors {
    margin-bottom: 10px !important;
  }
  .product .product__form .list__item .color__colors .color__swatch,
  .product .product__form .list__item .additional__colors .color__swatch {
    margin-right: 15px;
    height: 40px;
    width: 40px;
  }
  .product.product--vertical .product__images .images__featured {
    width: calc(100% - 110px);
    float: right;
  }
  .product.product--vertical .product__images .images__list {
    margin: 0;
    width: 100px;
  }
  .product.product--vertical .product__images .images__list .list__item {
    margin: 0 0 10px;
  }
  .product.product--vertical .product__images .images__list-next, .product.product--vertical .product__images .images__list-prev {
    position: absolute;
    left: 50%;
    right: auto;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product.product--vertical .product__images .images__list-next:before {
    content: "";
    font-size: 0;
  }
  .product.product--vertical .product__images .images__list-prev {
    top: -20px;
  }
  .product.product--vertical .product__images .images__list-prev:before {
    content: "";
    font-size: 0;
  }
  .product.product--vertical .product__images .images__list-next {
    top: auto;
    bottom: -20px;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: 25% 50%;
  }
  .collection.wrapper.wrapper--padding {
    padding: 0;
  }
  .collection__nav {
    margin: 0 0 30px;
  }
  .collection__nav li {
    margin: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #topSummary {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }

  #topSummary > *:not(.bundle__builder-checkout) {
    display: none;
  }
  .bundle__builder-checkout .btn {
    width: 100%;
  }
  .collection__products.cards {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #benji-bundle-2 {
    /* display: none;
  } */
  .product .as-seen-in-section {
    display: none;
  }
  .bundle__builder {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 0;
  }
  .bundle__builder-tabs {
    margin: 10px -20px 0;
    max-width: none;
  }

  .bundle__builder-summary {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 0;
    max-width: 100%;
    min-width: auto;
    padding: 20px;
  }
  .bundle__builder-summary-title {
    margin-bottom: 0;
    font-size: 28px;
  }
  .bundle__builder-summary-price {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .bundle__builder-subheading {
    margin-bottom: 0;
  }
  .bundle__builder-checkout {
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .bundle__builder-checkout a {
    width: 100%;
    font-size: 18px;
  }
  .bundle__builder .product__copy, .bundle__builder .product__images {
    border: none;
    width: 100% !important;
  }
  /* .bundle__builder .product__images-slider {
    margin: 0px auto;
    max-width: 388px;
  } */
  .bundle__builder .product__grid {
    display: block;
    flex-direction: column;
    padding: 20px;
  }
  .bundle__builder .product__title {
    float: left;
  }
  .bundle__builder .product__price {
    margin-top: 25px;
    float: right;
    letter-spacing: 4px;
    font-size: 24px;
  }
  .bundle__builder .product__copy {
    padding: 0;
  }
  .bundle__builder .product__btns {
    margin-top: 0;
  }
  .bundle__builder .product__btns .btn {
    font-size: 18px;
  }
  .bundle__builder .product__btns .btn--add-item {
    margin-right: 10px;
    margin-bottom: 0;
    width: 200px;
  }
  .bundle__builder .product__btns .btn--add-item span {
    display: inline;
  }
  .bundle__builder .product__btns .btn.btn--bundle-next {
    margin-top: 0;
    width: auto;
  }
  .bundle__builder-items,
  .bundle__builder .list__item--quantity {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .item__badge.badge.badge--caps {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .bundle__builder .product__form .form__list {
    /* display: grid;
    grid-template-columns: repeat(4,auto);
    align-items: stretch; */
  }
  .bundle__builder .product__form .form__list .list__item .color_select {
    padding-bottom: 14px;
  }
}







.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  outline: none;
  border: none;
  background: transparent;
  height: 20px;
  width: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  text-indent: -99px;
  font-size: 0;
  cursor: pointer;
}
.slick-next-disabled:before, .slick-prev-disabled:before {
  opacity: 0.25;
}
.slick-prev.slick-arrow {
  left: -2%;
  background-image: url(https://cdn.shopify.com/s/files/1/0264/6654/9820/t/2/assets/arrow-right.png);
}
.slick-next.slick-arrow {
  right: -2%;
  background-image: url(https://cdn.shopify.com/s/files/1/0264/6654/9820/t/2/assets/arrow-left.png);
}
.slick-dots {
   
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  outline: none;
  border: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  opacity: 0.25;
  height: 20px;
  width: 20px;
  font-family: slick;
  font-size: 26px;
  line-height: 20px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.slick-dots li-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slider-list, .slick-slider-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-list, .slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  min-height: 1px;
  height: 100%;
  float: left;
}
.slick-initialized .slick-slide, .slick-slide img {
  display: block;
}

.lightbox {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.lightbox .lightbox__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  max-width: none;
  width: 100%;
  transition: all 0.2s;
  backdrop-filter: blur(4px);
}
.lightbox .lightbox__box {
  position: relative;
  display: block;
  margin: 0;
  background-color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  float: left;
}
.lightbox .lightbox__content {
  margin: 0 auto;
  max-width: 1200px;
}
.lightbox .lightbox__data {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 5px 0 5px;
}
@media only screen and (min-width: 1000px) {
  .lightbox .lightbox__data {
    border-radius: 40px;
    margin: 80px;
    background-color: #fff;
    width: 80%;
    padding: 80px;
  }
}
@media only screen and (min-width: 600px) {
  .lightbox .lightbox__data {
    padding: 80px 0 0 0;
  }
}
.lightbox .lightbox__data h3 {
  margin: 0 0 0 0;
}
.lightbox .lightbox__data tr {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.lightbox .lightbox__data td {
  font-size: 10px;
}
@media only screen and (min-width: 1000px) {
  .lightbox .lightbox__data td {
    font-size: 14px;
  }
}
.lightbox .lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #96c9e6;
  height: 40px;
  width: 40px;
  padding: 4px 0 0 0;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .lightbox .lightbox__close {
    height: 60px;
    width: 60px;
    padding: 13px 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .lightbox .lightbox__close {
    top: -30px;
    right: -30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}
.lightbox .lightbox__close:hover {
  background-color: #58a9d7;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .lightbox .lightbox__features {
    padding: 40px 0;
  }
}
.lightbox.lightbox--fixed {
  position: fixed;
}
.lightbox.lightbox--fixed .lightbox__overlay {
  background-color: #fff;
}
.lightbox.lightbox--fixed .lightbox__box {
  height: calc(100vh - 40px);
}
.lightbox.lightbox--fixed .lightbox__viewport {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox.lightbox--auto {
  position: fixed;
}
@media only screen and (min-width: 1000px) {
  .lightbox.lightbox--auto {
    display: table;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .lightbox.lightbox--auto .lightbox__box {
    display: table-cell;
    margin: 0;
    background-color: transparent;
    min-height: none;
    height: auto;
    width: auto;
    float: none;
    padding: 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1000px) {
  .lightbox.lightbox--auto .lightbox__data {
    margin: 0;
    margin: 80px;
    background-color: #fff;
    padding: 20px;
    padding: 80px;
  }
}
.lightbox.lightbox--auto .table {
  float: none;
}
.lightbox.lightbox--product .lightbox__content {
  max-width: none;
  width: 100%;
}



.bundle .product .product__price{
  display: block;
  width: 100%;
}
.bundle__builder-tabs{
  max-width: 950px;
}
/* .bundle__builder .product .product__grid .product-gallery__link, .product .product__grid .product-slider--bundle {
    display: none !important;
} */
/* .bundle__builder .product__images-slider {
    margin: 0 auto;
    max-width: 650px;
} */
.collection-new-slider{
  display: block !important;
}
.bundle__builder .product .product__grid .product__price {
    display: none;
}
.price-info.mobile{
  display: none;
}
.product__copy ul.form__list li.colors__item a {
    display: inline-block;
    border: 2px solid #f8f8f8;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    text-indent: -9000px;
}
.product__copy ul.form__list li.colors__item 
 span.color__swatch-title {
    /* display: none; */
}
ul.color_swatch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product__copy ul.form__list li.colors__item {
    max-width: max-content;
}
.product__copy ul.form__list li.colors__item a.active {
    border-color: #003057;
}
@media only screen and (min-width: 600px){
  .product .product__form--odd .list__item--color {
    grid-column: 1/span 4;
  } 
}
@media only screen and (max-width: 767px){
  .price-info.mobile{
    display: block;
  }
}


.lightbox .lightbox__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    height: 100%;
    max-width: none;
    width: 100%;
    transition: all .2s;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.lightbox .lightbox__box {
    position: relative;
    display: block;
    margin: 0;
    background-color: #fff;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    float: left
}

.lightbox .lightbox__content {
    margin: 0 auto;
    max-width: 1200px
}

.lightbox .lightbox__data {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 5px
}

@media only screen and (min-width: 1000px) {
    .lightbox .lightbox__data {
        border-radius:40px;
        margin: 80px;
        background-color: #fff;
        width: 80%;
        padding: 80px
    }
}

@media only screen and (min-width: 600px) {
    .lightbox .lightbox__data {
        padding:80px 0 0
    }
}

.lightbox .lightbox__data h3 {
    margin: 0
}

.lightbox .lightbox__data tr {
    margin-bottom: 0;
    padding-bottom: 0
}

.lightbox .lightbox__data td {
    font-size: 10px
}

@media only screen and (min-width: 1000px) {
    .lightbox .lightbox__data td {
        font-size:14px
    }
}

.lightbox .lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #96c9e6;
    height: 40px;
    width: 40px;
    padding: 4px 0 0;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: all .2s;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .lightbox .lightbox__close {
        height:60px;
        width: 60px;
        padding: 13px 0 0
    }
}

@media only screen and (min-width: 1000px) {
    .lightbox .lightbox__close {
        top:-30px;
        right: -30px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }
}

.lightbox .lightbox__close:hover {
    background-color: #58a9d7;
    color: #fff
}

@media only screen and (min-width: 600px) {
    .lightbox .lightbox__features {
        padding:40px 0
    }
}

.lightbox.lightbox--fixed {
    position: fixed
}

.lightbox.lightbox--fixed .lightbox__overlay {
    background-color: #fff
}

.lightbox.lightbox--fixed .lightbox__box {
    height: calc(100vh - 40px)
}

.lightbox.lightbox--fixed .lightbox__viewport {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.lightbox.lightbox--auto {
    position: fixed
}

@media only screen and (min-width: 1000px) {
    .lightbox.lightbox--auto {
        display:table;
        text-align: center
    }
}

@media only screen and (min-width: 1000px) {
    .lightbox.lightbox--auto .lightbox__box {
        display:table-cell;
        margin: 0;
        background-color: transparent;
        min-height: none;
        height: auto;
        width: auto;
        float: none;
        padding: 0;
        vertical-align: middle
    }
}

@media only screen and (min-width: 1000px) {
    .lightbox.lightbox--auto .lightbox__data {
        margin:80px;
        background-color: #fff;
        padding: 80px
    }
}

.lightbox.lightbox--auto .table {
    float: none
}

.lightbox.lightbox--product .lightbox__content {
    max-width: none;
    width: 100%
}

.table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
    float: left
}

@media only screen and (min-width: 600px) {
    .table {
        border:1px rgba(204,204,204,0) solid
    }
}

.table tr {
    border-bottom: 1px #ccc solid;
    margin: 0 0 20px;
    width: 100%;
    float: left;
    padding: 0 0 20px
}

@media only screen and (min-width: 600px) {
    .table tr {
        margin:0;
        width: auto;
        float: none
    }
}

@media only screen and (min-width: 600px) {
    .table tr:nth-child(2n) {
        background-color:#fff
    }
}

.table tr:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.table th,.table td {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left
}

@media only screen and (min-width: 600px) {
    .table th,.table td {
        border-right:1px rgba(204,204,204,0) solid;
        border-bottom: 1px #ccc solid;
        width: auto;
        float: none;
        padding: 10px
    }
}

.table th {
    display: none
}

@media only screen and (min-width: 600px) {
    .table th {
        display:table-cell
    }
}

.table td {
    color: #003057
}

.table.table--noborder {
    border: none
}

.table.table--noborder a {
    text-decoration: underline
}

@media only screen and (min-width: 600px) {
    .table.table--noborder tr:nth-child(2n) {
        background-color:#fff
    }
}

.table.table--noborder tr:last-child {
    border-bottom: 1px #ccc solid
}

.table.table--noborder td,.table.table--noborder th {
    border: none
}

@media only screen and (min-width: 600px) {
    .table.table--noborder td,.table.table--noborder th {
        padding:10px 0
    }
}

.table.table--noborder td.empty,.table.table--noborder th.empty {
    background-color: #fff
}

.table.table--noborder tfoot tr {
    border: none
}

@media only screen and (min-width: 600px) {
    .table.table--noborder tfoot tr th,.table.table--noborder tfoot tr td {
        padding:0 0 10px
    }
}

@media only screen and (min-width: 600px) {
    .table.table--noborder tfoot tr:first-child th,.table.table--noborder tfoot tr:first-child td {
        padding:10px 0
    }
}

.table.table--noborder tfoot tr:last-child {
    border: none
}

.table.table--labels tr {
    background-color: #fff
}

.table.table--labels tr th {
    display: table-cell;
    text-transform: uppercase
}

.table.table--labels tr td:before {
    content: attr(data-label)
}

@media only screen and (min-width: 600px) {
    .table.table--labels tr td:before {
        content:""
    }
}

.table.table--labels tr:first-child {
    display: none
}

@media only screen and (min-width: 600px) {
    .table.table--labels tr:first-child {
        display:table-row
    }
}