﻿
:root {
    --sidebar-width: 240px;
}

.app-shell {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.app-shell > .app-sidebar {
    position: sticky !important;
    top: 0;
    flex: 0 0 var(--sidebar-width);
    width: var(--sidebar-width) !important;
    height: 100vh;
    overflow-y: auto;
    z-index: 30;
}

.app-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
}

.main-banner,
.mobile-header {
    position: sticky;
    top: 0;
    z-index: 20;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .app-shell {
        flex-direction: column;
    }

    .app-shell > .app-sidebar {
        display: none;
    }
}

body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.w3-third img{margin-bottom: -6px; opacity: 0.8; cursor: pointer}
.w3-third img:hover{opacity: 1}




.im {
  max-width: 170px;
}

img {
  max-width: 100%;
  height: auto;
}

.hello{
font-family: "Raleway", sans-serif;
text-align: center;
font-size: 20px;
background-color: #F9FAF9;
padding: 0 0 10px 0;
flex: 1;
width: 100%;
}




.items{
font-family: "Raleway", sans-serif;
text-align: center;
font-size: 20px;
width: 100%;
}

#wday{
    color: rgb(38, 34, 98);
position: relative;
font-family: "Raleway", sans-serif;
text-align: center;
font-size: 15px;
font-weight: 600;
z-index: -1;
top: -18px;
    width: 250px;
	background-color: #d9d7d7;
 margin: 0 auto;

}


.ite{
  position: relative;

left: 56px;
top: 5px;
font-family: "arial", sans-serif;
font-size: 12px;
width: 28px;
color: white;
    background-color: red;
    border-radius: 5px;
	text-align: center;
}

.ite2{
  position: relative;

top: -1px;
font-family: "arial", sans-serif;
font-size: 12px;
width: 28px;
color: white;
    background-color: red;
    border-radius: 5px;
	text-align: center;
	padding: 0 5px 0 5px;
}


i{
            color: #203a81;
font-size: 1em;


}

.container{
width:100%;
 margin: 0 auto;
    padding: 10px;
    position: relative;
}

.content1{
width:100%;
overflow: auto;

}
.content2{
width:100%;
    position: relative;

top: -100px;
}
.content3{
width:100%;

}



@media screen and (min-width: 600px) {
.container{
width:50%;
 margin: 0 auto;
    padding: 10px;
    position: relative;

}

}


.tit1{
  position: relative;
width:100%;
background-color: #d9d7d7;
    padding: 4px;
	font-weight: 600;
	    border-radius: 5px 5px 0 0;


}

.tit2{
  position: relative;
width:100%;
background-color: #d9d7d7;
    padding: 4px;
	font-weight: 600;
	    border-radius: 0 0 5px 5px;


}
.tit24{
  position: relative;
width:100%;
background-color: #feaac3;
    padding: 4px;
	font-weight: 600;
	    border-radius: 0 0;


}
	
	

.hidden {
    display: none;
}


.minus{
overflow:hidden; 
height:35px; 
background-color: #0976BC;
border-radius:5px; 
color:white; 
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.minus:active {
        transform: translateY(2px);
    }

.plus {

overflow:hidden;
 height:35px;
 background-color: #0976BC;
 border-radius:5px;
 color:white;
 padding: 2px 0 0 0;
 box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.plus:active {
        transform: translateY(2px);
    }
	


.minus2{
overflow:hidden; 
height:35px; 
background-color: #0976BC;
border-radius:5px; 
color:white; 
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.minus2:active {
        transform: translateY(2px);
    }

.plus2 {

overflow:hidden;
 height:35px;
 background-color: #0976BC;
 border-radius:5px;
 color:white;
 padding: 2px 0 0 0;
 box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.plus2:active {
        transform: translateY(2px);
    }



.minus3{
overflow:hidden; 
height:35px; 
background-color: #0976BC;
border-radius:5px; 
color:white; 
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.minus3:active {
        transform: translateY(2px);
    }

.plus3 {

overflow:hidden;
 height:35px;
 background-color: #0976BC;
 border-radius:5px;
 color:white;
 padding: 2px 0 0 0;
 box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.plus3:active {
        transform: translateY(2px);
    }
	
	
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	color: red;
	font-family: "Raleway", sans-serif;
	font-size: 35px;
	font-weight: 600;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;

}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.itit{
font-size: 14px; 
overflow:hidden; 
height:32px; 
line-height:16px; 
font-weight:500;
    color: #333333;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
}

.hlite{
color: white;
    background-color: #0976BC;
    border-radius: 5px;
	text-align: center;
	padding: 0 5px 0 5px;
 -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #FFF;
  font-size: 12px; 

}
	
	.hlite10{
    color: white;
    background-color: #007900;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px 0 5px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #FFF;
    font-size: 12px; 
}

.hlite3{
color: white;
    background-color: #05b08e;
    border-radius: 5px;
	text-align: center;
	padding: 0 5px 0 5px;
 -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #FFF;
  font-size: 12px; 

}

.hlite2{
color: #0976BC;
   
	text-align: left;
 
  font-size: 14px; 
  font-weight: 600;

}

.lin {
  color: red;
  font-size: 12px;
}

.are{
	
	
	width: 300px;
	height: 250px;
	  resize: none;
	color:black;
    background-color: yellow;
    border-color: red;

	
}

.lin2 {
  color: #0976BC;
  font-size: 14px;
  text-decoration: none;
}
	
	.lin3 {
  color: red;
  font-size: 14px;
  text-decoration: none;
}


/* Popup box BEGIN */
.hover_bkgr_fricc2{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left:0;
    width:100%;
    z-index:10000;
	    overflow:auto;
 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hover_bkgr_fricc2::-webkit-scrollbar {
  display: none;
}


.hover_bkgr_fricc2 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc2 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 400px;
    vertical-align: middle;
    width: 90%;
	margin: 0 0 80px 0;
	top: 40px;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	color: red;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;

}
.popupCloseButton2 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton2:hover {
    background-color: #ccc;
}
.trigger_popup_fricc2 {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}


.buton4 {
		margin: 0px;
		position: relative;
	background-color:#0976BC;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:more;
	font-size:18px;
	padding:8px 17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	width: 200px;
	text-transform: uppercase;
}

.buton4:active {
	position:relative;
	top:1px;
}

.buton4:hover {
		background-color:#6D6E70;
	position:relative;
	top:1px;
}


.buton5 {
		margin: 0px;
		position: relative;
	background-color:#0976BC;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:more;
	font-size:18px;
	padding:8px 17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	width: 250px;
	text-transform: uppercase;
    margin-top: 1.25rem !important;
}

.buton5:active {
	position:relative;
	top:1px;
}

.buton5:hover {
		background-color:#6D6E70;
	position:relative;
	top:1px;
}

.bx1{
margin: auto;
  width: 290px;
  font-size: 18px;

}

.bx1 input{

width: 100%;
padding: 0 3px;


    outline: 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(38, 34, 98);
    font-weight: 700;
    line-height: 1.2;
	background-color: #f2f2f2;
		font-family: calibri;

}

.bx1 select{

width: 100%;
padding: 0 3px;


    outline: 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(38, 34, 98);
    font-weight: 700;
    line-height: 1.2;
	background-color: #f2f2f2;
	font-family: calibri;
}

/* Checkout modal: Expiry (MM / YYYY) two-up fields */
.ws-checkout-expiry__fields {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 30px;
  align-items: center;
  box-sizing: border-box;
}

.ws-checkout-expiry__field {
  flex: 1 1 0;
  min-width: 0;
}

.ws-checkout-expiry__field select {
  width: 100%;
  box-sizing: border-box;
}

/* Checkout modal: Promo code field should match other 59% inputs */
.ws-checkout-promocode__field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.ws-checkout-promocode__field input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 28px;
}

.ws-checkout-promocode__icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #4b5563;
  pointer-events: none;
}
.disabled {
    pointer-events: none;
    background-color: #387590;
}
.enabled {
    pointer-events: auto;
}
.bx2{
margin: auto;
  font-size: 16px;

}
.hlite10{
    color: white;
    background-color: #007900;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px 0 5px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #FFF;
    font-size: 12px; 
}
.hlite11{
    color: white;
    background-color: #0053bf;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px 0 5px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #FFF;
    font-size: 12px; 
}

/* ═══════════════════════════════════════════════════════════
   Givex gift card modal — aligned with checkout visuals
   ═══════════════════════════════════════════════════════════ */

.givex-background {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.givex-container {
    position: relative;
    width: min(440px, 100%);
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    top: auto;
    left: auto;
    transform: none;
    padding: 1.35rem 1.35rem 1.25rem;
    border-radius: var(--ws-radius, 18px);
    border: 1px solid var(--ws-line, #e2e8f0);
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(56, 189, 248, 0.1), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #fff 42%);
    box-shadow: var(--ws-shadow-lg, 0 32px 75px -24px rgba(17, 41, 96, 0.226));
    font-family: var(--ws-font, "Plus Jakarta Sans", system-ui, sans-serif);
    color: var(--ws-text, #0f172a);
    box-sizing: border-box;
}

.givex-close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--ws-muted, #64748b);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
}

.givex-close:hover {
    background: #e2e8f0;
    color: var(--ws-text, #0f172a);
}

.givex-header {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding-right: 2rem;
    margin-bottom: 1.15rem;
}

.givex-header__icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ws-brand, #011c47) 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px -8px rgba(9, 118, 188, 0.45);
}

.givex-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--ws-brand, #011c47);
}

.givex-description {
    margin: 0.25rem 0 0;
    padding: 0;
    width: auto;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--ws-muted, #64748b);
}

.givexInputs {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
}

.givex-field {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-width: 0;
}

.givex-field__label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ws-muted, #64748b);
}

.givex-field__control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 2.65rem;
    background: #fff;
    border: 1px solid var(--ws-line, #e2e8f0);
    border-radius: 12px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.givex-field__control:focus-within {
    border-color: #7dd3fc;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.givex-field__icon {
    flex: 0 0 auto;
    width: 2.4rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.85rem;
    pointer-events: none;
}

.givex-field__control:focus-within .givex-field__icon {
    color: var(--ws-brand, #011c47);
}

.givex-cardInput,
.givex-pinInput {
    float: none;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 2.55rem;
    margin: 0;
    padding: 0 0.85rem 0 0;
    border: none !important;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--ws-text, #0f172a);
    text-align: left;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.givex-balance-display {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0.85rem 0 0;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
}

.givex-balance-display[style*="display: block"],
.givex-balance-display[style*="display:block"] {
    display: flex !important;
}

.givex-balance-display__label {
    color: #047857;
}

.givex-balance-value {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.2rem 0.55rem;
    border-radius: 8px;
    background: #059669;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}

.givex-buttons {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    width: 100%;
    margin: 1.1rem 0 0;
    padding: 0;
}

/* reCAPTCHA injects sibling nodes into .givex-buttons — keep them out of layout */
.givex-buttons > :not(.givex-button),
.givex-container .grecaptcha-badge,
.givex-background .grecaptcha-badge,
.givex-container textarea[name="g-recaptcha-response"],
.givex-buttons iframe {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.givex-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    margin: 0;
    padding: 0.7rem 1rem;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.givex-balance {
    background: var(--ws-brand, #011c47);
    box-shadow: 0 6px 18px -6px rgba(9, 118, 188, 0.45);
}

.givex-addCard {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 6px 18px -6px rgba(22, 163, 74, 0.5);
}

.givex-balance:hover,
.givex-addCard:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -6px rgba(15, 23, 42, 0.28);
}

.giftCardRemove {
    display: none;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 10px !important;
    bottom: 10px !important;
}

/* Keep the floating site badge, but never let it stretch the gift-card actions row */
.givex-buttons .grecaptcha-badge {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.giftCardBalance {
    display: none !important;
    font-size: 8pt;
    padding-left: 25px;
}

/* Checkout modal forces `.bx1` to display:flex; keep gift balance hidden unless explicitly shown */
.hover_bkgr_fricc2 #msg3 .bx1.giftCardBalance,
#msg3 .bx1.giftCardBalance {
    display: none !important;
}

.hover_bkgr_fricc2 #msg3 .bx1.giftCardBalance.is-visible,
#msg3 .bx1.giftCardBalance.is-visible {
    display: flex !important;
}

@media screen and (max-width: 999px) {
    .givex-background {
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        padding: 0.85rem;
        align-items: flex-start;
        padding-top: max(1.25rem, env(safe-area-inset-top));
    }

    .givex-container {
        width: 100%;
        min-width: 0;
        max-width: 440px;
    }

    .givex-cardInput,
    .givex-pinInput {
        width: 100%;
        font-size: 16px;
    }

    .givex-buttons {
        grid-template-columns: 1fr;
        width: 100%;
    }
}

/* Rebuild shell overrides */
body.cart-store .hello,
body.cart-store .items {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
}

body.cart-store .hello {
    background: transparent !important;
    padding: 0;
}

body.cart-store .items .container {
    width: 100% !important;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 14px 2rem !important;
}

body.cart-store #butt a {
    border-radius: 8px !important;
}

body.cart-store #butt {
    margin: 0 auto 0.75rem;
    max-width: 880px;
    padding: 0 14px;
}

body.cart-store .ws-cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Skeleton shimmer */
body.cart-store .ws-skel {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

body.cart-store .ws-skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.65), transparent);
    animation: wsShimmer 1.1s ease-in-out infinite;
}

@keyframes wsShimmer {
    100% { transform: translateX(100%); }
}

body.cart-store .ws-skel--btn {
    height: 44px;
    width: 180px;
    border-radius: 12px;
}

body.cart-store .ws-skel--btn-primary {
    width: 140px;
    background: rgba(9,118,188,0.18);
}

body.cart-store .ws-skel--pill {
    width: 86px;
    height: 18px;
    border-radius: 999px;
}

body.cart-store .ws-skel--line {
    margin-top: 10px;
    height: 14px;
    width: min(520px, 88%);
    border-radius: 10px;
}

body.cart-store .ws-skel--line-lg {
    height: 16px;
    width: min(560px, 94%);
}

body.cart-store .ws-skel--price {
    width: 86px;
    height: 18px;
    border-radius: 10px;
    margin-top: 4px;
}

body.cart-store .ws-skel--sum-label { width: 120px; height: 14px; border-radius: 10px; }
body.cart-store .ws-skel--sum-val { width: 80px; height: 14px; border-radius: 10px; }
body.cart-store .ws-skel--sum-label-lg { width: 80px; height: 18px; border-radius: 10px; }
body.cart-store .ws-skel--sum-val-lg { width: 110px; height: 18px; border-radius: 10px; }

body.cart-store .ws-cart-empty-actions {
    margin: 0.75rem 0 1.25rem;
}

/* Cart buttons (modern) */
body.cart-store .ws-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

body.cart-store .ws-btn:active {
    transform: translateY(1px);
}

body.cart-store .ws-btn--primary {
    background: #0976BC;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(9, 118, 188, 0.22);
}

body.cart-store .ws-btn--primary:hover {
    background: #0866a3;
}

body.cart-store .ws-btn--ghost {
    background: #ffffff;
    color: #0f172a !important;
    border-color: #e2e8f0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

body.cart-store .ws-btn--ghost:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

body.cart-store .ws-btn--danger {
    background: #fff;
    color: #b91c1c !important;
    border-color: #fecaca;
}

body.cart-store .ws-btn--danger:hover {
    background: #fef2f2;
    border-color: #fca5a5;
}

body.cart-store .ws-btn--checkout {
    font-size: 1.05rem;
    padding: 0.75rem 1rem;
}

/* IMPORTANT: cart is receipt rows, never grid */
body.cart-store .items-panel .content1:not(.hidden),
body.cart-store .items-panel .content2:not(.hidden),
body.cart-store .items-panel .content3:not(.hidden),
body.cart-store .items-panel .content4:not(.hidden) {
    display: block !important;
}

/* Receipt-style cart rows (new structure) */
body.cart-store .ws-cart-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin: 0.75rem 0;
    padding: 1.05rem 1.1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.cart-store .ws-cart-item__main {
    min-width: 0;
    flex: 1;
}

body.cart-store .ws-cart-item__price {
    flex: 0 0 auto;
    font-size: 1.06rem;
    font-weight: 950;
    letter-spacing: 0.01em;
    color: #0b4a6f;
    white-space: nowrap;
    padding-left: 0.25rem;
}

body.cart-store .ws-cart-item__aside {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.45rem;
    padding-left: 0.25rem;
}

body.cart-store .ws-cart-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #fecaca;
    border-radius: 999px;
    background: #fff5f5;
    color: #b91c1c;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body.cart-store .ws-cart-item__remove:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

body.cart-store .ws-cart-item__remove:focus-visible {
    outline: 2px solid #0b4a6f;
    outline-offset: 2px;
}

body.cart-store .ws-cart-item--removing {
    opacity: 0.55;
    pointer-events: none;
}

body.cart-store .ws-cart-item--skeleton {
    border-color: #e5e7eb;
}

body.cart-store .ws-receipt-summary--skeleton .ws-receipt-summary__divider {
    opacity: 0.6;
}

body.cart-store .content1 .itit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    height: auto;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    -webkit-text-stroke-width: 0px;
}

body.cart-store .content1 .ws-cart-item__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
}

body.cart-store .content1 .ws-cart-item__product {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2rem 0.45rem;
    max-width: 100%;
    min-width: 0;
}

body.cart-store .content1 .itit + div {
    margin-top: 0.35rem;
}

body.cart-store .content1 .ws-cart-item__name {
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.cart-store .content1 .ws-cart-item__type,
body.cart-store .content1 .ws-cart-item__extra {
    flex: 0 1 auto;
    font-size: 0.82rem;
    font-weight: 650;
    color: #64748b;
    line-height: 1.35;
}

body.cart-store .content1 .ws-cart-item__type::before {
    content: "·";
    margin-right: 0.4rem;
    color: #94a3b8;
    font-weight: 700;
}

body.cart-store .ws-cart-item__desc {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #64748b;
    font-weight: 650;
    white-space: normal;
}

body.cart-store .ws-cart-item__meta {
    margin-top: 0.55rem;
    font-size: 0.86rem;
    color: #64748b;
    font-weight: 750;
}

/* Make legacy "pill" spans look modern */
body.cart-store .content1 .item-badge,
body.cart-store .content1 .hlite,
body.cart-store .content1 .hlite10,
body.cart-store .content1 .hlite11 {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #075985;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    -webkit-text-stroke-width: 0px;
    text-transform: none;
    margin-right: 0;
}

body.cart-store .content1 .hlite3 {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    -webkit-text-stroke-width: 0px;
    margin-right: 0;
}

body.cart-store .content1 .hlite2 {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    color: #0f172a;
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    -webkit-text-stroke-width: 0px;
}

/* Legacy fallback: if any old inline rows remain, keep them readable */
body.cart-store .content1 > div[style*="background-color"][style*="overflow:hidden"] {
    border-radius: 16px;
}

/* Give the section some breathing room */
body.cart-store .content1 {
    padding: 0.25rem 0 1rem;
}

@media (max-width: 640px) {
    body.cart-store .items .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.cart-store #butt {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.cart-store .ws-cart-item {
        padding: 0.95rem 0.95rem;
        border-radius: 14px;
    }
}

/* Totals summary (receipt) */
body.cart-store .ws-receipt-summary {
    margin: 0.85rem 0 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0.9rem 1rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.cart-store .ws-receipt-summary__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    font-size: 0.98rem;
    color: #0f172a;
}

body.cart-store .ws-receipt-summary__label {
    color: #475569;
    font-weight: 700;
}

body.cart-store .ws-receipt-summary__value {
    font-weight: 900;
    color: #0f172a;
    white-space: nowrap;
}

body.cart-store .ws-receipt-summary__divider {
    height: 1px;
    background: #e2e8f0;
    margin: 0.5rem 0;
}

body.cart-store .ws-receipt-summary__row--total {
    padding-top: 0.65rem;
    font-size: 1.15rem;
}

body.cart-store .ws-receipt-summary__row--total .ws-receipt-summary__label {
    color: #0f172a;
}

body.cart-store .ws-receipt-summary__actions {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

body.cart-store .ws-receipt-summary__actions .ws-btn--checkout {
    width: 50%;
    margin-left: auto;
}

@media (max-width: 640px) {
    body.cart-store .content1 > div[style*="background-color"][style*="overflow:hidden"] {
        padding: 0.75rem 0.85rem;
    }
    body.cart-store .ws-cart-actions {
        flex-direction: column;
        align-items: stretch;
    }
    body.cart-store .ws-cart-actions .ws-btn {
        width: 100%;
    }
    body.cart-store .ws-receipt-summary__actions {
        flex-direction: column;
        align-items: stretch;
    }
    body.cart-store .ws-receipt-summary__actions .ws-btn--checkout {
        margin-left: 0;
        width: 100%;
        order: -1;
    }
}


.ws-btn--checkout{
    background-color: rgb(63, 212, 18) !important;
}

.ws-btn--checkout:hover{
    background-color: rgb(43, 161, 7) !important;
}

/* -----------------------------------------------------------
   Checkout modal (#msg3 / .ws-checkout)
   ----------------------------------------------------------- */

.ws-checkout {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    color: var(--ws-text);
    font-family: var(--ws-font);
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(56, 189, 248, 0.08), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #fff 40%);
    -webkit-user-select: text;
    user-select: text;
}

.ws-checkout__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.ws-checkout__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem 1rem;
    padding-right: 3rem;
    border-bottom: 1px solid var(--ws-line);
    background: rgba(255, 255, 255, 0.72);
}

.ws-checkout__brand {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.ws-checkout__brand-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ws-brand) 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px -8px rgba(9, 118, 188, 0.45);
}

.ws-checkout__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--ws-brand);
}

.ws-checkout__subtitle {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
    color: var(--ws-muted);
    line-height: 1.4;
}

.ws-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.9fr);
    gap: 0;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.ws-checkout__footer {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.85rem 1.25rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--ws-line);
    background: #fff;
    box-shadow: 0 -8px 24px -16px rgba(15, 23, 42, 0.25);
    z-index: 3;
}

/* Checkout footer credit — wordmark lockup (not the floating pill) */
.ws-checkout__footer .ws-powered--checkout {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    margin: 0;
    padding: 0.15rem 0;
    z-index: auto;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--ws-muted);
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: opacity 0.15s ease;
}

.ws-checkout__footer .ws-powered--checkout:hover {
    color: var(--ws-muted);
    border: none;
    box-shadow: none;
    opacity: 0.85;
}

.ws-checkout__footer .ws-powered__mark {
    flex: 0 0 auto;
    width: 3px;
    height: 1.65rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #0a8ad4 0%, #011c47 100%);
}

.ws-checkout__footer .ws-powered__copy {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    line-height: 1.15;
}

.ws-checkout__footer .ws-powered__label {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ws-checkout__footer .ws-powered__brand {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #011c47;
}

.ws-checkout__footer .ws-powered--checkout:hover .ws-powered__brand {
    color: #0a8ad4;
}

.ws-checkout__mobile-total-bar {
    display: none;
}

.ws-checkout__footer-total {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ws-muted);
}

.ws-checkout__footer-total strong {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ws-text);
}

.ws-checkout__form {
    padding: 1.15rem 1.5rem 1.5rem;
    min-width: 0;
}

.ws-checkout__section-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.ws-checkout__section-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ws-text);
}

.ws-checkout__section-icon {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e8f4fc;
    color: var(--ws-brand);
    font-size: 0.8rem;
}

.ws-checkout__fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ws-checkout__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.ws-checkout__row--2 {
    grid-template-columns: 1fr 1fr;
}

.ws-field {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-width: 0;
}

.ws-field__label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ws-muted);
}

.ws-field__control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 2.65rem;
    background: #fff;
    border: 1px solid var(--ws-line);
    border-radius: 12px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ws-field__control:focus-within {
    border-color: #7dd3fc;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

/* Surface legacy inline red border-bottom validation on the chip */
#msg3.ws-checkout .ws-field__control:has(input[style*="red"]),
#msg3.ws-checkout .ws-field__control:has(select[style*="red"]),
#msg3.ws-checkout .ws-checkout-expiry__fields:has(select[style*="red"]) {
    border-color: var(--ws-danger) !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

.ws-field__icon {
    flex: 0 0 auto;
    width: 2.4rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.85rem;
    pointer-events: none;
}

.ws-field__control:focus-within .ws-field__icon {
    color: var(--ws-brand);
}

#msg3.ws-checkout input,
#msg3.ws-checkout select,
.ws-checkout input,
.ws-checkout select {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 2.55rem !important;
    height: 2.55rem !important;
    margin: 0 !important;
    padding: 0 0.85rem 0 0 !important;
    border: none !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: var(--ws-font) !important;
    font-size: 0.9rem !important;
    color: var(--ws-text) !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

#msg3.ws-checkout select,
.ws-checkout select {
    padding-right: 1.75rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4.3 6 4.9 10.6.3l1.4 1.4L6 7.7.0 1.7z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    cursor: pointer;
}

.ws-field__control--expiry {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.55rem;
}

.ws-checkout-expiry__field {
    flex: 1 1 0;
    min-width: 0;
}

#msg3.ws-checkout .ws-checkout-expiry__field select,
.ws-checkout-expiry__field select {
    padding-left: 0.35rem !important;
    text-align: center;
}

.ws-checkout-expiry__sep {
    flex: 0 0 auto;
    color: var(--ws-muted);
    font-weight: 600;
}

.ws-field__control--promo {
    padding-right: 0.35rem;
}

.ws-field__control--promo input {
    padding-right: 0.35rem !important;
}

.ws-checkout-promo-apply {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.4rem 0.75rem;
    border: none;
    border-radius: 9px;
    background: var(--ws-brand);
    color: #fff;
    font-family: var(--ws-font);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.ws-checkout-promo-apply:hover {
    background: var(--ws-brand-hover);
}

.ws-checkout__gift {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 0.15rem;
}

.ws-checkout-gift-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: var(--ws-brand);
    font-family: var(--ws-font);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.ws-checkout-gift-link:hover {
    color: var(--ws-brand-hover);
    text-decoration: underline;
}

.ws-checkout-gift-number .ws-field__control {
    padding: 0 0.75rem;
}

.ws-checkout-gift-number input {
    padding-left: 0 !important;
    padding-right: 1.75rem !important;
}

.ws-checkout-gift-number .giftCardRemove {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    cursor: pointer;
    font-size: 1rem;
}

.ws-checkout-gift-number .giftCardRemove:hover {
    color: var(--ws-danger);
}

.ws-checkout .giftCardBalance {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    font-size: 0.85rem;
    color: #065f46;
}

.ws-checkout .giftCardBalance.is-visible {
    display: flex !important;
}

.ws-checkout .giftCardBalanceText {
    font-weight: 700;
}

.ws-checkout__error {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ws-danger);
}

.ws-checkout__error:empty {
    display: none;
}

.ws-checkout__error:not(:empty) {
    margin: 0.5rem 0;
}

.ws-checkout__summary {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f1f5f9;
    color: var(--ws-text);
    border-left: 1px solid var(--ws-line);
    padding: 1.15rem 1.25rem 2rem;
}

.ws-checkout-summary__toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.75rem;
    padding: 0;
    border: none;
    background: none;
    color: var(--ws-text);
    font-family: var(--ws-font);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.ws-checkout-summary__chevron {
    transition: transform 0.2s ease;
    color: var(--ws-muted);
}

.ws-checkout-summary__body.is-collapsed .ws-checkout-summary__chevron,
.ws-checkout__summary.is-collapsed .ws-checkout-summary__chevron {
    transform: rotate(-90deg);
}

.ws-checkout-summary__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    min-height: 0;
}

.ws-checkout-summary__items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    height: 350px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 0.15rem;
}

.ws-checkout-summary__item {
    display: grid;
    grid-template-columns: 2.35rem 1fr auto;
    gap: 0.65rem;
    align-items: start;
}

.ws-checkout-summary__thumb {
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e2e8f0;
    color: var(--ws-brand);
    font-size: 0.85rem;
}

.ws-checkout-summary__item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ws-text);
    line-height: 1.35;
    min-width: 0;
}

.ws-checkout-summary__item-title .ws-cart-item__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
    max-width: 100%;
}

.ws-checkout-summary__item-title .ws-cart-item__product {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.15rem 0.4rem;
    max-width: 100%;
    min-width: 0;
}

.ws-checkout-summary__item-title .hlite,
.ws-checkout-summary__item-title .hlite10,
.ws-checkout-summary__item-title .hlite11 {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #075985;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
}

.ws-checkout-summary__item-title .hlite3 {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    text-transform: none;
    letter-spacing: 0;
}

.ws-checkout-summary__item-title .ws-cart-item__name {
    min-width: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ws-text);
    overflow-wrap: anywhere;
}

.ws-checkout-summary__item-title .ws-cart-item__type,
.ws-checkout-summary__item-title .ws-cart-item__extra {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--ws-muted);
}

.ws-checkout-summary__item-title .ws-cart-item__type::before {
    content: "·";
    margin-right: 0.35rem;
    color: #94a3b8;
}

.ws-checkout-summary__item-meta {
    margin-top: 0.15rem;
    font-size: 0.72rem;
    color: var(--ws-muted);
    line-height: 1.3;
}

.ws-checkout-summary__item-price {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ws-text);
    white-space: nowrap;
}

.ws-checkout-summary__totals {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.35rem;
    border-top: 1px solid #dbe3ee;
}

.ws-checkout-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: var(--ws-muted);
}

.ws-checkout-summary__row--total {
    margin-top: 0.25rem;
    padding-top: 0.55rem;
    border-top: 1px solid #dbe3ee;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ws-text);
}

.ws-checkout-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ws-checkout-trust li {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.65rem;
    align-items: start;
}

.ws-checkout-trust__icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e8f4fc;
    color: var(--ws-brand);
    font-size: 0.8rem;
}

.ws-checkout-trust strong {
    display: block;
    font-size: 0.8rem;
    color: var(--ws-text);
}

.ws-checkout-trust p {
    margin: 0.1rem 0 0;
    font-size: 0.72rem;
    color: var(--ws-muted);
    line-height: 1.35;
}

.ws-checkout-summary__cta {
    margin-top: 1rem;
    padding-top: 0.25rem;
}

.ws-checkout-pric-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ws-checkout #process {
    gap: 0.45rem !important;
    margin: 0 !important;
    min-height: 3rem !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    box-shadow: 0 10px 28px -8px rgba(22, 163, 74, 0.55) !important;
    letter-spacing: 0.01em;
    margin-top: 1.25rem !important;
}

.ws-checkout #process:hover {
    box-shadow: 0 12px 32px -8px rgba(22, 163, 74, 0.65) !important;
}

.ws-checkout #process.disabled {
    opacity: 0.65;
    pointer-events: none;
}

/* Desktop: two-column body, pinned footer with Process in the right column */
@media (min-width: 861px) {
    .ws-checkout__scroll {
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .ws-checkout__grid {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .ws-checkout__form,
    .ws-checkout__summary {
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ws-checkout-summary__toggle {
        display: none;
    }

    /* Desktop always shows summary contents even if collapsed class left from mobile */
    .ws-checkout-summary__body.is-collapsed {
        display: flex !important;
    }

    .ws-checkout-summary__body.is-collapsed #checkoutSummaryItems,
    .ws-checkout-summary__body.is-collapsed .ws-checkout-trust {
        display: flex !important;
    }

    .ws-checkout__footer {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
        align-items: center;
        gap: 0;
        padding: 0;
        background: #fff;
        box-shadow: none;
    }

    .ws-checkout__footer .ws-powered--checkout {
        grid-column: 1;
        justify-self: start;
        margin: 0.85rem 1.5rem;
    }

    .ws-checkout__footer-total {
        display: none;
    }

    .ws-checkout #process {
        grid-column: 2;
        width: calc(100% - 2.5rem) !important;
        margin: 0.85rem 1.25rem 1.15rem !important;
    }

    .ws-checkout__footer {
        /* background: linear-gradient(90deg, #fff 0%, #fff 54%, #f1f5f9 54%, #f1f5f9 100%); */
        border-top: 1px solid var(--ws-line);
    }
}

@media (max-width: 860px) {
    .ws-checkout {
        height: auto;
        max-height: none;
        overflow: visible;
        padding-bottom: 0;
    }

    .ws-checkout__scroll {
        flex: 0 0 auto;
        min-height: 0;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
    }

    .ws-checkout__grid {
        display: flex;
        flex-direction: column;
    }

    .ws-checkout__header {
        padding: 1.15rem 1.1rem 0.85rem;
        padding-right: 2.75rem;
    }

    .ws-checkout__title {
        font-size: 1.2rem;
    }

    /* Form first in the flow; summary details stay expandable above/near top */
    .ws-checkout__form {
        order: 2;
        padding: 1rem 1.1rem 0.5rem;
    }

    .ws-checkout__summary {
        order: 1;
        padding: 0.85rem 1.1rem 0.75rem;
        border-left: none;
        border-bottom: 1px solid var(--ws-line);
    }

    .ws-checkout-summary__toggle {
        display: flex;
        margin-bottom: 0;
    }

    .ws-checkout-summary__body.is-collapsed {
        display: none;
    }

    .ws-checkout-summary__body:not(.is-collapsed) {
        margin-top: 0.75rem;
    }

    .ws-checkout__row--2 {
        grid-template-columns: 1fr;
    }

    .ws-checkout-summary__items {
        max-height: 300px;
    }

    .ws-checkout-summary__row--desktop-total {
        display: none;
    }

    /* Process Order sits after the form; clear fixed Total bar */
    .ws-checkout__footer {
        position: static;
        margin: 0;
        padding: 0.35rem 1rem calc(5.75rem + env(safe-area-inset-bottom, 0px));
        border-top: none;
        box-shadow: none;
        background: transparent;
    }

    /* Total always visible while scrolling the form */
    .ws-checkout__mobile-total-bar {
        display: flex !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.85rem 1.1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid var(--ws-line);
        box-shadow: 0 -10px 28px -12px rgba(15, 23, 42, 0.35);
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--ws-muted);
    }

    .ws-checkout__mobile-total-bar strong {
        font-size: 1.25rem;
        font-weight: 800;
        color: var(--ws-text);
    }
}

@media (max-width: 480px) {
    .ws-checkout__brand-icon {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 0.9rem;
    }

    #msg3.ws-checkout input,
    #msg3.ws-checkout select,
    .ws-checkout input,
    .ws-checkout select {
        font-size: 16px !important; /* avoid iOS zoom */
    }
}

.ws-checkout #process {
    margin-top: 1.25rem !important;
}

/* ═══════════════════════════════════════════════════════════
   Waiver / step modal (#msg2 / .ws-step)
   ═══════════════════════════════════════════════════════════ */

.ws-step {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    font-family: var(--ws-font);
    color: var(--ws-text);
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(56, 189, 248, 0.08), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #fff 40%);
}

.ws-step__header {
    flex: 0 0 auto;
    padding: 1.35rem 1.35rem 1rem;
    padding-right: 3rem;
    border-bottom: 1px solid var(--ws-line);
    background: rgba(255, 255, 255, 0.72);
}

.ws-step__brand {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.ws-step__brand-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ws-brand) 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px -8px rgba(9, 118, 188, 0.45);
}

.ws-step__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--ws-brand);
}

.ws-step__subtitle {
    margin: 0.25rem 0 0;
    font-size: 0.85rem;
    line-height: 1.4;
    color: var(--ws-muted);
}

.ws-step__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ws-step__checks {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ws-check-row {
    display: grid;
    grid-template-columns: 1.35rem 1fr;
    gap: 0.75rem;
    align-items: start;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--ws-line);
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ws-check-row:has(input:checked) {
    border-color: #7dd3fc;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
    background: #f0f9ff;
}

.ws-check-row input[type="checkbox"] {
    width: 1.15rem !important;
    height: 1.15rem !important;
    min-height: 0 !important;
    margin: 0.1rem 0 0 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    accent-color: var(--ws-brand);
    cursor: pointer;
}

.ws-check-row__text {
    font-size: 0.88rem;
    line-height: 1.4;
    color: var(--ws-text);
    cursor: pointer;
    user-select: none;
}

.ws-step__footer {
    flex: 0 0 auto;
    padding: 0.85rem 1.25rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--ws-line);
    background: #fff;
    box-shadow: 0 -8px 24px -16px rgba(15, 23, 42, 0.25);
}

.ws-step__footer #add2,
.ws-step__footer .buton4 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important; 
    min-height: 2.85rem !important;
    border-radius: 12px !important;
}

@media (max-width: 640px) {
    .ws-step__header {
        padding: 1.15rem 1.1rem 0.85rem;
        padding-right: 2.75rem;
    }

    .ws-step__title {
        font-size: 1.15rem;
    }

    .ws-step__body {
        padding: 1rem 1.1rem;
    }

    .ws-step__footer {
        padding: 0.75rem 1.1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    }
}