section.product-intro {
    display: flex;
    background: var(--gap-shop-bg);
    padding: 35px;
    border-radius: 10px;
    gap: 20px;
    justify-content: space-between;
    border: 1px solid var(--gap-shop-border);
    position: relative;
}

section.product-intro .right {
    display: flex;
    gap: 15px;
    width: 38%;
    flex-direction: column;
}

section.product-intro .left {
    display: flex;
    flex-direction: column;
    width: 58%;
}

section.product-intro .left header h1 {
    font-size: 25px;
    line-height: 2.2;
    font-weight: 700;
    color: var(--text-color);
}

section.product-intro .left .pr-meta {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 10px 0;
}

section.product-intro .left .pr-meta span.cat {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}

section.product-intro .left .pr-meta a {
    font-size: 16px;
    font-weight: 400;
    color: var(--sec);
}

section.product-intro .left .p-q {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    width: 100%;
    margin-bottom: -20px;
}




section.product-intro .left .quantity {
    display: flex;
    border: 1px solid var(--sec);
    padding: 10px;
    border-radius: 10px;
    height: 50px;
    width: 200px;
    justify-content: space-between;
    background: var(--mybgcolor);
}

section.product-intro .left .quantity input.qty {
    display: flex;
    text-align: center;
    font-weight: 700;
    appearance: textfield;
    width: 100%;
    background: transparent;
    color: var(--text-color);
}

section.product-intro .left .quantity button {
    font-size: 20px;
    background: transparent;
    padding: 0 10px;
    cursor: pointer;
    color: var(--text-color);
}

section.product-intro .left .quantity button.minus {
    border-right: 1px solid var(--gap-shop-border);
}

section.product-intro .left .quantity button.plus {
    border-left: 1px solid var(--gap-shop-border);
}

section.product-intro .left .p-q .single-price {
    display: flex;
    align-items: center;
}

section.product-intro .left .p-q .single-price .price {
    display: flex;
    align-items: flex-end;
}

.p-caps-hero {
    display: flex;
    gap: 10px;
}

button.single_add_to_cart {
    padding: 10px 30px;
    border-radius: 10px;
    background: var(--sec);
    color: #fff;
    font-family: 'Fontgasr';
    font-size: 16px;
    cursor: pointer;
    flex-grow: 1;
    transition: background 0.3s ease;
    border: none;
}
button.single_add_to_cart:hover {
    background: var(--hoverreng);
}

.single-adi {
    display: flex;
    gap: 10px;
    width: 100%;
}

section.product-intro .right .product-image {
    width: 100%;
    flex-shrink: 0;
}

.product-image figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

section.product-intro .right .product-image figure {
    display: flex;
    width: 100%;
    height: auto;
    max-width: 100%;
}

section.product-intro .right ol {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

section.product-intro .right ol li {
    background: var(--mybgcolor);
    width: 100px;
    height: auto;
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    display: flex;
}

section.product-intro .right ol li img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

section.product-intro .left .send {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    gap: 10px;
}

section.product-intro .left .send p {
    font-size: 15px;
    line-height: 1.8;
    display: flex;
    gap: 10px;
    background: var(--hovcoler);
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    color: var(--text-color);
}

section.product-intro .left .vidvid {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

section.product-intro .left .vidvid p {
    font-size: 15px;
    line-height: 1.8;
    display: flex;
    gap: 10px;
    background: var(--hovcoler);
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--text-color);
}

table.variations.cfvsw-variation-disable-logic tr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

section.product-intro .left .p-q .cfvsw-swatches-option.cfvsw-label-option {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 15px;
    border-radius: 7px !important;
    background: var(--gap-shop-bg);
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    border: 1px solid var(--sec) !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

section.product-intro .left form.cart {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

form.variations_form.cart {
    display: flex;
    flex-direction: column !important;
}

img.wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.single-adi .woocommerce-variation.single_variation {
    display: none !important;
}

.single-price .price {
    direction: rtl;
    background: var(--mybgcolor);
    padding: 14px 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.brand-label {
    font-size: 14px;
    color: var(--secendcolor);
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 0.3px;
}
.price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
del {
    color: var(--secendcolor);
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: #e74c3c;
    text-decoration-thickness: 2px;
    font-weight: normal;
}
/*.discount-badge {*/
/*    background-color: #e74c3c;*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    padding: 3px 10px;*/
/*    border-radius: 20px;*/
/*    line-height: 1.6;*/
/*    letter-spacing: 0.5px;*/
/*}*/
.price-main-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
    padding-top: 4px;
}
.currency {
    font-size: 14px;
    color: var(--secendcolor);
    font-weight: normal;
}
ins {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
    font-style: normal;
    line-height: 1.2;
}
del, ins {
    text-decoration: none;
}

.discount {
    color: var(--sec);
    font-size: 17px;
    font-weight: bold;
    background-color: var(--hovcoler);
    padding: 2px 10px;
    border-radius: 10px;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
section.product-intro .left .p-q .single-price .price del bdi span.woocommerce-Price-currencySymbol {
    display: none;
}

.cfvsw-swatches-option.cfvsw-label-option {
    width: 50px;
    height: 50px;
    border-radius: 7px !important;
    font-size: 16px;
}

section.product-intro .left .p-q .single-price .price bdi {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    position: relative;
    color: var(--text-color);
}

.cfvsw-variation-disable-logic th.label {
    font-size: 16px;
    color: var(--text-color);
}

.pays {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    gap: 15px;
}

.pays .torob {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--gap-shop-border);
    padding: 10px;
    border-radius: 10px;
    justify-content: flex-start;
    width: 50%;
    background: var(--mybgcolor);
}

.pays .torob .right {
    width: 60px;
    height: auto;
    display: flex;
}

.pays .torob .right img {
    width: 100%;
    height: auto;
}

section.product-intro .left {
    display: flex;
    flex-direction: column;
    width: 58%;
    flex-grow: 1;
}

section.product-intro .left span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}

.pays .torob p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-color);
}

.pays .snapppay {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--gap-shop-border);
    padding: 10px;
    border-radius: 10px;
    justify-content: flex-start;
    width: 50%;
    background: var(--mybgcolor);
}

.pays .snapppay .right {
    width: 60px;
    height: auto;
    display: flex;
}

.pays .snapppay .right img {
    width: 100%;
    height: auto;
}

section.product-intro .left {
    display: flex;
    flex-direction: column;
    width: 58%;
    flex-grow: 1;
}

section.product-intro .left span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}

.pays .snapppay p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-color);
}

section.uPTEF0 {
    display: flex;
    width: 100%;
    padding: 10px;
    background: var(--hovcoler);
    border-radius: 10px;
    justify-content: center;
}

.bs-box.bs-box--flex.bs-box--ai-center {
    flex: fit-content;
    flex-grow: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

section._0zHuT2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-image {
    display: flex;
}

p.bs-text.bs-text--fs-12.bs-text--fw-medium.bs-text--body-sm.PdjtSW {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
}

.p-q.single .single-price {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-product-gallery__trigger {
    background: var(--sec) !important;
    border-radius: 10px !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.woocommerce-product-gallery__trigger::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M16.5 16.5L21 21'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

.woocommerce-product-gallery__trigger span[aria-hidden="true"] {
    display: none !important;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    background: var(--sec);
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.flex-viewport {
    margin-top: -50px;
}

section.product-intro .left .send svg.icon {
    width: 20px;
    height: 20px;
}

a.sizing-guide-trigger svg.icon {
    animation: blink-icon 1.2s ease-in-out infinite;
}

section.product-intro .left .vidvid svg.icon {
    width: 25px;
    height: 25px;
}


ul.tabs.wc-tabs {
    display: flex;
    justify-content: space-around;
    background: var(--hovcoler);
    padding: 0;
    margin: 20px 0;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
}


ul.tabs.wc-tabs li.active {
    font-weight: 800;
    color: var(--sec);
    border-bottom: 2px solid var(--sec);
}

ul.tabs.wc-tabs a {
    padding: 15px;
    display: flex;
    align-items: center;
    color: var(--text-color);
}
ul.tabs.wc-tabs li {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
}

.woocommerce-tabs.wc-tabs-wrapper {
    background: var(--gap-shop-bg);
    border-radius: 15px;
    padding: 1px 20px 20px 20px;
    margin: 20px 0;
    border: 1px solid var(--gap-shop-border);
    overflow: hidden;
}

.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-color);
}

section.product-intro .left .p-q .single-price .price del {
    position: relative;
}

section.product-intro .left .p-q .single-price .price del::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    transform: rotate(-10deg);
    transform-origin: center;
    pointer-events: none;
}

section.product-intro .left .p-q .single-price .price del bdi {
    font-weight: 300;
}

section.gap-shop-section.product-int {
    padding: 20px 0;
}
p.camvid {
    background: #fffb636b !important;
}
p.camvid svg.icon {
    color: #835001;
}
p.camvid {
    color: #835001;
}


.sizing-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sizing-modal-content {
    background: var(--gap-shop-bg);
    max-width: 500px;
    width: 90%;
    padding: 30px 25px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: modalFadeIn 0.25s ease;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.sizing-modal-close {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    color: var(--secendcolor);
}
.sizing-modal-close:hover {
    color: var(--text-color);
}
.sizing-modal-content h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--text-color);
}
.sizing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.sizing-table th {
    background: var(--hovcoler);
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    color: var(--text-color);
}
.sizing-table td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid var(--gap-shop-border);
    width: 50%;
    color: var(--text-color);
}
.sizing-table tr:last-child td {
    border-bottom: none;
}
.sizing-modal-content span.sizing-modal-close {
    font-weight: 300 !important;
    font-size: 30px !important;
    color: red;
}

@keyframes blink-icon {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item span {
    background: var(--hovcoler);
    padding: 12px 10px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-color);
}
.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item span i {
    font-size: 10px;
    color: var(--secendcolor);
}
.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item p {
    background: var(--back);
    padding: 12px 10px;
    flex-grow: 1;
    color: var(--text-color);
}


.customfild-radio-qs {
    width: 100%;
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background: var(--gap-shop-bg);
}
.customfild-radio-qs header {
    padding-bottom: 20px;
    font-weight: 600;
    color: var(--text-color);
}
.footer-top-sudinoo-left, .list-item, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    gap: 10px;
}

.list-item .listop label {
    border-radius: 5px;
    padding: 10px 15px;
    background: var(--mybgcolor);
    font-weight: 500;
    cursor: pointer;
    color: var(--gap-shop-icon);
    border: 1px solid var(--gap-shop-border);
}
.list-item .listop input[type=radio]:checked#yes~label {
    background: #00c178;
    color: #fff;
}
.list-item .listop input[type=radio]:checked#no~label {
    background: #fd5456;
    color: #fff;
}
.list-item .listop input[type=radio]:checked#nothing~label {
    background: #637789;
    color: #fff;
}
.listop input {
    display: none;
}
.comment-form-rating {
    display: flex;
    width: 100%;
    border-radius: 10px;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    margin-top: 15px;
    align-items: center;
    background: var(--mybgcolor);
    border: 1px solid var(--gap-shop-border);
}
.comment-respond label {
    display: flex;
    color: var(--text-color);
    align-items: center;
    font-weight: 600;
}
.woocommerce #review_form #respond p {
    margin-bottom: -5px;
}
.woocommerce #review_form #respond p span {
    line-height: 1.7em;
    font-size: 14px;
    background: var(--sec);
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    display: flex;
}
.woocommerce #review_form #respond p span a.vorod-a {
    color: #fff;
    font-weight: 800;
}
.woocommerce p.stars a {
    height: auto;
    width: 1.5em;
}
.woocommerce #review_form #respond textarea {
    background: var(--back);
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    font-family: 'Fontgasr';
    padding: 15px;
    font-size: 16px;
    color: var(--text-color);
}
.comment-respond label {
    display: flex;
    color: var(--text-color);
    align-items: center;
    font-weight: 600;
}

.woocommerce #reviews #comments h2 {
    display: none;
}

.woocommerce #review_form #respond .form-submit input {
    right: auto;
    background: var(--hoverreng);
    font-size: 17px;
    color: #ffffff;
    padding: 10px 17px;
    line-height: 27px;
    transition: .2s ease-in-out;
    font-family: 'Fontgasr';
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background: var(--sec);
}

div#reviews {
    padding: 20px;
}

.woocommerce #reviews #comment {
    height: 100px;
}
.woocommerce p.stars a::before {
    color: #fbb42f;
    font-size: 19px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 30px 15px;
    margin: 0;
    border: 1px solid var(--gap-shop-border);
    border-radius: 10px;
    background: var(--gap-shop-bg);
}
.comment-text .rightbox {
    width: 50%;
    gap: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.comment-text .description {
    display: block;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border-radius: 10px;
    color: var(--text-color);
}
.comment-text .option-cm {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}
.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.3em;
    width: 5.2em;
    font-family: WooCommerce;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
span.woocommerce-review__dash {
    display: none;
}
time.woocommerce-review__published-date {
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
    color: var(--secendcolor);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    font-size: 14px;
    color: var(--text-color);
}
.comment-text .option-cm span.review-role {
    width: 100%;
    background: #00b150;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.comment-text .option-cm .recyes {
    border: 1px solid #00c178;
    border-radius: 5px;
    color: #00c178;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist ul.children .comment-text {
    background: #68ffac33;
    border: 1px solid #00b150;
}
.woocommerce #reviews #comments ol.commentlist ul.children:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 21px;
    background: #00b150;
    top: -21px;
    left: 15px;
}
.woocommerce #reviews #comments ol.commentlist ul.children:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 21px;
    background: #00b150;
    top: -21px;
    right: 15px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0;
    position: relative;
}
.customfild-radio-qs .product-rating {
    position: absolute;
    left: 30px;
    background: #fbb42f;
    padding: 5px 25px;
    border-radius: 10px;
    top: 50px;
    font-weight: 500;
    color: #fff;
}
.comment-text .option-cm .recno {
    border: 1px solid #fd5456;
    border-radius: 5px;
    color: #fd5456;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.woocommerce .star-rating span {
    color: #fbb42f;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 15px;
    color: var(--text-color);
}

div#reviews {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 20px;
}

div#reviews div#comments {
    width: 50%;
}

div#reviews div#review_form_wrapper {
    width: 50%;
}
#reply-title {
    display: block !important;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
    color: var(--text-color);
}

.reviews-count {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    background: var(--sec);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.woocommerce #review_form #respond p label {
    padding: 10px 0;
    color: var(--text-color);
}

.comment-form-cookies-consent {
	display: flex;
	gap: 10px;
	padding: 15px 0;
}

.woocommerce-product-gallery img {
    border-radius: 15px;
    max-width: 100%;
    height: 100%;
}

a.kharid {
    padding: 10px 30px;
    border-radius: 10px;
    background: var(--sec);
    color: #fff;
    font-family: 'Fontgasr';
    font-size: 16px;
    cursor: pointer;
    flex-grow: 1;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
a.kharid:hover {
    background: var(--hoverreng);
}

.woocommerce-variation-price {
    color: var(--text-color);
}

.woocommerce-variation-availability p {
    color: var(--text-color);
}

.woocommerce .woocommerce-variation-price .price {
    color: var(--text-color);
}


.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
    border-radius: 7px;
}

.minimal-product-id {
    position: absolute;
    top: 0;
    left: 0;
    background: #e2ede9;
    color: #12463a;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px 0;
    z-index: 1;
    font-family: 'Fontsudinoo';
    font-weight: bold;
}



.custom-shipping-wrapper {
    margin-top: 15px;
    font-family: inherit;
    direction: rtl;
}

.shipping-timer-box {
    border: 1px solid var(--hovcoler);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    animation: boxFadeIn 0.6s ease forwards;
}

span#countdown-timer {
    font-family: fontsudinoo;
}

.shipping-timer-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(18,70,58,0.05) 0%, transparent 60%);
    animation: pulseGlow 4s infinite ease-in-out;
    pointer-events: none;
}

@keyframes boxFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.text-section {
    flex: 1;
    text-align: right;
    min-width: 220px;
    position: relative;
    z-index: 1;
}

.shipping-text {
    font-size: 13px;
    color: var(--sec);
    margin: 6px 0;
    line-height: 1.8;
    background: var(--hovcoler);
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.shipping-text::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: right 0.6s ease;
}

.shipping-text:hover::after {
    right: 100%;
}

.shipping-text:hover {
    background: #d4e4dd;
    transform: translateX(-4px);
}

.timer-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px;
    position: relative;
    z-index: 1;
}

.timer-card {
    background: #fff;
    border: 1px solid var(--hovcoler);
    border-radius: 10px;
    padding: 10px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(18,70,58,0.08);
    transition: all 0.3s ease;
    animation: cardFloat 3s infinite ease-in-out;
}

.timer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(18,70,58,0.15);
    border-color: var(--sec);
}

@keyframes cardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.timer-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.timer-label.hidden {
    display: none;
}

.timer-value {
    font-size: 18px;
    font-weight: 800;
    color: var(--sec);
    font-family: monospace;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.timer-value.expired {
    font-family: inherit;
    color: #c0392b;
    font-size: 16px;
    animation: shake 0.5s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    75% { transform: translateX(3px); }
}



















































@media (max-width: 460px) {


section.product-intro {
    flex-direction: column;
}
.timer-section {
    width: 100%;
}
.shipping-timer-box {
    flex-direction: column-reverse;
}
.shipping-text {
    font-size: 14px;
    line-height: 2;
}
.minimal-product-id {
    display: none;
}
.minimal-product-id {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    color: #12463a;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 10px 0;
    z-index: 1;
    font-family: 'Fontsudinoo';
    font-weight: bold;
}
section.product-intro .right {
    width: 100%;
}

section.product-intro .left {
    width: 100%;
}


section.product-intro .right ol > li {
    flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3); 
    box-sizing: border-box;
}

section.product-intro .right ol {
    flex-wrap: wrap;
}

section.product-intro .right .woocommerce-product-gallery img {
    width: 100%;
    height: 100%;
}

section.product-intro .left .pr-meta a {
    font-size: 15px;
}

section.product-intro .left .pr-meta span.cat {
    font-size: 15px;
}

section.product-intro .left span {
    font-size: 15px;
}

section.product-intro .left .send p {
    font-size: 14px;
    width: 100%;
}

section.product-intro .left .vidvid p {
    font-size: 14px;
    width: 100%;
}


section.product-intro .left .p-q {
    flex-direction: column;
}
section.product-intro .left .p-q .single-price {
    width: 100%;
    justify-content: flex-end;
}
section.product-intro .left .quantity {
    width: 120px;
}
.pays {
    flex-direction: column;
}
.pays .torob {
    width: 100%;
}
.pays .snapppay {
    width: 100%;
}
section.uPTEF0 {
    flex-direction: column;
    gap: 20px;
}
section.product-intro .left .send {
    flex-wrap: wrap;
}
section.product-intro .left .send a {
    width: 100%;
}
section.product-intro {
    padding: 20px;
    overflow: hidden;
}

section.gap-shop-section.product-int .gap-shop-wrap.container {
    padding: 0;
}
section.product-intro .left header h1 {
    font-size: 23px;
}
div#reviews {
    flex-direction: column;
}
div#reviews div#comments {
    width: 100%;
}
div#reviews div#review_form_wrapper {
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    flex-direction: column;
}
.footer-top-sudinoo-left, .list-item, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    flex-direction: column;
}
.customfild-radio-qs .product-rating {
    position: static;
    margin-top: 15px;
}
.comment-form-rating {
    flex-direction: column;
}
div#reviews {
    padding: 0;
}
div#reviews {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item {
    flex-direction: column;
}
.woocommerce-tabs.wc-tabs-wrapper .additional-product .property-item p {
    padding: 6px 10px;
    text-align: center;
}
section.product-intro .left .send svg.icon {
    width: 30px;
    height: 30px;
}
.single-adi {
    flex-direction: column;
}
section.product-intro .left .quantity {
    width: 100%;
}
}