/* 

    x-custom-jersey 

    GD Ticket 35182734 - Silver Crystal Group Custom Jerseys

*/


/* Hide / Show attribute display */
.x-product-layout-purchase__options-attribute {
    display:none;
}
.x-product-layout-purchase__options-attribute[data-attr='attr_t__c_size'] {
    display:block;
}


/* Hide / Show CTA Buttons */
.t-page-prod--cta-a2wl,
.t-page-prod--cta-a2c {
    display: none;
}


/* Modal Contents */
.x-custom-jersey--modal.c-dialog__container {
	height: 90vh;
	min-height: 90vh;
	max-height: 90vh;

	max-width: calc(100dvw - 4rem);
	min-width: calc(100dvw - 4rem);
    width: calc(100dvw - 4rem);

	overflow-y: hidden;
	padding: 2rem;

    display: flex;
    flex-direction: column;
}
.x-custom-jersey--modal .c-dialog__header {
    flex-grow: 0;
}
.x-custom-jersey--modal .c-dialog__content {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
}

.x-custom-jersey--iframe-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.x-custom-jersey--iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: none;
    margin: 0;
    padding: 0;
}