/** Shopify CDN: Minification failed

Line 77:98 Expected ")" to end URL token
Line 78:97 Expected ")" to end URL token

**/
/* Styles for accordion headers */
.thb-product-detail.product h1.product-title{
    font-family: 'Mangro' !important;
    font-weight: normal;
    font-style: normal;
}
/*.thb-product-detail.product h1.product-title.custom-font{
  font-family: 'Mangro' !important;
    font-weight: normal;
    font-style: normal;
}*/
 .thb-product-detail.product .product-short-description.rte,
.thb-product-detail.product .product-short-description.rte p,
.thb-product-detail.product .product-short-description.rte span{
    letter-spacing: -0.02em !important;
    font-family: 'Neue Montreal' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
 .thb-product-detail.product collapsible-row.product__accordion.accordion p {
    letter-spacing: -0.02em !important;
    font-family: 'Neue Montreal' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.thb-product-detail.product .collapsible__content .accordion__content rte{
  letter-spacing: -0.02em !important;
    font-family: 'Neue Montreal' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
 .thb-product-detail.product collapsible-row.product__accordion.accordion summary{
    font-family: 'Neue Montreal' !important;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.01em;
 }
 .thb-product-detail.product .accordion__content div,
 .thb-product-detail.product .accordion__content div span,
 .thb-product-detail.product .accordion__content div a
{
    letter-spacing: -0.02em !important;
    font-family: 'Neue Montreal' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
collapsible-row.product__accordion.accordion strong,
collapsible-row.product__accordion.accordion span
{
   letter-spacing: -0.02em !important;
    font-family: 'Neue Montreal' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
theme-header#header .thb-secondary-area.thb-header-right span.thb-item-count {
    background: #8f5d47 !important;
}
.header-mobile-navigation.is-fixed scroll-shadow {
    --scroll-shadow-top: none;
    --scroll-shadow-bottom: none;
    --scroll-shadow-left: none;
    --scroll-shadow-right: none;
}
.header-mobile-navigation.is-fixed {
    margin-top: 30px;
}
@font-face {
    font-family: 'Mangro';
    src: url('/cdn/shop/files/MangroRegular.eot?v=1749104131'),
        url('/cdn/shop/files/MangroRegular.woff2?v=1749104131'),
        url(/cdn/shop/files/MangroRegular.woff?v=1749104131'),
        url(/cdn/shop/files/MangroRegular.ttf?v=1749104131');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('/cdn/shop/files/NeueMontreal-Bold.eot?v=1749104944');
    src: url('/cdn/shop/files/NeueMontreal-Bold.eot?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Bold.woff2?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Bold.woff?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Bold.ttf?v=1749104944'),
        url('NeueMontreal-Bold.svg#NeueMontreal-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('/cdn/shop/files/NeueMontreal-Light.eot?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Light.woff2?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Light.woff?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Light.ttf?v=1749104944');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('/cdn/shop/files/NeueMontreal-Regular.eot?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Regular.woff2?v=1749104945'),
        url('/cdn/shop/files/NeueMontreal-Regular.woff?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Regular.ttf?v=1749104944');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('/cdn/shop/files/NeueMontreal-Medium.eot?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Medium.woff2?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Medium.woff?v=1749104944'),
        url('/cdn/shop/files/NeueMontreal-Medium.ttf?v=1749104944');
       font-weight: 500;
       font-style: normal;
       font-display: swap;
}
.accordion-header {
  background-color: #f4f4f4;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
}

.accordion-content {
  display: none;
  padding: 20px;
}

.accordion-item.active .accordion-header {
  background-color: #e0e0e0;
}

.accordion-item.active .accordion-content {
  display: block;
}
/* .choose-chains, .choose-charms {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tab-btn {
  padding: 8px 12.8px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 8px 23px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-bottom: 5px;
}
.tab-btn.active {
  background-color: #868686;
  border-bottom: 1px solid #868686;
  color: white;
}
.single-product {
  width: calc(50% - 15px);
  position: relative;
}
.cc-product-title {
  text-align: center;
}
.cc-product-image {
  margin: 0 auto;
  max-width: 100px;
}

.cc-overlay-content {
  background: #fff;
  width: 100%;
  opacity: 1;
  border: solid 1px;
  padding: 15px;
  z-index: 1;
}
.single-product:hover .cc-overlay-content {
  opacity: 1;
}
a.chain-btn.add-chain.chain-selected {
    color: brown;
}

.charm_builder {
  /* min-height: 740px; */
  position: relative;
}

#charm_visual img.main-image.sticky {
  width: 100%;
  /* margin-top: 54px; */
}

.charm-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.charm_w {
  left: 70%;
  display: block;
  width: fit-content;
  height: fit-content;
  padding-bottom: 25px;
  text-align: center;
}

.charm-rotate_l, .charm-rotate_r {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  width: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.charm-rotate_l {
  left: 50%;
  transform: translateX(-40px);
}

.charm-rotate_r {
  left: 50%;
  transform: translateX(20px);
}

.charm-rotate_r img {
  transform: scaleX(-1);
}

.charm_w:hover .charm-rotate_l, .charm_w:hover .charm-rotate_r, .charm_w:hover .charm-close, .charm_w:active .charm-rotate_l, .charm_w:active .charm-rotate_r, .charm_w:active .charm-close {
  visibility: visible;
  opacity: 1;
}

.draggable.ui-draggable.ui-draggable-handle img {
  width: 70%;
}

.draggable.ui-draggable.ui-draggable-handle .charm-rotate_l img,
.draggable.ui-draggable.ui-draggable-handle .charm-rotate_r img {
  width: 70%;
}

.charm-close {
  line-height: 20px;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  margin: 0;
  color: black;
  z-index: 10;
  text-align: center;
  height: 20px;
  width: 20px;
  opacity: 0.3;
  top: unset;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.charm-collections {
  position: relative;
}

.charm-builder__form-area {
  position: sticky;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 20px;
}

@media only screen and (min-width: 900px) {
  .drag-drop-main-image-frame {
    position: sticky;
    top: 0;
    height: 740px;
  }
}


/* custom css for product page design  */
.thb-product-detail .Product__Tabs-area .accordian-wrapper .accordion-header {
  /* padding-block: 24px; */
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}
.thb-product-detail .Product__Tabs-area .accordian-wrapper .accordion-header::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 10px;
  height: 1px;
  background: #000;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}
.thb-product-detail .Product__Tabs-area .accordian-wrapper .accordion-header::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 1px;
  height: 10px;
  background: #000;
  transition: .2s;
}
.thb-product-detail .Product__Tabs-area .accordian-wrapper .accordion-item.active .accordion-header::before {
  transform: translateY(-50%) rotate(-90deg);
}
.thb-product-detail .Product__Tabs-area .accordian-wrapper:first-child .accordion-header {
  border-bottom: none;
}
.thb-product-detail .charm-builder__form-area .product-form .product-form__buttons .custom-charm__atc-btn {
  width: 100%;
  margin-top: 10px;
}
.thb-product-detail .cc-product-image img {
  display: block;
  width: 100%;
}
.thb-product-detail .cc-product-image {
  max-width: 100%;
  padding: 24px 24px 0px 24px;
}
.thb-product-detail .cc-product-inner .cc-product-title {
  color: #858585;
  font-size: 14px;
  position: relative;
  top: 1rem;
}
.thb-product-detail .cc-overlay-content .cc-product-title {
  font-weight: 600;
  font-size: 14px;
  color: #868686;
}
.thb-product-detail .cc-overlay-content .cc-product-variants .single-select {
  width: 100%;
  max-height: 38px;
  padding-block: 0;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid #d9d9d9;
  background: white;
  margin-bottom: 4px;
  border-radius: 0;
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.thb-product-detail .select-chain-wrapper .chain-btn,
.thb-product-detail .select-charm-wrapper .charm-btn {
  background: #868686;
  color: white;
  border-color: #868686;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 15px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.thb-product-detail .select-chain-wrapper .chain-btn.charm_added, 
.thb-product-detail .select-charm-wrapper .charm-btn.charm_added {
  background-color: #454a21;
  font-style: italic;
  color: #fff;
}
.thb-product-detail .select-chain-wrapper .chain-btn:hover,
.thb-product-detail .select-charm-wrapper .charm-btn:hover{
  color: #868686;
  background: #ffffff;
  border: 1px solid #868686;
}
.thb-product-detail .cc-overlay-content .cc-product-variants .single-select:focus-visible {
  outline: none;
}
.thb-product-detail .single-product {
  position: relative;
  min-height: 300px;
}
.thb-product-detail .single-product .cc-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(244,244,244,.85);
  border: 1px solid #e0e0e0;
  padding: 20px;
  transform: translateY(20px);
  transition: 0.1s;
}
.thb-product-detail .single-product:hover .cc-overlay-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.thb-product-detail .single-product:hover .cc-product-inner .cc-product-title {
  opacity: 0;
  visibility: hidden;
}
.thb-product-detail .single-product .cc-overlay-content .cc-product-price .price .amount {
  color: #0202029e;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.thb-product-detail .single-product .cc-overlay-content .cc-product-variants .single-option-label {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.thb-product-detail .select-chain-wrapper {
  margin-top: 12px;
}
.thb-product-detail .accordion-content {
  border: 1px solid #e0e0e0;
  margin-block: 14px;
}
.thb-product-detail .row .column #image_visual {
  position: sticky;
  top: 0;
}
.thb-product-detail .row {
  padding-bottom: 38px;
}
.thb-product-detail .single-product .cc-product-inner {
  position: absolute;
  bottom: 0;
}
.thb-product-detail .single-product .cc-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.file-upload__wrapper, .customer-note__wrapper{
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.customer-note__wrapper {
  margin-top: 10px;
}
.customer-note__wrapper textarea {
  resize: none;
  min-height: auto;
  height: auto;
  margin: 0;
}
.tab-buttons button {
  text-transform: uppercase;
}
.main-slideshow ol.flickity-page-dots {
    display: none !important;
}
.no_space p, .no_space .rich-text .rte{
  margin-bottom:0px !important;
}
.template-product .product-information .product-short-description.rte {
    margin-top: 30px;
}
.product-short-description p,
.collapsible-row.product__accordion.accordion details summary,
.collapsible__content strong,
.collapsible__content p,
.collapsible__content span,
.product__accordion summary{
font-style: normal;
font-weight: 400;
font-family: "Linotype Syntax Serif", serif !important;
}
.product-card .product-card-title, .product-card span.amount{
  font-size: 12px !important;
}

@media only screen and (max-width:1024px) {
  .thb-product-detail .row:not(.align-center) {
    flex-direction: column;
  }
  .thb-product-detail .row:not(.align-center) .medium-6 {
    flex: 0 0 100%;
    max-width: 100%;
    /* margin-top: 25px; */
  }
  .thb-product-detail .choose-chains, 
  .thb-product-detail .choose-charms {
    column-gap: 4px;
  }
  /* 21-08-2025 */
    div#shopify-section-sections--25050671907127__header-mobile-navigation {
      display: none;
  }
  theme-header#header{
    padding-right:24px;
  }
}
@media only screen and (max-width:767px) {
  .thb-product-detail .single-product .cc-overlay-content {
    padding: 14px 6px;
  }
  .thb-product-detail .cc-overlay-content .cc-product-title {
    line-height: normal;
  }
  .thb-product-detail .single-product .cc-overlay-content .cc-product-price .price .amount {
    font-size: 14px;
  }
  .thb-product-detail .cc-overlay-content .cc-product-variants .single-select {
    max-height: 32px;
  }
  .thb-product-detail .single-product .cc-overlay-content .cc-product-variants .single-option-label label {
    font-size: 12px;
  }
  .thb-product-detail .select-chain-wrapper .chain-btn, 
  .thb-product-detail .select-charm-wrapper .charm-btn {
    font-size: 14px;
    margin-top: 12px;
  }
  .thb-product-detail .single-product .cc-overlay-content .choose-variants-options {
    margin-top: 12px;
  }
  .thb-product-detail .choose-chains, 
  .thb-product-detail .choose-charms {
    column-gap: 4px;
  }
  .thb-product-detail .single-product {
    width: calc(50% - 10px);
    min-height: 230px;
  }
  .thb-product-detail .cc-product-inner {
    position: absolute;
    bottom: 0;
  }
  .thb-product-detail .cc-product-image {
    padding: 0;
  }
  .thb-product-detail .cc-product-inner .cc-product-title {
    font-size: 12px;
    top: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .thb-product-detail .cc-product-image img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width:550px) and (max-width:768px) {
  .thb-product-detail .single-product {
    min-height: 380px;
  }
  .thb-product-detail .choose-chains, 
  .thb-product-detail .choose-charms {
    justify-content: center;
  }
}
@media only screen and (max-width:768px) {
  #image_visual {
    position: relative;
  }
  .charm_builder {
    overflow: hidden;
    position: unset;
    min-height: 400px;
  }
  .charm_w {
    top: 20px;
    /* padding: 0; */
  }
  .draggable.ui-draggable.ui-draggable-handle img {
    width: 40%;
  }
}



/* similar product css  */
.product-grid-container .similar-products-wrapper {
  padding: 14px 0 28px;
}
.product-grid-container .similar-products-wrapper .similar-products-heading {
  font-size: 28px;
}
.product-grid-container .similar-products-container:not(.slick-initialized) {
  display: none;
}
.product-grid-container .similar-products-container {
  /* display: flex;
  flex-wrap: nowrap;
  gap: 8px; */
}
.product-grid-container .similar-products-image-block img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.product-grid-container .similar-products-wrap {
  display: flex !important;
  flex-direction: column;
  gap: .75rem;
}
.product-grid-container .similar-products-title-wrap {
    line-height: normal;
}
.product-grid-container .similar-products-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
}
.product-grid-container .similar-products-container p {
  font-size: 14px;
  line-height: 16px;
  margin: 6px 0 10px;
}
.product-grid-container .similar-product-option-wrap ul li {
  list-style: none;
  box-shadow: 0 0 0 1px var(--color-form-border) inset;
  width: auto;
  max-width: max-content;
  min-width: max-content;
  height: 36px;
  cursor: pointer;
  border-radius: 6px;
}
.product-grid-container .similar-product-option-wrap ul li input {
  display: none;
}
.product-grid-container .similar-product-option-wrap input[type="radio"]:checked + label {
  box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset;
}
.product-grid-container .similar-product-option-wrap ul li label {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
}
.product-grid-container .similar-products-container .slick-list {
  margin: 0 -4px;
  /* padding:0 10% 0 0 !important; */
}
.product-grid-container .similar-products-container .slick-list .slick-track {
  margin: 0;
}
.product-grid-container .similar-products-container .slick-slide {
  margin: 0 4px;
}
.product-grid-container .similar-products-container .slick-next,
.product-grid-container .similar-products-container .slick-prev {
  top: calc(145px / 2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
}
.product-grid-container .similar-products-container .slick-next {  
  right: 10%;
}
.product-grid-container .similar-products-container .slick-prev {
  left: 10%;
  z-index: 1;
  transform: translate(0, -50%) rotate(180deg);
}
.product-grid-container .similar-products-container .slick-next::before,
.product-grid-container .similar-products-container .slick-prev::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  padding: 4px;
  background-color: rgba(255, 255, 255, 1);
  width: 32px;
  height: 32px;
  border-radius: 50%
}
.product-grid-container .similar-products-container .slick-next::before {
  background-image: url('/cdn/shop/files/next.svg');
}
.product-grid-container .similar-products-container .slick-prev::before {
  background-image: url('/cdn/shop/files/next.svg');
}
.product-grid-container .similar-products-container .slick-next.slick-disabled::before, 
.product-grid-container .similar-products-container .slick-prev.slick-disabled::before {
  opacity: 0;
  visibility: hidden;
}
.product-grid-container .similar-products-container:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.product-grid-container .similar-product-option-wrap .similar-products-content-block,
.product-grid-container .similar-product-option-wrap .similar-products-cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-grid-container .similar-product-option-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 0;
  overflow-x: auto;
  list-style: none;
  padding: 0 0 8px 0;
}
.product-grid-container .similar-product-option-wrap ul::-webkit-scrollbar {
  height: 5px;
}
.product-grid-container .similar-product-option-wrap ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.product-grid-container .similar-product-option-wrap ul::-webkit-scrollbar-thumb {
  background-color: #00000096;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}
.product-grid-container .similar-product-option-wrap ul::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}
/* .product-grid-container .similar-products-image-block .similar-products-second-image,
.product-grid-container .similar-products-image-block:hover .similar-products-featured-image {
  display: none;
}
.product-grid-container .similar-products-image-block:hover .similar-products-second-image {
  display: block;
} */
.product-grid-container .similar-products-image-block .similar-products-second-image,
.product-grid-container .similar-products-image-block:hover .similar-products-featured-image {
  display: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Adjust time and easing as needed */
}
.product-grid-container .similar-products-image-block:hover .similar-products-second-image {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.product-grid-container .similar-products-image-block:hover .similar-products-second-image {
  opacity: 1;
}
.product-grid-container .product-information .product-title,
.product-grid-container .product-information shopify-payment-terms {
  margin: 0 0 6px;
}
.product-grid-container .product-information .price {
  margin: 0px 0 8px;
}
.product-grid-container .product-information .product__tax {
  margin: 0 0 10px;
}
.product-grid-container .product-information .product-form form {
  margin: 0;
}
.product-grid-container .product-information .quantity,
.product-grid-container .product-information .add_to_cart_holder {
  margin: 0 0 20px;
}
.product-card-discount-price-box .discount-compare-price.amount .discount-compare-price-inner{
  text-decoration: line-through;
}
.product-card-discount-price-box span {
  font-weight: 600;
}
.whole-site-percentage-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 14px;
}
.product-card-discount-price-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-direction: column-reverse;
  width: fit-content;
  margin: 0 auto;
}
.template-product .product-card-discount-price-box {
  justify-content: start;
  margin: 10px 0;
}
.product-card-discount-price-box .discount-regular-price.amount {
  color: #a6433f;
  display: block;
  width: 100%;
  text-align: left;
}
.discount-compare-price.amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px){
  .template-product .product-gallery-container .whole-site-percentage-badge {
    right: unset;
    left: 105px;
    top: 0.2px;
    /* border-top-left-radius: var(--block-border-radius, 16px); */
  }
}
@media only screen and (max-width: 1067px) {
  .product-grid-container .similar-product-option-wrap {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .template-product .whole-site-percentage-badge {
    right: unset;
    left: 100px;
  }
  .product-grid-container .product--infobox-container {
    margin: 0 0 20px;
  }
  .product-grid-container .similar-products-title {
    font-size: 12px;
    line-height: 14px;
  }
  .product-grid-container .similar-products-wrap {
    line-height: normal;
    gap: .50rem;
  }
  .product-grid-container .similar-products-container p {
    font-size: 12px;
    margin: 4px 0 0;
  }
  .product-grid-container .similar-products-wrapper .similar-products-heading {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 12px;
  }
  
}


