.pdv-l05 .product-main-top .product-info-price {
    gap: 2rem;
    justify-content: flex-start !important;
}
.pdv-l05 .product-main-top .price-box.price-final_price {
    width: auto !important;
    margin-top: 0 !important;
}

.product-info-price .price-rates {
    width: 100%;
}

.product-info-main .price-box .price-wrapper .price {
    font-weight: 900 !important;
}

.rate-price-info {
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: #eef2ff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.large-box-tocart .qty-ctl button.increase:before {
    font: inherit !important;
}

.large-box-tocart .qty-ctl button.decrease:before {
    font: inherit !important;
}

.rate-amount {
    font-size: 18px;
    color: #475569;
    font-weight: 600;
    line-height: 1.4;
}

.rate-disclaimer {
    display: inline-block;
}

.rate-explanation {
    font-size: 16px;
    color: #3164ad !important;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.rate-explanation:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.rate-explanation::after {
    content: '→';
    transition: transform 0.2s ease;
}

.informative {
    margin-top: 8px;
}

.informative span {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.4;
    font-weight: 400;
}

/* Responsive design */
@media (max-width: 640px) {
    .rate-price-info {
        padding: 20px;
        margin: 0 16px;
    }

    .rate-amount {
        font-size: 16px;
    }

    .rate-explanation {
        font-size: 13px;
    }

    .informative span {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .rate-price-info {
        padding: 16px;
    }

    .rate-amount {
        font-size: 15px;
    }
}

/* Optional: If you want to highlight the price amount within the text */
.rate-amount strong,
.rate-amount .price-highlight {
    color: #1e293b;
    font-weight: 700;
}

/* Make sure the container has relative positioning for the accent */
.rate-price-info {
    position: relative;
}

/* Reset and base styling */
.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) {
    margin: 0 auto !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    transition: all 0.2s ease !important;
}

.scr-qty-thumb {
    flex-shrink: 0 !important;
}

.pdv-l05 .main-inner .gallery-container {
    box-shadow: none !important;
    border-radius: 8px;
}

.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .scr-qty-thumb img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
}

.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .scr-pname {
    flex: 1 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* Quantity field */
.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .field.qty {
    margin-bottom: 0 !important;
}

.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .field.qty .label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 12px !important;
    margin: 0 0 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.field.qty .label span {
    color: inherit !important;
}

.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .field.qty .control {
    display: block !important;
    width: 150px !important;
}

/* Quantity selector */
.product-main-top.product-info-main .box-tocart.large-box-tocart:not(.active) .cart-qty {
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    max-width: 140px !important;
    transition: border-color 0.2s ease !important;
}

.product-main-top .price-box.price-final_price {
    display: flex;
    flex-direction: column-reverse;
}

.payment-options-wrapper .payment-security-info {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-qty:focus-within {
    border-color: #3b82f6 !important;
}

.qty-ctl {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.qty-ctl button {
    background: none !important;
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    transition: all 0.2s ease !important;
    user-select: none !important;
    outline: none !important;
}

.qty-ctl button:hover {
    background: #e5e7eb !important;
    color: #374151 !important;
}

.qty-ctl button:active {
    transform: scale(0.95) !important;
}

.qty-ctl button.decrease::before {
    content: '−' !important;
}

.qty-ctl button.increase::before {
    content: '+' !important;
}

.box-tocart:not(.active) .cart-qty input.qty {
    border: none !important;
    height: 44px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.cart-qty input.qty::-webkit-outer-spin-button,
.cart-qty input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.cart-qty input.qty[type=number] {
    -moz-appearance: textfield !important;
}

/* Actions section */
/*#maincontent .actions {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    gap: 16px !important;*/
/*}*/

#maincontent .product-right .product-main-top {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.product-info-main .box-tocart .actions {
    margin-top: 0px !important;
}

@media (min-width: 768px) {
    #maincontent .product-left {
        padding-inline-end: 20px !important;
    }

    .product.media {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    .pdv-l05 .fotorama-item.fotorama .fotorama__stage {
        max-height: 350px !important;
        min-height: 300px !important;
    }

    .pdv-l05 .breadcrumbs {
        overflow-x: scroll !important;
        white-space: nowrap !important;
    }

    .pdv-l05 .product-info-price .product-info-stock-sku {
        display: flex;
        margin-bottom: 5px !important;
        justify-content: space-between;
    }

    .pdv-l05 .product-info-price .product-reviews-summary.empty {
        margin: 0 !important;
    }

    .pdv-l05 .product-main-top .price-box.price-final_price {
        margin-top: 10px !important;
    }

    .pdv-l05 .box-tocart:not(.active) .fieldset {
        margin: 0.5rem 0 !important;
    }
}

#description .section-title, #reviews .section-title, #deklaracija .section-title {
    font-size: 32px !important;
    font-weight: 500 !important;
}

#maincontent .product.info.detailed .product-section, .product-details-before .block.related, .block.upsell {
    background: white !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 20px;
    margin-bottom: 20px;
}

.item.product.product-item {
    border: 1px solid #c9c9c9 !important;
    padding: 0 !important;
    border-radius: 8px;
    overflow: hidden;
}

.block.related .block-content.content .products {
    margin: 0 !important;
}

.block.related {
    margin-bottom: 20px !important;
}

/* Add to cart button */
.box-tocart:not(.active) .action.primary.tocart {
    width: 100% !important;
    background: #fca914 !important;
    color: #1e293f !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.action.primary.tocart:active {
    transform: translateY(0) !important;
}

.box-tocart:not(.active) .action.primary.tocart span {
    color: inherit !important;
    font-weight: inherit !important;
}

/* Instant purchase section */
#instant-purchase {
    margin-top: 8px !important;
}

/* Loading state */
.action.primary.tocart.loading {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

.action.primary.tocart.loading::after {
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid transparent !important;
    border-top: 2px solid white !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
    margin-left: 8px !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg) !important;
    }
}

/* Responsive design */
@media (max-width: 640px) {
    .scr-pinfo.src-gopr {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .scr-qty-thumb img {
        width: 60px !important;
        height: 60px !important;
    }

    .scr-pname {
        font-size: 14px !important;
    }

    .action.primary.tocart {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .payment-options-wrapper .payment-security-info {
        padding: 14px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .product-info-price .price-rates {
        padding-left: 0 !important;
        border: 0 !important;
    }
    .rate-price-info {
        border: 1px solid #c0c0c0;
        margin: 16px 0;
        border-radius: 8px;
    }
    .box-tocart:not(.active) .cart-qty {
        max-width: 120px !important;
    }

    .box-tocart:not(.active) .field.qty .control {
        max-width: 120px !important;
    }

    .box-tocart:not(.active) .qty-ctl button {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }

    /*.box-tocart:not(.active) .cart-qty input.qty {*/
    /*    width: 40px !important;*/
    /*    height: 40px !important;*/
    /*    font-size: 14px !important;*/
    /*}*/
}

.box-tocart:not(.active) .qty-ctl button:focus,
.action.primary.tocart:focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 2px !important;
}

.box-tocart:not(.active) .fieldset {
    margin: 1.5rem 0 !important;
    padding: 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center;
}

.product-social-links .product-addto-links {
    display: flex;
    justify-content: space-evenly;
    margin: 0 !important;
}

.product-social-links .product-addto-links > .action {
    border: 1px solid #d2d2d2 !important;
    padding: 10px 40px;
    border-radius: 50px;
}

.pdv-l05 .product-info-main .product-addto-links .action:hover {
    border: 1px solid black !important;
}

.delivery-options-wrapper {
    margin: 0 auto;
    padding: 10px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.delivery-options-wrapper .delivery-options-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.delivery-options-wrapper .delivery-option {
    background: white;
    border: 2px solid #cecfd0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.delivery-options-wrapper .delivery-option:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.delivery-options-wrapper .delivery-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.delivery-options-wrapper .delivery-icon {
    width: 24px;
    height: 24px;
    color: #6b7280;
    transition: color 0.2s ease;
}

.delivery-options-wrapper .delivery-option:hover .delivery-icon {
    color: #3b82f6;
}

.delivery-options-wrapper .delivery-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.delivery-options-wrapper .delivery-badge {
    background: #10b981;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-left: auto;
}

.delivery-options-wrapper .delivery-info {
    margin-bottom: 16px;
}

.delivery-options-wrapper .delivery-time {
    font-size: 14px;
    color: #059669;
    font-weight: 600;
    margin-bottom: 4px;
}

.delivery-options-wrapper .delivery-description {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 8px;
}

.delivery-options-wrapper .delivery-carrier {
    font-size: 12px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.delivery-options-wrapper .carrier-logo {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 8px;
    font-weight: bold;
}

.delivery-options-wrapper .carrier-logo.city-express {
    background: #f58220;
}

.delivery-options-wrapper .carrier-logo.paketomat {
    background: #8b5cf6;
}

.delivery-options-wrapper .delivery-price {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.delivery-options-wrapper .delivery-price.free {
    color: #059669;
}

.delivery-options-wrapper .price-condition {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
    line-height: 1.3;
}

.delivery-options-wrapper .delivery-pricing {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.delivery-options-wrapper .paketomat-special {
    background: linear-gradient(135deg, #f3f0ff 0%, #e9d5ff 100%);
    border-color: #8b5cf6;
}

.delivery-options-wrapper .paketomat-special .delivery-badge {
    background: #8b5cf6;
}

/* Responsive design */
@media (max-width: 640px) {
    .delivery-options-wrapper .delivery-options-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .delivery-options-wrapper .delivery-option {
        padding: 16px;
    }

    .delivery-options-wrapper .delivery-header {
        gap: 10px;
    }

    .delivery-options-wrapper .delivery-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .delivery-options-wrapper .delivery-option {
        padding: 14px;
    }

    .delivery-options-wrapper .delivery-title {
        font-size: 14px;
    }
}

.payment-options-wrapper {
    margin: 20px auto 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.payment-options-wrapper .payment-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-options-wrapper .payment-section-icon {
    width: 20px;
    height: 20px;
    color: #3b82f6;
}

.payment-options-wrapper .payment-options-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.payment-options-wrapper .payment-option {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 22px 24px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 40px;
}

.breadcrumbs {
    padding-top: 0 !important;
    margin: 0 !important;
}

.payment-options-wrapper .payment-option:hover {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.payment-options-wrapper .payment-logo {
    width: 72px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.payment-options-wrapper .payment-security-info {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-options-wrapper .security-icon {
    width: 20px;
    height: 20px;
    color: #059669;
    flex-shrink: 0;
}

.payment-options-wrapper .security-text {
    font-size: 13px;
    color: #374151;
    line-height: 1.4;
}

.payment-options-wrapper .security-text strong {
    font-weight: 600;
    color: #1f2937;
}

/* Responsive design */
@media (max-width: 640px) {
    .payment-options-wrapper .payment-options-container {
        gap: 12px;
    }

    .payment-options-wrapper .payment-option {
        padding: 10px 12px;
        min-width: 50px;
        height: 36px;
    }

    .payment-options-wrapper .payment-logo {
        width: 28px;
        height: 18px;
    }
}

@media (max-width: 480px) {

    .payment-options-wrapper .payment-options-container {
        gap: 8px;
        flex-wrap: wrap;
    }

    .payment-options-wrapper .payment-option {
        padding: 8px 10px;
        min-width: 45px;
        height: 32px;
    }

    .payment-options-wrapper .payment-logo {
        width: 24px;
        height: 16px;
    }

    .payment-options-wrapper .payment-security-info {
        padding: 14px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

.product-right h1 .base {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.35;
    color: #214270;
    margin: 0;
    letter-spacing: -0.02em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive font sizes */
@media (max-width: 768px) {
    .product-right h1 .base {
        font-size: 28px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .product-right h1 .base {
        font-size: 24px;
        line-height: 1.45;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&display=swap');

.product-right h1 .base.extra-large {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .product-right h1 .base.extra-large {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .product-right h1 .base.extra-large {
        font-size: 28px;
    }
}

.product-inventory-deal.stg-promo {
    background: linear-gradient(135deg, #fef2f2 0%, #fef7ed 100%);
    border: 2px solid #dc2626;
    border-radius: 12px;
    padding: 12px 8px;
    margin: 16px 0;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
    position: relative;
    overflow: hidden;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.product-inventory-deal.stg-promo .promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.product-inventory-deal.stg-promo .promo-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    padding: 0px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-inventory-deal.stg-promo .promo-badge .promo-text {
    background: red;
    padding: 5px 10px;
    border-radius: 50px;
}

.product-inventory-deal.stg-promo .promo-icon {
    font-size: 16px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.product-inventory-deal.stg-promo .promo-discount {
    background: #16a34a;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.product-inventory-deal.stg-promo .promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.product-inventory-deal.stg-promo .promo-message {
    flex: 1;
    min-width: 200px;
    display: flex;
    gap: 10px;
}

.product-inventory-deal.stg-promo .promo-title {
    font-size: 18px;
    font-weight: bold;
    color: #dc2626;
    margin: 0 0 4px 0;
}

.product-inventory-deal.stg-promo .promo-end-date {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-inventory-deal.stg-promo .clock-icon {
    font-size: 14px;
}

.product-inventory-deal.stg-promo .product-deal {
    flex: 0 0 auto;
}

.product-inventory-deal.stg-promo .deal-wrap .deal-items {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 0px;
}

.product-inventory-deal.stg-promo .deal-item {
    text-align: center;
    color: white;
    border-radius: 8px;
    padding: 0 6px;
    min-width: 45px;
}

.product-inventory-deal.stg-promo .deal-item .value {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin-bottom: 0;
    border-radius: 6px;
    background-color: red;
}

.product-inventory-deal.stg-promo .deal-item .label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 2px;
    opacity: 0.9;
    color: black;
    margin-bottom: 0;
}

.product-inventory-deal.stg-promo .deal-items .deal-item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -6px;
    top: 40%;
    transform: translateY(-50%);
    color: #dc2626;
    font-weight: bold;
    font-size: 20px;
}

.product-inventory-deal.stg-promo .deal-item {
    position: relative;
    margin: 0 !important;
}

.product-inventory-deal.stg-promo .promo-cta {
    flex: 1;
    text-align: right;
    min-width: 200px;
}

.product-inventory-deal.stg-promo .promo-urgency {
    font-size: 12px;
    color: #dc2626;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .product-inventory-deal.stg-promo .promo-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .product-inventory-deal.stg-promo .promo-header {
        flex-direction: column;
        gap: 8px;
    }

    .product-inventory-deal.stg-promo .deal-item {
        min-width: 40px;
        padding: 6px 4px;
    }

    .product-inventory-deal.stg-promo .deal-item .value {
        font-size: 26px !important;
    }

    .product-inventory-deal.stg-promo .promo-cta {
        text-align: center;
    }

    .product-inventory-deal.stg-promo .promo-icon {
        display: none !important;
    }
}

.product-inventory-deal.stg-promo .deal-item:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.product-add-form #qtybox-anchor {
    min-height: auto !important;
}

.energy-class {
    position: absolute;
    top: 10px;
    z-index: 199;
    right: 10px;
}

.energy-class .energy-label {
    padding: 5px;
    background-color: white;
    border-radius: 4px;
}

body.pdv-l05 .product-item-info, body.pdv-l05 .product-item-info.upsell-available {
    flex-direction: column;
    gap: 1rem;
    padding: 20px !important;
}

.product-item-info .product-item-top, .product-item-info.upsell-available .product-item-top {
    width: 100% !important;
}

.product.details.product-item-details {
    padding-inline-start: 0 !important;
    width: 100% !important;
}

.base-small-list .product-item .action.tocart {
    width: 100% !important;
}

.products-related .product.actions.product-item-actions > form, .products-upsell .product.actions.product-item-actions > form {
    width: 100% !important;
}

.products-related .product-item-inner, .products-upsell .product-item-inner {
    position: static !important;
    opacity: 1 !important;
}

.products-related .owl-nav, .products-upsell .owl-nav {
    position: absolute;
    top: -50px;
    right: 5px;
    display: flex;
    gap: 8px;
}

.products-related .owl-nav > div, .products-upsell .owl-nav > div {
    position: relative !important;
    padding: 0 10px !important;
    border-radius: 50% !important;
}

.products-related .owl-nav > div:before, .products-upsell .owl-nav > div:before {
    font: normal normal 30px / 1 FontAwesome !important;
}

.products-upsell .product.name.product-item-name, .products-related .product.name.product-item-name {
    word-break: break-all !important;
}

.base-small-list .product-item .action.tocart {
    padding: 0 !important;
    font-size: 12px !important;
}
