/* BOL - General */
section[data-cattype="51025"]{
    min-height: 72vh;
}

section[data-cattype="51025"],
section[data-cattype="51025"] form.form-inline{
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

[data-cattype="51025"] h1.page-title {
  text-align: center;
  padding: 30px 9px;
  background: #fafafa;
  margin-top: 0;
}

[data-cattype="51025"] h1 {
    font-size: 1.85em;
    color: #111;
    padding: 0px;
    margin: 15px 0 8px 0;
    text-transform: uppercase;
}

section[data-cattype="51025"] form.form-inline .btn{ margin-bottom: 0; }

[data-cattype="51025"] .price{
    color: #555; 
}

section[data-cattype="51025"] form.form-inline input.form-control{
    width: 100%;
}

[data-cattype="51025"] .btn-primary {
    border-color: #111;
    background-color: #111;
}

[data-cattype="51025"] .sales-tag {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: -10px;
    right: -15px;
    background: #ff0000;
    border-radius: 30px;
    text-align: center;
    padding: 15px 3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(45deg);
    border: 2px solid #eee;
    z-index: 10;
}

[data-cattype="51025"] .pad {
    padding: 0px 5px 0px 5px;
}

[data-cattype="51025"] .btn-inverse {
    color: #fff;
    background-color: #000;
    border-color: #000;
    height: 34px;
    line-height: 1;
}


/* EOL - General */



/* BOL - Listing Item */

section[data-cattype="51025"] .list-product{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    align-items: stretch;
    margin: 0;
    position: relative;
}
section[data-cattype="51025"] .list-product.loading{
    justify-content: center;
    align-items: center;
}
section[data-cattype="51025"] .loader { 
    width: 60px; 
    margin: 30px auto;
}

section[data-cattype="51025"] .loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 4px solid #aaa;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

section[data-cattype="51025"] .loader-text {
  color: #aaa;
  font-family: arial, sans-serif;
}

section[data-cattype="51025"] .loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

section[data-cattype="51025"] .wrapper_pagination {
    width: 100%;
}


@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg); }
}

@keyframes load {
  0% { content: 'Loading'; }
  33% { content: 'Loading.'; }
  67% { content: 'Loading..'; }
  100% { content: 'Loading...'; }
}


[data-cattype="51025"] .grid_item {
    width: 23%;
    /*width: 100%;*/
    margin: 0.8em ;
    border-radius: 10px;
    border: none;
    background: #fff;
    padding: 0;
    box-shadow: 0px 2px 3px #ddd;
    /*overflow: hidden;*/
    position: relative;
    text-align: left;
}

[data-cattype="51025"] .jumbotron {
    padding: 40px 60px 40px 60px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    border-radius: 10px;
}



[data-cattype="51025"] .item_content.grid_item {
    position: relative;
}
[data-cattype="51025"] .grid_item a.link-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
[data-cattype="51025"] .grid_item img.product_img_line{
    opacity: 0;
}

[data-cattype="51025"] .grid_item .group-quantity-control {
    max-width: none;
    width: auto;
    float: none;
    margin-right: 10px;
}
[data-cattype="51025"] .grid_item .group-quantity-control input[name="qty"]{
    max-width: 36px;
    height: 30px;
    padding: 3px 6px;
}

[data-cattype="51025"] .grid_item .title > a, .grid_item .title {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    display: block;
}

[data-cattype="51025"] .grid_item .ajax-add-to-cart .btn {
    margin-bottom: 3px;
}




[data-cattype="51025"] .form-group {
    display: inline-flex;
}

[data-cattype="51025"] .input-group {
    flex-wrap: inherit;
}
[data-cattype="51025"] .pagination{
    justify-content: center;
}


/* EOL - Listing Item */



/* BOL - Product Detail */


[data-cattype="51025"] .detail-page {
    margin-top: 15px;
}
[data-cattype="51025"] .detail-page .wrapper_productimg{
    position: relative;
}

[data-cattype="51025"] .detail-page .wrapper_productimg .tag{
    top: -9px;
    right: -0px;
}

[data-cattype="51025"] .detail-page h1.title {
    margin-top: 0px;
    color: #000;
    font-size: 26px;
}

[data-cattype="51025"] .normal_text p {
    margin: 5px 0 12px 0;
}


[data-cattype="51025"] ul.grid li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

[data-cattype="51025"] .detail-page input.input-number {
	max-width: 45px;
	height: 36px;
}

[data-cattype="51025"] .grid.list-attribute > li > label {
    vertical-align: bottom;
    margin-right: 5px;
    display: block;
}


[data-cattype="51025"] fieldset.social-media {
    margin: 15px 0 30px 0;
    padding: 10px;
}

[data-cattype="51025"] .tab-pane {
    padding: 20px;
}

/* EOL - Product Detail */


/* BOL - Product attribute photo gallery at detail page 2022-02-13 */
[data-cattype="51025"] .detail-page .productimggallery ul.listImage li,
[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image{
    width: 70px;
    height: 50px;
}
/* EOL - Product attribute photo gallery at detail page */



/* Typical laptop screen size*/
@media (max-width: 1400px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {

    [data-cattype="51025"] .form-group {
        display: flex;
        width: 247px;
        float: left;
    }

    [data-cattype="51025"] .grid_item {
        width: 228px;
    }

    [data-cattype="51025"] .item_content .btn{
        float: right;
        margin-right: 0;
    }

    [data-cattype="51025"] .item_content .group-quantity-control {
        margin-left: 0;
    }

}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {

}

/* Mobile screen size */
@media (max-width: 480px) {


    /* BOL - General */

    section[data-cattype="51025"] form.form-inline .btn {
        margin: auto;
        display: block;
    }

    [data-cattype="51025"] h1 {
        text-align: center;
    }

    [data-cattype="51025"] .sales-tag {
        right: 15px;
    }


    /* EOL - General */


    /* BOL - Listing Item */

    section[data-cattype="51025"] .wrapper-result-input {
        width: 100%;
    }


    [data-cattype="51025"] .form-group {
        display: flex;
    }

    [data-cattype="51025"] .item_content .grid_item img.product_img_line {
        background-size: contain;
        background-color: #cccccc63;
    }


    [data-cattype="51025"] .grid_item {
        width: 47%;
        height: auto;
        padding: 0px 0px 10px 0px;
        margin: 0px 5px 20px 5px;
    }



    [data-cattype="51025"] .btn-primary {
        margin-top: 10px !important;
    }


    /* EOL - Listing Item */


    /* Detail Item */
  
    .wrapper_productimg .product_img_line {
        text-align: center;
        margin: auto;
        display: block;

    }

    ul.listImage li {
        margin: 0 8px 8px 0px;
        width: 160px;
        height: 150px;
        overflow: hidden;
    }

    .grid.listImage {
        margin-left: 10px;
    }

    [data-cattype="51025"] .btnwidth .input-group {
        display: block;
    }

    [data-cattype="51025"] .btnwidth .input-group .btn {
        margin:10px;
        height:50px !important;
    }


    [data-cattype="51025"] .btnwidth .btn, .btnwidth input {
        height: 50px !important;
        width: 100% !important;
    }


    [data-cattype="51025"] .btnext .btn {
        margin-top: 16px !important;
    }


    [data-cattype="51025"] .input-group .btn {
        height: auto !important;
    }


    /* End Detail Item */

}


/* ================================================================
   Theme v29 shop refinement
   Layout-only overrides. Existing OSP 51025 markup and functions stay intact.
   ================================================================ */

/* The breadcrumb already owns the page heading on product detail pages. */
section[data-cattype="51025"] > div[itemscope] > h1.page-title {
    display: none;
}

section[data-cattype="51025"] {
    min-height: 60vh;
    padding-bottom: 80px;
    background: #fff;
}

section[data-cattype="51025"] > .container {
    position: relative;
}

/* Shop toolbar */
section[data-cattype="51025"] form.form-inline {
    margin: 38px 0 0;
    padding: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

section[data-cattype="51025"] form.form-inline > .row {
    align-items: center;
    margin-top: 0 !important;
    row-gap: 14px;
}

section[data-cattype="51025"] form.form-inline .col-lg-8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

section[data-cattype="51025"] form.form-inline .form-group {
    display: inline-flex;
    width: auto;
    min-width: 150px;
    margin: 0;
}

section[data-cattype="51025"] form.form-inline select.form-select,
section[data-cattype="51025"] form.form-inline input.form-control {
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    box-shadow: none;
}

section[data-cattype="51025"] form.form-inline select.form-select {
    min-width: 150px;
    padding-right: 38px;
}

section[data-cattype="51025"] form.form-inline select.form-select:focus,
section[data-cattype="51025"] form.form-inline input.form-control:focus {
    border-color: #dcb14a;
}

section[data-cattype="51025"] form.form-inline .btnwidth {
    display: flex;
    justify-content: flex-end;
}

section[data-cattype="51025"] form.form-inline .btnext {
    width: min(100%, 360px);
}

section[data-cattype="51025"] form.form-inline .btn {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

section[data-cattype="51025"] form.form-inline .btn-inverse {
    color: #fff;
    background: #111;
}

section[data-cattype="51025"] form.form-inline .btn-inverse:hover {
    border-color: #dcb14a;
    background: #dcb14a;
}

section[data-cattype="51025"] form.form-inline .btn-reset-search {
    padding: 0 14px;
    border-color: #e6e6e6;
    border-right: 0;
    background: #fff;
    color: #777;
}

/* Product grid: four / three / two columns */
section[data-cattype="51025"] .list-product {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 46px 28px;
    padding: 48px 0 64px;
}

section[data-cattype="51025"] .item_content.grid_item {
    flex: 0 0 calc((100% - 84px) / 4);
    width: calc((100% - 84px) / 4);
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

section[data-cattype="51025"] .grid_item a.link-img {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background-color: #f3f3f3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    transition: border-color 0.25s ease;
}

section[data-cattype="51025"] .grid_item:hover a.link-img {
    border-color: #d7d7d7;
}

section[data-cattype="51025"] .grid_item a.link-img::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: rgba(17, 17, 17, 0.08);
    opacity: 0;
    transition: opacity 0.3s ease;
}

section[data-cattype="51025"] .grid_item a.link-img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    content: "+";
    color: #111;
    background: #fff;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translate(-50%, -40%);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.25s ease, color 0.25s ease;
}

section[data-cattype="51025"] .grid_item:hover a.link-img::before,
section[data-cattype="51025"] .grid_item:hover a.link-img::after {
    opacity: 1;
}

section[data-cattype="51025"] .grid_item:hover a.link-img::after {
    transform: translate(-50%, -50%);
}

section[data-cattype="51025"] .grid_item a.link-img:hover::after {
    color: #fff;
    background: #dcb14a;
}

section[data-cattype="51025"] .grid_item img.product_img_line {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0;
    opacity: 0;
}

section[data-cattype="51025"] .grid_item form.ajax-add-to-cart {
    display: flex;
    min-height: 134px;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 19px 6px 0;
    text-align: center;
}

section[data-cattype="51025"] .grid_item .title,
section[data-cattype="51025"] .grid_item .title > a {
    min-height: 22px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    transition: color 0.25s ease;
}

section[data-cattype="51025"] .grid_item .title > a:hover {
    color: #dcb14a;
}

section[data-cattype="51025"] .grid_item .price {
    margin-top: 8px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

section[data-cattype="51025"] .grid_item .promotecode {
    min-height: 0;
    margin: 0;
}

section[data-cattype="51025"] .grid_item form > small {
    display: block;
    max-width: 100%;
    margin-top: 9px;
    color: #aaa;
    font-size: 11px;
    line-height: 1.45;
}

section[data-cattype="51025"] .grid_item form > small em {
    color: inherit !important;
}

section[data-cattype="51025"] .grid_item .group-quantity-control {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin: 14px auto 0;
    gap: 0;
}

section[data-cattype="51025"] .grid_item .group-quantity-control .btn,
section[data-cattype="51025"] .grid_item .group-quantity-control input[name="qty"] {
    height: 34px;
    margin: 0;
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}

section[data-cattype="51025"] .grid_item .group-quantity-control input[name="qty"] {
    width: 38px;
    max-width: 38px;
    padding: 4px;
    text-align: center;
}

section[data-cattype="51025"] .grid_item .group-quantity-control .btn-number {
    width: 34px;
    padding: 0;
    color: #111;
    background: #fff;
}

section[data-cattype="51025"] .grid_item .group-quantity-control .btn-number:hover {
    border-color: #dcb14a;
    color: #dcb14a;
}

section[data-cattype="51025"] .grid_item .group-quantity-control .btn-primary {
    min-width: 72px;
    padding: 0 14px;
    border-color: #111;
    color: #fff;
    background: #111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

section[data-cattype="51025"] .grid_item .group-quantity-control .btn-primary:hover {
    border-color: #dcb14a;
    background: #dcb14a;
}

section[data-cattype="51025"] .sales-tag {
    top: 14px;
    right: 14px;
    width: auto;
    min-width: 74px;
    height: auto;
    padding: 7px 10px;
    border: 0;
    border-radius: 0;
    background: #111;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.2;
    transform: none;
}

section[data-cattype="51025"] .loader {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    min-height: 170px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

section[data-cattype="51025"] .loader-wheel {
    width: 36px;
    height: 36px;
    border: 2px solid #eee;
    border-left-color: #dcb14a;
}

section[data-cattype="51025"] .align-center > .btn-inverse {
    height: auto;
    padding: 14px 28px;
    border-radius: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    section[data-cattype="51025"] .list-product {
        gap: 38px 24px;
    }

    section[data-cattype="51025"] .item_content.grid_item {
        flex-basis: calc((100% - 48px) / 3);
        width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 767.98px) {
    section[data-cattype="51025"] {
        padding-bottom: 48px;
    }

    section[data-cattype="51025"] form.form-inline {
        margin-top: 24px;
        padding: 16px 0;
    }

    section[data-cattype="51025"] form.form-inline .col-lg-8,
    section[data-cattype="51025"] form.form-inline .btnwidth {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 10px;
    }

    section[data-cattype="51025"] form.form-inline .form-group,
    section[data-cattype="51025"] form.form-inline select.form-select,
    section[data-cattype="51025"] form.form-inline .btnext {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    section[data-cattype="51025"] form.form-inline .btnwidth {
        display: block;
        margin-top: 2px;
    }

    section[data-cattype="51025"] form.form-inline .btnwidth .input-group {
        display: flex;
    }

    section[data-cattype="51025"] form.form-inline .btnwidth .btn,
    section[data-cattype="51025"] form.form-inline .btnwidth input {
        width: auto !important;
        height: 44px !important;
        margin: 0 !important;
    }

    section[data-cattype="51025"] form.form-inline .btnwidth input {
        width: 100% !important;
    }

    section[data-cattype="51025"] .list-product {
        gap: 34px 16px;
        padding: 34px 0 48px;
    }

    section[data-cattype="51025"] .item_content.grid_item {
        flex-basis: calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
        margin: 0;
        padding: 0;
    }

    section[data-cattype="51025"] .grid_item form.ajax-add-to-cart {
        min-height: 126px;
        padding: 14px 2px 0;
    }

    section[data-cattype="51025"] .grid_item a.link-img::after {
        width: 44px;
        height: 44px;
        font-size: 23px;
    }

    section[data-cattype="51025"] .grid_item .group-quantity-control > .input-group-btn,
    section[data-cattype="51025"] .grid_item .group-quantity-control > input[name="qty"] {
        display: none !important;
    }

    section[data-cattype="51025"] .grid_item .group-quantity-control .btn-primary {
        min-width: 92px;
        height: 36px;
    }
}

section[data-cattype="51025"] .product-related-slider {
    position: relative;
}

section[data-cattype="51025"] .related-slider-control {
    display: none;
}

@media (max-width: 767.98px) {
    section[data-cattype="51025"] .product-related-section {
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
    }

    section[data-cattype="51025"] .product-related-heading {
        padding: 0 24px;
    }

    section[data-cattype="51025"] .product-related-heading h2 {
        font-size: 27px;
    }

    section[data-cattype="51025"] .product-related-slider {
        padding: 0 20px;
    }

    section[data-cattype="51025"] .list-related-product {
        display: flex !important;
        grid-template-columns: none;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        cursor: grab;
    }

    section[data-cattype="51025"] .list-related-product::-webkit-scrollbar {
        display: none;
    }

    section[data-cattype="51025"] .list-related-product.is-dragging {
        scroll-behavior: auto;
        scroll-snap-type: none;
        cursor: grabbing;
        user-select: none;
    }

    section[data-cattype="51025"] .list-related-product > *,
    section[data-cattype="51025"] .list-related-product .wrapper_item,
    section[data-cattype="51025"] .list-related-product .grid_item,
    section[data-cattype="51025"] .list-related-product > div {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100%;
        max-width: 100% !important;
        padding: 0 34px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    section[data-cattype="51025"] .list-related-product .link-img,
    section[data-cattype="51025"] .list-related-product .wrapper_item > a:first-child {
        display: block;
        width: min(100%, 320px);
        margin: 0 auto;
        aspect-ratio: 1 / 1;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    section[data-cattype="51025"] .list-related-product img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        object-fit: contain;
    }

    section[data-cattype="51025"] .list-related-product form.ajax-add-to-cart {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

    section[data-cattype="51025"] .list-related-product .title {
        margin-top: 20px;
        font-size: 16px;
    }

    section[data-cattype="51025"] .list-related-product .price {
        margin-top: 7px;
        font-size: 15px;
    }

    section[data-cattype="51025"] .product-related-slider.is-slideable .related-slider-control {
        position: absolute;
        top: clamp(118px, 38vw, 170px);
        z-index: 5;
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #e8e8e8;
        border-radius: 50%;
        color: #111;
        background: rgba(255, 255, 255, 0.96);
        font-size: 18px;
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
        transform: translateY(-50%);
        cursor: pointer;
        pointer-events: auto;
        transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    }

    section[data-cattype="51025"] .product-related-slider.is-slideable .related-slider-control:not(:disabled):hover,
    section[data-cattype="51025"] .product-related-slider.is-slideable .related-slider-control:not(:disabled):active {
        border-color: #111;
        color: #fff;
        background: #111;
    }

    section[data-cattype="51025"] .related-slider-prev {
        left: 8px;
    }

    section[data-cattype="51025"] .related-slider-next {
        right: 8px;
    }

    section[data-cattype="51025"] .related-slider-control:disabled {
        border-color: #eee;
        color: #c7c7c7;
        background: #f7f7f7;
        box-shadow: none;
        opacity: 0.72;
        cursor: default;
        pointer-events: none;
    }
}

/* Related products returned by the existing related-category function */
section[data-cattype="51025"] .product-related-section {
    margin-top: 82px;
    padding: 72px 0 84px;
    border-top: 1px solid #ededed;
}

section[data-cattype="51025"] .product-related-heading {
    margin-bottom: 38px;
    text-align: center;
}

section[data-cattype="51025"] .product-related-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #999;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

section[data-cattype="51025"] .product-related-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 17px;
    color: #111;
    font-size: clamp(27px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 1.2;
}

section[data-cattype="51025"] .product-related-heading h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 2px;
    background: #dcb14a;
    content: "";
    transform: translateX(-50%);
}

section[data-cattype="51025"] .list-related-product {
    display: grid;
    grid-template-columns: repeat(var(--related-columns, 4), minmax(0, 255px));
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

section[data-cattype="51025"] .list-related-product .wrapper_item,
section[data-cattype="51025"] .list-related-product .grid_item,
section[data-cattype="51025"] .list-related-product > div {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
}

section[data-cattype="51025"] .list-related-product img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

section[data-cattype="51025"] .list-related-product a {
    color: #111;
    text-decoration: none;
}

section[data-cattype="51025"] .list-related-product .title,
section[data-cattype="51025"] .list-related-product h3,
section[data-cattype="51025"] .list-related-product h4 {
    margin: 17px 0 7px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

section[data-cattype="51025"] .list-related-product .price {
    color: #777;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    section[data-cattype="51025"] .list-related-product {
        grid-template-columns: repeat(auto-fit, minmax(200px, 255px));
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    section[data-cattype="51025"] .detail-page .social-media {
        flex-wrap: wrap;
    }

    section[data-cattype="51025"] .product-related-section {
        margin-top: 54px;
        padding: 48px 0 56px;
    }

    section[data-cattype="51025"] .product-related-heading {
        margin-bottom: 28px;
    }

    section[data-cattype="51025"] .list-related-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 14px;
    }
}

@media (max-width: 479.98px) {
    section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn-success,
    section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn-morph {
        flex-basis: calc(50% - 4px);
        min-width: 0;
        font-size: 10px;
    }
}


/* Product detail content — clean Helendo-inspired hierarchy */
section[data-cattype="51025"] .detail-page .normal_text {
    max-width: 480px;
    padding-top: 2px;
}

section[data-cattype="51025"] .product-detail-title {
    margin: 0 0 14px;
    padding: 0;
    color: #111;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 400 !important;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-transform: none;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 8px;
    margin: 0;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > p {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > p:empty {
    display: none;
}

section[data-cattype="51025"] .detail-page .product-price-row,
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price {
    order: 1;
    margin-bottom: 15px !important;
}

section[data-cattype="51025"] .detail-page .product-price-row .price,
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    color: #8c8c8c;
    font-size: clamp(25px, 2vw, 30px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price > span,
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price [itemprop="priceCurrency"],
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price [itemprop="price"] {
    color: #8c8c8c !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.2;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price strike,
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price strike font {
    color: #aaa !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

section[data-cattype="51025"] .detail-page .product-options {
    order: 2;
    margin-bottom: 2px !important;
}

section[data-cattype="51025"] .detail-page .product-promotion {
    order: 3;
}

section[data-cattype="51025"] .detail-page .product-sku {
    order: 8;
    margin: 12px 0 0 !important;
    color: #777;
    font-size: 12px;
    letter-spacing: 0.03em;
}

section[data-cattype="51025"] .detail-page .product-sku b,
section[data-cattype="51025"] .detail-page .product-sku strong {
    color: #111;
    font-weight: 600;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .group-quantity-control,
section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .btnbuy_form {
    order: 5;
}

section[data-cattype="51025"] .detail-page .product-action-break {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 0;
    order: 6;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn {
    order: 7;
}

section[data-cattype="51025"] .detail-page .list-attribute {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    order: 2;
    margin: 0;
    padding: 0;
}

section[data-cattype="51025"] .detail-page .list-attribute > li {
    display: block;
    margin: 0 0 18px;
}

section[data-cattype="51025"] .detail-page .list-attribute > li > label {
    display: block;
    margin: 0 0 9px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

section[data-cattype="51025"] .detail-page .list-attribute ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
}

section[data-cattype="51025"] .detail-page .list-attribute ul > li {
    position: relative;
    display: inline-flex;
    margin: 0;
}

section[data-cattype="51025"] .detail-page .list-attribute input.thumbnailRadio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

section[data-cattype="51025"] .detail-page .list-attribute input.thumbnailRadio + label {
    position: relative;
    display: block;
    width: 38px !important;
    min-width: 38px;
    min-height: 38px;
    margin: 0;
    border: 0 !important;
    cursor: pointer;
}

section[data-cattype="51025"] .detail-page .list-attribute input.thumbnailRadio + label img {
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

section[data-cattype="51025"] .detail-page .list-attribute input.thumbnailRadio + label:hover img {
    opacity: 0.88;
    transform: scale(0.96);
}

section[data-cattype="51025"] .detail-page .list-attribute .group-colour input.thumbnailRadio:checked + label::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    -webkit-text-stroke: 1px #111;
    paint-order: stroke fill;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transform: none;
    pointer-events: none;
}

section[data-cattype="51025"] .detail-page .list-attribute input.thumbnailRadio + label .caption {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
}

section[data-cattype="51025"] .detail-page .list-attribute .group-colour .caption {
    display: none;
}

section[data-cattype="51025"] .detail-page .list-attribute select,
section[data-cattype="51025"] .detail-page .list-attribute input[type="text"] {
    width: 100%;
    max-width: 100%;
    height: 44px;
    padding: 8px 34px 8px 12px;
    border: 1px solid #dedede;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    box-shadow: none;
}

section[data-cattype="51025"] .detail-page .list-attribute select:focus,
section[data-cattype="51025"] .detail-page .list-attribute input[type="text"]:focus {
    border-color: #dcb14a;
}

section[data-cattype="51025"] .detail-page .group-quantity-control {
    display: inline-flex;
    width: 120px;
    height: 44px;
    margin: 0;
    float: none;
}

section[data-cattype="51025"] .detail-page .group-quantity-control .input-group-btn {
    display: flex;
}

section[data-cattype="51025"] .detail-page .group-quantity-control .btn,
section[data-cattype="51025"] .detail-page .group-quantity-control input.input-number {
    width: 40px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 0;
    color: #111;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

section[data-cattype="51025"] .detail-page .group-quantity-control input.input-number {
    border-right: 0;
    border-left: 0;
}

section[data-cattype="51025"] .detail-page .btnbuy_form {
    display: inline-flex;
}

section[data-cattype="51025"] .detail-page .btnbuy_form > .btn {
    min-width: 132px;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn,
section[data-cattype="51025"] .detail-page .btnbuy_form > .btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #111;
    border-radius: 0;
    color: #fff;
    background: #111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    box-shadow: none;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn:hover,
section[data-cattype="51025"] .detail-page .btnbuy_form > .btn:hover {
    border-color: #dcb14a;
    color: #111;
    background: #dcb14a;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn-success {
    flex: 1 1 calc(50% - 4px);
    border-color: #248b4b;
    background: #248b4b;
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn-morph {
    flex: 1 1 calc(50% - 4px);
}

section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn-success:hover {
    border-color: #1f753f;
    color: #fff;
    background: #1f753f;
}

section[data-cattype="51025"] .detail-page .social-media {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
    padding: 17px 0 0;
    border: 0;
    border-top: 1px solid #e7e7e7;
}

section[data-cattype="51025"] .detail-page .social-media > .title {
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

section[data-cattype="51025"] .detail-page .social-media > a.stack {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
}

section[data-cattype="51025"] .detail-page .social-media .fa-stack {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    line-height: 28px;
}

section[data-cattype="51025"] .detail-page .social-media .fa-stop {
    display: none;
}

section[data-cattype="51025"] .detail-page .social-media .fa-stack-1x {
    position: static;
    width: auto;
    color: #111 !important;
    font-size: 14px;
    line-height: 1;
}

section[data-cattype="51025"] .detail-page .social-media > a.stack:hover .fa-stack-1x {
    color: #dcb14a !important;
}

@media (max-width: 767.98px) {
    section[data-cattype="51025"] .detail-page .normal_text {
        max-width: none;
        margin-top: 30px;
        padding: 0;
    }

    section[data-cattype="51025"] .product-detail-title {
        font-size: 25px;
    }

    section[data-cattype="51025"] .detail-page .product-price-row .price,
    section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > .price {
        font-size: 25px;
    }

    section[data-cattype="51025"] .detail-page .list-attribute select,
    section[data-cattype="51025"] .detail-page .list-attribute input[type="text"] {
        max-width: 100%;
    }
}

@media (max-width: 479.98px) {
    section[data-cattype="51025"] .detail-page form.ajax-add-to-cart > a.btn {
        flex: 1 1 calc(50% - 4px);
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 420px) {
    section[data-cattype="51025"] .list-product {
        gap: 30px 12px;
    }

    section[data-cattype="51025"] .item_content.grid_item {
        flex-basis: calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2);
    }

    section[data-cattype="51025"] .grid_item .title,
    section[data-cattype="51025"] .grid_item .title > a,
    section[data-cattype="51025"] .grid_item .price {
        font-size: 13px;
    }
}


/* Product detail image gallery only */
section[data-cattype="51025"] .row.detail-page {
    padding-top: 56px;
    padding-bottom: 56px;
}

section[data-cattype="51025"] .detail-page .wrapper_productimg {
    position: relative;
}

@media (min-width: 992px) {
    section[data-cattype="51025"] .detail-page > .wrapper_productimg {
        flex: 0 0 58.333333%;
        width: 58.333333%;
        max-width: 58.333333%;
    }

    section[data-cattype="51025"] .detail-page > .wrapper_productimg + .col-sm-9 {
        flex: 0 0 41.666667%;
        width: 41.666667%;
        max-width: 41.666667%;
        padding-left: clamp(28px, 4vw, 58px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    section[data-cattype="51025"] .detail-page > .wrapper_productimg,
    section[data-cattype="51025"] .detail-page > .wrapper_productimg + .col-sm-9 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    section[data-cattype="51025"] .detail-page > .wrapper_productimg + .col-sm-9 {
        padding-left: 28px;
    }
}

section[data-cattype="51025"] .detail-page .wrapper_productimg.has-product-gallery {
    padding-left: 86px;
}

section[data-cattype="51025"] .detail-page .wrapper_productimg > br {
    display: none;
}

section[data-cattype="51025"] .detail-page .productimg {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: transparent;
}

section[data-cattype="51025"] .detail-page .productimg > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}

section[data-cattype="51025"] .detail-page .productimg img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.35s ease;
}

section[data-cattype="51025"] .detail-page .productimg img.is-changing {
    opacity: 0.35;
    transform: scale(0.985);
}

section[data-cattype="51025"] .detail-page .productimggallery {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 64px;
    min-height: 0;
    overflow: hidden;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

section[data-cattype="51025"] .detail-page .productimggallery.is-scrollable ul.listImage {
    padding-top: 27px;
    padding-bottom: 27px;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage::-webkit-scrollbar {
    display: none;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li,
section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    scroll-snap-align: start;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li {
    position: relative;
    opacity: 0.68;
    transition: opacity 0.25s ease;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li::after {
    position: absolute;
    inset: 0;
    border: 1px solid #e9e9e9;
    content: "";
    pointer-events: none;
    transition: border-color 0.25s ease;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li:hover,
section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li.is-active {
    opacity: 1;
}

section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li.is-active::after {
    border: 2px solid #dcb14a;
}

section[data-cattype="51025"] .detail-page .productimggallery .wrapper_image a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section[data-cattype="51025"] .detail-page .productimggallery .wrapper_image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    opacity: 0;
}

section[data-cattype="51025"] .detail-page .productimggallery .caption {
    display: none;
}

section[data-cattype="51025"] .detail-page .gallery-scroll-control {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    display: none;
    width: 64px;
    height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #111;
    background: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

section[data-cattype="51025"] .detail-page .productimggallery.is-scrollable .gallery-scroll-control {
    display: flex;
}

section[data-cattype="51025"] .detail-page .gallery-scroll-control:hover {
    color: #dcb14a;
    background: #fff;
}

section[data-cattype="51025"] .detail-page .gallery-scroll-prev {
    top: 0;
}

section[data-cattype="51025"] .detail-page .gallery-scroll-next {
    bottom: 0;
}

@media (max-width: 767.98px) {
    section[data-cattype="51025"] .row.detail-page {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    section[data-cattype="51025"] .detail-page .wrapper_productimg.has-product-gallery {
        padding-left: 12px;
    }

    section[data-cattype="51025"] .detail-page .productimg {
        aspect-ratio: 1 / 0.92;
    }

    section[data-cattype="51025"] .detail-page .productimg > a {
        padding: 0;
    }

    section[data-cattype="51025"] .detail-page .productimggallery {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: 68px;
        margin-top: 12px;
    }

    section[data-cattype="51025"] .detail-page .productimggallery ul.listImage {
        width: 100%;
        height: 68px;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
    }

    section[data-cattype="51025"] .detail-page .productimggallery.is-scrollable ul.listImage {
        padding: 0 29px;
    }

    section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li,
    section[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    section[data-cattype="51025"] .detail-page .gallery-scroll-control {
        top: 0;
        bottom: 0;
        width: 27px;
        height: 68px;
    }

    section[data-cattype="51025"] .detail-page .gallery-scroll-prev {
        right: auto;
        left: 0;
    }

    section[data-cattype="51025"] .detail-page .gallery-scroll-next {
        right: 0;
        left: auto;
    }

    section[data-cattype="51025"] .detail-page .gallery-scroll-prev i::before {
        content: "\f104";
    }

    section[data-cattype="51025"] .detail-page .gallery-scroll-next i::before {
        content: "\f105";
    }
}

/* Keep the related-products carousel single-card on mobile. */
@media (max-width: 767.98px) {
    section[data-cattype="51025"] .product-related-slider {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    section[data-cattype="51025"] .product-related-slider .list-related-product {
        display: flex !important;
        width: 100%;
        max-width: 100%;
        grid-template-columns: none !important;
        justify-content: flex-start;
        gap: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
    }

    section[data-cattype="51025"] .product-related-slider .list-related-product > .item_content.grid_item,
    section[data-cattype="51025"] .product-related-slider .list-related-product > .wrapper_item {
        box-sizing: border-box !important;
        flex: 0 0 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}
