/**
 * Engagement and Special Pages Styles
 * Extracted from contact_us, unboxing, and engagement pages
 * Version: 1.0
 * Last Updated: 2026-02-10
 */

/* ========================================
   Contact Us Page
   ======================================== */
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.contact_icon a:active {
    color: #bb1f2a;
    text-decoration: none;
}

.rc-anchor-aria-status {
    display: block;
}

/* ========================================
   Unboxing Challenge Page
   ======================================== */
.video-placeholder img {
    display: block;
}

.video-placeholder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
}

.heading_s1 ol {
    margin-left: 14px;
}



.owl-carousel .product {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* ========================================
   Engagement Index - Panel Overlay
   ======================================== */
span.panel-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.shop_banner:hover span.panel-overlay {
    opacity: 1;
}

/* ========================================
   Engagement Category & Sub-Category Pages
   ======================================== */
@media only screen and (max-width: 991px) {
    .comforter-sec figure {
        max-height: 59%;
        margin-bottom: 20px;
    }

    .comforter-sec figure img {
        max-height: 59%;
        min-height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .comforter-sec figure {
        max-height: 59%;
        margin-bottom: 20px;
    }

    .comforter-sec figure img {
        max-height: 59%;
        min-height: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .comforter-sec figure {
        max-height: 59%;
        margin-bottom: 20px;
    }

    .comforter-sec figure img {
        max-height: 59%;
        min-height: 150px;
    }
}

.cat_tags {
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    padding: 6px;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
    font-weight: 500;
}

.comforter-sec figure {
    margin-bottom: 50px;
}



.section.comforter-sec {
    padding-bottom: 0px;
}

.section {
    padding: 35px 0;
    position: relative;
}

.main_content {
    margin-top: 16px;
}

/* ========================================
   Engagement Show Page - Product Tagging
   ======================================== */
.section {
    padding: 35px 0;
    position: relative;
}

.item.slick-slide {
    height: 128px;
    margin-top: 3px;
}

.tag_list img {
    margin: 6px 0px 0px 0px;
}

.slick-next,
.slick-prev {
    top: 36%;
}

span.panel-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

img.img-responsive.tab-img {
    max-width: 100%;
    height: auto;
}

.product_img_zoom2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    background-color: #fafafa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.color-pallete {
    position: absolute;
    top: 20px;
    left: 19px;
    z-index: 999;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #bb1f2a;
    color: #fff;
    border-radius: .25rem;
}

.slick-next {
    right: 5px !important;
}

.slick-prev {
    left: 5px !important;
}

/* Ensure the slider container allows arrows to be visible if they are slightly outside, 
   or keep them inside as above. */
.product_gallery_item.slick-slider {
    padding: 0 40px;
    /* Add padding to make space for arrows inside */
}

.slick-next,
.slick-prev {
    height: 35px;
    width: 35px;
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    color: #444;
    transition: all 0.3s ease;
    border: none;
    z-index: 10;
}

.slick-next,
.slick-prev {
    background-color: rgb(187, 31, 42) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0.25rem !important;
}

.slick-next svg,
.slick-prev svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.tag_list img {
    margin: 8px 0px 2px 4px;
}

.product-detail .nav-pills .nav-link .tab-img {
    width: unset;
}

.pointers.active .circle {
    animation: tagging-motion 0.5s infinite;
}

.product-detail .nav-link {
    display: block;
    padding: unset;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio]+img {
    cursor: pointer;
}

.img-fluid,
.img-thumbnail {
    max-width: 60%;
    height: auto;
}

.close_tag {
    position: absolute;
    background: #bb1f2a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    padding: 0;
}

.slick-next,
.slick-prev {
    background-color: rgb(187, 31, 42);
    color: rgb(255, 255, 255);
    border-radius: 0.25rem;
}

.close_tag i {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
}


@media only screen and (max-width:991px) {
    .close_tag {
        position: absolute;
        top: 0px;
        font-size: 12px;
        background: #bb1f2a;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        text-align: center;
        padding: 2px 2px 2px 2px;
        color: #fff;
        border: unset;
    }
}

.pointers.active .dot span.circle,
.pointers.active .dot span.dot-text {
    background-color: #fff !important;
}

.pointers .dot span.circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: -35px;
    top: 21px;
}

.pointers .dot span.circle .circle1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    transform: translate(0px, -50%);
}

.pointers .dot span.circle .circle2 {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border: solid 2px #000;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 50px;
}

.pointers .dot span.dot-text {
    display: inline-block;
    padding: 5px 8px 5px 15px;
    border-radius: 25px;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.pointers .dot span.line:before {
    content: "";
    position: absolute;
    left: 35px;
    width: 1px;
    height: 10px;
    background: #000;
    bottom: -8px;
    transform: rotate(45deg);
}

.pointers .dot span.line:after {
    content: "";
    position: absolute;
    left: -18px;
    height: 1px;
    width: 50px;
    background: #000;
    bottom: -7px;
}

.pointers .dot span.line .line-circle {
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    position: absolute;
    border-radius: 50px;
    left: -22px;
    bottom: -9px;
}

.product_gallery_item.slick-slider .slick-slide {
    margin-right: 4px;
    margin-left: 3px;
}

.tag_list label {
    display: block;
    height: 79px;
}

[type=radio]+img {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:991px) {
    .tag_list .img-responsive.tab-img {
        max-width: 100%;
        height: 70px;
        width: 80px;
        object-fit: contain;
    }

    .product_gallery_item.slick-slider .slick-slide img {
        object-fit: cover;
        height: auto;
    }
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 10px;
    z-index: 99999;
    cursor: pointer;
}

.custom_close {
    border: unset;
    position: absolute;
    right: 31px;
    padding: 0px 0px 0px 1px;
    top: -16px;
    background: #d72620;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .custom_close {
        right: 57px !important;
    }
}

/* RTL Specific for Engagement Show */
[dir="rtl"] .shop_info_tab .tab-pane {
    text-align: right;
}

[dir="rtl"] .custom_close {
    left: 31px !important;
    right: 43px !important;
}

[dir="rtl"] .close_tag {
    margin-right: -13px;
}

[dir="rtl"] [type=radio] {
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 122px;
    z-index: 99999;
    cursor: pointer;
}

[dir="rtl"] .tag_list img {
    margin: 5px 0px 0px 5px !important;
}


[dir="rtl"] .slick-next {
    left: -18px;
}

[dir="rtl"] .slick-prev {
    right: -18px;
}

[dir="rtl"] #CustomBackgroundModal .close {
    left: 0;
    position: absolute;
}

[dir="rtl"] .shop_info_tab {
    float: right;
}

[dir="rtl"] .close_tag svg {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
}

/* ========================================
   Engagement Product Variant Data
   ======================================== */
.comments .total_rating {
    text-align: left;
}

.comment_block {
    padding-left: 55px;
}

.customer_meta {
    text-align: left;
}

.comment_list .description {
    text-align: left;
}

.product_size_switch a {
    white-space: nowrap;
}

.product_description .product_color_switch a.active {
    border: 2px solid #bb1f2a;
    border-radius: 50%;
    padding: 0px;
}

.comment_img img {
    max-width: 58px;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
    max-width: 44px;
}

.comment-date {
    font-style: italic;
    letter-spacing: normal;
    word-spacing: normal;
    color: #65656f;
    font-size: 13px;
    letter-spacing: -.45px;
    line-height: 1.57143;
    margin: 0;
    padding: 35px 0;
    text-transform: uppercase;
    word-spacing: -0.5px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='16' %3E%3Cpath d='M8 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM24 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM40 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM56 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM72 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5z' fill='%23D3D3D3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    font-family: inherit !important;
}

.stars-outer::before {
    content: "" !important;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='16' %3E%3Cpath d='M8 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM24 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM40 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM56 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5zM72 0l2 5h5l-4 3 1 5-4-3-4 3 1-5-4-3h5z' fill='%23bb1f2a'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.stars-inner::before {
    content: "" !important;
}

.fill_thumb {
    color: #bb1f2a;
    font-weight: 700;
}

.deal_content {
    width: 100%;
    padding: 30px 30px 30px 13px;
}

.countdown_box .countdown {
    color: #292b2c;
    font-size: 16px;
}

.countdown-wrap {
    background: #bb1f2a !important;
}

.countdown {
    color: #fff !important;
}

.countdown_time.countdown_style4 {
    margin: 0 -2px;
    width: auto;
    display: inline-flex;
}

.flash_sale_d {
    color: #fff;
    font-size: 13px;
    padding: 2px 8px;
    text-transform: uppercase;
    bottom: 150px;
    z-index: 1;
}

.flash_sale_d img {
    width: 50px;
}

.flash_sale {
    color: #fff;
    font-size: 13px;
    right: 14px;
    padding: 2px 8px;
    position: absolute;
    text-transform: uppercase;
    bottom: 150px;
    z-index: 1;
}

.small-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* RTL Specific for Product Variant Data */
[dir="rtl"] .comments .total_rating {
    text-align: right !important;
}

[dir="rtl"] .comment_block {
    padding-left: unset !important;
    padding-right: 56px !important;
}

[dir="rtl"] .customer_meta {
    text-align: right !important;
}

[dir="rtl"] .comment_list .description {
    text-align: right !important;
}

/* ========================================
   Photo Tagging Styles
   ======================================== */
.photo-tagging span.photo-tagging-point i.active {
    background: #b43030;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
}

/* ========================================
   Search Overlay Animation
   ======================================== */
.search_wrap.myClass {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
}

.search_overlay.myClass {
    left: 0;
    right: auto;
    width: 100%;
}

.mfp-close {
    cursor: pointer !important;
}

.product_img_zoom:hover {
    color: #bb1f2a;
    text-decoration: none;
    background: #bb1f2a;
    color: #fff;
}

/* ========================================
   Product Variant Details (Include File)
   ======================================== */

/* Product Image & Quantity Controls */
.product_img_box {
    text-align: center;
}

#product_img {
    max-width: 100%;
    width: auto;
    height: 300px;
    max-height: 300px;
    object-fit: contain;
}

.quantity .minus2,
.quantity .plus2 {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 50px;
    cursor: pointer;
    border: 0;

    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px;
}

/* Social Media Icons */
.socialmediaicons .fa-facebook {
    background: #1877f2;
    color: white;
}

.socialmediaicons .fa-twitter {
    background: #1d9bf0;
    color: white;
}

.socialmediaicons .fa-whatsapp {
    background: #12af0a;
    color: white;
}

.socialmediaicons .fa {
    border-radius: 10%;
    padding: 5px;
    width: 32px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    margin: 4px 0px;
}

/* Button & Cart Styles */
.btn {
    padding: 7px 18px;
}

.cart_btn .add_compare,
.cart_btn .add_wishlist {
    margin-right: 15px;
}

/* Flash Sale & Online Exclusive */
span.flash_sale_d.online_exclusive img {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.flash_sale_d.online_exclusive img {
    width: 30% !important;
}

/* Description & Lightbox */
#Description a:hover {
    color: unset;
    text-decoration: none;
}

.lb-data .lb-close {
    position: absolute;
    top: -26px;
}

/* Product Size & Color Switches */
.pr_detail .pr_switch_wrap {
    margin-bottom: 2px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_size_switch {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    gap: 14px;
    overflow-y: hidden;
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.product_color_switch {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    gap: 10px;
    overflow-y: hidden;
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.product_color_switch a {
    flex: 0 0 auto !important;
    width: 40px !important;
    height: 40px !important;
}

.product_description .product_color_switch img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.product_description .product_size_switch span {
    margin-left: 5px !important;
}

/* Bundle Products */
.bundle-product-owl-carousel .owl-item.active {
    width: 100% !important;
}

.bundle-product-owl-carousel .owl-stage {
    width: 100% !important;
}

.bundle_products .product_slider img {
    min-height: 100% !important;
    max-height: 180px !important;
}

/* Quantity Wrapper */
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 0px;
    width: fit-content;
    min-width: 80px;
    margin: auto;
}

.qty-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qty-input {
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    background: transparent;
    pointer-events: none;
}

.qty-input:focus {
    outline: none;
}

.quantity .minus2,
.quantity .plus2 {
    color: #000 !important;
}

/* Table & List Styles */
table.table.table-striped li {
    list-style: inside !important;
}

.product-details-wrapper {
    margin-bottom: 100px;
}

.text-rtl {
    text-align: right;
}

/* Photo Tagging */
.photo-tagging span#active_tag_79 {
    left: 61% !important;
}

/* Slick Slider Customization */
#pr_item_gallery button.slick-next {
    background: #bb1f2a;
}

#pr_item_gallery button.slick-prev {
    background: #bb1f2a;
}

/* Magnific Popup */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
    overflow: hidden;
}

/* RTL Specific Styles */
[dir="rtl"] .product_size_switch {
    justify-content: end;
}

[dir="rtl"] .wishlist-btn-on-image {
    left: unset;
    right: 20px;
}

[dir="rtl"] .cart_btn .add_compare,
[dir="rtl"] .cart_btn .add_wishlist {
    margin-left: 6px;
}

[dir="rtl"] span.flash_sale_d.online_exclusive img {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: auto;
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
    .product_size_switch {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto !important;
        gap: 10px;
        overflow-y: hidden;
        max-width: 100% !important;
        -webkit-overflow-scrolling: touch;
        padding: 13px 2px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    .cartproduct_engagement {
        margin-top: 8px;
        font-size: 12px;
        padding: 5px;
    }

    .cartproduct {
        font-size: 12px;
        padding: 5px;
    }

    .btn-addtocart {
        font-size: 12px;
        padding: 5px;
    }

    .cart_extra {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bundle_products .add_to_cart {
        position: unset !important;
    }
}

@media (max-width: 576px) {
    .quantity-wrapper {
        transform: scale(0.95);
    }

    .tab-content.shop_info_tab {
        margin-top: unset;
        margin-bottom: unset;
    }
}

@media only screen and (max-width: 320px) {
    .bundle-product-owl-carousel.owl-carousel .owl-item img {
        min-height: 50px !important;
        max-height: 50px !important;
    }
}

.video-placeholder iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
}

/* ========================================
   Responsive Adjustments
   ======================================== */
@media only screen and (max-width: 575px) {
    .owl-carousel .product img {
        height: 100px;
    }

    .video-placeholder .linearicons-play {
        font-size: 18px;
    }
}