/** Shopify CDN: Minification failed

Line 1096:54 The "+" operator only works if there is whitespace on both sides

**/
/*
|--------------------------------------------------------------------------
| Animate scroll
|--------------------------------------------------------------------------
| @namespace: ani
|
*/
.ani-Scroll_Block {
  opacity: 0;
}
.ani-Scroll_Block-animate {
  animation: Flicker 0.2s normal forwards linear;
}

.ani-Scroll_Letter {
  opacity: 0;
  display: inline-block;
}
.ani-Scroll_Letter-animate {
  animation: Flicker 0.2s normal forwards linear;
}

@keyframes Flicker {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
body.activePopup {
  overflow: hidden;
}
.md-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: flex;
  overflow: auto;
  width: 100%;
  height: var(--viewport-height, 100vh);
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
  visibility: hidden;
}
.md-modal.md-effect-12.md-show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-close {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
#close {
  width: 50px;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 12px;
  color: #000;
  fill: black;
}
.top_title {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top_title .modal-heading {
  width: 33.33%;
  text-align: center;
}
.modal-icons {
  width: 33.33%;
  text-align: end;
  padding: 25px 15px 15px 15px;
}
.top_title .modal-heading h3 {
  font-size: 31px;
}
.customizer-start__content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
  padding-bottom: 4rem;
}
.main_image {
  width: 100%;
}
.main_images{
  display: none;
}
.main_images.active{
  display: block;
}
.main_images_thumb .customizer-product__thumb:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 84%;
  height: 2px;
  background-color: transparent;
  content: "";
  transform: translate(-50%);
}
.main_images_thumb.active .customizer-product__thumb:after {
  background-color: #000;
}
.customizer-start-option{
  text-align: center;
  position: relative;
}
.customizer-start-option .t-heading,
.customizer-start-option .t-headingsecond{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.h5.customizer-start-option__subtitle {
  margin: 10px 16px 0 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.customizer-start-option .t-headingsecond .customizer-start-option__title,
.customizer-start-option .t-heading .customizer-start-option__title{
  font-size: 44px;
  color: #fff;
  line-height: 1.0;
}
.customizer-start-option__media {
  height: 740px;
  border-radius: 50px;
  overflow: hidden;
}
.customizer-start-option__media .lazyautosizes {
  object-fit: cover;
}
.customizer-pack-item__image-wrapper {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 11px;
    margin-right: 6px;
    background-color: #fafafa;
}
.customizer-pack-item {
    position: relative;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #292929;
}
.tags--customizer [data-customizer-product-in-pack]:before {
  content: attr(data-customizer-product-in-pack);
}
.tags--customizer .tag--white {
  font-family: Fraktion Sans Bold, helvetica, arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  height: 24px;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  color: #000;
  text-transform: uppercase;
}
.pack-items .customizer-pack-item .dropdown {
  width: 70px;
}
.tags--customizer [data-customizer-product-in-pack=""] {
    display: none;
}
.pack-items .customizer-pack-item select,
.pack-items .dropdown__arrow{
  color: #000 !important;
}
.pack-items .customizer-pack-item__remove {
  background-color: transparent;
  border: 0;
}
.pack-items .customizer-pack-item__details {
  padding: 0 8px;
}
.pack-items .customizer-pack__items {
  padding: 0 20px;
}
.pack-items .customizer-pack-item__title {
  color: #000;
  text-align: left;
  font-family: var(--FraktionMono-Medium);
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 800px){
  .customizer-pack-item {
      padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .customizer-product__info {
    flex: .5;
    margin-right: 16px;
  }
  .customizer-pack-item__remove {
    color: #000000 !important;
  }
  .customizer-product__ctas {
    flex: 1;
  }
}
  

@media screen and (min-width: 768px){
  .customizer-start.text-center {
    max-width: 1328px;
    padding: 0 24px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px){
  .top_title .modal-heading {
    width: 75%;
    text-align: left;
  }
  .top_title .modal-heading h3 {
    font-size: 16px;
  }
  .modal-icons {
    width: 25%;
    padding: 0 15px 0 11px;
    margin-right: -23px;
    line-height: 0;
  }
  #close {
    border: 0;
    padding-right: 0;
  }
  .top_title {
    padding: 0 3rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .customizer-start__content {
    flex-direction: column;
    padding: 2rem 3rem 4rem 3rem;
  }
  .customizer-start-option__title {
    font-size: 20px;
  }
  .h5.customizer-start-option__subtitle {
    font-size: 14px;
    margin: 0;
  }
  .gift.gift--unlocked .gift__all-unlocked{
    text-align: center;
  }
}
.customizer-start__content span {
  cursor: pointer;
  flex: 1;
}

/* second modal css */
.secondmodal-mt .overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
  visibility: hidden;
}
.secondmodal-mt .overlay.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.secondmodal-mt .overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: self-start;
}

.secondmodal-mt .overlay .navigation button {
  font-family: var(--FraktionSans-Regular);
  padding: 5px 12px 5px 25px;
  text-decoration: none;
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-weight: inherit;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  color: #000;
  position: relative;
  opacity: .6;
  transition: opacity .3s cubic-bezier(.46,.01,.32,1);
}
.secondmodal-mt .overlay .navigation button:last-child {
  margin-right: 55px;
  padding-right: 55px;
}
.secondmodal-mt .overlay .navigation button.active {
  opacity: 1 !important;
  font-family: var(--FraktionSans-Bold) !important;
}
.navigation a {
  color: #686868;
}
.navigation .active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
}
.navigation .active::after{
  background-color: var(--category-color);
}
.secondmodal-mt .overlay a span {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 16px;
}

.secondmodal-mt .overlay .navigation .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 22px;
  z-index: 1;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 13px;
  gap: 12px;
  border-left: 1px solid #e6e6e6;
  margin: 0;
  padding: 19px 15px;
}
.customizer-product-wrapper {
  position: relative;
}
.main-content section .boxtop-content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--category-color);
  content: "";
}
.customizer-content .slider_detail .swiper-slide {
  position: relative;
  padding-top: 30%;
  display: block;
}
.customizer-content .swiper-slide .lazyautosizes,
.customizer-content .slider_detail .swiper-slide .lazyload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pack-items {
  overflow: auto;
  height: 100%;
  padding-bottom: 11rem;
}
.customizer-content .swiper-pagination {
  margin-top: 0;
}
.customizer-content .customizer-details__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customizer-content .customizer-details-feature {
  display: flex;
  width: 49%;
  align-items: center;
  gap: 10px;
}
.customizer-content .customizer-details-feature__icon-wrapper {
  display: flex;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
}
.customizer-content .customizer-details-feature__icon {
  width: 100%;
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  font-size: 0;
}
.customizer-content .slider_detail {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0 0;
  margin-top: 17px;
}
.customizer-details__photos {
  padding: 16px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.jdgm-widget.jdgm-widget {
    display: block;
}
.product-ratings .jdgm-prev-badge {
    display: flex !important;
    align-items: center;
}
.product-ratings .jdgm-prev-badge__stars {
    margin-right: 11px;
}
.product-ratings .jdgm-star {
    display: inline-flex !important;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy4xMTkgMTYuMjgxMiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZhYjYxMzt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik04LjU2LDEyLjQzNzdsLTUuMjksMy44NDM1TDUuMjksMTAuMDYyMywwLDYuMjE4OUg2LjUzODlMOC41NiwwWiIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNOC41NiwwLDEwLjU4LDYuMjE4OUgxNy4xMTlsLTUuMjksMy44NDM0TDEzLjg1LDE2LjI4MTIsOC41NiwxMi40Mzc3WiIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 0 !important;
    margin-right: 3px !important;
}
.product-ratings .jdgm-prev-badge__stars {
    margin-right: 11px;
}

.toggle---product {
  position: relative;
  width: 100%;
}
.toggle---product .panels {
  width: 80%;
}
.toggle---product .tabs {
  overflow: hidden;
}
.toggle---product .toggle {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-direction: row-reverse;
}
.toggle---product .paneltbs {
  display: none;
}
.toggle---product .paneltbs:first-child {
  display: block;
}
.toggle---product .tab.active {
  border-bottom: 2px solid #000 !important;
}
.toggle---product .tab {
  margin-bottom: 10px; 
}
.contentproduct .modalswiper{
  flex-direction: column;
  width: 20%;
  text-align: center;
}
.customizer-footer.active .customizer-toast {
  top: initial;
  bottom: 0;
}
.customizer-toast {
  font-family: Fraktion Sans Medium, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 580px;
  padding: 16px;
  background-color: #ff3a1d;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  transform: translate(-50%, 150px);
  transition: transform .3s cubic-bezier(.46,.01,.32,1), opacity .3s cubic-bezier(.46,.01,.32,1);
}
.customizer-toast.active {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 16px));
}
.contentproduct .product_imageGallary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.contentproduct .product_imageGallary {
  width: 100%;
  height: 100%;
}
.contentproduct .swiper-slide-thumb-active > .customizer-product__thumb {
  border-bottom: 2px solid !important;
}
.contentproduct .customizer-product__thumb{
  border-bottom: 2px solid transparent;
  display: block;
  width: 70px;
  margin: 0 0 19px auto;
}
.contentproduct .customizer-product__thumb .lazyautosizes,
.slider_detail .swiper-slide img{
  width: 100%;
  filter: drop-shadow(0 8px 4px rgba(147, 147, 147, .25));
  -o-object-fit: contain;
  object-fit: contain;
}
.customizer-start-option__title-1 span:nth-child(3),
.customizer-start-option__title-2 span:nth-child(5),
.customizer-start-option__title-2 span:nth-child(9), 
.customizer-start-option__subtitle-1 span:nth-child(8),
.customizer-start-option__subtitle-1 span:nth-child(9),
.customizer-start-option__subtitle-1 span:nth-child(14),
.customizer-start-option__subtitle-1 span:nth-child(23),
.customizer-start-option__subtitle-2 span:nth-child(5),
.customizer-start-option__subtitle-2 span:nth-child(9),
.customizer-start-option__subtitle-2 span:nth-child(12),
.customizer-start-option__subtitle-2 span:nth-child(18),
.customizer-start-option__subtitle-2 span:nth-child(26){
  margin-right: 4px;
}
.customizer-product__ctas button:nth-child(1) {
  background:  #FFFFFF;
}

@media screen and (max-height: 450px) {
  .secondmodal-mt .overlay a {
    font-size: 20px
  }
  .secondmodal-mt .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* secondcontent */
.btn.customizer-products__comparison-btn,
.btn, .scrollstab .main-content h1 {
  font-family: var(--FraktionMono-Medium);
}
.btn.customizer-footer__cta-small {
  padding-top: 27px;
  padding-bottom: 27px;
}
.scrollstab a {
  text-decoration: none;
  display: block;
  padding: 0.6rem 0.3rem;
  font-weight: 400;
  transition: all ease-out 250ms;
  color: #000000;
}

.scrollstab section {
  background-color: #fafafa;
  height: 100%;
  margin:0;
}

.scrollstab .main-content h1 {
  font-family: var(--FraktionSans-Medium);
  color: #000;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 13px;
  padding: 10px 0;
}
.boxtop-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 77px;
  padding: 0 37px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  --btn-height: 48px;
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
}
.secondmodal-mt .overlay .closebtn svg {
  width: 16px;
  height: 16px;
}
.customizer-footer__cta-large {
  width: 100% !important;
  max-width: 249px;
}
.scrollstab .side-bar {
  --btn-height: 48px;
  position: sticky;
  z-index: 20;
  top: 0;
  height: 100%;
  width: 25%;
  max-width: 246px;
  border-right: 1px solid #e6e6e6;
}
.main-content {
  width: 100%;
}
.scrollstab {
  width: 100%;
  display: flex;
  align-items: flex-start;
  height: calc(100vh - 118px);
  overflow: auto;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
.customizer-logo.small--hide {
  padding: 40px 30px;
  color: #000;
}
.contentproduct {
  position: relative;
}
#Complete .mobiles_grid {
  border-bottom: 0;
  padding: 32px 37px;
}
.customizer-product__thumbs {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%,0);
  display: flex;
  flex-direction: column;
}  
tag.tag--Bestseller {
  background-color: #f00;
  color: #fff;
  font-weight: 600;
  display: inline;
  padding: 3px 8px;
}
.customizer-product__image.active {
  width: 100%;
  height: 326px;
}
.customizer-product__image {
  width: 100%;
  height: 326px;
  text-align: center;
}
.customizer-product__image img {
max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lazypreload.lazyautosizes {
  width: 100%;
  height: 100%;
  object-fit: contain;
}  
.tag.tag--Bestseller {
  background-color: #f00;
  color: #fff;
  z-index: 9;
  position: relative;
  font-family: var(--FraktionMono-Bold);
  font-size: 1.4rem;
  line-height: 1;
  height: 22px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-bottom: 8px;
}

.customizer-product__thumb{
  background-color: transparent;
  border: 0;
  position: relative;
  margin-bottom: 10px;
}
.customizer-product__lower {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.customizer-product__ctas {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
.tag.tag--sale {
  font-family: var(--FraktionMono-Bold);
  display: inline;
  background-color: var(--tag-bg, #fa9013);
  color: #fff;
  padding: 2px 13px;
  font-size: 14px;
}
.customizer-product__price.mono-price span {
  margin-right: 7px;
}
.customizer-product__price.mono-price {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #929292;
  margin-top: 0;
}
.cart_content {
  width: 20%;
  height: calc(100% - 118px);
  border-left: 1px solid #e6e6e6;
}
.cartclose {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e6e6;
}
.cartclose .closebtn {
  font-family: var(--FraktionSans-Medium);
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid #e6e6e6;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  gap: 16px;
}
.cartclose .closebtn svg {
  width: 10px !important;
  height: 10px !important;
}
.customizer-pack__heading {
  padding: 0 20px;
  line-height: 1;
  font-family: var(--FraktionSans-Medium);
}
.customizer-pack__heading > * {
  padding: 15px 0 14px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.gift.gift--unlocked {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.4rem;
  line-height: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.customizer-content .swiper-slide {
  width: 226px;
  margin-right: 50px;
}
.customizer-pack-item__price {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 1px;
  margin-bottom: 6px;
  color: #929292;
}


/* Hide the modal by default mobile */
.M-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* footercart */
.customizer-footer.theme-dark {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 118px;;
  padding: 0 30px;
  background-color: #000;
  color: #fff;
  transition: all 0.35s;
}
.customizer-footer__main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.customizer-footer__subtotal-main {
  display: flex;
  align-items: center;
}
.gift__next-step {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.customizer-footer__subtotal-heading {
  font-family: var(--FraktionMono-Bold);
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 4px;
  color: #7b7b7b;
}
.customizer-footer__subtotal-price {
    font-family: var(--FraktionMono-Medium);
    font-size: 2rem;
    color: #fff;
    line-height: 1;
}
.gift__container {
  display: grid;
  width: 100%;
  align-items: center;
  margin-top: 8px;
  gap: 5px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.gift{
  --gift-primary-color: #78846f;
  --gift-secondary-color: #fff;
  --gift-border-color: transparent; 
}
.gift__bar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--gift-secondary-color);
  display: flex !important;
}
.gift__item svg:nth-child(1) {
    display: none;
}
.gift__box {
  position: relative;
  z-index: 1;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
  border: 1px solid var(--gift-border-color);
}
.gift__item.checked + .gift__item:not(.checked) .gift__box::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
  box-shadow: 0 0 #ee1f0000;
  content: "";
}
@keyframes pulse{0%{box-shadow:0 0 0 0 #ee1f00}70%{box-shadow:0 0 0 16px rgba(238,31,0,0)}100%{box-shadow:0 0 0 0 rgba(238,31,0,0)}}
.gift__item {
  display: grid;
  width: 100%;
  align-items: center;
  gap: 5px;
  grid-template-columns: 1fr 18px;
}
.customizer-footer__spacer {
    width: 1px;
    height: 55px;
    margin: 0 32px;
    background-color: #383838;
    display: flex !important;
}
.customizer-details__section {
  display: flex;
  flex-direction: column;
  padding: 27px 0 10px;
  border-top: 1px solid #e6e6e6;
  margin-top: 25px;
}
.customizer-details__section-content p {
  margin-top: 0;
}
.customizer-details__section-title {
    font-family: var(--FraktionSans-Bold);
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 28.5%;
}
.customizer-details__section-content.customizer-details__description {
  margin-bottom: 5rem;
}
.customizer-details__section-content {
    flex: 1;
}
.tags {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
}
.gift__all-unlocked, .gift__next-step {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.4rem;
  line-height: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.gift__all-unlocked {
  display: none;
}
.mobiles_grid,
.customizer-product__images{
  position: relative;
}
.customizer-details__close-btn {
  position: absolute !important;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  max-width: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background-color: #fff;
}
.textopen.active .customizer-details__close-btn {
  visibility: visible;
}
.customizer-pack-item__remove {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  padding: 12px;
  color: #FFFFFF;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .customizer-footer__main .gift {
    max-width: 449px;
    width: 100%;
  }
  .tags--customizer {
    top: -33px;
    left: 0;
  }
  .customizer-complete__heading {
    margin-bottom: 32px;
  }
  .customizer-details__section {
    flex-direction: row;
    padding: 34px 0 0;
  }
  .customizer-pack-item__price {
    font-size: 1.6rem;
  }
  .customizer-product__lower {
    margin-top: 73px;
  }
  .customizer-product__image {
    height: 326px;
    margin-right: calc(var(--customizer-thumbs-width) +(var(--customizer-products-padding-x)));
  }
  .customizer__pack-section {
    width: 250px;
  }
  .customizer-footer .customizer-pack,
  .customizer-footer .customizer-footer-ctas{
    display: none;
  }
  .customizer-product__main {
    max-width: 910px;
    margin: 0 auto;
    padding: 58px 37px 31px;
  }
  #Complete .mobiles_grid {
    max-width: 910px;
    margin: 0 auto;
    padding: 58px 37px 31px;
  }
  .contentproduct:not(:last-child) .customizer-product__main{
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 1399px){
  .btn.customizer-footer__cta-small.disabled {
    display: none;
  }
}
@media screen and (max-width: 1399px){
  .customizer-footer__cta-large {
      display: none !important;
  }
}
@media screen and (max-width: 799px){
  .customizer-start-option .t-headingsecond .customizer-start-option__title,
  .customizer-start-option .t-heading .customizer-start-option__title {
    font-size: 36px;
  }
  .customizer-pack-item__image-wrapper {
    margin-right: 17px;
  }
  .customizer-pack-item__image-wrapper img {
    height: 100%;
    width: 100%;
  }
  .customizer-option__title {
    margin-bottom: 1rem;
  }
  .customizer-details__section-title {
    width: 100%;
  }
  .customizer-content .slider_detail .swiper-slide {
    padding-top: 27%;
  }
}
h3.customizer-start-option__title span {
  margin: -4px;
}
margin-right-4 {
  margin-right: 4px;
}
h4.customizer-start-option__subtitle span {
  margin: -1px;
}
#panel {
  display: none;
}

.clickon,
.textopen {
  color: #000000;
}

#panel li {
  list-style-type: none;
}
/* giftscartsecond */
.giftscart {
  width: 50%;
  margin: 0 auto;
}
.giftscart .customizer-toast {
  font-size: 1.6rem;
  line-height: 1.9rem;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 580px;
  padding: 16px;
  background-color: #ff3a1d;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  transform: translate(-50%, 150px);
  transition: transform .3s cubic-bezier(.46,.01,.32,1), opacity .3s cubic-bezier(.46,.01,.32,1);
}
.giftscart .customizer-footer .afterpay {
    width: 159px;
    margin-left: 32px;
    opacity: .6;
}
.giftscart .gift--unlocked .gift__next-step {
    display: none;
}
.checked>.gift__box {
  background-color: var(--gift-primary-color);
  color: #000;
}
.cart__gift-container .checked>.gift__box {
  --gift-border-color: var(--gift-primary-color);
}
.gift__bar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress, 30%);
    height: 100%;
    background-color: var(--gift-primary-color);
    content: "";
}
.giftscart .gift__box {
    position: relative;
    z-index: 1;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: #fff;
    color: #000;
}
.gift__item.checked svg:nth-child(1) {
    display: flex;
}
.gift__item.checked svg:nth-child(2) ,
.customizer-footer__subtotal-qty{
    display: none;
}
.giftscart .customizer-footer__cta-large {
    width: 100%;
    max-width: 249px;
}
.giftscart .gift__all-unlocked {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.4rem;
  line-height: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.giftscart .btn.customizer-footer__cta-small:hover,
.giftscart .btn.customizer-footer__cta-large:hover{
  border: 1px solid #fff;
}
.giftscart .btn:hover{
  color: transparent;
}
.giftscart .btn:active {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.giftscart .btn:hover::after,
.giftscart .btn:hover::before{
  color: #ffffff;
}
.giftscart .afterpay-logo.lockup-white .afterpay-logo-badge-lockup {
    fill: #ffffff;
}
.giftscart .afterpay-logo.lockup-white .afterpay-logo-badge-background {
    fill: transparent;
}
.giftscart .afterpay-logo {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: transparent;
    background: none;
    padding: 0;
    line-height: 0;
}
.giftscart  .afterpay .afterpay-paragraph {
  font-size: 14px;
  line-height: 2px;
}
.giftscart #logo-link {
    line-height: normal;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: none;
    background: transparent;
    font-family: sans-serif;
    font-size: smaller;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contentproduct .swiper-pagination{
  position: unset;
  margin-top: 25px;
}
.contentproduct .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
.overlay-content .mobilecartclose,
.overlay-content .customizer-product__info-btnmobile,
.customizer-product__mobile-add,
.mobiledetail{
  display: none;
}
.customizer-product__title {
  font-family: var(--FraktionSans-Medium);
}
.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: var(--viewport-height, 100vh);
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
  visibility: hidden;
}
.modal--comparison {
  background-color: #fafafa;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal.current {
  z-index: 20000;
}
.modal__header {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.modal__close {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
  color: rgba(var(--color-foreground), 1);
}
.modal__contents {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.46,.01,.32,1);
}
.modal__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1328px;
  padding: 0 24px;
  margin: 0 auto;
}
.comparison {
  padding: 46px 0;
}
.text-center {
  text-align: center !important;
}
.comparison__products {
  display: grid;
  width: 105px;
  flex-shrink: 0;
  border-right: 1px solid #e6e6e6;
  grid-template-columns: 1fr;
  grid-template-rows: 24px repeat(3, 1fr);
}
.comparison-row:nth-of-type(1) {
  width: 132px;
}
.comparison__products:before {
  display: block;
  content: "";
}
.comparison-row {
  display: grid;
  width: 124px;
  min-width: 111px;
  flex-shrink: 0;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 0 0;
  grid-template-columns: 1fr;
  grid-template-rows: 24px repeat(4, 1fr);
}
.comparison-product__media>img {
  width: 100%;
  display: block;
  height: 100%;
}
.comparison-product__title {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.comparison-product__price {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: -4px;
  color: #929292;
}
.comparison-row__heading {
  display: flex;
  width: 100%;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
}
.comparison-row__icon {
  display: block;
  max-width: 24px;
  height: auto;
  flex-shrink: 0;
  margin-right: 4px;
}
.comparison-row__heading p {
  font-family: var(--FraktionSans-Bold);
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: -6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.comparison-row__content p {
  font-family: var(--Inter-Regular);
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-width: 108px;
  margin: 0 auto;
}
.comparison-product__media {
  max-width: 56px;
  margin: 0 auto;
}
.comparison-product {
  padding: 4px 0 16px;
}
.pack_in-cart {
  font-family: var(--FraktionSans-Bold);
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
}
.customizer-categories__icon-wrapper {
  display: flex;
  width: 16px;
  align-items: center;
  justify-content: center;
}
.customizer-categories__icon {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.customizer-products__category-icon-wrapper {
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.customizer-footer .afterpay afterpay-placement {
    margin: 0;
}
.afterpay {
  --logo-badge-width: 80px;
}
.customizer-pack-item__title {
  font-family: Fraktion Mono Medium, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}

@media screen and (min-width: 800px){
  .modal__header {
    justify-content: center;
    padding: 32px 0;
    border-bottom: none;
  }
  .modal__close {
    width: 56px;
    height: 56px;
    border: 1px solid #e6e6e6;
  }
  .modal__contents {
    overflow: auto;
  }
  .comparison__products {
    width: 200px;
    border: 0;
  }
  .comparison-product__media {
    width: 50%;
    max-width: 211px;
  }
  .comparison-product__title {
    font-family: var(--FraktionMono-Medium);
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 8px 0 3px;
  }
  .comparison-product__price {
    font-family: var(--FraktionMono-Medium);
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
  }
  .comparison-row__icon {
    margin-right: 9px;
  }
  .comparison-row__content p {
    font-family: var(--Inter-Regular);
    font-size: 1.6rem;
    line-height: 2.2rem;
    max-width: none;
  }
  .customizer-categories__icon-wrapper {
    width: 22px;
  }
  .customizer-product__images {
    height: 326px;
  }
}
@media screen and (min-width: 550px){
  .comparison-row:nth-of-type(1),
  .comparison-row:nth-of-type(2) {
    width: auto;
  }
  .comparison-row {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1025px){
  .comparison__products {
    width: 100%;
    margin-bottom: 33px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: initial;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .comparison-row {
    padding: 17px 0 18px;
    border-width: 1px 0 0;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: initial;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .comparison-product {
    padding: 0;
  }
  .comparison-product__media {
    width: 70%;
    margin: 0 0 10px -8px;
  }
  .comparison-product__title {
    width: 66.667%;
    margin: 0 0 8px;
  }
  .comparison-product__price {
    width: 66.667%;
  }
  .comparison-row__heading {
    justify-content: flex-start;
  }
  .comparison-row__content p {
    width: 66.667%;
    margin: 0;
  }
  .customizer__pack-section {
    width: 299px;
  }
  .customizer-option--color .customizer-option__content>* {
    --color-margin-right: 24px;
    width: 85px;
  }
}

@media screen and (max-width: 1024px){
  .comparison__content {
    display: flex;
  }
  .comparison__chart {
    display: flex;
    flex-grow: 1;
    overflow-x: scroll;
  }
  .modal--comparison .modal__wrapper {
      padding: 0;
  }
}

@media screen and (max-width: 799px){
  .modal__close {
    right: calc(24px - 16px);
    padding: 16px;
    border: none;
  }
  .customizer-footer .afterpay {
    display: none;
    margin-left: 16px;
  }
  .customizer-footer.active .afterpay {
    display: block;
  }
  .customizer-footer .afterpay afterpay-placement {
    width: 159px;
  }
}

@media screen and (max-width: 369px){
  .overlay-content .scrollstab section:last-of-type {
    height: 19vh;
    margin-bottom: 14rem !important;
  }
}
@media screen and (max-width: 799px){
  .overlay-content .cart_content,
  .overlay-content .customizer-logo,
  .overlay-content .customizer-product__thumbs,
  .overlay-content .customizer-product__ctas,
  .overlay-content .boxtop-content,
  .customizer-options .customizer-option.customizer-option--qty,
  .contentproduct .modalswiper{
    display: none;
  }
  .secondmodal-mt .overlay .navigation button {
    margin-right: 14px;
    padding: 14px 0 13px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: auto;
  }
  .customizer-categories__icon {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .customizer-product__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .overlay-content .scrollstab,
  .giftscart{
    width: 100%;
    overflow-y: hidden;
    display: block;
    height: calc(100vh - 124px);
  }
  .overlay-content .scrollstab::-webkit-scrollbar {
    display: none;
  }
  .giftscart #logo-link {
    line-height: 33px;
  }
  .giftscart .customizer-footer__main,
  .footerbottom .customizer-footer__main{
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    height: 125px;
  }
  .footerbottom .gift .gift__next-step,
  .giftscart .gift__all-unlocked{
    text-align: center;
  }
  .footerbottom .customizer-footer__subtotal {
    order: 2;
    max-width: 50%;
    width: 50%;
  }
  .footerbottom .gift {
    order: 1;
    border-bottom: 1px solid #292929;
    padding-bottom: 10px;
    margin-bottom: -11px;
  }
  .footerbottom .giftscart .gift.gift--unlocked{
    margin-bottom: 0;
  }
  .footerbottom .gift__box {
    width: 15px;
    height: 15px;
  }
  .footerbottom .gift__bar {
    height: 2px;
  }
  .footerbottom .btn.customizer-footer__cta-small {
    order: 3;
    max-width: 140px;
  }
  .customizer-footer__subtotal-qty {
    font-family: var(--FraktionMono-Medium);
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: flex;
    width: 100%;
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #595959;
    margin-right: 5vw;
  }
  .giftscart .customizer-footer__spacer,
  .giftscart .customizer-footer .afterpay,
  .footerbottom .customizer-footer__spacer{
    display: none !important;
  }
  .giftscart .gift.gift--unlocked,
  .footerbottom .customizer-footer__subtotal,
  .footerbottom .gift,
  .footerbottom .btn.customizer-footer__cta-small.disabled{
    width: 100%;
  }
  .customizer-footer.theme-dark {
    padding: 10px 25px;
    height: 125px;
  }
  .customizer-footer.theme-dark.active {
    height: 100%;
  }
  .customizer-footer.theme-dark {
    display: flex;
    flex-direction: column;
  }
  .customizer-footer__main {
    align-items: center;
  }
  .overlay-content .navigation {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0 28px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    overflow: auto;
    overscroll-behavior: none;
  }
  .topsnavigation {
    width: auto;
    /* margin-right: 55px; */
  }
  .overlay-content .navigation::-webkit-scrollbar {
    display: none;
  }
  .customizer-categories__icon-wrapper {
    display: flex;
    width: 16px;
    align-items: center;
    justify-content: center;
  }
  .overlay-content .scrollstab .side-bar {
    z-index: 99;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform .3s cubic-bezier(.46,.01,.32,1);
  }
  .overlay-content .main-content {
    width: 100%;
    transition: transform .3s cubic-bezier(.46,.01,.32,1);
  }
  .overlay-content .mobiles_grid {
    display: flex;
    flex-wrap: wrap;
  }
  .overlay-content .contentproduct {
    max-width: 50%;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    margin: 0 0 -1px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .overlay-content .mobilecartclose {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 0 28px;
    margin-top: 0;
    transition: all .3s;
  }
  body.customizer-scrolled .overlay-content .mobilecartclose {
    margin-top: -52px;
  }
  .overlay-content .secondmodal-mt .overlay .closebtn {
    border-left: 0;
  }
  .overlay-content .customizer-product__info-btnmobile.medium-up--hide {
    font-family: var(--FraktionMono-Bold);
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    margin-top: 2px;
    margin-left: 8px;
    background-color: transparent;
    cursor: pointer;
  }
  .overlay-content .scrollstab section:last-of-type {
    height: auto;
    margin-bottom: 0;
  }
  .scrollstab section:last-of-type .contentproduct {
    border-bottom: 1px solid #e6e6e6;
  }
  .overlay-content .contentproduct {
    padding: 0;
  }
  .overlay-content .customizer-product__images {
    padding: 8.9%;
    position: relative;
  }
  .customizer-product__mobile-add.medium-up--hide {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 10px;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: #ff3a1d;
    color: #fff;
    border: 0;
  }
  .overlay-content .customizer-product__lower {
    padding: 10px 12px 14px;
    border-top: 1px solid #dcdcdc;
    gap: 0;
  }
  .secondmodal-mt .overlay .navigation button:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--category-color);
    content: "";
    opacity: 0;
    transition: 0.6s;
    /* transition: opacity .3s cubic-bezier(.46,.01,.32,1); */
  }
  .secondmodal-mt .overlay .navigation button.active:after {
    opacity: 1;
  }
  .secondmodal-mt .overlay .closebtn{
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    border-left: 0;
    color: #000000;
    font-size: 2.4rem;
    line-height: 1;
    padding: 13px 16px;
    z-index: 10;
  }
  .main-content .customizer-details__section {
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .customizer-options__options {
    width: 95% !important;
    max-width: 95% !important;
    gap: 25px;
  }
  .customizer-option--color {
    display: flex;
    gap: 15px;
  }
  .customizer-options .customizer-option__content > * {
    width: 56px;
    height: 56px;
  }
  .customizer-options .customizer-option__content .dropdown {
    width: 100%
  }
  .toggle---product .tabs,
  .customizer-product__details-btn{
    display: none;
  }
  .secondmodal-mt .overlay a {
    padding: 12px;
    margin-bottom: 0;
  }
  .customizer-product__image.active,
  .customizer-product__image{
    height: 175px;
  }
  .tag.tag--sale{
    padding: 2px 4px;
    font-size: 1.2rem;
  }
  .tags.tags--customizer {
    position: absolute;
    top: 8px;
    left: 11px;
  }
  .customizer-product__price.mono-price {
    margin: 0;
  }
  .producttitle {
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 17px 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    --btn-height: 48px;
    position: sticky;
    z-index: 20;
    top: 0;
    background-color: #fff;
  }
  .customizer-product__lower .content.mobiledetail { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-color: #ffffff;
    color: #000000;
    box-sizing: border-box;
    display: none;
    z-index: 100000;
    overflow-y: auto;
  } 
  .customizer-product__lower .modal__title {
    font-family: var(--FraktionSans-Medium);
    font-size: 2.4rem;
    line-height: 1;
    text-transform: uppercase;
  }
  .customizer-product__lower .customizer-details-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 6rem;
  }
  .mobiledetail .customizer-details-info__title {
    font-family: var(--FraktionSans-Regular);
    font-size: 2rem;
    line-height: 2.2rem;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .mobiledetail .mono-price {
    font-family: var(--FraktionMono-Medium);
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #929292;
  }
  .btn.btn--outline-dark {
    font-family: var(--FraktionMono-Bold);
    font-size: 1.6rem;
    line-height: 1;
  }
  .customizer-product__lower .close-btn { 
    color: black;
    cursor: pointer;
    font-size: 27px;
    line-height: 0;
  }
  .customizer-product__lower .content.mobiledetail .swiper-pagination{
    position: unset;
    margin-top: 25px;
  }
  .customizer-product__lower .content.mobiledetail .swiper-pagination .swiper-pagination-bullet {
    background: #000;
  }
  .detailcontent {
    padding: 8px 28px 3rem 28px;
  }
  .customizer-pack {
    overflow: auto;
    height: 100%;
    flex: 1;
    padding-top: 12px;
    border-top: 1px solid #292929;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .customizer-pack__heading {
    font-family: var(--FraktionMono-Medium);
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    color: #7b7b7b;
  }
  .customizer-pack__items {
    display: flex !important;
    flex-direction: column;
    padding: 0;
  }
  .customizer-footer-ctas {
    display: grid;
    width: 100%;
    height: 100px;
    align-items: center;
    border-top: 1px solid #292929;
    gap: 16px;
    grid-template-columns: 48px 1fr;
  }
  .customizer-footer-ctas__down {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #595959;
    color: #fff;
    background-color: transparent;
  }
  .navigation .active {
    border-bottom: 1px solid;
  }
  .customizer-product__price.mono-price span {
    display: block;
  }
  .btn.customizer-footer__cta-small {
    padding-top: 0;
    padding-bottom: 0;
  }
  .customizer-start-option__media {
    height: calc(48vh - 85px);
  }
}
@media screen and (min-width: 800px){
  .giftscart .customizer-footer .afterpay {
      width: 188px;
  }
  .customizer-content .customizer-details-feature__icon {
    max-width: 18px;
    max-height: 18px;
  }
}
@media screen and (max-width: 1399px){
  .giftscart .customizer-footer__cta-large {
      display: none !important;
  }
}
@media screen and (min-width: 1400px){
  .giftscart  .customizer-footer__cta-small {
      display: none !important;
  }
  .customizer-footer__cta-small {
    display: none !important;
  }
}
/* endgiftscartsecond */
/* endfootercart */
/* secondcontent  */
/* endsecond modal css */
 /* Add to Pack options cart  */
.customizer-options__wrapper {
position: relative;
    display: flex;
    width: 100%;
    max-width: 1438px;
    padding: 24px;
    margin: 0 auto;
    transform: translateZ(0);
}

.customizer-options__close {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #fff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.customizer-options__options {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.customizer-option--color {
    width: auto;
}
.customizer-option {
    --swatch-border-color: rgba(255, 255, 255, .5);
    --swatch-height: 100%;
    --swatch-width: 100%;
    --swatch-margin: 0;
    --dropdown-height: 100%;
    width: 100%;
}
.customizer-option__title {
  font-family: Fraktion Mono Medium, helvetica, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.customizer-option--color .customizer-option__content {
    display: flex;
    gap: 18px;
}
.customizer-option__content {
    width: 100%;
}
.customizer-option__content>* {
  width: 100%;
  height: 47px;
  cursor: pointer;
}
.dropdown {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  width: 100%;
}
.dropdown--qty {
  --dropdown-padding-x: 12px;
  --dropdown-height: 32px;
  width: 65px;
}
.dropdown__js {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  padding: 0;
}
.dropdown select, .dropdown__js {
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #e6e6e6;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
  background-color: transparent;
  appearance: none;
}
.customizer-options {
    position: fixed;
    z-index: 100002;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #000;
    color: #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s cubic-bezier(.46,.01,.32,1);
    visibility: hidden;
}
.dropdown select option, .dropdown__js option {
    color: #000;
}
.dropdown__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    width: 11px;
    height: 7px;
    color: #ffffff;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform .3s cubic-bezier(.46,.01,.32,1);
}

.customizer-options.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.customizer-options-fade.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    display: block;
}
.customizer-options-fade {
  position: fixed;
  z-index: 100002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0003;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
  visibility: hidden;
}
.customizer-option--color .customizer-option__content .swatch.active {
  --swatch-border-size: 2px;
}
.swatch {
  position: relative;
  width: 100%;
  height: 100%;
  border: var(--swatch-border-size, 1px) solid rgba(255, 255, 255, .5);
  background-color: #ff3a1d;
  background-color: var(--swatch);
}
.afterpay--sm {
  --messaging-line-height: 1.6rem;
  --messaging-font-size: 13px;
}
/* .swatch:nth-child(2){
  background-color: #000000;
} */
.customizer-option__content>* {
    width: 100%;
    height: 56px;
}
.customizer-options__options .btn:hover,
.customizer-options__options .btn:active {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.customizer-options__options .btn:hover::before,
.customizer-options__options .btn:hover::after,
.customizer-options__options .btn:active::before,
.customizer-options__options .btn:active::after {
  color: var(--btn-outline-text-color);
}
.customizer-complete .customizer-complete__heading {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.6rem;
  line-height: 1;
}
.customizer-footer .afterpay {
  width: 159px;
  margin-left: 32px;
  opacity: .6;
}
.customizer-footer.active .customizer-footer__cta-small {
  display: none;
}
.customizer-options.theme-dark .customizer-option__content .dropdown select, .dropdown__js {
  height: 100%;
  appearance: none;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .5);
}
.customizer-options.theme-dark .customizer-option__content .dropdown select, .dropdown__js:focus-visible {
  outline: none;
  box-shadow: none;
}
.customizer-options.theme-dark .customizer-option__content .dropdown .dropdown__arrow {
  right: 16px;
}
.customizer-pack-item__subtitle{
  text-transform: uppercase;
  font-size: 12px;
  color: var(--btn-bg-color);
}
.gift.gift--unlocked .gift__next-step{
  display: none;
}
.gift.gift--unlocked .gift__all-unlocked{
  display: block;
}
@media screen and (min-width: 800px){
  .customizer-options__wrapper {
      padding: 69px 24px;
  }
  .customizer-footer .afterpay {
    width: 188px;
    margin-top: 13px;
  }
  .customizer-options__options {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .customizer-option:not(:last-child) {
    margin-right: 24px;
  }
  .customizer-option__title {
    margin-bottom: 16px;
    font-family: Fraktion Mono Bold, helvetica, arial, sans-serif;
  }
  .customizer-option--color .customizer-option__content>* {
    --color-margin-right: 16px;
    width: 68px;
  }
  .customizer-option.customizer-option--color {
    width: auto;
  }
  .customizer-options .customizer-option.customizer-option--qty,
  .customizer-options .btn{
    width: 303px;
  }
}
@media screen and (min-width: 1025px){
  .customizer-options__wrapper {
      padding: 69px 79px;
  }
  .customizer-option--color .customizer-option__content>* {
    --color-margin-right: 24px;
    width: 85px;
  }
}
 /* endAdd to Pack options cart  */
@media screen and (min-width: 799px) and (max-width: 1199px){
  .scrollstab .side-bar {
    display: none;
  }
  .overlay-content .main-content {
    width: 100%;
  }
  .overlay-content .cart_content {
    width: 30%;
    border-left: 1px solid #e6e6e6;
  }
  .customizer-product__image.active {
    height: 275px;
  }
  .scrollstab .main-content h1 {
    font-size: 23px;
  }
  .customizer-product__info {
    width: 50%;
  }
  .customizer-product__ctas {
    display: flex;
    width: 65%;
    gap: 10px;
  }
  .customizer-start-option .t-headingsecond .customizer-start-option__title,
  .customizer-start-option .t-heading .customizer-start-option__title {
    font-size: 48px;
  }
  .customizer-options .customizer-options__options {
    width: 80%;
    max-width: 80;
  } 
}

.customizer_close {
  position: fixed;
  z-index: 100004;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
}
.customizer_close:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  background: #000000bf;
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.46,.01,.32,1);
}
.customizer_close.active:before {
  opacity: 1;
  visibility: visible;
}
.customizer_close.active {
  opacity: 1;
  visibility: visible;
}
.customizer_close_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 45rem;
  width: 100%;
  background: #FFFFFF;
  padding: 3.2rem 2.6rem;
}
.customizer_close_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.main-content.customizer-scroll {
  overscroll-behavior: none;
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .main-content.customizer-scroll {
    margin-bottom: 8rem !important;
    padding-bottom: 17rem !important;
    height: 80vh !important;
  }
  ::i-block-chrome,.main-content.customizer-scroll {
    margin-bottom: 8rem;
    padding-bottom: 17rem;
  }
} */
/* @supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 799px) {
    .main-content.customizer-scroll {
      overflow: auto;
      scroll-behavior: auto;
      height: 100vh;
      margin-bottom: 8rem;
      padding-bottom: 30rem;
    }
  }
} */

@media screen and (max-width: 799px){
  .overlay-content .cart_content {
    display: none;
  }
  .customizer-pack-item {
    border-bottom: 1px solid #292929;
  }
  .customizer__top-bar-title.modal__title {
    display: flex;
    height: 52px;
    align-content: center;
    align-items: center;
    background-color: #fff;
  }
  .main-content.customizer-scroll {
    overflow: auto;
    scroll-behavior: auto;
    max-height: 100vh;
    margin-bottom: 8rem; 
    padding-bottom: 25.5rem;
  }

  .scrollstab {
    overflow: unset;
  }
  .scrollstab section {
    height: auto;
  }
  .customizer_close_content {
    width: calc(100% - 1.5rem);
  }
  .customizer_close_button {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 599px) {
  .customizer-start-option .t-headingsecond .customizer-start-option__title,
  .customizer-start-option .t-heading .customizer-start-option__title {
      font-size: 30px;
      margin-bottom: 5px;
  }
  .h5.customizer-start-option__subtitle{
    font-size: 11.5px;
  }
}

.cart-addons {
  margin-bottom: 36px;
}
.cart-addons__heading {
  font-family: var(--FraktionMono-Medium);
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (min-width: 800px) {
  .cart-addons__heading {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.cart-addons .collection-grid {
  gap: 24px;
}
@media screen and (max-width: 799px) {
  .cart-addons .collection-grid {
    gap: 14px;
  }
}
.collection-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 800px) {
  .collection-grid {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.collection-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.collection-item__title {
  margin: var(--collection-item-title-margin-top, 19px) 0 0;
}
@media screen and (min-width: 800px) {
  .collection-item__title {
    margin: var(--collection-item-title-margin-top, 34px) 0 0;
  }
}
@media screen and (max-width: 799px) {
  .collection-item--swiper .collection-item__price {
    margin: var(--collection-item-price-margin-top, 9px) 0 0;
  }
}
@media screen and (min-width: 800px) {
  .collection-item__price {
    margin: var(--collection-item-price-margin-top, 8px) 0 0;
  }
}
.collection-item__price s {
  margin-left: 5px;
}
.collection-item__image-container {
  display: flex;
  align-items: center;
  background-color: #fafafa;
}
.collection-item__btn-wrapper {
  height: auto;
  align-items: flex-end;
}
.collection-item__btn {
  margin-top: 17px !important;
}
.collection-grid .collection-item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 799px) {
  .collection-item__btn {
    height: 43px;
    margin-top: 8px !important;
  }
}
.collection-item--tall {
  --aspect: 140%;
}
@media screen and (min-width: 800px) {
  .collection-item--tall {
    --aspect: 120%;
  }
}
.collection-item--addon {
  --collection-item-title-margin-top: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .collection-item--addon {
    --collection-item-title-margin-top: 12px;
    --collection-item-price-margin-top: 6px;
    margin-bottom: 9px;
  }
}
.collection-item .product-ratings {
  margin-top: 4px;
}
@media screen and (min-width: 800px) {
  .collection-item .product-ratings {
    margin-top: 8px;
  }
}
.collection-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: var(--collection-item-image-padding);
  background-color: #fafafa;
}
.collection-item-image--contain {
  --collection-item-image-padding: 10px;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 800px) {
  .collection-item-image--contain {
    --collection-item-image-padding: 16px;
  }
}
.collection-item-image--contain img {
  height: 100%;
  filter: drop-shadow(0 10px 10px rgba(147, 147, 147, 0.25));
  font-family: "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.collection-item-image--cover {
  top: 0;
}
.collection-item-image--cover img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.collection-item-image--rollover {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
  visibility: hidden;
}
.aspect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: var(--aspect, 100%);
}
.customizer-complete {
  width: 100%;
}
.form_input {
  margin: 30px 0 -10px;
}
.gift--light {
  --gift-primary-color: #ff3a1d;
  --gift-secondary-color: #eee;
  --gift-border-color: #e6e6e6;
}
.customizer_close_content .form_input .err-msg {
  color: #f00;
}
#md-nav .modal__close{
  top: 10px;
  transform: unset;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
}
.customizer-option__content .swatches {
  background: var(--swatch);
}
@media screen and (max-width: 799px){
 #Complete .mobiles_grid{
  padding: 32px 20px;
 } 
 .customizer-pack .main_dropdown .dropdown__arrow{
   color: #fff;
 }
}
@media (hover: none) and (pointer: none) {
  .collection-item-image--rollover {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .collection-item:hover .collection-item-image--rollover {
    opacity: 1;
    visibility: visible;
  }
}