/** Shopify CDN: Minification failed

Line 139:0 All "@import" rules must come first

**/
/* 3/30/2026 css start from here */
.metal-diamond-product label.product_variant_options {
    border-radius: 0px !important;
    color: #000;
    cursor: pointer;
    color: #fff !important;
    border: unset !IMPORTANT;
}
.main-color-box .inner-color-box {
    column-gap: 10px;
}
.metal-diamond-product .main-color-box label.option {
    border: 1px solid #fff;
    color: #fff!important;
    border-radius: 0!important;
    width: 100%;
    margin-bottom: 0;
}
.metal-diamond-product .product-form__input input[type=radio]:checked+.product_variant_options {
    border: 1px solid #000!important;
    color: #fff !important;
}
/* .metal-diamond-product .product-form__input--pill input[type=radio]+label {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000 !important;
} */



.main-color-box button.option {
    display: inline-block;
    margin: .7rem .5rem .2rem 0;
    padding: 1rem 1rem;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: unset;
    color: #fff !important;
    max-width: 140px;
    width: 100%;
}

.main-color-box button.option.platinum {
    background: #c4c4c4;
}

.main-color-box button.option.white-platinum {
    background: #d5d5d5;
}

.main-color-box button.option.yellow {
    background: #d2a32f;
}

.main-color-box button.option.rose {
    background: #d4b1a8;
}

.main-color-box .inner-color-box {
    display: flex;
    flex-wrap: wrap;
}
 .metal-diamond-product .main-color-box .product-form__input--pill input[type=radio]+label  {
    color: #ffffff !important;
    border: unset;
}
.main-color-box .button-color.button-box {
    width: fit-content;
}
label.product_variant_options.metal-product-variant {
    border: 1px solid #000 !important;
    color: #000 !important;
}
 .metal-diamond-product .product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    border: 1px solid #000 !important;
}
/* 3/30/2026 css end from here */

/* 4/1/2026 css start from here */
.button-color.button-box.platinum-color-box {
    height: inherit;
    overflow: hidden;
    margin-top: 7px;
}

.button-color.button-box.platinum-color-box label.option.platinum {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin: 0;
}

.button-color.button-box.platinum-color-box .variant-item {
    height: 100%;
    display: block;
}


.metal-diamond-product .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
.metal-diamond-product .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
.metal-diamond-product .button:after {
    display: none;
}

@media (min-width:749px){
    .metal-diamond-product product-info img.image-magnify-lightbox {
    object-fit: contain;
}
.metal-diamond-product product-info .product-media-container.constrain-height .media {
    padding: 0 !important;
    aspect-ratio: 1 / 1;
    height: 480px;
    width: 100%;
}
}
/* 4/1/2026 css end from here */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



/* MAIN GALLERY LAYOUT */
.custom-product-section media-gallery.product__column-sticky{
  display:grid;
  grid-template-columns: 1fr 140px;
  gap:20px;
  align-items:start;
}

/* MAIN IMAGE AREA */
.custom-product-section media-gallery .product__media-list{
  display:block;
}

.custom-product-section media-gallery .product-media-container{
  border-radius:20px;
  overflow:hidden;
}
.custom-product-section media-gallery .thumbnail-list li {
    width: 134px;
    height: 146px;
}
.custom-product-section media-gallery .slider--mobile li.product__media-item.grid__item.slider__slide.scroll-trigger.animate--fade-in {
    width: 100%;
}
.custom-product-section .thumbnail[aria-current]:focus:not(:focus-visible) {
    box-shadow: unset;
}
.custom-product-section .product .product__media.media.media--transparent {
    padding: 0;
    aspect-ratio: 1 / 1;
    height: 480px;
    width: 100%;
}
/* MAIN IMAGE */
.custom-product-section media-gallery .product__media img{
  width:100%;
  height:auto;
  border-radius:14px;
}

/* REMOVE MOBILE SLIDER STYLE */
.custom-product-section media-gallery .slider--mobile{
  display:block;
}
.custom-product-section .product .product__media.media.media--transparent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.shopify-section.custom-product-section .page-width {
    max-width: 1440px!important;
    padding: 0 25px;
}

/* THUMBNAILS COLUMN */
.custom-product-section media-gallery .thumbnail-slider {
    order: 2;
    height: 480px;
    overflow-y: auto;
    scrollbar-width: none;
    width: fit-content;
 
}

.custom-product-section media-gallery .thumbnail-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.custom-product-section media-gallery .thumbnail-list {
    padding-right: 5px;
    margin-top: 4px;
    padding-left: 1px;
}
/* THUMBNAIL CARD */
.custom-product-section media-gallery .thumbnail{
  border-radius:14px;
  overflow:hidden;
  border:none;
  transition:0.3s;
}

/* ACTIVE THUMB */
.custom-product-section media-gallery .thumbnail[aria-current=true] {
    border: 1px solid #000;
    box-shadow: unset;
}

/* THUMB IMAGE */
.custom-product-section media-gallery .thumbnail img{
  border-radius:10px;
}

/* HIDE DEFAULT ARROWS */
.custom-product-section media-gallery .slider-buttons{
  display:none;
}
.custom-product-section product-info {
    background: #f6f4f1;
    padding-bottom:17px;
}
.custom-product-section .product-form__input a.btn {
    text-decoration: none;
    color: #000;
}
.custom-product-section .product__title h1 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
    max-width: 509px;
    font-weight: 700;
    text-align: left !important;
    padding: 0 !important;
}
.custom-product-section product-info *{
font-family: "Quicksand", sans-serif!important;}
.custom-product-section product-info .price__regular .price-item--regular {
    font-size: 28px;
}
.custom-product-section .product__description h1,.quantity__label  {
    font-size: 19px!important;
    font-weight: 600;color: #000;
}
/* MOBILE FIX */
/* MAIN WRAPPER */
.custom-product-section .metal-groups{
  display:flex;
  flex-direction:column;
  gap:0;
}
.custom-product-section fieldset.js.product-form__input.product-form__input--pill {
    margin: 10px 0 0;
}
.custom-product-section .group-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    font-weight: 500;
    WIDTH: 100%;
    margin: 8px 0 0;
}
.custom-product-section legend.form__label {
    font-size: 19.2px;
    color: #000;
    font-weight: 600;
}
.custom-product-section legend.form__label span {
    font-weight: 400;
}
.custom-product-section fieldset.js.product-form__input.product-form__input--pill label {
    padding: 8px 14px;
    border: 1px solid #bbb;
    font-family: Quicksand,Arial,Helvetica,sans-serif;
    font-size: 13px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    white-space: nowrap;
    color: #000!important;
    border-radius: 0;
    cursor: pointer;
}
.custom-product-section input[type=radio]:checked+label {
    border: 2px solid #222!important;
}
body .custom-product-section .product__media-wrapper {
    padding-left: 0;
    width: 806.6667px!important;
    max-width: 806.6667px!important;
}
/* METAL OPTIONS ROW */
.custom-product-section .metal-group{
  display:flex;
}

.custom-product-section .metal-group label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* HIDE DEFAULT RADIO */
.custom-product-section .metal-group input[type="radio"]{
  display:none;
}

body .custom-product-section .metal-option {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e0e0e0!important;
    cursor: pointer;
    margin-right: 12px;
    position: relative;
    border-radius: 0!important;
}

/* HIDE TEXT */
.custom-product-section .metal-option span{
  display:none;
}

/* OPTION ROW */
.custom-product-section .metal-group{
  flex-wrap:wrap;
}

.custom-product-section .metal-group label{
  margin-right:12px;
}

/* ACTIVE SELECTION */
.custom-product-section input[type="radio"]:checked + label{
  border:2px solid #222;
}
/* .custom-product-section input[type="radio"]:checked + label.metal-option.option_select {
    opacity: 0.7;
    border: unset !IMPORTANT;
} */
/* LEGEND */
.custom-product-section .metal-label{
  font-size:18px;
  font-weight:600;
  margin-bottom:20px;
}
body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    height: fit-content;
    position: sticky;
    top: 3rem;
    z-index: 2;
    width:766.6667px !important;
    max-width: 766.6667px !important;
}
body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: calc(100% - 766.6667px)!important;
    /* width: calc(100% - 766.6667px)!important; */
}
/* .product-custom-layout.show-content .custom-product-section .product .product__info-wrapper {
     max-width: 100% !important;
} */
/* .product  .product__info-wrapper.grid__item {
    max-width: 100% !important;
}
body .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    width: 100% !important;
    max-width: 100% !important;
} */
/* 3/11/2026 css start from here */
.custom-product-section label.metal-option.option_select {
    padding: 0!important;
    width: 40px!important;
    height: 40px!important;
    display: block!important;
    margin-right: 13px;
    margin-top: 1px;
}
.custom-product-section label.metal-option.option_select img.metal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-product-section media-gallery.product__column-sticky {
    position: relative;
    top:0;
}
.custom-product-section .product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    width: 100%;
}
.custom-product-section product-info#MainProduct-template--29218960933206__custom_main_product_r4YVqd {
    padding: 24px 0;
}
/* .custom-product-section .product__description.rte.quick-add-hidden {
    margin-top: 20px;
} */

.custom-product-section .product__description.rte p {
    margin: 0 0 14px 0;
    font-size: 13px;
}
.custom-product-section .metal-groups {
    border-bottom: 1px solid #e7e1da;
    padding-bottom: 18px;
}
.custom-product-section variant-selects#variant-selects-template--29218960933206__custom_main_product_r4YVqd {
    border-top: 1px solid #e7e1da;
}
.custom-product-section fieldset.js.product-form__input.product-form__input--pill {
    max-width: 100%;
}
.custom-product-section fieldset.js.product-form__input.product-form__input--pill label {
    margin-bottom: 7px;
}
.custom-product-section .jdgm-star.jdgm--on:before {
    font-family: 'JudgemeStar';
}
.custom-product-section .jdgm-preview-badge .jdgm-star {
    font-size: 10px;
}
.custom-product-section span.jdgm-prev-badge__text {
    font-size: 13px;
}
.custom-product-section .product__info-container>*+* {
    margin: 12px 0 0;
}
/* 3/11/2026 css end from here */
/* 3/12/2026 css start from here */
.custom-product-section .product__desc.rte.quick-add-hidden.show-on-mobile {
    margin: 13px 0 0;
    display:none;
}
.product-custom-layout div#shopify-block-AekNBNWxTOFRTRzFkT__diamond_search_selector_diamond_search_MURa8M {
    display: none;
}
.product__desc p {
    font-size: 13px;
}
.product-custom-layout [data-block-handle="diamond-search"] {
    display: none;
}
/* .product-custom-layout .product__description.rte.quick-add-hidden.show-on-desktop {
    display: block !important;
} */

.custom-product-section button.btn {
    background: transparent;
    border: unset;
    padding: 0;
    cursor: pointer;
}
.custom-product-section .inner-content p.price-info span {
    font-size: 12px;
    font-weight: 500;
}

.custom-product-section div#list-detail {
    gap: 3px !important;
}

.custom-product-section .product__info-wrapper .shopify-block #show_cardfoliyo_list #list-detail .pdp-detail .search-wrapper .detail-wrapper .price-info .new-price {
    font-weight: 800;
}

.custom-product-section .search-wrapper {
    padding: 5px;
}

.custom-product-section .btn-wrapper .feature-btn .btn {
    font-size: 10px;
    line-height: normal;
    padding: 8px 7px;
}
.custom-product-section .product__info-wrapper.grid__item .pdp-detail .inner-content p {
    margin-top: 0;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.custom-product-section .search-wrapper {
    padding: 3px !important;
}
.custom-product-section .search-wrapper .detail-wrapper .inner-content .title {
    margin: 7px 0;
}
.custom-product-section .tooltip {
    width: 13px;
    height: 13px;
    line-height: 12px;
    margin-left: 4px;
    font-size: 10px;
}
.custom-product-section p.title {
    font-size: 16px !important;
}
.custom-product-section .product__info-wrapper.grid__item .pdp-detail .inner-content img {
    margin: 0 0 0 !important;
}
/* .custom-product-section #show_cardfoliyo_list #list-detail .pdp-detail {
    width: 32.3%;
} */
/* 3/12/2026 css end from here */
/* 3/17/2026 css start from here */
.custom-product-section .product-detail-list .search-wrapper {
    display: block;
}

.custom-product-section .product-detail-list .certi_imgdiv.coles {
    max-width: 200px;
}

.custom-product-section .product-detail-list .vid_div.coles {
    max-width: 300px;
}


.custom-product-section .product-detail-list button.btn {
    font-size: 16px !important;
}

.custom-product-section .product-detail-list p.text-center {
    font-size: 17px !important;
}
.product-detail-list p span.diamond-compare-price {
    font-size: 20px !important;
}

.custom-product-section .product-detail-list .image-wrapper img {
    margin: 0 !important;
}
.custom-product-section .product-detail-list tbody {
    display: grid;
    grid-template-columns: 50% 50%;
}

.custom-product-section .product-detail-list tr {
    display: flex;
}

.custom-product-section .product-detail-list .detail-wrapper {
    background: #fff;
    padding: 12px !important;
    margin-bottom: 20px;
}

.custom-product-section .product-detail-list .inner-content {
    padding: 0 !IMPORTANT;
}

.custom-product-section .product-detail-list td.column-first {
    width: fit-content;
}

.custom-product-section .product-detail-list table#details_cardfoliyo td {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    font-family: sans-serif !important;
}

.custom-product-section .product-detail-list td.column-first {
    font-weight: bold !important;
}

.custom-product-section .product-detail-list .detail-wrapper table#details_cardfoliyo [data-tooltip]:before {
    bottom: 430% !important;
}
.product-detail-list .detail-wrapper table#details_cardfoliyo [data-tooltip]:after {
    bottom: 425% !important;
}
/* 3/17/2026 css end from here */
form#getdiamond_type {
    margin-top: 40px;
}

.custom-product-section .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in.product-detail-search {
    max-width: 100% !IMPORTANT;
}

.custom-product-section .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in.product-detail-search h1 {
    text-align: center !IMPORTANT;
    max-width: 100%;
}
.others-bottom.text-center.btn-wrapper.btn-container.show {
    display: table !IMPORTANT;
}

.others-bottom.text-center.btn-wrapper.btn-container {
    display: none;
}
.custom-product-section .product-detail-list p.text-center {

    margin-bottom: 22px;
}

    .diamond-faq {
      max-width: 900px;
      margin: 0 auto;
      padding: 24px 0 0;
      font-family: Arial, sans-serif;
      color: #222;
    }

    .diamond-faq h2 {
      margin: 0 0 10px;
      font-size: 30px;
      font-weight: 600;
    }

    .diamond-faq .faq-intro {
      margin: 0 0 20px;
      font-size: 15px;
      line-height: 1.6;
      color: #555;
    }

    .diamond-faq .faq-credit {
      margin: 18px 0 0;
      font-size: 13px;
      line-height: 1.5;
      color: #666;
    }

    .diamond-faq .faq-credit a,
    .diamond-faq .faq-answer a {
      color: #1a73e8;
      text-decoration: none;
    }

    .diamond-faq .faq-credit a:hover,
    .diamond-faq .faq-answer a:hover {
      text-decoration: underline;
    }

    .diamond-faq .faq-item {
      margin: 0 0 12px;
      border: 1px solid #ececec;
      border-radius: 12px;
      background: #fcfcfc;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
      overflow: hidden;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .diamond-faq .faq-item:hover {
      border-color: #dddddd;
      background: #ffffff;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    }

    .diamond-faq .faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 18px;
      font-size: 17px;
      font-weight: 600;
      line-height: 1.4;
      cursor: default;
    }

    .diamond-faq .faq-icon {
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      border: 1px solid #d9d9d9;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      color: #666;
      background: #fff;
    }

    .diamond-faq .faq-answer-wrap {
      max-height: 0;
      opacity: 0;
      transform: translateY(-6px);
      overflow: hidden;
      transition: max-height 0.32s ease, opacity 0.22s ease, transform 0.22s ease;
    }

    .diamond-faq .faq-item:hover .faq-answer-wrap {
      max-height: 280px;
      opacity: 1;
      transform: translateY(0);
    }

    .diamond-faq .faq-answer {
      padding: 0 18px 18px;
      font-size: 15px;
      line-height: 1.7;
      color: #444;
    }

    .diamond-faq .faq-answer p {
      margin: 0;
    }
/* 3/24/2026 css start from here */
.custom-product-section .product.product--large.product--left.product--thumbnail.product--mobile-columns.grid.grid--1-col.grid--2-col-tablet {
    align-items: self-start;
}
/* .custom-product-section .product__media-toggle:after {
    display: none;
} */

.custom-product-section .main-iframe-wrapper .iframe-wrapper {
    max-width: fit-content !important;
    position: unset !important;
    margin: 0 auto;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 100% !important;
    left: unset !important;
    top: unset !IMPORTANT;
}
.custom-product-section .grid__item.product__media-wrapper.video-wrapper .product__media-toggle:after {
    display: none;
}
.custom-product-section .iframe-wrapper.hide_video {
    display: none !important;
}

.custom-product-section img.image-magnify-lightbox.show_img {
        display: block !important;
}
.custom-product-section .product-detail-list .search-wrapper {
    margin-top: 0;
}
/* 3/24/2026 css end from here */
/* 3/30/2026 css start from here */
.metal-diamond-product label.product_variant_options {
    border-radius: 0px !important;
    color: #000;
    cursor: pointer;
    color: #fff !important;
    border: unset !IMPORTANT;
}
.main-color-box .inner-color-box {
    column-gap: 10px;
}
.metal-diamond-product .main-color-box label.option {
    border: 1px solid #fff;
    color: #fff!important;
    border-radius: 0!important;
    width: 100%;
    margin-bottom: 0;
}
.metal-diamond-product .product-form__input input[type=radio]:checked+.product_variant_options {
    border: 1px solid #000!important;
    color: #fff !important;
}
/* .metal-diamond-product .product-form__input--pill input[type=radio]+label {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000 !important;
} */



.main-color-box button.option {
    display: inline-block;
    margin: .7rem .5rem .2rem 0;
    padding: 1rem 1rem;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: unset;
    color: #fff !important;
    max-width: 140px;
    width: 100%;
}

.main-color-box button.option.platinum {
    background: #c4c4c4;
}

.main-color-box button.option.white-platinum {
    background: #d5d5d5;
}

.main-color-box button.option.yellow {
    background: #d2a32f;
}

.main-color-box button.option.rose {
    background: #d4b1a8;
}

.main-color-box .inner-color-box {
    display: flex;
    flex-wrap: wrap;
}
 .metal-diamond-product .main-color-box .product-form__input--pill input[type=radio]+label  {
    color: #ffffff !important;
    border: unset;
}
.main-color-box .button-color.button-box {
    width: fit-content;
}
label.product_variant_options.metal-product-variant {
    border: 1px solid #000 !important;
    color: #000 !important;
}
 .metal-diamond-product .product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    border: 1px solid #000 !important;
}
/* 3/30/2026 css end from here */

/* 4/1/2026 css start from here */
.button-color.button-box.platinum-color-box {
    height: inherit;
    overflow: hidden;
    margin-top: 7px;
}

.button-color.button-box.platinum-color-box label.option.platinum {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin: 0;
}

.button-color.button-box.platinum-color-box .variant-item {
    height: 100%;
}
.button:after {
    display: none;
}

.product__desc p {
    font-size: 13px;
}
/* .product-custom-layout div#fastrings {
    display: none;
} */

.metal-diamond-product product-info .page-width {
    max-width: 1440px !important;
}
.metal-diamond-product product-info .product__info-container {
    max-width: 100%;
}
product-info .product-form__submit {
    border: 1px solid;
}


.hide-metal-ring .product-form__input.field {
    display: none;
}
.hide-metal-ring .ring-size-main-wrapper .product-form__input.field {
display:block !important;
}
.hide-metal-ring fieldset.js.product-form__input.product-form__input--pill.metal_fields{
      display: none; 
}
.hide-metal-ring .ring-size-main-wrapper .product-form__input.field {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
}
@media (min-width: 768px) and (max-width: 1300px) {
    .metal-diamond-product .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 3rem;
}
}
@media (min-width:749px){
    .metal-diamond-product product-info img.image-magnify-lightbox {
    object-fit: contain;
}
.metal-diamond-product product-info .product-media-container.constrain-height .media {
    padding: 0 !important;
    aspect-ratio: 1 / 1;
    height: 480px;
    width: 100%;
}
.product-custom-layout .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem !IMPORTANT;
}
}
/* 4/1/2026 css end from here */
@media(max-width:1600px){
    body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: calc(100% - 766.6667px);
}
body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    width: 766.6667px;
    max-width: 766.6667px;
}
}
@media (max-width:1440px){
.metal-diamond-product .main-color-box label.option {
    padding: 10px !important;
}
}
@media (max-width:1400px){
body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    width: 626.6667px!important;
    max-width: 626.6667px!important;
}
    body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: calc(100% - 626.6667px)!important;
}
.custom-product-section #show_cardfoliyo_list #list-detail .pdp-detail {
    width: 30.3%;
}
}
@media(max-width:1340px){

        .custom-product-section .product__info-wrapper.grid__item .pdp-detail .inner-content p {
    font-size: 10px;
}
.metal-diamond-product product-info .page-width {
    padding: 0px 15px;
}
}
@media (min-width:767px){
    
    a.header__heading-link.link.link--text.focus-inset {
    margin-top: -10px;
}
}
    @media (max-width: 640px) {
      .diamond-faq {
        padding: 0;
      }

      .diamond-faq .faq-question {
        font-size: 16px;
        padding: 14px 15px;
      }

      .diamond-faq .faq-answer {
        padding: 0 15px 15px;
        font-size: 14px;
      }
      section.shopify-section.custom-product-section .page-width {
    padding: 0 20px;
}
    }
@media (max-width:1200px){
    .custom-product-section media-gallery .thumbnail-list {
    padding-right: 12px;
}
  /* body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    padding-left: 0;
    width: 666.6667px!important;
    max-width: 666.6667px!important;
}
body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: calc(100% - 666.6667px)!important;
    width: calc(100% - 666.6667px)!important;
} */
}

@media (max-width:1080px){
    .custom-product-section .btn-wrapper .feature-btn .btn {
    font-size: 14px;
}
        .custom-product-section .product__info-wrapper.grid__item .pdp-detail .inner-content p {
    font-size: 13px;
}
.custom-product-section #show_cardfoliyo_list #list-detail .pdp-detail {
    width: 33.3%;
}
.custom-product-section media-gallery.product__column-sticky {
    display: grid;
    grid-template-columns: unset;
    gap: 0;
    align-items: start;
    flex-direction: column;
}
.custom-product-section media-gallery .thumbnail-list {
    padding-right: 0;
    flex-direction: row;
    overflow: scroll;
    gap: 14px;
}
.custom-product-section media-gallery .thumbnail-list {
    padding-right: 0;
    flex-direction: row;
    overflow: scroll;
    gap: 14px;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 10px;
    margin-bottom: 20px;
}
.custom-product-section media-gallery .thumbnail-list li {
    width: 124px;
    height: 124px;
}
body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 36px 0 0  !important;
}
.custom-product-section .product .product__media.media.media--transparent {
    height: auto;
}
body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    padding-left: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.custom-product-section media-gallery .thumbnail-slider {
    height: auto;
    overflow: scroll;
    scrollbar-width: none;
    width: 100%;
}
body .custom-product-section .product--large:not(.product--no-media) .product__media-wrapper {
    position: inherit;
    top: 0;
}
}

@media(max-width:768px){
.custom-product-section .product__desc.rte.quick-add-hidden.show-on-mobile {
    margin: 13px 0 0;
    display:block;
}
.custom-product-section .product__desc.rte.quick-add-hidden.show-on-desktop {
    display: none;
}
media-gallery.product__column-sticky{
  grid-template-columns:1fr;
}

media-gallery .thumbnail-list{
  flex-direction:row;
}

}
@media(max-width:767px){
    .custom-product-section .product-detail-list tr {
    display: table-row;
}
    .product-detail-list tr {
    display: table-row-group;
}
.product-detail-list td.column-first {
    width: fit-content !IMPORTANT;
}
.product-detail-list .detail-wrapper {
    padding: 11px 4px !important;
}
}
@media (max-width:749px){
  .custom-product-section media-gallery .thumbnail-list {
    margin-bottom: 10px;
}
    .custom-product-section media-gallery .slider--mobile {
    display: flex !important; 
}
    .custom-product-section slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide {
    display: flex !IMPORTANT;

    justify-content: center;
}
    .custom-product-section .slider-button .icon {
    height: 10px;
}
.custom-product-section media-gallery .slider--mobile li.product__media-item.grid__item.slider__slide.scroll-trigger.animate--fade-in {
    width: 90%;
    margin-right: 10px;
    margin-left: 6px;
}

.custom-product-section media-gallery .thumbnail-list li {
    width: 94px;
    height: 94px;
}
body .custom-product-section .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 15px 0 0!important;
}
.custom-product-section product-info .price__regular .price-item--regular {
    font-size: 22px;
    line-height: normal;
    margin: 0 !important;
}
}
@media (max-width:567px){
  .custom-product-section media-gallery .thumbnail-list {
    justify-content: start;


}
}
@media (max-width:480px){
  .custom-product-section media-gallery .thumbnail-list li {
    width: 64px;
    height: 64px;
}
.metal-diamond-product .main-color-box label.option {
    padding: 10px 8px!important;
    font-size: 12px;
    margin: 7px 0 0;
}
.main-color-box .inner-color-box {
    column-gap: 6px;
}
}
@media (max-width:989px){
.metal-diamond-product .product--large:not(.product--no-media) .product__info-wrapper, .metal-diamond-product .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.main-color-box .button-color.button-box .variant-item {
    display: block;
    margin: 0;
}
    .metal-diamond-product .product__info-container {
    max-width: 100%;
}
}

@media (max-width:480px){
.metal-diamond-product .main-color-box label.option {
    padding: 10px 8px!important;
    font-size: 12px;
    margin: 7px 0 0;
}
.main-color-box .inner-color-box {
    column-gap: 6px;
}
}