#buy-intro {
    padding: 90px 0 0;
    margin-top: 80px;
}

#buy-intro h1 {
    letter-spacing: 0.25em;
}

#buy-intro .preheading {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

#buy-intro h1 strong {
    display: block;
    font-size: 45px;
    color: var(--red);
    margin-top: 0.4em;
	font-weight: 700;
}

#buy-intro .buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

#buy-intro .container {
    display: flex;
    align-items: center;
    gap: 75px;
    justify-content: space-between;
}

#buy-trailer {
    text-align: center;
}

#buy-trailer .thumb {
    width: 792px;
    height: 479px;
    padding: 37px;
    margin-right: -37px;
    background: url(../img/thumb-glow.webp) center center / contain no-repeat;
    position: relative;
}

#buy-trailer .thumb img {
    display: block;
}

#buy-trailer .thumb:after {
	background: url(../img/thumb-trailer-hover.svg) 0 0 / contain no-repeat;
    content: "";
    width: calc(100% - 76px);
    height: calc(100% - 76px);
    position: absolute;
    left: 38px;
    top: 38px;
    opacity: 0;
    transition: 0.3s all linear;
}

#buy-trailer .thumb:hover::after {
    opacity: 0.4;
}

#buy-trailer .thumb .play-icon {
    width: 195px;
    height: 195px;
    transition: none;
    z-index: 2;
}

#buy-trailer .thumb:hover .play-icon {
    background: url(../img/play-btn-red.svg) 0 0 / contain no-repeat;
}

#buy-trailer h3 {
    color: var(--red);
    letter-spacing: 0.18em;
    font-weight: 600;
    margin-right: -37px;
    font-size: 16px;
}

#buy-intro .platforms {
	max-width: 500px;
    gap: 35px;
    display: flex;
    margin-top: 30px;
}

#buy-intro .platforms-mobile-icons{
	display: none;
}

#buy-intro .platforms li {
    display: flex;
	align-items: center;
}

#buy-intro .platforms-mobile-icons li {
    display: flex;
	align-items: center;
}

#buy-intro .platforms .metaquest {
    height: 25px;
}

#buy-intro .platforms .psvr {
    height: 32px;
}

#buy-intro .platforms .steam {
    height: 39px;
}

#buy-intro .platforms-mobile-icons .metaquest{
	height: 30px;
}

#buy-intro .platforms-mobile-icons .psvr{
	height: 34px;
}

#buy-intro .platforms-mobile-icons .steam{
	height: 35px;
}

.features-wrap {
    padding-left: 50px;
    margin-bottom: 45px;
}

#deluxe .features-wrap {
    background-image: url(../img/notched-line-yellow.svg);
}

#deluxe .features li::before {
    background-image: url(../img/bullet-alt.svg);
}

#standard {
    margin-top: 90px;
    margin-bottom: 110px;
}

#deluxe {
    margin-bottom: 120px;
}

.buy-row .content h3 {
    letter-spacing: 0.25em;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 23px;
}

.buy-row .content h4 {
    margin-top: 0.8em;
    font-weight: 500;
    letter-spacing: 0.25em;
}

#standard h3,
#standard h4 {
    color: var(--red);
}

#deluxe h3,
#deluxe h4 {
    color: var(--yellow);
}

#standard .section-title {
    background: url(../img/heading-2-xl.svg) left bottom / 100% 6px no-repeat;
}

#standard .section-title,
#deluxe .section-title {
    margin-bottom: 60px;
}

#deluxe .section-title {
    color: var(--yellow);
    background: url(../img/heading-2-alt-xl.svg) left bottom / 100% 6px no-repeat;
}

.notes {
    margin-top: 120px;
    margin-bottom: 70px;
}

.buy-row {
    display: flex;
    gap: 80px;
}

.buy-row .cover {
    position: relative;
    width: 530px;
    padding: 9px;
}

.buy-row .cover img {
    width: 100%;
}

.edition-features {
    display: flex;
    column-gap: 22px;
    row-gap: 28px;
    flex-wrap: wrap;
}

.edition-features li {
    width: 181px;
}

.edition-features li .thumb {
    width: 181px;
    height: 166px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#standard .edition-features li .thumb {
    background: url(../img/thumbnail-square.svg) 0 0 / 100% 100% no-repeat;
}

#deluxe .edition-features li .thumb {
    background: url(../img/thumbnail-alt-square.svg) 0 0 / 100% 100% no-repeat;
}

.edition-features li .thumb img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    z-index: -1;
    position: relative;
}

.edition-features li p {
    margin-top: 1em;
    line-height: 1.4;
    font-family: Oxanium;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    text-align: center;
    font-size: 12px;
}

#standard .edition-features li p {
    color: var(--red);
}

#deluxe .edition-features li p {
    color: var(--yellow);
}

img.game-cover-square {
	display: block;
}

img.game-cover-wide {
	display: none;
}

.price {
    font-family: Oxanium;
    font-size: 28px;
    letter-spacing: 0.25em;
    font-weight: 700;
    margin-top: 1.5em;
}

.buy-row .content > h4 {
    font-size: 16px;
    letter-spacing: 0.125em;
    margin: 1.5em 0 1.25em;
    color: #fff !important;
    font-weight: 700;
}

.platform-select {
    display: flex;
    gap: 16px;
}

.platform-select li a {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.platform-select li svg {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.platform-select li span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    font-family: Oxanium;
    text-transform: uppercase;
	text-align: center;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}

#standard .platform-select li {
    background: url(../img/thumb-square-simple.svg) 
}

#deluxe .platform-select li {
    background: url(../img/thumb-square-simple-alt.svg) 
}

#standard .platform-select li span {
    color: var(--red);
}

#deluxe .platform-select li span {
    color: var(--yellow);
}

#quest-buy-icon,
#quest-buy-icon-2 {
    height: 38px;
    width: auto;
}

#psvr-buy-icon,
#psvr-buy-icon-2 {
    height: 44px;
    width: auto;
}

#steam-buy-icon,
#steam-buy-icon-2 {
    height: 48px;
    width: auto;
}

#buy-banner {
    margin-top: 90px;
    width: 100%;
    height: auto;
}

@media (max-width: 1600px) {

    #buy-intro {
        padding: 80px 0 0;
        margin-top: 70px;
    }

    #buy-intro .preheading {
        font-size: 18px;
    }

    #buy-intro h1 strong {
        font-size: 40px;
    }

    #buy-intro .buttons {
        gap: 18px;
        margin-top: 42px;
    }

    #buy-intro .container {
        gap: 50px; 
    }

    #buy-trailer .thumb {
        width: 587px;
        height: 355px;
        padding: 27px;
        margin-right: -27px;
    }

    #buy-trailer .thumb:after {
        width: calc(100% - 56px);
        height: calc(100% - 56px);
        position: absolute;
        left: 28px;
        top: 28px;
    }

    #buy-trailer .thumb .play-icon {
        width: 144px;
        height: 144px;
    }

    #buy-trailer h3 {
        margin-right: -28px;
        font-size: 15px;
    }

    #buy-intro .platforms {
        gap: 30px;
        margin-top: 32px;
    }
    
    #buy-intro .platforms .platforms .psvr {
        height: 27px;
    }
    
    #buy-intro .platforms .metaquest {
        height: 22px;
    }
    
    #buy-intro .platforms  .steam {
        height: 33px;
    }

    .buy-row .content h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    #standard .section-title {
        background: url(../img/heading-2-large.svg) left bottom / 100% 5px no-repeat;
    }
    
    #deluxe .section-title {
        background: url(../img/heading-2-alt-large.svg) left bottom / 100% 5px no-repeat;
    }

    .notes {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .buy-row {
        gap: 75px;
    }
    
    .buy-row .cover {
        position: relative;
        min-width: 430px;
        padding: 7px;
    }

    .edition-features {
        column-gap: 16px;
        row-gap: 25px;
    }

    .edition-features li {
        width: 150px;
    }
    
    .edition-features li .thumb {
        width: 150px;
        height: 138px;
    }

    .edition-features li img {
        transform: scale(82.87%);
    }
    
    .edition-features li p {
        font-size: 10px;
    }

    .price {
        font-size: 24px;
    }

    .buy-row .content > h4 {
        font-size: 14px;
    }
    
    .platform-select {
        gap: 12px;
    }

    .platform-select li a {
        width: 90px;
        height: 90px;
    }

    .platform-select li svg {
        top: 34px;
    }

    .platform-select li span {
        font-size: 10px;
    }

    #quest-buy-icon,
    #quest-buy-icon-2 {
        height: 30px;
    }
    
    #psvr-buy-icon,
    #psvr-buy-icon-2 {
        height: 35px;
    }
    
    #steam-buy-icon ,
    #steam-buy-icon-2 {
        height: 38px;
    }

    #standard .section-title,
    #deluxe .section-title {
        margin-bottom: 45px;
    }

    .features-wrap {
        padding-left: 22px;
        margin-bottom: 40px;
    }

}

@media (max-width: 1180px) {

    #buy-intro {
        padding: 60px 0 0;
        text-align: center;
        margin-top: 50px;
    }

    #buy-intro .preheading {
        font-size: 15px;
		margin-top: 20px;
    }

    #buy-intro .buttons {
        flex-direction: row;
        align-items: center;
    }
    
    #buy-intro .container {
        flex-direction: column;
        gap: 60px;
    }

    #buy-intro .buttons {
		margin-top: 40px;
		margin-bottom: 30px;
        justify-content: center;
    }

    #buy-intro .container {
        display: block;
    	max-width: 680px;
		gap: 50px;
    }

    #buy-intro .platforms {
        justify-content: center;
    }

    #buy-trailer {
        width: calc(100% + 9.6%);
    }

    #buy-trailer .thumb {
        width: 100%;
        height: auto;
        padding: 4.8%;
        /* margin-right: -4.8%; */
    }

    #buy-trailer .thumb:after {
        width: calc(100% - 9.6%);
        height: calc(100% - 9.6%);
        left: 4.8%;
        top: 7.8%;
    }

    #buy-trailer h3 {
        margin: 0;
        width: 100%;
    }
    
    #buy-intro .platforms {
        gap: 18px;
		margin: 32px auto;
    }

    #buy-intro .platforms .psvr {
        height: 19px;
    }
    
    #buy-intro .platforms .metaquest {
        height: 14px;
    }
    
    #buy-intro .platforms .steam {
        height: 22px;
    }

    .features-wrap {
        padding-left: 20px;
        margin-bottom: 36px;
    }

    #standard {
        margin-top: 70px;
        margin-bottom: 80px;
    }

    .buy-row .content h3 {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .notes {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .buy-row {
        gap: 45px;
    }

    .buy-row .cover {
        min-width: 288px;
        max-width: 288px;
        padding: 7px;
    }
    
    .price {
        font-size: 20px;
    }

    .buy-row .content > h4 {
        font-size: 12px;
    }

    .platform-select li a {
		width: 80px;
        height: 80px;
    }

    .platform-select li svg {
        top: 29px;
    }

    .platform-select li span {
        font-size: 9px;
    }

    #quest-buy-icon,
    #quest-buy-icon-2 {
        height: 28px;
    }
    
    #psvr-buy-icon,
    #psvr-buy-icon-2 {
        height: 33px;
    }
    
    #steam-buy-icon,
    #steam-buy-icon-2 {
        height: 36px;
    }

    #standard .section-title,
    #deluxe .section-title {
        margin-bottom: 27px;
    }

    .features-wrap {
        padding-left: 20px;
        margin-bottom: 36px;
    }

    #standard .section-title {
        background: url(../img/heading-2-med.svg) left bottom / 100% 4px no-repeat;
    }
    
    #deluxe .section-title {
        background: url(../img/heading-2-alt-med.svg) left bottom / 100% 4px no-repeat;
    }

    #buy-banner {
        margin-top: 70px;
    }

}

@media (max-width: 820px) {

    #buy-trailer h3 {
        font-size: 13px;
    }

    #buy-trailer .thumb .play-icon {
        width: 119px;
        height: 119px;
    }

    #buy-intro {
        padding: 50px 0 0;
        margin-top: 60px;
    }

    #buy-intro h1 strong {
        font-size: 32px;
    }

    #buy-intro .container {
        gap: 40px;
		max-width: 440px;
    }
	
	#buy-intro .buttons {
        display: none;
	}
    
    #buy-trailer {
        margin-right: 0
    }
    
    #buy-trailer .thumb {
        margin: 0 auto;
    }

    #buy-trailer h3 {
        margin-left: 0;
    }

    .buy-row {
        display: block;
    }

    .buy-row .cover {
        max-width: 100%;
        margin: 0 auto 35px;
    }

    .buy-row .content {
        max-width: 320px;
        margin: 0 auto;
    }

    .price {
        font-size: 20px;
        text-align: center;
    }

    .buy-row .content > h4 {
        text-align: center;
        font-size: 12px;
    }

    .platform-select {
        justify-content: center;
    }

    #standard .section-title {
        background-image: url(../img/heading-2-sm.svg);
    }
    
    #deluxe .section-title {
        background-image: url(../img/heading-2-alt-sm.svg);
    }
	
	img.game-cover-square {
		display: none;
	}

	img.game-cover-wide{
		display: block;
	}

    #buy-banner {
        margin-top: 50px;
    }

}

@media (max-width: 499px) {
	
	#buy-intro .preheading {
		font-size: 14px;
	}
	
	#buy-intro .platforms {
    	display: none;
	}

	#buy-intro .platforms-mobile-icons{
		max-width: 480px;
    	gap: 24px;
    	display: flex;
    	margin-top: 30px;
		margin-bottom: 25px;
		justify-content: center;
	}
	
	#buy-intro .buttons {
        flex-direction: column;
        align-items: center;
	}

}

@media (max-width: 479px) {

	#buy-intro h1 strong {
        font-size: 27px;
    }

    #buy-banner {
        margin-top: 50px;
    }

    #buy-trailer .thumb .play-icon {
        width: 86px;
        height: 86px;
    }

}

@media (max-width: 392px) {

    #buy-trailer {
        width: 100%;
    }

    #buy-intro .container {
        padding: 0;
        width: 100%;
    }

    #buy-intro .content {
        padding: 0 20px;
    }
	
	#buy-intro .preheading {
		font-size: 13px;
	}
	
	#buy-intro h1 strong {
		font-size: 25px;
	}

    #buy-trailer .thumb {
        width: 100%;
        height: auto;
        padding: 5.2%;
    }

}