.products-show {
    background: #f7f8fa;
    color: #20242b;
}

.product-detail-refresh {
    --product-accent: #f5a623;
    --product-accent-dark: #c97800;
    --product-ink: #20242b;
    --product-muted: #707781;
    --product-line: #e7e9ed;
    padding: 24px 0 72px;
}

.product-breadcrumb {
    align-items: center;
    color: var(--product-muted);
    display: flex;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 22px;
    min-width: 0;
}

.product-breadcrumb a {
    color: #626a75;
    text-decoration: none;
    transition: color .18s ease;
}

.product-breadcrumb a:hover {
    color: var(--product-accent-dark);
}

.product-breadcrumb i {
    color: #b2b6bd;
    font-size: 9px;
}

.product-breadcrumb span {
    color: var(--product-ink);
    font-weight: 650;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-mobile-heading {
    display: none;
}

.product-main-grid {
    align-items: flex-start;
}

.product-gallery-column,
.product-summary-column,
.product-service-column {
    min-width: 0;
}

.product-detail-refresh .image-gallery,
.product-summary-card,
.product-service-list,
.product-detail-content-card {
    background: #fff;
    border: 1px solid var(--product-line);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(28, 31, 37, .055);
}

.product-detail-refresh .image-gallery {
    padding: 14px;
}

.product-image-stage,
.product-option-column .image-gallery > .image {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #fff 0%, #fbfbfc 100%);
    border: 1px solid #edf0f3 !important;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-image-stage::after,
.product-option-column .image-gallery > .image::after {
    border: 1px solid rgba(245, 166, 35, .12);
    border-radius: 50%;
    content: "";
    height: 72%;
    pointer-events: none;
    position: absolute;
    width: 72%;
}

.product-image-stage #featured-image,
.product-option-column #featured-image {
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    padding: 16px;
    position: relative;
    transition: transform .28s ease;
    width: 100%;
    z-index: 1;
}

.product-image-stage:hover #featured-image,
.product-option-column .image-gallery > .image:hover #featured-image {
    transform: scale(1.025);
}

.product-image-badges {
    display: flex;
    gap: 7px;
    left: 14px;
    position: absolute;
    top: 14px;
    z-index: 3;
}

.product-image-badges span {
    background: var(--product-ink);
    border-radius: 99px;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    padding: 6px 10px;
}

.product-image-badges .product-discount-badge {
    background: #fff0d6;
    color: #a86100;
}

.product-zoom-button,
.product-option-column .preview-image {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(28, 31, 37, .09);
    color: #4c535d;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    width: 42px;
    z-index: 4;
}

.product-zoom-button:hover,
.product-option-column .preview-image:hover {
    background: var(--product-accent);
    color: #241707;
    transform: translateY(-2px);
}

.product-detail-refresh .image-thumb-list {
    margin-top: 13px;
}

.product-detail-refresh .gallery-slider {
    padding: 0 34px !important;
}

.product-detail-refresh .gallery-slider .owl-item img {
    background: #fff !important;
    border: 1px solid #e2e5e9 !important;
    border-radius: 9px;
    cursor: pointer;
    height: 74px !important;
    object-fit: contain;
    padding: 5px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.product-detail-refresh .gallery-slider .owl-item img:hover {
    border-color: var(--product-accent) !important;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .12);
}

.product-detail-refresh .gallery-slider .owl-nav {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.product-detail-refresh .gallery-slider .owl-nav button,
.product-detail-refresh .gallery-slider .owl-nav div {
    align-items: center;
    background: #f3f4f6 !important;
    border-radius: 8px;
    color: #555d67;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 0 !important;
    pointer-events: auto;
    top: 22px;
    width: 28px;
}

.product-gallery-hint {
    color: #8a9099;
    font-size: 13px;
    margin: 10px 0 0;
    text-align: center;
}

.product-gallery-hint i {
    color: var(--product-accent-dark);
    margin-right: 5px;
}

.product-share-tools {
    margin-top: 12px;
}

.product-summary-card {
    padding: 24px;
}

.product-category-label {
    color: var(--product-accent-dark);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-summary-card .product-title {
    color: var(--product-ink);
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 780;
    letter-spacing: -.03em;
    line-height: 1.22;
    margin: 0;
}

.product-rating-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    margin-top: 13px;
}

.product-rating-score {
    align-items: center;
    background: #fff5df;
    border-radius: 99px;
    color: #9d5d00;
    display: inline-flex;
    font-weight: 750;
    gap: 5px;
    padding: 5px 9px;
}

.product-rating-summary a {
    color: #68707a;
    text-decoration: none;
}

.product-rating-summary a:hover {
    color: var(--product-accent-dark);
}

.product-price-panel {
    align-items: center;
    border-bottom: 1px solid var(--product-line);
    border-top: 1px solid var(--product-line);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 14px;
    padding: 17px 0;
}

.product-current-price {
    color: #171b21;
    font-size: 32px;
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1;
}

.product-regular-price {
    color: #a0a5ad;
    font-size: 15px;
    text-decoration: line-through;
}

.product-saving-label {
    background: #e9f8ef;
    border-radius: 99px;
    color: #16834a;
    font-size: 12px;
    font-weight: 750;
    padding: 5px 8px;
}

.product-stock-row {
    align-items: center;
    color: #737a84;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    justify-content: space-between;
}

.product-stock-row .is-in-stock,
.product-stock-row .is-out-of-stock {
    font-weight: 750;
}

.product-stock-row .is-in-stock {
    color: #16834a;
}

.product-stock-row .is-out-of-stock {
    color: #c0392b;
}

.product-meta-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.product-meta-grid > div {
    background: #f7f8fa;
    border: 1px solid #eceef1;
    border-radius: 10px;
    padding: 9px 11px;
}

.product-meta-grid span,
.product-meta-grid strong {
    display: block;
}

.product-meta-grid span {
    color: #8a9098;
    font-size: 12px;
    margin-bottom: 2px;
}

.product-meta-grid strong {
    color: #343a43;
    font-size: 14px;
    font-weight: 700;
}

.product-key-features {
    color: #565e68;
    font-size: 14px;
    line-height: 1.65;
    margin-top: 18px;
}

.product-key-features h1,
.product-key-features h2,
.product-key-features h3,
.product-key-features h4 {
    color: var(--product-ink);
    font-size: 17px;
    font-weight: 750;
    margin: 0 0 7px;
}

.product-key-features p,
.product-key-features ul {
    margin-bottom: 7px;
}

.product-key-features p {
    padding-left: 21px;
    position: relative;
}

.product-key-features p::before {
    color: #bd7200;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 3px;
}

.product-key-features ul {
    padding-left: 19px;
}

.product-purchase-panel {
    background: #fffaf1;
    border: 1px solid #f4dfbd;
    border-radius: 14px;
    margin-top: 20px;
    padding: 14px;
}

.product-add-cart-form label {
    color: #676e77;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
}

.product-add-cart-form {
    display: grid;
    gap: 10px;
    grid-template-columns: 148px minmax(0, 1fr);
}

.product-add-cart-form > label {
    grid-column: 1 / -1;
    margin-bottom: -3px;
}

.product-quantity-control {
    align-items: center;
    background: #fff;
    border: 1px solid #dddfe4;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    height: 44px;
    margin-bottom: 0;
    overflow: hidden;
}

.product-quantity-control button {
    background: #f5f6f7;
    border: 0;
    color: #626a74;
    height: 100%;
    transition: background .18s ease, color .18s ease;
}

.product-quantity-control button:hover {
    background: #ffedce;
    color: #9e5d00;
}

.product-quantity-control input {
    -moz-appearance: textfield;
    border: 0;
    color: var(--product-ink);
    font-size: 15px;
    font-weight: 750;
    height: 100%;
    outline: 0;
    text-align: center;
    width: 100%;
}

.product-quantity-control input::-webkit-inner-spin-button,
.product-quantity-control input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-add-cart-button,
.product-buy-now-button,
.product-out-of-stock-button {
    align-items: center;
    border: 0;
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    font-weight: 780;
    gap: 9px;
    justify-content: center;
    min-height: 47px;
    transition: box-shadow .18s ease, transform .18s ease;
    width: 100%;
}

.product-add-cart-button {
    background: var(--product-accent);
    color: #241807;
    box-shadow: 0 8px 20px rgba(245, 166, 35, .23);
}

.product-add-cart-form .product-add-cart-button {
    height: 44px;
    min-height: 44px;
}

.product-buy-now-button {
    background: var(--product-ink);
    color: #fff;
    margin-top: 9px;
}

.product-out-of-stock-button {
    background: #f9e4e1;
    color: #a62e24;
}

.product-add-cart-button:hover,
.product-buy-now-button:hover {
    box-shadow: 0 10px 24px rgba(28, 31, 37, .18);
    transform: translateY(-1px);
}

.product-purchase-assurance {
    color: #747a82;
    display: flex;
    font-size: 12px;
    gap: 12px;
    justify-content: center;
    margin-top: 11px;
}

.product-purchase-assurance i {
    color: #339562;
    margin-right: 4px;
}

.product-service-list {
    overflow: hidden;
}

.product-service-card {
    align-items: flex-start;
    border-bottom: 1px solid var(--product-line);
    display: flex;
    gap: 11px;
    padding: 16px;
}

.product-service-icon {
    align-items: center;
    background: #fff4df;
    border-radius: 10px;
    color: #b56c00;
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
}

.product-service-card h2 {
    color: var(--product-ink);
    font-size: 15px;
    font-weight: 760;
    line-height: 1.3;
    margin: 0 0 5px;
}

.product-service-card p {
    color: #6f7680;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 4px;
}

.product-service-card p:last-child {
    margin-bottom: 0;
}

.product-seller-card {
    background: linear-gradient(135deg, #242930 0%, #171a1f 100%);
    color: #fff;
    padding: 18px;
}

.product-seller-card > span {
    color: #b9bec5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-seller-card h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 780;
    margin: 5px 0 13px;
}

.product-seller-card a {
    align-items: center;
    background: var(--product-accent);
    border-radius: 9px;
    color: #211606;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    text-decoration: none;
}

.product-detail-content-row {
    margin-top: 28px;
}

.product-detail-content-card {
    overflow: hidden;
}

.product-detail-refresh #productViewTab {
    background: #fafafb;
    border-bottom: 1px solid var(--product-line);
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    overflow-x: auto;
    padding: 9px 12px 0;
}

.product-detail-refresh #productViewTab .nav-link {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #626a74;
    font-size: 14px;
    font-weight: 720;
    padding: 12px 16px;
    white-space: nowrap;
}

.product-detail-refresh #productViewTab .nav-link.active {
    border-bottom-color: var(--product-accent);
    color: var(--product-ink);
}

.product-detail-refresh #productViewTabContent {
    padding: 28px;
}

.product-description-collapse {
    --product-description-preview-height: 520px;
    position: relative;
}

.product-description-collapse-content {
    position: relative;
}

.product-description-collapse.is-collapsible:not(.is-expanded) .product-description-collapse-content {
    max-height: var(--product-description-preview-height);
    overflow: hidden;
}

.product-description-collapse.is-collapsible:not(.is-expanded) .product-description-collapse-content::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 92%);
    bottom: 0;
    content: '';
    height: 105px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.product-description-toggle {
    align-items: center;
    background: #fff8eb;
    border: 1px solid #f2cd8d;
    border-radius: 999px;
    color: #a56000;
    display: none;
    font-size: 14px;
    font-weight: 750;
    gap: 8px;
    justify-content: center;
    margin: 16px auto 0;
    min-width: 132px;
    padding: 10px 18px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-description-collapse.is-collapsible .product-description-toggle {
    display: flex;
}

.product-description-toggle:hover {
    background: #ffedcb;
    border-color: var(--product-accent);
    box-shadow: 0 6px 16px rgba(245, 166, 35, .16);
    transform: translateY(-1px);
}

.product-description-toggle:focus-visible {
    outline: 3px solid rgba(245, 166, 35, .25);
    outline-offset: 3px;
}

.product-description-toggle i {
    font-size: 11px;
    transition: transform .22s ease;
}

.product-description-collapse.is-expanded .product-description-toggle i {
    transform: rotate(180deg);
}

.product-long-description {
    color: #4f5660;
    font-size: 15px;
    line-height: 1.75;
    max-width: 1080px;
}

.product-long-description p {
    margin: 0 0 10px;
}

.product-long-description p:first-child {
    color: var(--product-ink);
    font-size: 21px;
    font-weight: 780;
    margin-bottom: 16px;
}

.product-long-description p:has(br) {
    display: none;
}

.product-long-description p:has(br) + p {
    border-left: 3px solid var(--product-accent);
    color: var(--product-ink);
    font-size: 18px;
    font-weight: 760;
    margin: 28px 0 10px;
    padding-left: 11px;
}

.product-long-description h1,
.product-long-description h2,
.product-long-description h3,
.product-long-description h4,
.product-reviews > h3,
.product-comments > h3 {
    color: var(--product-ink);
    font-weight: 780;
    letter-spacing: -.02em;
}

.product-long-description h1 { font-size: 28px; }
.product-long-description h2 { font-size: 24px; }
.product-long-description h3 { font-size: 20px; }
.product-long-description h4 { font-size: 17px; }

.product-long-description img,
.product-description-gallery img {
    border-radius: 12px;
    height: auto;
    max-width: 100%;
}

.product-description-gallery {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.product-description-gallery img {
    background: #fafafa;
    border: 1px solid #eceef1;
    padding: 10px;
    width: 100%;
}

.product-reviews,
.product-comments {
    margin: 0 !important;
}

.product-reviews .header-title {
    background: #f8f9fa;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    margin: 18px 0;
    padding: 20px;
}

.product-reviews .product_rating {
    color: var(--product-ink);
    font-size: 42px;
    font-weight: 820;
}

.product-reviews .review,
.product-comments .comment {
    border: 1px solid #e5e8eb !important;
    border-radius: 13px;
    padding: 14px !important;
}

.product-reviews .review > .d-flex > img,
.product-comments .comment > .d-flex > img {
    border-radius: 50%;
    height: 52px !important;
    object-fit: cover;
    width: 52px !important;
}

.product-reviews form,
.product-comments form {
    background: #fafafb;
    border: 1px solid #e6e8eb;
    border-radius: 14px;
    padding: 20px;
}

.product-reviews form .btn-primary,
.product-comments form .btn-primary {
    background: var(--product-accent);
    border: 0;
    color: #211606;
    font-weight: 750;
    min-height: 42px;
    padding-left: 24px;
    padding-right: 24px;
}

.product-detail-refresh .form-control {
    border-color: #dfe2e6;
    border-radius: 9px;
    font-size: 14px;
    min-height: 42px;
}

.product-detail-refresh .form-control:focus {
    border-color: var(--product-accent);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .12);
}

/* Variable-product controls */
.product-option-column > h4,
.product-option-column .product-size-list + h4 {
    color: var(--product-ink);
    font-size: 15px;
    font-weight: 750;
}

.product-option-column {
    background: #fff;
    border: 1px solid var(--product-line);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(28, 31, 37, .055);
    padding: 14px;
}

.product-option-column > .image-gallery {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.product-size-list,
.product-color-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-size-list .size {
    border: 1px solid #dfe2e6;
    border-radius: 9px;
    color: #4d555f;
    font-size: 14px;
    min-width: 44px;
    padding: 8px 12px;
}

.product-color-list .color {
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ccd0d5;
    height: 32px;
    width: 32px;
}

.product-color-list .color.active,
.product-size-list .size.active {
    border-color: var(--product-accent);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .14);
}

.product-option-column > form {
    background: #fffaf1;
    border: 1px solid #f4dfbd;
    margin: 14px 0 0;
    padding: 12px;
}

.product-option-column > form:first-of-type {
    border-radius: 13px 13px 0 0;
}

.product-option-column > form + form {
    border-radius: 0 0 13px 13px;
    border-top: 0;
    margin-top: 0;
}

.product-option-column > form .btn-primary {
    background: var(--product-accent);
    border: 0;
    border-radius: 9px;
    color: #211606;
    font-size: 15px;
    font-weight: 750;
    min-height: 45px;
}

.product-summary-column > .product-description:not(.product-summary-card) {
    background: #fff;
    border: 1px solid var(--product-line);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(28, 31, 37, .055);
    padding: 22px;
}

.product-summary-column .options {
    border: 0;
    display: block;
    margin-bottom: 0 !important;
    padding: 0;
}

.product-summary-column .options tbody,
.product-summary-column .options tr {
    display: block;
}

.product-summary-column .options tr {
    border-bottom: 1px solid #edf0f2;
    display: grid;
    grid-template-columns: 105px 10px minmax(0, 1fr);
    padding: 8px 0;
}

.product-summary-column .options tr:last-child {
    border-bottom: 0;
}

.product-summary-column .product-description > .title {
    color: var(--product-ink);
    font-size: 28px;
    font-weight: 780;
    line-height: 1.25;
}

.product-summary-column .product-description > .title a {
    color: inherit;
    text-decoration: none;
}

/* Refreshed configurable-product selector */
.configurable-product-gallery .image-gallery,
.configurable-product-summary .product-summary-card {
    height: auto;
}

.product-variant-panel {
    background: #fafafb;
    border: 1px solid #e6e8ec;
    border-radius: 13px;
    margin-top: 17px;
    padding: 14px;
}

.product-variant-heading {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.product-variant-heading > div > span {
    color: #8a9098;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.product-variant-heading h2 {
    color: var(--product-ink);
    font-size: 15px;
    font-weight: 780;
    line-height: 1.3;
    margin: 0;
}

.product-selected-variant {
    align-items: center;
    background: #e9f8ef;
    border-radius: 99px;
    color: #167a48;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 750;
    gap: 5px;
    max-width: 48%;
    padding: 6px 9px;
}

.product-selected-variant > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-variant-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-variant-choice {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe2e6;
    border-radius: 10px;
    color: #3e454e;
    display: flex;
    gap: 8px;
    min-height: 52px;
    min-width: 0;
    padding: 8px 9px;
    position: relative;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-variant-choice:hover {
    border-color: #e0a23d;
    transform: translateY(-1px);
}

.product-variant-choice.is-selected {
    background: #fffaf0;
    border-color: var(--product-accent);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .13);
}

.product-variant-choice.is-unavailable {
    background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #f7f7f8 6px, #f7f7f8 12px);
    color: #858b93;
}

.product-variant-color {
    background: var(--variant-color, #ddd);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #cfd3d8;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.product-variant-choice-copy {
    min-width: 0;
}

.product-variant-choice-copy strong,
.product-variant-choice-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-variant-choice-copy strong {
    color: inherit;
    font-size: 14px;
    font-weight: 780;
}

.product-variant-choice-copy small {
    color: #858b94;
    font-size: 11px;
    margin-top: 1px;
}

.product-variant-check {
    align-items: center;
    background: var(--product-accent);
    border-radius: 50%;
    color: #261908;
    display: none;
    font-size: 8px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px;
}

.product-variant-choice.is-selected .product-variant-check {
    display: flex;
}

.configurable-product-meta {
    margin-top: 12px;
}

.configurable-purchase-panel {
    margin-top: 17px;
}

.configurable-purchase-panel button:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .52;
    transform: none;
}

.product-detail-refresh .product-sliders {
    background:
        radial-gradient(circle at 96% 0, rgba(245, 166, 35, .09), transparent 210px),
        #fff;
    border: 1px solid var(--product-line);
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(28, 31, 37, .06);
    margin: 30px 0 0 !important;
    overflow: hidden;
    padding: 26px 24px 24px;
    position: relative;
}

.product-related-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 104px;
}

.product-related-heading > div > span {
    color: var(--product-accent-dark);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.product-detail-refresh .product-related-heading .title {
    color: var(--product-ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.025em;
    margin: 0 0 4px;
}

.product-related-heading p {
    color: #7a818b;
    font-size: 13px;
    margin: 0;
}

.product-related-section .product-slider {
    position: relative;
}

.product-related-section .product-slider .owl-stage {
    display: flex;
    padding: 3px 0 8px;
}

.product-related-section .product-slider .owl-item {
    display: flex;
    height: auto;
}

.product-related-section .product-slider .owl-nav {
    display: flex;
    gap: 8px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -78px;
}

.product-related-section .product-slider .owl-nav button,
.product-related-section .product-slider .owl-nav > div {
    align-items: center;
    background: #fff !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 10px;
    color: #3f4650 !important;
    display: inline-flex;
    font-size: 13px;
    height: 38px;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
    width: 38px;
}

.product-related-section .product-slider .owl-nav button:hover,
.product-related-section .product-slider .owl-nav > div:hover {
    background: var(--product-ink) !important;
    border-color: var(--product-ink) !important;
    box-shadow: 0 6px 14px rgba(31, 35, 41, .16);
    color: #fff !important;
}

.product-related-section .product-slider .owl-nav .disabled {
    box-shadow: none;
    cursor: default;
    opacity: .35;
}

.product-related-section .product-grid {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(31, 35, 41, .035);
    display: flex;
    flex-direction: column;
    font-family: inherit;
    height: auto;
    margin: 0;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.product-related-section .product-grid:hover {
    border-color: #d7dade;
    box-shadow: 0 14px 30px rgba(31, 35, 41, .11);
    transform: translateY(-4px);
}

.product-related-section .product-grid .product-image-box {
    overflow: hidden;
    position: relative;
}

.product-related-section .product-grid .product-image-box > a {
    background: linear-gradient(145deg, #f8f8f9, #f3f4f5);
    border-radius: 12px;
    display: block;
    margin: 9px 9px 0;
    overflow: hidden;
}

.product-related-section .product-grid .product-image-container {
    display: block;
    width: 100% !important;
}

.product-related-section .product-grid .product-image-photo {
    padding: 6px;
    transition: transform .35s ease;
}

.product-related-section .product-grid:hover .product-image-photo {
    transform: scale(1.035);
}

.product-related-section .product-grid .product-new-label {
    background: #20242b;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 800;
    left: 17px;
    letter-spacing: .05em;
    padding: 5px 8px;
    right: auto;
    text-transform: uppercase;
    top: 17px;
}

.product-related-section .product-grid:hover .product-new-label {
    opacity: 1;
}

.product-related-section .product-grid .social {
    right: 17px;
    top: 17px;
}

.product-related-section .product-grid .social li {
    margin: 0 0 6px;
}

.product-related-section .product-grid .social li a {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e1e4e8;
    box-shadow: 0 4px 12px rgba(31, 35, 41, .1);
    color: #555d67;
    display: flex;
    font-size: 11px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

.product-related-section .product-grid .social li a:hover {
    background: var(--product-accent);
    border-color: var(--product-accent);
    box-shadow: none;
    color: #241807;
}

.product-related-section .product-grid .cart-form,
.product-related-section .product-grid .product-image-box > .d-flex.justify-content-around {
    gap: 7px;
    margin: 9px !important;
}

.product-related-section .product-grid .cart-form .btn,
.product-related-section .product-grid .product-image-box > .d-flex.justify-content-around .btn {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe2e6;
    border-radius: 8px;
    color: #434a53;
    display: flex;
    flex: 1 1 0;
    font-size: 10px;
    font-weight: 750;
    gap: 5px;
    justify-content: center;
    min-height: 36px;
    padding: 6px;
    text-decoration: none;
}

.product-related-section .product-grid .cart-form .add-to-cart,
.product-related-section .product-grid .product-image-box > .d-flex.justify-content-around .btn:last-child {
    background: var(--product-accent);
    border-color: var(--product-accent);
    color: #241807;
}

.product-related-section .product-grid .cart-form .btn:hover,
.product-related-section .product-grid .product-image-box > .d-flex.justify-content-around .btn:hover {
    background: var(--product-ink);
    border-color: var(--product-ink);
    color: #fff;
}

.product-related-section .product-grid .product-image-box button:disabled {
    background: #f3f4f6;
    border-color: #e3e6ea;
    color: #8b929c;
    cursor: not-allowed;
}

.product-related-section .product-grid .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 9px 14px 16px !important;
    text-align: left;
}

.product-related-section .product-grid .product-content .title {
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
    margin: 0 0 11px;
    max-height: 38px;
    min-height: 38px;
}

.product-related-section .product-grid .product-content .title a {
    color: #343a43;
    text-decoration: none;
}

.product-related-section .product-grid .product-content .title a:hover {
    color: var(--product-accent-dark);
}

.product-related-section .product-grid .product-content > .d-flex {
    flex: 1;
    justify-content: space-between;
}

.product-related-section .product-grid .price-box {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 7px;
    min-height: 27px;
}

.product-related-section .product-grid .product-content .price {
    color: #20242b;
    font-size: 18px;
    font-weight: 800;
    order: 1;
}

.product-related-section .product-grid .product-old-price {
    color: #a0a5ac;
    font-size: 11px;
    order: 2;
    text-decoration: line-through;
}

.product-related-section .product-grid .price-box .small {
    background: #eaf8ef;
    border-radius: 999px;
    color: #16834a;
    font-size: 9px;
    font-weight: 750;
    order: 3;
    padding: 2px 5px;
}

.product-related-section .product-grid .rating_and_delivery_info {
    color: #8a9098;
    gap: 6px;
    justify-content: flex-start !important;
    margin-top: 8px;
}

.product-related-section .product-grid .star-ratings {
    font-size: 12px;
}

.product-related-review-count {
    font-size: 10px;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .product-summary-card {
        padding: 20px;
    }

    .product-service-card {
        padding: 14px;
    }
}

@media (min-width: 1200px) {
    .product-detail-refresh > .container {
        max-width: 1480px;
    }

    .product-main-grid > .product-gallery-column,
    .product-main-grid > .product-summary-column {
        flex: 0 0 auto;
        width: 50%;
    }

    .product-main-grid > .product-service-column {
        flex: 0 0 auto;
        width: 100%;
    }

    .product-service-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 1.15fr);
    }

    .product-service-card {
        border-bottom: 0;
        border-right: 1px solid var(--product-line);
        min-height: 126px;
    }

    .product-seller-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-gallery-column > .image-gallery,
    .product-summary-card {
        min-height: 100%;
    }
}

@media (max-width: 991.98px) {
    .product-service-column {
        margin-top: 0;
    }

    .product-service-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-service-card {
        border-right: 1px solid var(--product-line);
    }

    .product-seller-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .product-detail-refresh {
        padding: 14px 0 82px;
    }

    .product-detail-refresh > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-breadcrumb {
        font-size: 13px;
        gap: 8px;
        margin-bottom: 14px;
    }

    .product-mobile-heading {
        display: block;
        margin-bottom: 16px;
    }

    .product-mobile-heading > span {
        color: var(--product-accent-dark);
        display: block;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .06em;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .product-mobile-heading h1 {
        color: var(--product-ink);
        font-size: 22px;
        font-weight: 780;
        letter-spacing: -.025em;
        line-height: 1.28;
        margin: 0 0 8px;
    }

    .product-mobile-heading > div {
        align-items: center;
        color: #777e87;
        display: flex;
        font-size: 13px;
        gap: 9px;
    }

    .product-mobile-rating {
        color: #a86100;
        font-weight: 750;
    }

    .product-detail-refresh .image-gallery,
    .product-summary-card,
    .product-service-list,
    .product-detail-content-card {
        border-radius: 14px;
    }

    .product-detail-refresh .image-gallery {
        padding: 10px;
    }

    .product-image-stage #featured-image,
    .product-option-column #featured-image {
        padding: 10px;
    }

    .product-gallery-hint {
        display: none;
    }

    .product-detail-refresh .gallery-slider .owl-item img {
        height: 66px !important;
    }

    .product-summary-card {
        padding: 17px;
    }

    .product-summary-header {
        display: none;
    }

    .product-summary-column > .product-description:not(.product-summary-card) > .title {
        display: none;
    }

    .product-price-panel {
        border-top: 0;
        margin-top: 0;
        padding-top: 2px;
    }

    .product-stock-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-stock-row > span:last-child {
        overflow-wrap: anywhere;
    }

    .product-current-price {
        font-size: 29px;
    }

    .product-key-features {
        font-size: 14px;
    }

    .product-variant-panel {
        padding: 13px;
    }

    .product-variant-heading {
        align-items: flex-start;
    }

    .product-variant-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-variant-choice {
        min-height: 50px;
    }

    .products-show .product-detail-refresh .product-add-cart-form {
        display: block;
    }

    .product-purchase-panel {
        padding: 16px;
    }

    .product-add-cart-form > label {
        margin-bottom: 8px;
    }

    .product-quantity-control {
        margin-bottom: 12px;
    }

    .product-buy-now-button {
        margin-top: 11px;
    }

    .product-purchase-assurance {
        gap: 8px 14px;
        margin-top: 14px;
    }

    .product-service-list {
        display: block;
    }

    .product-service-card {
        border-right: 0;
    }

    .product-detail-content-row {
        margin-top: 20px;
    }

    .product-detail-refresh #productViewTabContent {
        padding: 18px;
    }

    .product-detail-refresh #productViewTab .nav-link {
        font-size: 14px;
        padding: 11px 13px;
    }

    .product-long-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .product-description-collapse {
        --product-description-preview-height: 420px;
    }

    .product-reviews .header-title {
        align-items: flex-start !important;
        padding: 15px;
    }

    .product-reviews form,
    .product-comments form {
        padding: 15px;
    }

    .product-detail-refresh .product-sliders {
        border-radius: 16px;
        padding: 19px 14px 15px;
    }

    .product-related-heading {
        margin-bottom: 15px;
        padding-right: 90px;
    }

    .product-detail-refresh .product-related-heading .title {
        font-size: 21px;
    }

    .product-related-heading p {
        display: none;
    }

    .product-related-section .product-slider .owl-nav {
        top: -65px;
    }

    .product-related-section .product-slider .owl-nav button,
    .product-related-section .product-slider .owl-nav > div {
        height: 35px;
        width: 35px;
    }

    .product-related-section .product-grid .product-content .title {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .product-variant-heading {
        display: block;
    }

    .product-selected-variant {
        margin-top: 8px;
        max-width: 100%;
    }

    .product-variant-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-quantity-control {
        grid-template-columns: 42px 1fr 42px;
    }

    .product-purchase-assurance {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .product-meta-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-refresh * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
