/** Shopify CDN: Minification failed

Line 405:67 Unexpected "{"

**/
.product__tab--wrapper {
  max-width: 1420px;
  margin: 62px auto 0;
  padding: 0 5rem;
  overflow: hidden;
}

.tabs__nav--inner {
  display: flex;
  border-bottom: 6px solid #000;
}

.tabs__nav--inner a {
  box-shadow: none;
  outline: none;
}

.tabs__nav {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 50px;
}

.tabs__nav--link {
  text-decoration: none;
  color: #000;
  flex: 1;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  cursor: pointer;
}

.tabs__nav--link.is-active {
  opacity: 1;
}

.tab__wrapper {
  display: none;
}

.tab__wrapper.is-active {
  display: block;
}

.tab__content {
  position: relative;
  animation: showTab 300ms ease-in-out both;
}

.tab__nav--marker {
  display: block !important;
  min-height: 6px;
  background-color: #7fffed;
  position: absolute;
  bottom: 0px;
  transition: all 0.3s ease-out;
}

.tab__content h2,
.tab__content .heading,
.accordion__content h2,
.accordion__content .heading {
  /* margin: 0 0 10px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000; */
}

.tab__content .rte,
.tab__content p,
.accordion__content .rte,
.accordion__content p  {
  /* margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: normal;
  color: #000; */
}

.tab__content p,
.tab__content strong,
.tab__content span,
.accordion__content p,
.accordion__content strong,
.accordion__content span {
  /* color: #000; */
}

.tab__content strong,
.accordion__content strong {
  font-weight: 600;
}

.tab__content .rte strong,
.accordion__content .rte strong { 
  /* font-size: 18px;
  line-height: 28px;
  letter-spacing: normal; */
}

.tab__content img,
.accordion__content img {
  width: 100%;
  box-shadow: none;
  border: none;
  margin: 0;
}

.tab_heading {
  margin: 0 0 10px;
}

@keyframes showTab{
  from {opacity: 0; top: 5px}
  to {opacity: 1; top: 0;}
}

.tab__content .heading__large,
.accordion__content .heading__large {
  margin: 0 0 10px;
  /* font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #000;
  letter-spacing: normal; */
} 

.tab__content table,
.accordion__content table {
  box-shadow: none;
  text-align: left;
}

.tab__content tr,
.accordion__content tr {
  vertical-align: top;
}

.tab__content td,
.tab__content th,
.accordion__content td,
.accordion__content th {
  border: none !important;
  padding: 8px 6px !important;
  color: #000;
}

.tab__content th,
.accordion__content th {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 1.5px;
  opacity: 0.85;
  text-wrap: nowrap;
}

.tab__content td,
.accordion__content td {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.details__tab {
  display: flex;
  column-gap: 20px;
}

.details__tab--bottom {
  margin-top: 20px;
}

.details__content {
  flex: 1;
}

.specs__items,
.guide__items {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
}

.guide__items .button {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 400;
  background: transparent;
  color: #000;
  padding: 10px 12px;
  min-height: auto;
  text-transform: uppercase;
}

.crafting__items--wrap {
  display: flex;
  margin: 20px 0 30px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.guide_page--content img {
  width: auto;
  max-width: 100%;
}

.crafting__guide--content .rte {
  margin: 0 0 20px;
}

.crafting__items {
  text-align: center;
  flex: 1;
}

.crafting__items .crafting__item--img {
  padding: 20px;
}

.crafting__items p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
}

.measurements__content--inner {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.measurements__content--inner img {
  max-width: 300px;
  box-shadow: none;
  border: none;
  margin: 0;
}

.measurements_text p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 300;
  color: #000;
}

.measurements_text span {
  margin-left: 10px;
}

.specs__items h2{
  text-align: center;
}

.specs__items--inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
}

.specs__items .left__content {
  display: flex;
  justify-content: flex-end;
}

.specs__items .left__content,
.specs__items .right__content {
  flex: 1;
}

.tab__content .specs__items h2,
.accordion__content .specs__items h2 {
  margin-bottom: 20px;
}

.tab__content .specs__tab img,
.accordion__content .specs__tab img {
  width: 100%;
  max-width: 200px;
}

.gift__boxed--item.specs__items {
  align-items: center;
}

.single__blank--item.specs__items,
.case__product--item.specs__items {
  align-items: flex-start;
}

.specs__tab .rte {
  margin-bottom: 20px;
}

.guides__tab.tab__content .heading {
  margin-bottom: 40px;
}

.product__tab--wrap h2,
.accordion__content h2 {
  margin: 0 0 10px;
  /* font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #000;
  letter-spacing: normal;
  line-height: 40px; */
}

.product__tab--wrap .tab__content,
.product__tab--wrap p,
.accordion__content p {
  /* margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: normal;
  color: #000; */
}

.tab__content .metafield-rich_text_field,
.accordion__content .metafield-rich_text_field {
  margin-bottom: 15px;
  margin-top: 15px;
}

.specs__items:last-child, 
.guide__items:last-child {
  margin-bottom: 0;
}

.tab__wrapper {
  border-bottom: 6px solid #000;
  padding-bottom: 80px;
}

.guide__items-loop {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.guide_page--content.guide__items-loop {
  border: none;
}

.metaguild__container {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  justify-content: center;
  text-align: center;
}

.metaguild__container img {
  border-radius: 100px;
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.metaguild__container p {
  margin: 10px auto;
  min-height: 56px;
}

.metaguild__container a {
  width: fit-content;
  margin: 0 auto;
}

.product__info-wrapper .product__accordion .accordion__content > * {
  color: #000;
  font-family: Poppins;
}

.product__info-wrapper .product__accordion .accordion__content p,
.product__info-wrapper .product__accordion .accordion__content ol,
.product__info-wrapper .product__accordion .accordion__content li,
.product__info-wrapper .product__accordion .accordion__content ul, {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.product__info-wrapper .product__accordion .accordion__content h1,
.product__info-wrapper .product__accordion .accordion__content h2,
.product__info-wrapper .product__accordion .accordion__content h3,
.product__info-wrapper .product__accordion .accordion__content h4,
.product__info-wrapper .product__accordion .accordion__content h5 {
  margin: 15px 0;
}

.product__info-wrapper .product__accordion .accordion__content a {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  
  .right__content.details__content img {
    max-width: 500px;
  }
  
}

@media screen and (max-width: 1023px) {

  .crafting__items--wrap {
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .crafting__items {
    flex: 0 1 calc(25% - 15px);
  }

  .tab__wrapper {
    padding-bottom: 90px;
  }
  
}

@media screen and (max-width: 749px) {
  .metaguild__container {
    max-width: unset;
    margin: 0 auto;
  }

  .metaguild__container p {
    min-height: unset;
  }
  
  .metaguild__container img {
    margin: 0 auto;
  }
  
  .tabs__nav {
    margin-bottom: 50px;
  }
  
  .tab__content h2, 
  .tab__content .heading,
  .guides__tab.tab__content .heading,
  .accordion__content h2, 
  .accordion__content .heading {
    margin-bottom: 20px;
  }

  .specs__items,
  .guide__items {
    margin-bottom: 20px;
  }

  .details__tab {
    flex-direction: column;
  }

  .product__tab--wrapper {
    padding: 0 2rem;
    margin-top: 30px;
  }

  .crafting__items {
    flex: 0 1 calc(33.33% - 14px);
  }

  .specs__items--inner {
    flex-wrap: wrap;
  }

  .specs__items .left__content {
    justify-content: center;
  }

  .specs__items .left__content, 
  .specs__items .right__content {
    flex: 0 1 100%;
  }

  .specs__items .left__content {
    margin-bottom: 20px;
  }

  .specs__items {
    padding: 14px;
  }

  .measurements__content--inner {
    display: block;
    text-align: center;
  }

  .measurements_text p {
    font-size: 15px;
    line-height: 25px;
  }

  .measurements_image {
    margin-bottom: 20px;
  }

  .measurements__content--inner img {
    max-width: 200px;
  }

  .measurements_text {
    display: inline-block;
    text-align: left;
  }

  .tabs__nav--link {
    font-size: 12px;
  }
  
}

@media screen and (max-width: 549px) {

  .crafting__items {
    flex: 0 1 calc(50% - 10px);
  }

  .measurements_text {
    display: block;
  }

  .measurements_text span {
    float: right;
  }
  
}


/* Tabs to Accordions Css Start */

.tablet__hide {
  display: none;
}

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

  .desktop__hide {
    display: none;
  }

  .tablet__hide {
    display: block;
  }
  
}

@media screen and (max-width: 1023px) {

  .product__tab--wrapper {
    padding: 0;
  }

  .product__tab--wrapper .product__accordion--wrap {
    padding: 30px 20px 58px;
    background: linear-gradient(0deg, #FBFAF9 0%, #FBFAF9 100%), linear-gradient(0deg, #FAF8F6 0%, #FAF8F6 100%), #FFF;
  }

  .product__tab--wrapper .accordion {
    margin: 0;
    border-top: 0;
    border-bottom: 0.5px solid #000;
  }

  .product__tab--wrapper .accordion summary {
    padding: 28px 10px;
  }

  .product__tab--wrapper .accordion .summary__title {
    align-items: center;
    justify-content: space-between;
  }

  .product__tab--wrapper .accordion summary[aria-expanded="true"] .minus__icon {
    display: block;
  }

  .product__tab--wrapper .accordion summary[aria-expanded="false"] .minus__icon,
  .product__tab--wrapper .accordion summary[aria-expanded="true"] .plus__icon {
    display: none;
  }

  /* .accordion__content h2,
  .accordion__content .heading__large, */
  .product__tab--wrapper .accordion__title {
    /* font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px; */
    font-weight: 500;
    text-transform: uppercase;
  }

  .accordion__content h2,
  .accordion__content .heading__large {
    /* font-size: 22px; */
  }

  .accordion__content .metafield-rich_text_field {
    margin-top: 0;
  }

  .product__accordion .accordion__content {
    padding: 0 10px 30px;
    margin: 0;
  }

  .product__info-wrapper .product__accordion .accordion__content {
    padding: 0;
  }

  /* .accordion__content p,
  .accordion__content,
  .accordion__content td, */
  .guide__items .button {
    font-size: 16px;
    line-height: 26px;
  }
  
}

/* Tabs to Accordions Css End */

