.inner-details-table{position:relative;height:100%}.inner-details-table__root{inset:0;margin-top:24px;display:grid;grid-template-columns:repeat(5,auto);grid-auto-rows:min-content;width:100%;background-color:var(--color-white-100);overflow:auto}@media(min-width:1280px){.inner-details-table__root{position:absolute}}.inner-details-table__row{display:grid;grid-template-columns:subgrid;grid-column:1/6}.inner-details-table__row_head{position:sticky;top:0;z-index:1}.inner-details-table__row_head:before{content:"";position:absolute;inset:0;top:-2px;display:block;background-color:var(--color-white-100);z-index:-1}.inner-details-table__row_head:after{content:"";position:absolute;inset:0;top:-2px;display:block;background-color:rgba(201,201,201,.3019607843);z-index:-1}.inner-details-table__row_head>*{position:relative}.inner-details-table__row:not(.inner-details-table__row_head):not(:last-of-type){border-bottom:1px solid var(--color-gray-200)}.inner-details-table__row:not(.inner-details-table__row_head){position:relative}.inner-details-table__row:not(.inner-details-table__row_head):before{content:"";position:absolute;inset:0;display:block;z-index:1;pointer-events:none;transition:box-shadow .2s ease}.inner-details-table__row:not(.inner-details-table__row_head):hover:before{box-shadow:0 4px 40px 0 rgba(90,90,90,.1019607843)}.inner-details-table__cell{font-size:14px;line-height:120%;letter-spacing:0;color:var(--color-orange-300)}.inner-details-table__cell_head{padding:8px 12px}.inner-details-table__cell:not(.inner-details-table__cell_head){align-items:center;min-height:64px}.inner-details-table__cell:not(.inner-details-table__cell_head):not(.inner-details-table__cell_price){display:flex;padding:0 12px}.inner-details-table__cell_price{display:block;padding:19px 12px 0}.inner-details-table__cell_action{justify-content:flex-end}.inner-details-table__price:not(.inner-details-table__price_discount){padding:4px 0}.scroll-snap{position:relative;overflow:hidden}@media(min-width:768px){.scroll-snap:after,.scroll-snap:before{content:normal}}.scroll-snap:after,.scroll-snap:before{content:"";position:absolute;top:0;display:block;width:100px;height:100%;background:linear-gradient(90deg,rgba(244,244,244,0) 0,var(--gradient-color) 100%);opacity:0;pointer-events:none;transition:opacity .2s ease}.scroll-snap:before{left:0;rotate:180deg}.scroll-snap:after{right:0}.scroll-snap:not(.scroll-snap_left):not(.scroll-snap_none):before,.scroll-snap:not(.scroll-snap_right):not(.scroll-snap_none):after{opacity:1}.scroll-snap__content{overflow:auto hidden}@media(min-width:768px){.scroll-snap__content{overflow:visible}}