.elementor-301 .elementor-element.elementor-element-72fd1311 > .elementor-container{max-width:950px;}.elementor-301 .elementor-element.elementor-element-72fd1311{padding:2% 0% 2% 0%;}.elementor-301 .elementor-element.elementor-element-3b931865 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-301 .elementor-element.elementor-element-3b931865 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-301 .elementor-element.elementor-element-d7bb5f6{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-301 .elementor-element.elementor-element-d7bb5f6 img{width:52%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-301 .elementor-element.elementor-element-d5d4c16{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:020px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-301 .elementor-element.elementor-element-d5d4c16 .elementor-heading-title{font-family:"Onest", Sans-serif;font-size:16px;font-weight:600;color:var( --e-global-color-astglobalcolor1 );}.elementor-301 .elementor-element.elementor-element-4413379{margin:-1% 0% calc(var(--kit-widget-spacing, 0px) + -1%) 0%;}.elementor-301 .elementor-element.elementor-element-8f3b8bf{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-301 .elementor-element.elementor-element-8f3b8bf img{width:43%;}body.elementor-page-301:not(.elementor-motion-effects-element-type-background), body.elementor-page-301 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3e48554 );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-301 .elementor-element.elementor-element-72fd1311{margin-top:0px;margin-bottom:0px;padding:4% 4% 6% 4%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-301 .elementor-element.elementor-element-d7bb5f6 img{width:46%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-301 .elementor-element.elementor-element-d5d4c16 .elementor-heading-title{font-size:14px;}.elementor-301 .elementor-element.elementor-element-8f3b8bf img{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-4413379 */.rex-checkoutify-order-details .order-details-label {
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* Increase product image container size */
.product-img {
    width: 90px !important;
    height: 90px !important;
    flex: 0 0 70px;
}
/* Mobile only: product image size */
@media (max-width: 767px) {
    .product-img {
        width: 60px !important;
        height: 60px !important;
        flex: 0 0 60px;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Product content typography */
.product-content .product-title {
    font-family: 'Onest', sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.product-content .product-description {
    font-family: 'Onest', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6;
}


/* Layout: 30% image / 70% content */
.rex-checkoutify-orderbump .template-wrapper {
    display: flex;
    gap: 14px;
}

/* FORCE image box using padding ratio */
.rex-checkoutify-orderbump .product-img {
    flex: 0 0 30% !important;
    max-width: 30% !important;

    height: 0 !important;
    padding-top: 40%; /* controls image height */

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    border-radius: 6px;
}

/* Content side */
.rex-checkoutify-orderbump .product-content {
    flex: 0 0 70%;
    max-width: 70%;
}

/* Order bump checkbox title styling */
.rex-checkoutify-orderbump .checkbox-title {
    font-family: 'Onest', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4;
}

.product-price {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Onest', sans-serif;
}
@media (max-width: 767px) {
  .product-price {
    color: #000;
  }
}/* End custom CSS */