/* Explicit offer availability and touch-friendly quantity controls. */
.ivanovo-blue .iv-option-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;margin-bottom:8px}
.ivanovo-blue #product-product .iv-option-heading>.control-label{margin:0}
.ivanovo-blue .iv-option-reset{min-height:32px;margin:0;padding:4px 0;border:0;background:transparent;color:var(--iv-blue);font:12px/1.4 Arial,sans-serif;text-decoration:underline;text-underline-offset:3px}
.ivanovo-blue .iv-option-reset[hidden],.ivanovo-blue .iv-option-note[hidden],.ivanovo-blue .iv-quantity-step[hidden],.ivanovo-blue .iv-quantity-hint[hidden]{display:none!important}
.ivanovo-blue .product-option__values{clear:both}
.ivanovo-blue .iv-option-unavailable{cursor:not-allowed}
.ivanovo-blue #product-product .iv-option-unavailable .product-option-chip{border-style:dashed!important;border-color:#cbd1dc!important;background:#f6f7f9!important;color:#667085!important;box-shadow:none!important;cursor:not-allowed}
.ivanovo-blue .iv-option-unavailable .product-option-chip__name{text-decoration:line-through;text-decoration-thickness:1px}
.ivanovo-blue .iv-option-note{display:block;max-width:160px;margin-top:5px;font:11px/1.4 Arial,sans-serif;color:#596273;white-space:normal;overflow-wrap:anywhere}
.ivanovo-blue #product-product .product-option-chip:has(.iv-option-note:not([hidden])){flex-wrap:wrap;flex-direction:column;align-items:flex-start;justify-content:center}
.ivanovo-blue #product-product .iv-offer-group.product-option--size .product-option__values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.ivanovo-blue #product-product .iv-offer-group.product-option--size .product-option-choice{min-width:0;margin:0}
.ivanovo-blue #product-product .iv-offer-group.product-option--size .product-option-chip{width:100%;height:100%;min-height:48px;align-items:center;justify-content:center;text-align:center}
.ivanovo-blue .product-option-choice input:focus-visible+.product-option-chip{outline:2px solid var(--iv-blue);outline-offset:3px}
.ivanovo-blue .iv-product-availability{clear:both;margin:20px 0 12px;padding:12px 14px;border-left:3px solid #a7b6d2;background:#f2f5fb;color:#3f506f;font:14px/1.6 Arial,sans-serif;overflow-wrap:anywhere}
.ivanovo-blue .iv-product-availability.is-ready{border-color:var(--iv-blue);color:var(--iv-blue)}
.ivanovo-blue #product-product .product-buy__row{grid-template-columns:150px minmax(0,1fr);align-items:start}
.ivanovo-blue #product-product .product-buy__row #button-cart{margin-top:24px}
.ivanovo-blue .iv-quantity-control{display:flex;align-items:stretch;width:150px;max-width:100%;border:1px solid var(--iv-line);background:#fff}
.ivanovo-blue #product-product .iv-quantity-control #input-quantity{flex:1;min-width:0;width:54px;height:48px;margin:0;padding:8px 2px;border:0;border-radius:0;text-align:center;font-size:16px;appearance:textfield;-moz-appearance:textfield}
.ivanovo-blue #input-quantity::-webkit-inner-spin-button,.ivanovo-blue #input-quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.ivanovo-blue .iv-quantity-step{display:flex;align-items:center;justify-content:center;flex:0 0 46px;min-width:44px;min-height:48px;padding:0;border:0;background:#f2f5fb;color:var(--iv-blue);font:24px/1 Arial,sans-serif}
.ivanovo-blue .iv-quantity-step:hover:not(:disabled){background:#e4ebf8}
.ivanovo-blue .iv-quantity-step:disabled{color:#8c95a6;background:#f7f8fa;cursor:not-allowed}
.ivanovo-blue .iv-quantity-step:focus-visible,.ivanovo-blue .iv-option-reset:focus-visible{outline:2px solid var(--iv-blue);outline-offset:2px}
.ivanovo-blue .iv-quantity-hint{margin:7px 0 0;color:#596273;font:12px/1.4 Arial,sans-serif}
@media(max-width:767px){.ivanovo-blue .iv-option-reset{min-height:44px}.ivanovo-blue .iv-product-availability{font-size:13px}.ivanovo-blue #product-product .product-buy__row{grid-template-columns:150px minmax(0,1fr);gap:12px}}
@media(max-width:420px){.ivanovo-blue #product-product .product-buy__row{grid-template-columns:1fr}.ivanovo-blue #product-product .product-buy__row #button-cart{width:100%;margin-top:0}.ivanovo-blue .iv-quantity-control{width:156px}}

/* The old 100% flex basis plus side margins made the tabs wider than the page. */
.ivanovo-blue #product-product .product-gallery>.tab-content{min-width:0;max-width:100%;overflow-wrap:anywhere}
.ivanovo-blue #product-product .tab-content img,.ivanovo-blue #product-product .tab-content iframe{max-width:100%}
@media(max-width:767px){
 .ivanovo-blue #product-product .product-gallery>.nav-tabs{flex:0 1 calc(100% - 30px);width:calc(100% - 30px);max-width:calc(100% - 30px);min-width:0;flex-wrap:wrap;gap:0 18px;overflow:visible}
 .ivanovo-blue #product-product .product-gallery>.nav-tabs>li{min-width:0;max-width:100%}
 .ivanovo-blue #product-product .product-gallery>.nav-tabs>li>a{white-space:normal;overflow-wrap:anywhere}
}
